Closed
Bug 1414338
Opened 8 years ago
Closed 6 years ago
Crash in TraceDataRelocations
Categories
(Core :: JavaScript: GC, defect, P5)
Tracking
()
People
(Reporter: yoasif, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
4.40 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-ef88babf-4a3b-4023-b637-afc901171028.
=============================================================
Low volume crash; 40 crashes in the last week.
Reporter | ||
Updated•8 years ago
|
status-firefox56:
--- → affected
status-firefox57:
--- → affected
status-firefox-esr52:
--- → affected
Comment 1•8 years ago
|
||
Jon, is this actionable?
Reports over the last week:
> Firefox 58.0a1: 16
> Firefox 57.0b*: 6
> Firefox 56.0.*: 29
> Firefox ESR 52.4.*: 1
Reports over the last month:
> Firefox 58.0a1: 19
> Firefox 57.0b*: 30
> Firefox 56.0.*: 92
> Firefox ESR 52.4.*: 6
At these volumes I don't think this will be fixed for Firefox 56/57.
Comment 3•8 years ago
|
||
(In reply to Jason Orendorff [:jorendorff] from comment #1)
There's nothing obviously wrong with this code so this is not actionable without STR.
CC'ing Jan because it's JIT related.
Flags: needinfo?(jcoppeard)
Comment 4•8 years ago
|
||
Having said that, we could add some assertions here.
Attachment #8926858 -
Flags: review?(sphink)
Updated•8 years ago
|
Keywords: leave-open
Updated•8 years ago
|
Priority: P1 → P5
Updated•8 years ago
|
Attachment #8926858 -
Flags: review?(sphink) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3b3fdb4f8f36
Add some assertions to TraceDataRelocations r=sfink
Comment 6•8 years ago
|
||
This call to TraceDataRelocations() doesn't seem to be hit at all in our tests:
https://searchfox.org/mozilla-central/source/js/src/jit/x86-shared/Assembler-x86-shared.cpp#94
But then again that path doesn't appear in any of the crash stacks either.
Comment 7•8 years ago
|
||
bugherder |
Comment 8•7 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:jonco, maybe it's time to close this bug?
Flags: needinfo?(jcoppeard)
Comment 9•7 years ago
|
||
This is another ongoing crash during marking. It's still happening but is not actionable as such. Marking as stalled.
Flags: needinfo?(jcoppeard)
Keywords: stalled
Comment 10•6 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:jonco, maybe it's time to close this bug?
Flags: needinfo?(jcoppeard)
Comment 11•6 years ago
|
||
There's only a handful of crashes under this signature now. Closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(jcoppeard)
Keywords: leave-open
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•