Public bug reported: Binary package hint: firefox
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. $ firefox The program 'firefox' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 39508 error_code 2 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.) This is with trying a new blank profile .mozilla folder ** Affects: firefox (Ubuntu) Importance: Undecided Status: New -- Firefox 3.0.5 crashes due to multiple unrelated/related issues. https://bugs.launchpad.net/bugs/326443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
