> request 53 is CreatePixmap, so that probably means the program is trying
> to create a pixmap with either dimension bigger than 32767, or otherwise
> too big.  A breakpoint on gdk_x_error with --sync, or the output of
> xtrace, might help confirm this.

Ok, I did it. The trace is attached, though it doesn't look like it
worked... Did I miss something?
$ gdb gnumeric
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gnumeric...done.
(gdb) set pagination 0
(gdb) break gdk_x_error
Function "gdk_x_error" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (gdk_x_error) pending.
(gdb) run --sync
Starting program: /usr/bin/gnumeric --sync
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe9930710 (LWP 3005)]
[New Thread 0x7fffe912f710 (LWP 3006)]
[New Thread 0x7fffe892e710 (LWP 3007)]
[New Thread 0x7fffe812d710 (LWP 3008)]
[New Thread 0x7fffe792c710 (LWP 3009)]
[Thread 0x7fffe792c710 (LWP 3009) exited]
[Thread 0x7fffe892e710 (LWP 3007) exited]
[Thread 0x7fffe9930710 (LWP 3005) exited]
[Thread 0x7fffe812d710 (LWP 3008) exited]
[New Thread 0x7fffe812d710 (LWP 3011)]
[Thread 0x7fffe912f710 (LWP 3006) exited]
[New Thread 0x7fffe912f710 (LWP 3012)]
[Thread 0x7fffe912f710 (LWP 3012) exited]
[New Thread 0x7fffe912f710 (LWP 3013)]
[Thread 0x7fffe912f710 (LWP 3013) exited]

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://www.w3.org/2003/g/data-view#'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://www.w3.org/1999/xhtml'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://www.w3.org/2003/g/data-view#'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://openoffice.org/2009/table'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://www.w3.org/TR/css3-text/'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://www.w3.org/1999/xhtml'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://www.w3.org/2003/g/data-view#'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://openoffice.org/2009/table'

** (/usr/bin/gnumeric:3002): WARNING **: Unknown namespace uri = 
'http://www.w3.org/TR/css3-text/'
[Thread 0x7fffe812d710 (LWP 3011) exited]
The program '/usr/bin/gnumeric' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 446465 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Program exited with code 01.

Reply via email to