web-thread

iOS Crash related to javascript core, web thread

三世轮回 提交于 2019-12-05 06:54:09
问题 getting lots of crashes in ios11 as below: webkit framework is included in project. any idea what could be reason for this crash ? Crashed: WebThread 0 JavaScriptCore 0x18bdbeebc bmalloc::Heap::allocateSmallChunk(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long) + 680 1 JavaScriptCore 0x18bdbec70 bmalloc::Heap::allocateSmallChunk(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long) + 92 2 JavaScriptCore 0x18bdbef58 bmalloc::Heap::allocateSmallPage(std::__1::lock_guard<bmalloc

iOS Crash related to javascript core, web thread

泪湿孤枕 提交于 2019-12-03 20:57:51
getting lots of crashes in ios11 as below: webkit framework is included in project. any idea what could be reason for this crash ? Crashed: WebThread 0 JavaScriptCore 0x18bdbeebc bmalloc::Heap::allocateSmallChunk(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long) + 680 1 JavaScriptCore 0x18bdbec70 bmalloc::Heap::allocateSmallChunk(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long) + 92 2 JavaScriptCore 0x18bdbef58 bmalloc::Heap::allocateSmallPage(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long, std::__1::array<bmalloc::List<bmalloc::SmallPage>, 112ul>&) + 152 3