On Sat, Dec 09, 2006 at 11:55:31AM +0100, Mike Hommey <[EMAIL PROTECTED]> wrote:
> On Sat, May 20, 2006 at 04:43:48PM +0200, Josselin Mouette <[EMAIL 
> PROTECTED]> wrote:
> > reassign 368044 libxul0d
> > thanks
> > 
> > Le vendredi 19 mai 2006 à 15:27 +0200, Nicolas Evrard a écrit :
> > > The page
> > > 
> > >  http://www.troybrophy.com/projects/solarsystem/index.html
> > > 
> > > makes epiphany crashes whatever I do (displaying in a tab, in a single
> > > window). Galeon crashes too. 
> > 
> > This is reproducible here as well. Interestingly enough, firefox crashes
> > more gracefully, saying something that lets me think there is not enough
> > memory.
> 
> Interestingly, epiphany doesn't crash. It exits with code 01.

gdk_x_error exits after dumping a message about BadAlloc:

The program 'epiphany-browser' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 11890767 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.)

I was able to get a backtrace and find which gdk call led to this error...
I'll try adding some gdk_error_trap_push and gdk_error_trap_pop around
it and see what happens.

Mike

Reply via email to