Bug 258452 - Crash on apple ARM64_T8112 arm6
Summary: Crash on apple ARM64_T8112 arm6
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-23 06:28 PDT by jaybhaskar
Modified: 2023-06-28 09:39 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jaybhaskar 2023-06-23 06:28:08 PDT
MiniBrowser crashes on startup giving the following call stack

 [libsystem_platform.dylib+0x3748]  _platform_memmove+0xa8
  _platform_memmove+0xa8
   JSC::LinkBuffer::linkCode(JSC::MacroAssembler&, JSC::JITCompilationEffort)+0x40
  WebCore::SelectorCompiler::SelectorCodeGenerator::compile(JSC::MacroAssemblerCodeRef<(WTF::PtrTag)53711>&)+0xe8

is there some recent change in JavaScripCore?
Comment 1 Alexey Proskuryakov 2023-06-25 16:28:34 PDT
Could you please clarify how you build and run MiniBrowser on device? This is not a common workflow, and I don't think that we have any documentation for it.
Comment 2 jaybhaskar 2023-06-28 09:39:05 PDT
Somehow in my system in the file wtf/PlatformUse.h USE_PTHREAD_JIT_PERMISSIONS_API becomes disabled. that was the reason to crash. Thamks.