> On Jun 6, 2019, at 9:19 AM, Frédéric Wang <fw...@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).
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to