[Webkit-unassigned] [Bug 155256] iOS-sim debug: WebCoreNSURLSessionTest.BasicOperation and WebCoreNSURLSessionTest.InvalidateEmpty asserting
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 10 17:59:57 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=155256
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andersca at apple.com,
| |cdumez at apple.com,
| |dbates at webkit.org,
| |ddkilzer at webkit.org
Component|New Bugs |WebCore Misc.
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
static String& applicationBundleIdentifier()
{
ASSERT(RunLoop::isMain());
static NeverDestroyed<String> identifier([[NSBundle mainBundle] bundleIdentifier]);
return identifier;
}
Main run loop is never set up by iOS WebKit1, and it doesn't make a lot of sense there.
I think that it is a bug in application check code that it tries to use NSBundle from the web thread (the test crashes in main thread, but I think that this code would run the on web thread normally).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160311/b7cc2ec4/attachment.html>
More information about the webkit-unassigned
mailing list