<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;"><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Interestingly a very similar commit just landed: <a href="https://github.com/WebKit/WebKit/commit/34d7f551c40ab7253255304e1443394d5e493333">https://github.com/WebKit/WebKit/commit/34d7f551c40ab7253255304e1443394d5e493333</a>. I'll give it a try in a few days.<div><br></div><div>Regards,</div><div>John Ralls</div><div><br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Apr 23, 2024, at 18:08, Sherlock <sh025622@gmail.com> wrote:</div><br class="Apple-interchange-newline"><div><meta http-equiv="content-type" content="text/html; charset=us-ascii"><div 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</div></div></blockquote></div><br></div></div></div></div></div></div></div></div></body></html>