Re: Gdk-ERROR - 1.0.1 broken



Here's what I get when I gdb panel:

---------
imbalance:~> gdb panel
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (sparc-sun-solaris2.6), 
Copyright 1996 Free Software Foundation, Inc...
(gdb) run --sync
Starting program: /usr/local/bin/panel --sync
warning: Unable to find dynamic linker breakpoint function.
warning: GDB will be unable to debug shared library initializers
warning: and track explicitly loaded dynamic code.

Gdk-ERROR **: BadAlloc (insufficient resources for operation)
  serial 128 error_code 11 request_code 130 minor_code 5

aborting...

Program received signal SIGABRT, Aborted.
0xeed87fe4 in _kill ()
(gdb) backtrace
#0  0xeed87fe4 in _kill ()
#1  0xeed3a508 in abort ()
#2  0xef5e2990 in g_logv ()
#3  0xef5e2a64 in g_log ()
#4  0xeef4f1ec in gdk_x_error ()
#5  0xeee9f990 in _XError ()
#6  0xeee91d54 in _XReply ()
#7  0xeee96cb8 in XSync ()
#8  0xeeea91b8 in _XSyncFunction ()
#9  0xeef174f4 in XShmCreatePixmap ()
#10 0xef2b25c8 in gdk_imlib_render ()
#11 0x63258 in loadup_file ()
#12 0x63748 in button_widget_load_tile ()
#13 0x2a5a8 in apply_global_config ()
#14 0x2d748 in load_up_globals ()
#15 0x22d5c in main ()

---------

Quoting James Henstridge (james@daa.com.au):
> It is not obvious what the problem is from your report.  It would be most
> helpful if you could try running panel under gdb with:
>   gdb panel
>   ...
>   (gdb) run --sync
>   ...
>   Gdk-ERROR - ...
>   (gdb) backtrace
> 
> Send the backtrace to the list and someone may be able to help.  This
> gives best results if you haven't stripped the program and you haven't
> changed the CFLAGS much from the default.
> 
> James Henstridge.
> 
> --
> Email: james@daa.com.au
> WWW:   http://www.daa.com.au/~james/
> 
> 
> On Mon, 8 Mar 1999, Brian Kurotsuchi wrote:
> 
> > Well, X no longer crashes when I start panel, but I now get this error
> > whenever I start a gnome app:
> > 
> > --- paste ---
> > imbalance:/usr/local/tmp/> panel
> > 
> > Gdk-ERROR **: BadAlloc (insufficient resources for operation)
> >   serial 71 error_code 11 request_code 130 minor_code 5
> > 
> > aborting...
> > Abort
> > imbalance:/usr/local/tmp/> 
> > --- end paste ---
> > 
> > I'm running on Solaris 2.6 Sparc.  I had a old version of Gnome running and
> > this is an upgrade to 1.0.1 from the source tarballs.  Any hints on what I
> > should look at to fix this?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]