clone 345866 -1 reassign -1 libgtk2.0-dev retitle -1 libgtk2.0: Message about --sync is not useful, but misleading tag 345866 confirmed thanks
I can confirm this bug on Linux 32 and 64 bit platform. The 'serial' number is different each time, and debugging as indicated doesn't work. It seems that gdk_x_error never gets called, and --sync doesn't even get rid of the message, which is, at least, confusing. LD_LIBRARY_PATH=/usr/lib/firefox gdb --args /usr/lib/firefox/firefox-bin --sync http://grateful.d.umn.edu/crash.html I also tried with 'set environment LD_LIBRARY_PATH=/usr/lib/firefox'; is there a special "set library search path" command withing gdb? Though I did get this stacktrace; 'break exit' actually works. #0 0xb73953b6 in exit () from /lib/tls/libc.so.6 #1 0xb7ab3d95 in _gdk_windowing_exit () from /usr/lib/libgdk-x11-2.0.so.0 #2 0xb78c2460 in _XError () from /usr/X11R6/lib/libX11.so.6 #3 0xb78c2b8d in _XReply () from /usr/X11R6/lib/libX11.so.6 #4 0xb78bd38a in XSync () from /usr/X11R6/lib/libX11.so.6 #5 0xb78bd42e in XSync () from /usr/X11R6/lib/libX11.so.6 #6 0xb78a2586 in XCreatePixmap () from /usr/X11R6/lib/libX11.so.6 #7 0xb7ab459b in gdk_pixmap_new () from /usr/lib/libgdk-x11-2.0.so.0 #8 0x08205dc4 in ?? () #9 0x00000000 in ?? () ... MALLOC_CHECK_ doesn't indicate anything bad happening, but valgrind sure does; invalid reads, indeterminate conditional jumps, and leaks. Although the crash happens on amd64, valgrind doesn't say anything; how weird. On Wed, Jan 04, 2006 at 08:56:40AM -0600, Matt Zagrabelny wrote: > http://grateful.d.umn.edu/crash.html renders just fine in firefox for > mac os x. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

