Closed
Bug 1271565
Opened 9 years ago
Closed 9 years ago
Baseline JIT: 'illegal instruction' crash on aarch64 target
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: sk.alvin.x, Assigned: sk.alvin.x)
Details
(Keywords: 64bit)
Attachments
(2 files, 2 obsolete files)
7.75 KB,
text/plain
|
Details | |
5.57 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36
Steps to reproduce:
a) modify code to enable baseline JIT on aarch64
b) js-engine standalone compile
c) run jsshell with empty loop
Actual results:
jsshell crashed
Expected results:
script normally exit
Hardware: Unspecified → Other
Summary: Baseline JIT on arm64 "illeagal instruction" → Baseline JIT: 'illeagal instruction' crash on aarch64 target
Version: 46 Branch → Trunk
Updated•9 years ago
|
Group: core-security → javascript-core-security
Comment 2•9 years ago
|
||
Jan, could you figure out what to do with this? Does it need to be a sec bug, etc.? Thanks.
Flags: needinfo?(jdemooij)
Comment 3•9 years ago
|
||
I don't think this has to be s-s.
Group: javascript-core-security
Flags: needinfo?(jdemooij)
Updated•9 years ago
|
Attachment #8759535 -
Flags: review?(sstangl)
Updated•9 years ago
|
Summary: Baseline JIT: 'illeagal instruction' crash on aarch64 target → Baseline JIT: 'illegal instruction' crash on aarch64 target
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•9 years ago
|
Attachment #8759535 -
Flags: review?(sstangl) → review+
Keywords: checkin-needed
Comment 4•9 years ago
|
||
This doesn't compile.
https://treeherder.mozilla.org/logviewer.html#?job_id=23466407&repo=try#L923
Keywords: checkin-needed
Sorry for my carelessness.Here is a new patch.
Attachment #8759535 -
Attachment is obsolete: true
Attachment #8768651 -
Flags: review?(sstangl)
Updated•9 years ago
|
Attachment #8768651 -
Flags: review?(sstangl) → review+
Comment 6•9 years ago
|
||
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5db2b6f8c1a8
sk, can you please add commit information to your patches so they're easier for people to checkin? Thanks!
https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3F
Assignee: nobody → sk.alvin.x
Flags: needinfo?(sk.alvin.x)
(In reply to Ryan VanderMeulen [:RyanVM] from comment #6)
> Try push:
> https://treeherder.mozilla.org/#/jobs?repo=try&revision=5db2b6f8c1a8
>
> sk, can you please add commit information to your patches so they're easier
> for people to checkin? Thanks!
> https://developer.mozilla.org/en-US/docs/
> Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-
> in_for_me.3F
Create a new patch and request for review?
Comment 8•9 years ago
|
||
You don't need to re-request review, just uploading a new patch with the missing information included will suffice.
Updated•9 years ago
|
Attachment #8768651 -
Attachment is obsolete: true
Comment 11•9 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2763206148aa
Add autoflush icache for aarch64 target. r=sstangl
Keywords: checkin-needed
Comment 12•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•