Closed
Bug 565593
Opened 15 years ago
Closed 14 years ago
crash [@ js_DestroyContext] if JS_NewContext fails in CancelExecution
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, crash)
Crash Data
Attachments
(1 file)
674 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
3586 CancelExecution(JSRuntime *rt)
3593 JSContext *cx = JS_NewContext(rt, 8192);
3594 if (cx)
3595 js::workers::terminateAll(cx, gWorkers);
3596 JS_DestroyContextNoGC(cx);
Comment 2•15 years ago
|
||
Comment on attachment 445065 [details] [diff] [review]
patch
I think this is jorendorff's code.
Attachment #445065 -
Flags: review?(gal) → review?(jorendorff)
Updated•15 years ago
|
Attachment #445065 -
Flags: review?(jorendorff) → review+
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Crash Signature: [@ js_DestroyContext]
Updated•6 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•