Comment 51 for bug 286119

Revision history for this message
Kunjan Shah (t-launchpad-kunjan-net) wrote : Re: firefox 3.0.3 crashes (no SIG) on most pages w images: 8.10beta AMD64

Either this bug is not related to samba or their are multiple unrelated bugs. On my amd64 box with kubuntu (all latest updates applied) firefox reliably crashes on this page:

http://code.google.com/android/reference/adb.html
Click on "Issuing ADB commands" crashes firefox and the following is printed on the console.

$ firefox
QPixmap: Invalid pixmap parameters
The program 'firefox' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 38913 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.)
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x7f0fdb3669fc]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x17) [0x7f0fdb366b77]
#2 /usr/lib/libX11.so.6 [0x7f0fddc5b8c0]
#3 /usr/lib/libXrender.so.1(XRenderFreePicture+0x46) [0x7f0fddf1ea26]
#4 /usr/lib/libQtGui.so.4 [0x7f0fd35e8cfb]
#5 /usr/lib/libQtGui.so.4 [0x7f0fd35e9680]
#6 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x53) [0x7f0fd35defa3]
#7 /usr/lib/libQtGui.so.4(_ZN7QPixmapD1Ev+0x24) [0x7f0fd35df2e4]
#8 /usr/lib/libQtGui.so.4 [0x7f0fd36c10bb]
#9 /usr/lib/libQtGui.so.4 [0x7f0fd36b9819]
#10 /usr/lib/libQtGui.so.4 [0x7f0fd35e8c58]
#11 /usr/lib/libQtGui.so.4 [0x7f0fd35e9680]
#12 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x53) [0x7f0fd35defa3]
#13 /usr/lib/libQtGui.so.4(_ZN7QPixmapD2Ev+0x24) [0x7f0fd35df334]
#14 /usr/lib/libQtGui.so.4 [0x7f0fd35e4193]
#15 /usr/lib/libQtGui.so.4 [0x7f0fd35e479f]
#16 /usr/lib/libQtGui.so.4 [0x7f0fd35e3e85]
#17 /lib/libc.so.6(exit+0x9d) [0x7f0fe232066d]
#18 /usr/lib/libgdk-x11-2.0.so.0 [0x7f0fdcfacc81]
#19 /usr/lib/libX11.so.6(_XError+0xf4) [0x7f0fddc54784]

As you can see it crashes in Qt/X11. And it seems to me there is an issue with the widget theme you are using in kde4? I am trying to find a widget set that works. but so far I am unable to verify if my conjecture is correct.