Announcement

Collapse
No announcement yet.

Firefox crashes in Kubuntu 8.10 (32bit) - KDE 4.2

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Firefox crashes in Kubuntu 8.10 (32bit) - KDE 4.2

    I have had many problems with my Firefox crashing several times a day.

    Today I decided to make a fresh Kubuntu 8.10 install (preserving my /home partition though). This went smoothfully. After having upgraded all software packages, I removed my ~/.mozilla directory. And then I started installing firefox (I have tried both from the gui Add/Remove Software and with sudo apt-get install firefox wth the same result.

    When I start firefox (from the command line in order to catch error output), Everything seems ok - I choose not to import any bookmarks and continue. Without doing any browsing, I quit firefox, and the firefox executable outputs:
    Code:
    firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server @x3
    (additional strange looking random symbols appears at the end of the same line and on a few lines following this one.)
    To this one, I can add, that if I start firefox as a superuser (sudo firefox) - then this error doesn't show up! (Yes - I know, never start firefox as a super-user - but I found this suggested on a forum somewhere).

    Then I enter firefox from the command line again, and this time, my intention is simply to add an add-on as eg. Gmarks (any other add-on will cause the same error though).
    Firefox crashes after having found the add-on and clicked the Add button.
    This is what firefox outputs to the shell:
    Code:
    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 29831 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 [0xb643f7c7]
    #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb643f96e]
    #2 /usr/lib/libX11.so.6 [0xb6a9d619]
    #3 /usr/lib/libXrender.so.1(XRenderFreePicture+0x41) [0xb6b4ef41]
    #4 /usr/lib/libQtGui.so.4 [0xb4a476bf]
    #5 /usr/lib/libQtGui.so.4 [0xb4a4817d]
    #6 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x5d) [0xb4a3c9ad]
    #7 /usr/lib/libQtGui.so.4(_ZN7QPixmapD1Ev+0x30) [0xb4a3cdb0]
    #8 /usr/lib/libQtGui.so.4 [0xb4b2e7d7]
    #9 /usr/lib/libQtGui.so.4(_ZN12QPaintEngineD2Ev+0x2f) [0xb4a764ff]
    #10 /usr/lib/libQtGui.so.4 [0xb4b25e72]
    #11 /usr/lib/libQtGui.so.4 [0xb4a4761c]
    #12 /usr/lib/libQtGui.so.4 [0xb4a4817d]
    #13 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x5d) [0xb4a3c9ad]
    #14 /usr/lib/libQtGui.so.4(_ZN7QPixmapD2Ev+0x30) [0xb4a3ce10]
    #15 /usr/lib/libQtGui.so.4 [0xb4a420ba]
    #16 /usr/lib/libQtGui.so.4 [0xb4a4272f]
    #17 /usr/lib/libQtGui.so.4 [0xb4a41d5a]
    #18 /lib/tls/i686/cmov/libc.so.6(exit+0x89) [0xb7d34d89]
    #19 /usr/lib/libgdk-x11-2.0.so.0 [0xb6655707]
    Help me please .....
    I have used the whole day searching for answers on the net - with no result.
    What is extremely strange about this error is, that it is a fresh and clean install of both Kubuntu and Firefox.
    What can be wrong?

    #2
    Re: Firefox crashes in Kubuntu 8.10 (32bit) - KDE 4.2

    Sounds strange. I would try uninstalling gtk-englines-qt (or maybe it is gtk-qt-engine or something simillar). This will however make firefox and all gtk applications look ugly. But it could also solve the problem or at least make firefox provide different information on crash.

    Comment


      #3
      [Solved] Re: Firefox crashes in Kubuntu 8.10 (32bit) - KDE 4.2

      Thanx cleb for your input.
      Sometimes it is extremely helpful to think (better be careful - sometimes it causes a terrible headache )

      My thoughts: A nice clean and newly installed Kubuntu - a nice clean and newly installed Firefox. Erghhh - well almost fresh Kubuntu! I did a fresh install but kept my /home partition. With all old KDE settings saved in ~/.kde - hmmmm... maybe these KDE settings are causing the pain?

      I then created a new user, and for that new user, Firefox was running steady as a rock...
      So - the only thing I needed to do was to delete the ~/.kde directory:
      Code:
      $ rm -rf ~/.kde
      And now the sun starts shining again
      Steen

      Comment

      Working...
      X