Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScriptCore __ZN7bmalloc4Heap18allocateSmallChunkERNSt3__110lock_guardINS_11Stati #334

Open
zhoupengju opened this issue Feb 5, 2018 · 0 comments

Comments

@zhoupengju
Copy link

JavaScriptCore bmalloc::Heap::allocateSmallChunk(std::__1::lock_guardbmalloc::StaticMutex&, unsigned long) + 680
1 JavaScriptCore bmalloc::Heap::allocateSmallChunk(std::__1::lock_guardbmalloc::StaticMutex&, unsigned long) + 92
2 JavaScriptCore bmalloc::Heap::allocateSmallPage(std::__1::lock_guardbmalloc::StaticMutex&, unsigned long, std::__1::array<bmalloc::Listbmalloc::SmallPage, 112ul>&) + 152
3 JavaScriptCore bmalloc::Heap::allocateSmallBumpRangesByObject(std::__1::lock_guardbmalloc::StaticMutex&, unsigned long, bmalloc::BumpAllocator&, bmalloc::FixedVector<bmalloc::BumpRange, 3ul>&, std::__1::array<bmalloc::Listbmalloc::SmallPage, 112ul>&) + 52
4 JavaScriptCore bmalloc::Allocator::refillAllocatorSlowCase(bmalloc::BumpAllocator&, unsigned long) + 160
5 JavaScriptCore bmalloc::Allocator::allocateLogSizeClass(unsigned long) + 160
6 JavaScriptCore JSC::MarkedBlock::tryCreate(JSC::Heap&) + 36
7 JavaScriptCore JSC::MarkedAllocator::allocateSlowCaseImpl(JSC::GCDeferralContext*, bool) + 368
8 JavaScriptCore JSC::Subspace::allocate(unsigned long) + 152
9 JavaScriptCore JSC::stringProtoFuncSplitFast(JSC::ExecState*) + 3780
10 JavaScriptCore _llint_entry + 29608
11 JavaScriptCore _llint_entry + 26996
12 JavaScriptCore _llint_entry + 26996
13 JavaScriptCore _llint_entry + 26996
14 JavaScriptCore _llint_entry + 26996
15 JavaScriptCore _llint_entry + 26996
16 JavaScriptCore _llint_entry + 26996
17 JavaScriptCore _llint_entry + 26996
18 JavaScriptCore _llint_entry + 26996
19 JavaScriptCore _vmEntryToJavaScript + 272
20 JavaScriptCore JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 136
21 JavaScriptCore JSC::Interpreter::executeProgram(JSC::SourceCode const&, JSC::ExecState*, JSC::JSObject*) + 11244
22 JavaScriptCore JSC::evaluate(JSC::ExecState*, JSC::SourceCode const&, JSC::JSValue, WTF::NakedPtrJSC::Exception&) + 316
23 WebCore WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld&, WebCore::ExceptionDetails*) + 324
24 WebCore WebCore::ScriptElement::executeClassicScript(WebCore::ScriptSourceCode const&) + 568
25 WebCore WebCore::LoadableClassicScript::execute(WebCore::ScriptElement&) + 156
26 WebCore WebCore::ScriptElement::executeScriptAndDispatchEvent(WebCore::LoadableScript&) +216
27 WebCore WebCore::HTMLScriptRunner::executeParsingBlockingScripts() + 328
28 WebCore WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder() + 184
29 WebCore WebCore::HTMLDocumentParser::pumpTokenizerLoop(WebCore::HTMLDocumentParser::SynchronousMode, bool, WebCore::PumpSession&) + 576
30 WebCore WebCore::HTMLDocumentParser::pumpTokenizer(WebCore::HTMLDocumentParser::SynchronousMode) + 116
31 WebCore WebCore::HTMLDocumentParser::append(WTF::RefPtrWTF::StringImpl&&) + 836
32 WebCore WebCore::DecodedDataDocumentParser::appendBytes(WebCore::DocumentWriter&, char const*, unsigned long) + 116
33 WebCore WebCore::DocumentLoader::commitData(char const*, unsigned long) + 828
34 WebKitLegacy -[WebHTMLRepresentation receivedData:withDataSource:] + 112
35 WebKitLegacy -[WebDataSource(WebInternal) _receivedData:] + 68
36 WebKitLegacy WebFrameLoaderClient::committedLoad(WebCore::DocumentLoader*, char const*, int) +112
37 WebCore WebCore::DocumentLoader::commitLoad(char const*, int) + 172
38 WebCore WebCore::CachedRawResource::didAddClient(WebCore::CachedResourceClient&) + 556
39 WebCore WebCore::ThreadTimers::sharedTimerFiredInternal() + 172
40 WebCore WebCore::timerFired(__CFRunLoopTimer*, void*) + 28
41 CoreFoundation _CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 28
42 CoreFoundation ___CFRunLoopDoTimer + 864
43 CoreFoundation ___CFRunLoopDoTimers + 248
44 CoreFoundation ___CFRunLoopRun + 1928
45 CoreFoundation CFRunLoopRunSpecific + 436
46 WebCore RunWebThread(void*) + 456
47 libsystem_pthread.dylib __pthread_body + 308
48 libsystem_pthread.dylib __pthread_body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant