Closed
Bug 481519
Opened 16 years ago
Closed 16 years ago
Crashes in [@ js_SynthesizeFrame]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 481444
People
(Reporter: whimboo, Unassigned)
References
()
Details
(Keywords: crash, regression, topcrash)
Crash Data
There is a new top crasher #3 visible on 1.9.1b3pre which happens in js_SynthesizeFrame. Latest builds still crash in this stack:
0 js3250.dll js_SynthesizeFrame js/src/jstracer.cpp:3111
1 js3250.dll LeaveTree js/src/jstracer.cpp:4081
2 js3250.dll js_DeepBail js/src/jstracer.cpp:4679
3 js3250.dll js3250.dll@0x778ea
4 xul.dll jsd_ObjectHook js/jsd/jsd_obj.c:171
5 js3250.dll js3250.dll@0x74252
No helpful comments available for now.
Flags: blocking1.9.1?
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
| Reporter | ||
Comment 1•16 years ago
|
||
By analyzing the crash reports this should be a regression which started 02/25 this year on 1.9.1.
http://crash-stats.mozilla.com/report/list?product=Firefox&branch=1.9.1&version=Firefox%3A3.1b3pre&query_search=signature&query_type=exact&query=js_SynthesizeFrame&date=2009-02-25&range_value=1&range_unit=weeks&do_query=1&signature=js_SynthesizeFrame
Keywords: regression
| Reporter | ||
Updated•16 years ago
|
Keywords: regressionwindow-wanted
Comment 2•16 years ago
|
||
It looks like we try to deep bail from NewObject on trace since jsd is involved. We don't expect to do that (bailExit probably NULL) and die. When hitting a jsd hook we should fall off trace or make the NewInstance part of NewObject RETRY.
3 libmozjs.dylib JS_FrameIterator js/src/jsdbgapi.cpp:981
4 XUL jsd_ObjectHook js/jsd/jsd_obj.c:136
5 libmozjs.dylib js_NewObjectWithGivenProto js/src/jsobj.cpp:2932
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•16 years ago
|
Keywords: regressionwindow-wanted
Updated•14 years ago
|
Crash Signature: [@ js_SynthesizeFrame]
You need to log in
before you can comment on or make changes to this bug.
Description
•