Closed Bug 565593 Opened 15 years ago Closed 15 years ago

crash [@ js_DestroyContext] if JS_NewContext fails in CancelExecution

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: timeless, Assigned: timeless)

References

(Blocks 1 open bug)

Details

(Keywords: coverity, crash)

Crash Data

Attachments

(1 file)

3586 CancelExecution(JSRuntime *rt) 3593 JSContext *cx = JS_NewContext(rt, 8192); 3594 if (cx) 3595 js::workers::terminateAll(cx, gWorkers); 3596 JS_DestroyContextNoGC(cx);
Blocks: 479252
Attached patch patch (deleted) — Splinter Review
Assignee: general → timeless
Status: NEW → ASSIGNED
Attachment #445065 - Flags: review?(gal)
Comment on attachment 445065 [details] [diff] [review] patch I think this is jorendorff's code.
Attachment #445065 - Flags: review?(gal) → review?(jorendorff)
Attachment #445065 - Flags: review?(jorendorff) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Crash Signature: [@ js_DestroyContext]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: