Closed
Bug 510136
Opened 15 years ago
Closed 15 years ago
TM: side exits can get deallocated in LeaveTree but are still returned by ExecuteTree
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: gal, Assigned: gal)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•15 years ago
|
Assignee: general → gal
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
This patch removes prohibitFlush and instead checks whether any context is within an ExecuteTree by checking whether cx->interpState is NULL. If any context has interpState set, we just set needFlush, which will be hit next time we try to execute a trace.
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #394197 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Attachment #394201 -
Attachment is patch: true
Attachment #394201 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Updated•15 years ago
|
Attachment #394201 -
Flags: review?(jorendorff)
Assignee | ||
Comment 4•15 years ago
|
||
The patch passes trace-test after I backed out 508051.
Assignee | ||
Comment 5•15 years ago
|
||
Sent to try-server.
Comment 6•15 years ago
|
||
Comment on attachment 394201 [details] [diff] [review]
patch
This is better anyway. Nice.
Attachment #394201 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 7•15 years ago
|
||
Flags: blocking1.9.2?
Whiteboard: fixed-in-tracemonkey
Comment 8•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: blocking1.9.2? → blocking1.9.2+
Updated•15 years ago
|
Priority: -- → P1
Comment 9•15 years ago
|
||
status1.9.2:
--- → beta1-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•