Closed
Bug 1450226
Opened 8 years ago
Closed 8 years ago
Crash in js::gcstats::Statistics::beginSlice
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox59 | --- | unaffected |
| firefox60 | + | wontfix |
People
(Reporter: calixte, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-22ef851b-48a8-4545-b79a-7bee60180329.
=============================================================
Top 10 frames of crashing thread:
0 libxul.so js::gcstats::Statistics::beginSlice mozglue/misc/TimeStamp.h:67
1 libxul.so Sprite_D16_S32::blitRect gfx/skia/skia/src/core/SkColorData.h:577
2 libxul.so js::gc::GCRuntime::gcCycle js/src/gc/Statistics.h:406
3 libxul.so Sprite_D16_S32::blitRect gfx/skia/skia/src/core/SkColorData.h:577
4 libxul.so js::gc::GCRuntime::collect js/src/gc/GC.cpp:7538
5 libxul.so Sprite_D16_S32::blitRect gfx/skia/skia/src/core/SkColorData.h:577
6 libxul.so js::gc::GCRuntime::startGC js/src/gc/GC.cpp
7 libxul.so Sprite_D16_S32::blitRect gfx/skia/skia/src/core/SkColorData.h:577
8 libxul.so wcsrtombs
9 libxul.so nsJSContext::GarbageCollectNow dom/base/nsJSEnvironment.cpp:1242
=============================================================
There are 455 crashes (from 324 installations) in 60.0b7 with buildid 20180326164103.
:overholt, could you investigate please ?
Flags: needinfo?(overholt)
| Reporter | ||
Comment 1•8 years ago
|
||
[Tracking Requested - why for this release]:
The volume is pretty high on FennecAndroid and it's a regression (no crash before 60b7 on android).
tracking-firefox60:
--- → ?
Comment 2•8 years ago
|
||
Is it possible to get a regression window?
I see the spike started around March 29th ... Steve, any ideas? I see you landed bug 1449066 and Jan landed bug 1448589 (this is just me looking for "GC" at https://hg.mozilla.org/mozilla-central/shortlog).
Flags: needinfo?(sphink)
Flags: needinfo?(overholt)
Flags: needinfo?(cdenizet)
Comment 3•8 years ago
|
||
Note that this was a spike on Beta, however.
Comment 4•8 years ago
|
||
Here's the changelog between b5 and b7:
https://hg.mozilla.org/releases/mozilla-beta/pushloghtml?fromchange=FENNEC_60_0b5_RELEASE&tochange=FENNEC_60_0b7_RELEASE
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(cdenizet)
Comment 5•8 years ago
|
||
Thanks, Ryan. Nothing stands out to me in that pushlog.
Comment 6•8 years ago
|
||
These crashes are all SIGILL (illegal instruction). We should look at crash dumps to see what instruction this is exactly.
Comment 7•8 years ago
|
||
No crashes in 60.0b9 or 60.0b11, this was all 60.0b7.
Comment 8•8 years ago
|
||
I'm gonna clear the blocking flag and hope this doesn't come back :/
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Updated•7 years ago
|
Flags: needinfo?(sphink)
You need to log in
before you can comment on or make changes to this bug.
Description
•