Crash in nsPurpleBuffer::VisitEntries<T>
Categories
(Core :: Cycle Collector, defect, P3)
Tracking
()
People
(Reporter: ledzepiscool, Unassigned)
References
Details
Crash Data
Attachments
(1 file)
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Comment 2•9 years ago
|
||
![]() |
||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
We see the related nsPurpleBufferEntry::Swap signature in ARM64 Fennec 67 Nightly.
Comment 14•6 years ago
|
||
This has moved up to #6 top crash on 67 Fennec nightly.
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Since Comment 14 it is now up to #3.
Comment 16•6 years ago
|
||
Nathan: Any idea why this might have started happening more regularly in Fennec nightly? In the last week we have 78 crashes/77 installs.
I'm not really sure what is going on with this. My first instinct is that there's memory corruption in some other object that we're tracing, but the actual line we're crashing on doesn't actually involve that. This code has some kind of special case for objects being added during iteration. Maybe something is going wrong with that?
Comment 18•6 years ago
|
||
Hmm, Android crashes happen in a different place, and they are about snowwhite freeing. The desktop crashes are about forget skippable.
Is some destructor doing evil things...
Updated•6 years ago
|
Comment 20•6 years ago
|
||
(In reply to Marcia Knous [:marcia - needinfo? me] from comment #16)
Nathan: Any idea why this might have started happening more regularly in Fennec nightly? In the last week we have 78 crashes/77 installs.
Fennec Nightly builds are now PGO'd as of March 29 (bug 1535364). That might explain random problems with destructors doing the wrong thing.
95% of nsPurpleBufferEntry::Swap crashes are ARM64 Fennec, which was published on the Nightly channel on January 15 (bug 1368484).
Updated•3 years ago
|
Updated•2 years ago
|
Comment 21•2 years ago
|
||
old issue - reset the severity here to let it be in the triage process.
Updated•2 years ago
|
Description
•