Summary: | JSC crash with `import("")` | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | André Bargull <andre.bargull> | ||||
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, ews-watchlist, keith_miller, mark.lam, msaboff, ryanhaddad, saam, webkit-bug-importer, ysuzuki | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Local Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
André Bargull
2018-02-27 12:36:01 PST
Created attachment 334740 [details]
Patch
Comment on attachment 334740 [details]
Patch
Thanks!
Comment on attachment 334740 [details] Patch Clearing flags on attachment: 334740 Committed r229092: <https://trac.webkit.org/changeset/229092> All reviewed patches have been landed. Closing bug. (In reply to WebKit Commit Bot from comment #3) > Comment on attachment 334740 [details] > Patch > > Clearing flags on attachment: 334740 > > Committed r229092: <https://trac.webkit.org/changeset/229092> The test added with this change is failing on debug JSC bots due to an unchecked exception: https://build.webkit.org/builders/Apple%20High%20Sierra%2032-bit%20JSC%20(BuildAndTest)/builds/1298/steps/webkit-32bit-jsc-test/logs/stdio Committed r229129: <https://trac.webkit.org/changeset/229129> |