Bug 187436 - REGRESSION (r233561): MobileMail crashes when replying to an email
Summary: REGRESSION (r233561): MobileMail crashes when replying to an email
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-07 10:43 PDT by Simon Fraser (smfr)
Modified: 2018-07-07 11:46 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2018-07-07 10:45 PDT, Simon Fraser (smfr)
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2018-07-07 10:43:50 PDT
REGRESSION (r233561): MobileMail crashes when replying to an email
Comment 1 Simon Fraser (smfr) 2018-07-07 10:45:57 PDT
Created attachment 344524 [details]
Patch
Comment 2 Simon Fraser (smfr) 2018-07-07 10:50:51 PDT
rdar://problem/41931915
Comment 3 Simon Fraser (smfr) 2018-07-07 10:51:15 PDT
https://trac.webkit.org/changeset/233616/webkit
Comment 4 mitz 2018-07-07 11:46:17 PDT
Comment on attachment 344524 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=344524&action=review

> Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:-2733
> -    RELEASE_ASSERT(isMainThread());

Why not RunLoop::isMain()?