Closed
Bug 510136
Opened 16 years ago
Closed 16 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)
7.59 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•16 years ago
|
Assignee: general → gal
Assignee | ||
Comment 1•16 years ago
|
||
Assignee | ||
Comment 2•16 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•16 years ago
|
||
Attachment #394197 -
Attachment is obsolete: true
Assignee | ||
Updated•16 years ago
|
Attachment #394201 -
Attachment is patch: true
Attachment #394201 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Updated•16 years ago
|
Attachment #394201 -
Flags: review?(jorendorff)
Assignee | ||
Comment 4•16 years ago
|
||
The patch passes trace-test after I backed out 508051.
Assignee | ||
Comment 5•16 years ago
|
||
Sent to try-server.
Comment 6•16 years ago
|
||
Comment on attachment 394201 [details] [diff] [review]
patch
This is better anyway. Nice.
Attachment #394201 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 7•16 years ago
|
||
Flags: blocking1.9.2?
Whiteboard: fixed-in-tracemonkey
Comment 8•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: blocking1.9.2? → blocking1.9.2+
Updated•16 years ago
|
Priority: -- → P1
Comment 9•16 years ago
|
||
status1.9.2:
--- → beta1-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•