Announcement

Collapse
No announcement yet.

Firefox 3 Repeated Random Crashings

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

    Firefox 3 Repeated Random Crashings

    Firefox 3 keeps randomly crashing. I noticed it started happening after I installed Cairo-Dock so I'm pretty sure its related. I'd like to keep Cairo-dock if possible but how do I figure out what's causing the crashes and how would I go about fixing it?

    I installed Firefox via Adept when I first performed a clean install of Kubuntu 8.10. It's been running fine up until recently, when I installed Cairo-Dock via Synaptic.

    Firefox just crashes when I'm browsing sites, such as these forums or even checking gmail or something of the sort.

    #2
    Re: Firefox 3 Repeated Random Crashings

    I'm not entirely convinced that Cairodock is causing the crashes...seems unlikely to me.

    If you are sure its CairoDock, then I'd suggest you contact the CairoD devs...cause the problem is probably on their side. FF source gets a *lot* of eyeballs...CairoD not so much.

    However, 99% of FF crashes are due to plug-ins and/or flash/Java. Try disabling all add-ons and disabling Java+Javascript and see if that helps. I trust Java and FF are up-to-date?

    I'd also suggest a few hours of memtest. Not because it is likely to be the problem, but rather because it helps strength your case if you can tell the devs that the rig is stable.

    Clearing the FF cache also fixes some quirks...but I don't think it will help here.

    Comment


      #3
      Re: Firefox 3 Repeated Random Crashings

      Run firefox from a terminal, keep the terminal open, when it crashes you may get some helpful info in the teminal as to what caused the crash.

      Comment


        #4
        Re: Firefox 3 Repeated Random Crashings

        I set Firefox to automatically clear the cache on closing. It should be up-to-date since I don't see any update requests.

        I ran firefox from terminal and got the following when it crashed:

        Code:
        dat@Dat-HP:~$ 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 38203 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 [0xb641a7c7]
        #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb641a96e]
        #2 /usr/lib/libX11.so.6 [0xb6a79619]
        #3 /usr/lib/libXrender.so.1(XRenderFreePicture+0x41) [0xb6b2af41]
        #4 /usr/lib/libQtGui.so.4 [0xb421b6bf]
        #5 /usr/lib/libQtGui.so.4 [0xb421c17d]
        #6 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x5d) [0xb42109ad]
        #7 /usr/lib/libQtGui.so.4(_ZN7QPixmapD1Ev+0x30) [0xb4210db0]
        #8 /usr/lib/libQtGui.so.4 [0xb43027d7]
        #9 /usr/lib/libQtGui.so.4(_ZN12QPaintEngineD2Ev+0x2f) [0xb424a4ff]
        #10 /usr/lib/libQtGui.so.4 [0xb42f9e72]
        #11 /usr/lib/libQtGui.so.4 [0xb421b61c]
        #12 /usr/lib/libQtGui.so.4 [0xb421c17d]
        #13 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x5d) [0xb42109ad]
        #14 /usr/lib/libQtGui.so.4(_ZN7QPixmapD2Ev+0x30) [0xb4210e10]
        #15 /usr/lib/libQtGui.so.4 [0xb42160ba]
        #16 /usr/lib/libQtGui.so.4 [0xb421672f]
        #17 /usr/lib/libQtGui.so.4 [0xb4215d5a]
        #18 /lib/tls/i686/cmov/libc.so.6(exit+0x89) [0xb7d0ed69]
        #19 /usr/lib/libgdk-x11-2.0.so.0 [0xb66306b7]

        Comment


          #5
          Re: Firefox 3 Repeated Random Crashings

          Looks like you ran out of memory. What are you system specifications? How much installed RAM do you have? How much swap space do you have allocated?

          Comment


            #6
            Re: Firefox 3 Repeated Random Crashings

            I have 2 gigs of RAM. How do I check how much swap I have? Firefox never crashed before. It crashed just now when I was trying to post a response to this thread.

            Comment


              #7
              Re: Firefox 3 Repeated Random Crashings

              In a terminal run:

              sudo fdisk -l /dev/sda

              That's an small L not big I

              Assuming you have Kubuntu installed on your first hard drive.

              Copy and post the results here.

              Comment


                #8
                Re: Firefox 3 Repeated Random Crashings

                Disk /dev/sda: 250.0 GB, 250059350016 bytes
                255 heads, 63 sectors/track, 30401 cylinders
                Units = cylinders of 16065 * 512 = 8225280 bytes
                Disk identifier: 0x4d4c4d4c

                Device Boot Start End Blocks Id System
                /dev/sda1 * 1 11562 92871733+ 83 Linux
                /dev/sda2 29647 30401 6064537+ 5 Extended
                /dev/sda3 11563 12949 11141077+ 7 HPFS/NTFS
                /dev/sda5 29647 30401 6064506 82 Linux swap / Solaris

                Partition table entries are not in disk order

                Comment

                Working...
                X