[webkit-dev] Cannot load pages with run-safari --ios-simulator (public SDK)
Dan Bernstein
mitz at apple.com
Thu Jun 6 09:32:42 PDT 2019
> On Jun 6, 2019, at 9:19 AM, Frédéric Wang <fwang at igalia.com> wrote:
>
> WebContent and Networking seems to abort but the backtraces are not
> really helpful:
>
> * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
> * frame #0: 0x000000011421338e dyld`__abort_with_payload + 10
> frame #1: 0x0000000114212b80
> dyld`abort_with_payload_wrapper_internal + 82
> frame #2: 0x0000000114212bb2 dyld`abort_with_payload + 9
> frame #3: 0x000000010de118c1 dyld_sim`abort_with_payload + 34
> frame #4: 0x000000010de08fe0 dyld_sim`dyld::halt(char const*) + 343
> frame #5: 0x000000010de0910a
> dyld_sim`dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 167
When dyld aborts this way it logs the reason (based on the backtrace, likely a missing symbol). You may be able to find the message from dyld in the macOS Console app (the Simulator app also allows you to open the Simulator system log, if I remember correctly).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20190606/9326587c/attachment.html>
More information about the webkit-dev
mailing list