Closed
Bug 674722
Opened 14 years ago
Closed 14 years ago
IonMonkey: Segmentation fault in IonBuilder::processDoWhileBodyEnd on null MBasicBlock
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: h4writer)
References
Details
Attachments
(2 files)
131 bytes,
application/javascript
|
Details | |
1.08 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Attached test case crashes on x86 debug builds.
Assignee | ||
Updated•14 years ago
|
Assignee: general → hv1989
Assignee | ||
Comment 1•14 years ago
|
||
Is the same as:
function f() {
do {
break;
} while(0)
}
Looking into it now
Reporter | ||
Comment 2•14 years ago
|
||
This may be related to bug 674772? Both seem like bookkeeping issues.
Assignee | ||
Comment 3•14 years ago
|
||
Occurred when all paths had break statements in a do-while loop. So is not related with bug #674772
Attachment #549070 -
Flags: review?(dvander)
![]() |
||
Updated•14 years ago
|
Attachment #549070 -
Attachment is patch: true
Attachment #549070 -
Attachment mime type: text/x-patch → text/plain
Comment on attachment 549070 [details] [diff] [review]
Patch
Review of attachment 549070 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #549070 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•