Closed
Bug 990156
Opened 11 years ago
Closed 11 years ago
OOM crashes on 30.0a2. addon?
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: caspy77, Assigned: away)
Details
(Keywords: crash)
Crash Data
Attachments
(2 files)
This bug was filed from the Socorro interface and is
report bp-cb2aad25-076a-48d5-8fd5-2ccdc2140331.
=============================================================
The Story...
I'd been getting crashes which were frequently preceded by black drawing on the UI. I looked into about:crashes which led me to bp-cb917cc6-e1a2-4cda-ad70-5aa762140325 and bug 805406.
Was instructed to save a memory report when things started going south.
I did so, but my next crash led me to bp-5cb8e782-9804-432b-acac-132df2140329 and bug 988619 (where I uploaded the memory report).
This most recent crash had no bug associated with it, so here we are.
Things got real hinky yesterday with freezing/unresponsiveness. When prompted to kill Flash I did and things surprisingly got normal. Here is the hang report from then: hr-20140331-4fa83795-57d0-4080-8b25-f45639e8e8cf
It finally crashed today and I got a memory report 20-30 minutes prior.
I'm attaching my memory report, so don't judge my porn fetishes (kidding!). I am a heavy tab user, however most of them are unloaded/unrestored.
P.S. I noticed no black drawing on the UI preceding this most recent crash.
Comment 1•11 years ago
|
||
Benjamin, we have a case here where a long-term community member has OOM issues that run into different signatures, and we have a memory report from (hopefully) not too long before the crash.
Who can look into that memory report to find out if there's a bad pattern? Is there something else that Caspy7 can try that gives us more info on any subsequent case?
Flags: needinfo?(benjamin)
Updated•11 years ago
|
Assignee: nobody → dmajor
The memory report shows 77,996 event-counts and 7,974 observer-service references. The crash report shows a couple dozen extensions loaded. It's possible that one or more of them are causing a bunch of stuff to stay alive.
Nick has some good advice in 905131:
> In my experience, when somebody is experiencing performance problems and
> they have many add-ons installed (and 32 is definitely "many"), one or more
> of the add-ons is typically the cause. Cees T., can you try starting in safe
> mode (which disables all add-ons) and see if the problem recurs? If the
> problem disappears, you could then try selectively disabling add-ons in
> order to hunt down which one(s) is at fault. I know that's not much fun, but
> it's the best path forward. Both Firebug and Test Pilot have caused problems
> for other users in the past, so I'd suggest starting with them.
Flags: needinfo?(dmajor) → needinfo?(caspy77)
Comment 4•11 years ago
|
||
Hi Caspy7,
Part of it is just that you have quite a lot of windows and tabs and add-ons. But this is suspicious:
│ ├───87.97 MB (05.04%) -- top(none)/detached
│ │ ├──68.08 MB (03.90%) -- window(chrome://browser/content/browser.xul)
│ │ │ ├──49.84 MB (02.86%) ++ js-compartment([System Principal], about:blank)
│ │ │ └──18.24 MB (01.04%) ++ (3 tiny)
│ │ └──19.89 MB (01.14%) ++ (7 tiny)
As is this, which probably has the same root cause:
│ ├──23,122 (29.65%) -- top(none)/detached
│ │ ├──23,048 (29.55%) ── window(chrome://browser/content/browser.xul)/dom/event-listeners [31]
│ │ └──────74 (00.09%) ++ (5 tiny)
It looks like the whole tab has been leaked. And yes, there's a good chance it's one of your add-ons :(
Comment 5•11 years ago
|
||
Caspy7, if you are able to find out which add-on may play a role here, that would be very helpful, as we could try getting in contact with the add-on author or try other steps to get the problem solved.
Some firefox.exe stacks before it crashed. 64-bit Windows 7, 12 GB RAM, 2.6 GHz i5 quadcore CPU (25% in use by firefox.exe, hanging the entire process).
Comment 7•11 years ago
|
||
Also seeing this in [https://support.mozilla.org/en-US/questions/994049]
*vista windows, older version of extensions.
*Shot before [http://i.imgur.com/DhEIg5Q.png]
*tried to disable plugincontainer.exe
extensions
Shockwave Flash 12.0 r0
The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
Next Generation Java Plug-in 10.51.2 for Mozilla browsers
NPRuntime Script Plug-in Library for Java(TM) Deploy
Adobe Shockwave for Director Netscape plug-in, version 12.0.7.148
Adobe Shockwave for Director Netscape plug-in, version 12.0.5.146
Updated•11 years ago
|
Summary: OOM crashes on 30.0a2 (see attached memory reports) → OOM crashes on 30.0a2. addon?
Whiteboard: [closeme 2014-06-21]
Clearing the needinfo as I am not seeing the consistent crashes I was (or crash reports) and I really don't know how to read / explore about:memory reports so I'm not sure how I can help at the moment.
Flags: needinfo?(caspy77)
Resolved per whiteboard
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2014-06-21]
You need to log in
before you can comment on or make changes to this bug.
Description
•