RESOLVED FIXED143962
CRASH in operationCreateDirectArgumentsDuringExit()
https://bugs.webkit.org/show_bug.cgi?id=143962
Summary CRASH in operationCreateDirectArgumentsDuringExit()
Michael Saboff
Reported 2015-04-20 13:20:51 PDT
Crash opening mail app on iCloud.com: * thread #1: tid = 0x7d825, 0x00000001144fdb37, queue = 'com.apple.main-thread, stop reason = EXC_BAD_ACCESS (code=1, addre
Attachments
work in progress (9.87 KB, patch)
2015-04-24 14:08 PDT, Filip Pizlo
no flags
the patch (11.50 KB, patch)
2015-04-24 14:26 PDT, Filip Pizlo
ggaren: review+
Radar WebKit Bug Importer
Comment 1 2015-04-20 13:21:25 PDT
Mark Lam
Comment 2 2015-04-22 14:58:11 PDT
Filip Pizlo
Comment 3 2015-04-24 14:08:15 PDT
Created attachment 251572 [details] work in progress Roughly, I'm making it so that the OSR exit compiler tracks liveness of constant-like things. This allows for a bunch of simplifications and should fix this bug.
Filip Pizlo
Comment 4 2015-04-24 14:26:20 PDT
Created attachment 251573 [details] the patch
Geoffrey Garen
Comment 5 2015-04-24 15:05:27 PDT
Comment on attachment 251573 [details] the patch r=me
Filip Pizlo
Comment 6 2015-04-25 01:32:49 PDT
Note You need to log in before you can comment on or make changes to this bug.