<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">I have a webkitgtk-2.32.0 patch that enables reports to work (included below).<br><br>The crash reported in <a href="https://bugs.webkit.org/show_bug.cgi?id=248802">https://bugs.webkit.org/show_bug.cgi?id=248802</a><br>occurs because Apple Silicon builds enforces their Hardened Runtime by default (see <a href="https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon">https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon</a>).<br><br><br>*** PlatformUse.h.orig<span class="Apple-tab-span" style="white-space: pre;"> </span>Tue Apr 23 13:54:25 2024<br>--- PlatformUse.h<span class="Apple-tab-span" style="white-space: pre;"> </span>Tue Apr 23 14:15:31 2024<br>***************<br>*** 313,320 ****<br>--- 313,323 ----<br> #define USE_LEGACY_CFNETWORK_DOWNLOADS 1<br> #endif<br><br>+ /*<br> #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000) \<br> || (PLATFORM(MACCATALYST) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000)<br>+ */<br>+ #if OS(MAC_OS_X)<br> #if USE(APPLE_INTERNAL_SDK)<br> /* Always use the macro on internal builds */<br> #define USE_PTHREAD_JIT_PERMISSIONS_API 0</body></html>