Closed
Bug 752387
Opened 13 years ago
Closed 13 years ago
Very frequent GC-related crashes with IGC enabled
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philikon, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [js:waitingforinfo][js:dm])
Crash Data
2012-05-06 Nightly on OSX 10.6 crashes very frequently for me. Stacks look GC-related:
http://crash-stats.mozilla.com/report/index/bp-d166366e-8b51-47b5-8cff-230602120507
http://crash-stats.mozilla.com/report/index/bp-92c0db03-85b6-41b1-a930-04f8b2120507
http://crash-stats.mozilla.com/report/index/bp-7c945108-9381-4926-983f-1af302120507
http://crash-stats.mozilla.com/report/index/bp-00d0cbbb-9b10-465e-a415-031b42120507
http://crash-stats.mozilla.com/report/index/bp-3c2b7666-3172-48b9-8e84-cc1902120507
http://crash-stats.mozilla.com/report/index/bp-6cd3f6de-6e9e-4af9-9a21-aa4192120507
http://crash-stats.mozilla.com/report/index/bp-58ad9cd1-4c62-43f9-920d-1ec0d2120507
Comment 1•13 years ago
|
||
You might want to disable IGC until this is fixed.
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Gregor Wagner [:gwagner] from comment #1)
> You might want to disable IGC until this is fixed.
Thanks for the tip. Indeed I had that enabled since I wanted to dogfood it. Guess that worked ;). Disabled it for now. Let me know if you want me to try it again, or run some tests or something.
Updated•13 years ago
|
Severity: normal → critical
Crash Signature: [@ XPCWrappedNative::FlatJSObjectFinalized]
[@ @0x0 | nsGenericElement::SaveSubtreeState]
[@ nsTHashtable<gfxFont::CacheHashEntry>::s_ClearEntry]
[@ js::GCMarker::drainMarkStack]
[@ js::gc::MarkKind]
[@ CopyUnicodeTo]
[@ objc_msgSend | CFEqual]
Keywords: crash
Updated•13 years ago
|
Blocks: 735099
Summary: Very frequent GC-related crashes → Very frequent GC-related crashes with IGC enabled
Updated•13 years ago
|
Whiteboard: [js:p2:fx15][js:dm]
Comment 3•13 years ago
|
||
philikon, you should try enabling incremental again and report back if it is okay now. For me at least it is working fine, after a few fixes landed.
Updated•13 years ago
|
Whiteboard: [js:p2:fx15][js:dm] → [js:waitingforinfo][js:dm]
Comment 4•13 years ago
|
||
I'm going to assume that this was fixed by whatever other patch that was. Please reopen if you are still having problems, philikon. Thanks!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•