Open
Bug 1310729
Opened 9 years ago
Updated 3 years ago
Crash in shutdownhang | js::EqualStrings
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
REOPENED
People
(Reporter: alex_mayorga, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, nightly-community, triage-deferred, Whiteboard: qa-not-actionable)
Crash Data
This bug was filed from the Socorro interface and is
report bp-757f3dab-72c8-4612-acbf-0db6f2161017.
=============================================================
¡Hola!
Got this crash while Nightly was updating this morning.
¡Gracias!
Alex
Crashing Thread (0)
Frame Module Signature Source
0 xul.dll js::EqualStrings(JSLinearString*, JSLinearString*) js/src/jsstr.cpp:3191
1 xul.dll SuppressDeletedPropertyHelper<`anonymous namespace'::SingleStringPredicate> js/src/jsiter.cpp:1301
2 xul.dll js::SuppressDeletedProperty(JSContext*, JS::Handle<JSObject*>, jsid) js/src/jsiter.cpp:1387
3 xul.dll js::NativeDeleteProperty(JSContext*, JS::Handle<js::NativeObject*>, JS::Handle<jsid>, JS::ObjectOpResult&) js/src/vm/NativeObject.cpp:2532
4 xul.dll js::DeleteProperty(JSContext*, JS::Handle<JSObject*>, JS::Handle<jsid>, JS::ObjectOpResult&) js/src/jsobjinlines.h:234
5 xul.dll js::DeleteElementJit<1>(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, bool*) js/src/vm/Interpreter.cpp:4485
6 @0x25988e313b
Reporter | ||
Updated•9 years ago
|
Whiteboard: nightly-community
Updated•9 years ago
|
Keywords: nightly-community
Whiteboard: nightly-community
Comment 2•9 years ago
|
||
This is not really actionable, also because there are only 1 or 2 reports. We're likely running some JS for too long and we happen to catch this while we're in EqualStrings, but the problem is probably elsewhere.
Flags: needinfo?(jdemooij)
Updated•8 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Reopening bug since there are crash reports in the last 6 months.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Whiteboard: qa-not-actionable
Updated•4 years ago
|
Blocks: sm-defects-crashes
Comment 4•3 years ago
|
||
Since the crash volume is low (less than 5 per week), the severity is downgraded to S3
. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Severity: critical → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•