Closed
Bug 1050094
Opened 10 years ago
Closed 10 years ago
Crash at weird memory address involving -D
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: gkw, Assigned: bhackett1024)
References
Details
(Keywords: crash, regression, testcase)
Attachments
(1 file)
(deleted),
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
if (a) {}
crashes js debug shell with --ion-offthread-compile=off --ion-eager -D from https://hg.mozilla.org/mozilla-central/rev/afcb3af79d09 at:
https://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-macosx64-debug/1407382344/jsshell-mac64.zip
===
Process 4186 stopped
* thread #1: tid = 0x19af6, 0x000000010023aa83 js`___lldb_unnamed_function4614$$js + 371, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x30)
frame #0: 0x000000010023aa83 js`___lldb_unnamed_function4614$$js + 371
js`___lldb_unnamed_function4614$$js + 371:
-> 0x10023aa83: movq 0x30(%rcx), %rax
0x10023aa87: testq %rax, %rax
0x10023aa8a: jne 0x10023aa80 ; ___lldb_unnamed_function4614$$js + 368
0x10023aa8c: movq 0x18(%rdx), %rax
(lldb)
(tbpl shells lack symbols)
=== Tinderbox Build Bisection Results by autoBisect ===
The "good" changeset has the timestamp "20140806142715" and the hash "9ff7c80c4790".
The "bad" changeset has the timestamp "20140806143118" and the hash "d052b9190a4c".
Likely regression window: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=9ff7c80c4790&tochange=d052b9190a4c
This completely blocks fuzzing with -D.
Brian, is bug 1045749 a likely regressor?
Flags: needinfo?(bhackett1024)
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → bhackett1024
Attachment #8469331 -
Flags: review?(nicolas.b.pierron)
Flags: needinfo?(bhackett1024)
Updated•10 years ago
|
Attachment #8469331 -
Flags: review?(nicolas.b.pierron) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•10 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•