RESOLVED FIXED 168259
asyncDisassembly crashes on iOS
https://bugs.webkit.org/show_bug.cgi?id=168259
Summary asyncDisassembly crashes on iOS
Michael Saboff
Reported 2017-02-13 15:23:56 PST
It crashes with Bus Error right after emitting the jitWrite thunk. Looks like this is due to the mapping of the jitWrite thunk pages being changed to execute only immediately after generating and linking the code. With async disassembly, we can't read the code to disassemble. <rdar://problem/30124488>
Attachments
Patch (1.94 KB, patch)
2017-02-13 15:30 PST, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2017-02-13 15:30:24 PST
Michael Saboff
Comment 2 2017-02-13 17:10:31 PST
Note You need to log in before you can comment on or make changes to this bug.