Closed Bug 481519 Opened 16 years ago Closed 16 years ago

Crashes in [@ js_SynthesizeFrame]

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
critical

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?
Flags: blocking1.9.1? → blocking1.9.1+
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
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Crash Signature: [@ js_SynthesizeFrame]
You need to log in before you can comment on or make changes to this bug.