Bug 258452
| Summary: | Crash on apple ARM64_T8112 arm6 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jaybhaskar <jay.bhaskar> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Critical | CC: | ap |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
jaybhaskar
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
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.
jaybhaskar
Somehow in my system in the file wtf/PlatformUse.h USE_PTHREAD_JIT_PERMISSIONS_API becomes disabled. that was the reason to crash. Thamks.