Skip to content

Instantly share code, notes, and snippets.

@nrj
Created April 17, 2012 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrj/2408899 to your computer and use it in GitHub Desktop.
Save nrj/2408899 to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #5: tid = 0x2203, 0x33a43cbc WebCore`WebCore::FrameLoader::cancelledError(WebCore::ResourceRequest const&) const + 4, stop reason = EXC_BAD_ACCESS (code=1, address=0x8)
frame #0: 0x33a43cbc WebCore`WebCore::FrameLoader::cancelledError(WebCore::ResourceRequest const&) const + 4
frame #1: 0x3396d334 WebCore`WebCore::ResourceLoader::init(WebCore::ResourceRequest const&) + 172
frame #2: 0x3396d1dc WebCore`WebCore::SubresourceLoader::startLoading() + 20
frame #3: 0x3396cfc4 WebCore`WebCore::ResourceLoadScheduler::servePendingRequests(WebCore::ResourceLoadScheduler::HostInformation*, WebCore::ResourceLoadPriority) + 52
frame #4: 0x33972980 WebCore`WebCore::ResourceLoadScheduler::servePendingRequests(WebCore::ResourceLoadPriority) + 300
frame #5: 0x338cfd22 WebCore`WebCore::ThreadTimers::sharedTimerFiredInternal() + 98
frame #6: 0x338cfc94 WebCore`_ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv + 64
frame #7: 0x3589fa32 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 14
frame #8: 0x3589f698 CoreFoundation`__CFRunLoopDoTimer + 364
frame #9: 0x3589e26e CoreFoundation`__CFRunLoopRun + 1206
frame #10: 0x358214a4 CoreFoundation`CFRunLoopRunSpecific + 300
frame #11: 0x3582136c CoreFoundation`CFRunLoopRunInMode + 104
frame #12: 0x339230f6 WebCore`_ZL12RunWebThreadPv + 402
frame #13: 0x37ad6734 libsystem_c.dylib`_pthread_start + 320
frame #14: 0x37ad65f0 libsystem_c.dylib`thread_start + 8
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment