RESOLVED DUPLICATE of bug 93878 95075
Assertion failure at WebCore::JSEventListener::jsFunction() (JSEventListener.h:90)
https://bugs.webkit.org/show_bug.cgi?id=95075
Summary Assertion failure at WebCore::JSEventListener::jsFunction() (JSEventListener....
Mark Lam
Reported 2012-08-27 05:02:28 PDT
This assertion failure has been seen to cause crashes on both the WK1 and WK2 Lion mac bots. The earliest incidence of this that I found was: - build 1713 - test: inspector/elements/event-listeners-about-blank.html - change sets from svn rev 125128, 125126, and 125131. At first glance, r125126 (http://trac.webkit.org/changeset/125126) looks like it could be the related, but I don't have a smoking gun yet. The latest incidence of this was found on: - build 2257 - test: svg/custom/use-instanceRoot-as-event-target.xhtml Sampling through the build history, I've seen this assertion crash manifest on the following tests (this is not an exhaustive list): - fast/events/keyevent-iframe-removed-crash.html (build 2055, 2218, 2222, 2227, 2234) - fullscreen/full-screen-iframe-zIndex.html (build 2250) - fullscreen/full-screen-restrictions.html (build 2832) - http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html (build 2211) - inspector/elements/event-listeners-about-blank.html (build 1713, 1800, 1963, 2639) - media/adopt-node-crash.html (build 1959) - platform/mac/accessibility/search-with-frames.html - svg/custom/use-instanceRoot-as-event-target.xhtml (build 2222, 2223) The crash / assertion failure is intermittent. It does not necessarily manifest on every build test run, nor always on the same tests. However, it has been seen to repeat on the same test more than once. Based on this, at this point it is debatable whether skipping these tests is a good strategy for greening the bots. Here is the crash log of the latest observed incident in test svg/custom/use-instanceRoot-as-event-target.xhtml on build 2257: === BEGIN crash log === Process: DumpRenderTree [4479] Path: /Volumes/VOLUME/*/DumpRenderTree Identifier: DumpRenderTree Version: ??? (???) Code Type: X86-64 (Native) Parent Process: Python [3637] Date/Time: 2012-08-27 04:43:19.083 -0700 OS Version: Mac OS X 10.7.4 (11E53) Report Version: 9 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef VM Regions Near 0xbbadbeef: --> __TEXT 0000000105f28000-0000000105fc0000 [ 608K] r-x/rwx SM=COW /Volumes/VOLUME/* Application Specific Information: objc[4479]: garbage collection is OFF Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.WebCore 0x0000000108164e6c WebCore::JSEventListener::jsFunction(WebCore::ScriptExecutionContext*) const + 348 (JSEventListener.h:90) 1 com.apple.WebCore 0x00000001082fd3fc WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 220 (JSEventListener.cpp:80) 2 com.apple.WebCore 0x0000000107cb99b9 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, WTF::Vector<WebCore::RegisteredEventListener, 1ul>&) + 393 (EventTarget.cpp:232) 3 com.apple.WebCore 0x0000000107cb97fb WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 331 (EventTarget.cpp:200) 4 com.apple.WebCore 0x000000010884316b WebCore::Node::handleLocalEvents(WebCore::Event*) + 155 (Node.cpp:2570) 5 com.apple.WebCore 0x0000000107c86595 WebCore::EventContext::handleLocalEvents(WebCore::Event*) const + 293 (EventContext.cpp:55) 6 com.apple.WebCore 0x0000000107c8967f WebCore::EventDispatcher::dispatchEventAtTarget(WTF::PassRefPtr<WebCore::Event>) + 111 (EventDispatcher.cpp:309) 7 com.apple.WebCore 0x0000000107c884b9 WebCore::EventDispatcher::dispatchEvent(WTF::PassRefPtr<WebCore::Event>) + 1129 (EventDispatcher.cpp:261) 8 com.apple.WebCore 0x00000001088116cd WebCore::MouseEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 333 (MouseEvent.cpp:238) 9 com.apple.WebCore 0x0000000107c8707a WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WTF::PassRefPtr<WebCore::EventDispatchMediator>) + 154 (EventDispatcher.cpp:129) 10 com.apple.WebCore 0x0000000108843caf WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WTF::AtomicString const&, int, WebCore::Node*) + 239 (Node.cpp:2632) 11 com.apple.WebCore 0x0000000107c99502 WebCore::EventHandler::dispatchMouseEvent(WTF::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 226 (EventHandler.cpp:2218) 12 com.apple.WebCore 0x0000000107c9bd38 WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 1368 (EventHandler.cpp:1868) 13 com.apple.WebCore 0x0000000107caa064 WebCore::EventHandler::mouseUp(NSEvent*) + 436 (EventHandlerMac.mm:513) 14 com.apple.WebKit 0x000000010708b0b8 -[WebHTMLView mouseUp:] + 344 (WebHTMLView.mm:3759) 15 DumpRenderTree 0x0000000105f4a1a9 -[EventSendingController mouseUp:withModifiers:] + 1081 (EventSendingController.mm:409) 16 com.apple.CoreFoundation 0x00007fff8b63aefc __invoking___ + 140 17 com.apple.CoreFoundation 0x00007fff8b63ad94 -[NSInvocation invoke] + 132 18 DumpRenderTree 0x0000000105f4b323 +[EventSendingController replaySavedEvents] + 195 (EventSendingController.mm:562) 19 DumpRenderTree 0x0000000105f49ede -[EventSendingController mouseUp:withModifiers:] + 366 (EventSendingController.mm:387) 20 com.apple.CoreFoundation 0x00007fff8b63aefc __invoking___ + 140 21 com.apple.CoreFoundation 0x00007fff8b63ad94 -[NSInvocation invoke] + 132 22 com.apple.WebCore 0x000000010886b05e JSC::Bindings::ObjcInstance::invokeObjcMethod(JSC::ExecState*, JSC::Bindings::ObjcMethod*) + 1934 (objc_instance.mm:323) 23 com.apple.WebCore 0x000000010886a89b JSC::Bindings::ObjcInstance::invokeMethod(JSC::ExecState*, JSC::RuntimeMethod*) + 363 (objc_instance.mm:235) 24 com.apple.WebCore 0x0000000108c4a350 _ZN3JSCL17callRuntimeMethodEPNS_9ExecStateE + 640 (runtime_method.cpp:128) 25 com.apple.JavaScriptCore 0x000000010658c9b0 _ZN3JSC5LLIntL14handleHostCallEPNS_9ExecStateEPNS_11InstructionENS_7JSValueENS_22CodeSpecializationKindE + 352 (LLIntSlowPaths.cpp:1323) 26 com.apple.JavaScriptCore 0x000000010658d90d JSC::LLInt::setUpCall(JSC::ExecState*, JSC::Instruction*, JSC::CodeSpecializationKind, JSC::JSValue, JSC::LLIntCallLinkInfo*) + 93 (LLIntSlowPaths.cpp:1367) 27 com.apple.JavaScriptCore 0x000000010658d897 JSC::LLInt::genericCall(JSC::ExecState*, JSC::Instruction*, JSC::CodeSpecializationKind) + 263 (LLIntSlowPaths.cpp:1423) 28 com.apple.JavaScriptCore 0x000000010658ab1c llint_slow_path_call + 60 (LLIntSlowPaths.cpp:1429) 29 com.apple.JavaScriptCore 0x0000000106592373 llint_op_call + 185 30 com.apple.JavaScriptCore 0x000000010637aa70 JSC::JITCode::execute(JSC::RegisterFile*, JSC::ExecState*, JSC::JSGlobalData*) + 96 (JITCode.h:133) 31 com.apple.JavaScriptCore 0x0000000106377394 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 1908 (Interpreter.cpp:1322) 32 com.apple.JavaScriptCore 0x000000010620db7b JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 315 (CallData.cpp:39) 33 com.apple.WebCore 0x00000001081ad6a3 WebCore::JSMainThreadExecState::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 179 (JSMainThreadExecState.h:56) 34 com.apple.WebCore 0x0000000108c57b83 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext*) + 707 (ScheduledAction.cpp:115) 35 com.apple.WebCore 0x0000000108c5765c WebCore::ScheduledAction::execute(WebCore::Document*) + 348 (ScheduledAction.cpp:137) 36 com.apple.WebCore 0x0000000108c57484 WebCore::ScheduledAction::execute(WebCore::ScriptExecutionContext*) + 116 (ScheduledAction.cpp:83) 37 com.apple.WebCore 0x0000000107bf2add WebCore::DOMTimer::fired() + 621 (DOMTimer.cpp:151) 38 com.apple.WebCore 0x0000000108ff4fd7 WebCore::ThreadTimers::sharedTimerFiredInternal() + 311 (ThreadTimers.cpp:118) 39 com.apple.WebCore 0x0000000108ff4d19 WebCore::ThreadTimers::sharedTimerFired() + 25 (ThreadTimers.cpp:94) 40 com.apple.WebCore 0x0000000108cfe8f3 _ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv + 67 (SharedTimerMac.mm:167) 41 com.apple.CoreFoundation 0x00007fff8b5fd934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 42 com.apple.CoreFoundation 0x00007fff8b5fd486 __CFRunLoopDoTimer + 534 43 com.apple.CoreFoundation 0x00007fff8b5dde11 __CFRunLoopRun + 1617 44 com.apple.CoreFoundation 0x00007fff8b5dd486 CFRunLoopRunSpecific + 230 45 com.apple.Foundation 0x00007fff8315bf7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 46 DumpRenderTree 0x0000000105f4021b _ZL7runTestRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE + 5035 (DumpRenderTree.mm:1357) 47 DumpRenderTree 0x0000000105f3edea _ZL20runTestingServerLoopv + 282 (DumpRenderTree.mm:829) 48 DumpRenderTree 0x0000000105f3e666 dumpRenderTree(int, char const**) + 374 (DumpRenderTree.mm:876) 49 DumpRenderTree 0x0000000105f40a5c main + 124 (DumpRenderTree.mm:914) 50 DumpRenderTree 0x0000000105f29c94 start + 52 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8da4b7e6 kevent + 10 1 libdispatch.dylib 0x00007fff8586978a _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff8586831a _dispatch_mgr_thread + 54 Thread 2:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff8da4967a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8da48d71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8b5d550c __CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8b5ddc74 __CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8b5dd486 CFRunLoopRunSpecific + 230 5 com.apple.Foundation 0x00007fff831b5fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 6 com.apple.Foundation 0x00007fff831aa72a -[NSThread main] + 68 7 com.apple.Foundation 0x00007fff831aa6a2 __NSThread__main__ + 1575 8 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 3:: JavaScriptCore::BlockFree 0 libsystem_kernel.dylib 0x00007fff8da4abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8a3b6274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x0000000106635419 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 217 (ThreadingPthreads.cpp:434) 3 com.apple.JavaScriptCore 0x00000001065bf893 JSC::BlockAllocator::waitForRelativeTimeWhileHoldingLock(double) + 99 (BlockAllocator.cpp:82) 4 com.apple.JavaScriptCore 0x00000001065bf8e4 JSC::BlockAllocator::waitForRelativeTime(double) + 68 (BlockAllocator.cpp:93) 5 com.apple.JavaScriptCore 0x00000001065bf944 JSC::BlockAllocator::blockFreeingThreadMain() + 68 (BlockAllocator.cpp:106) 6 com.apple.JavaScriptCore 0x00000001065bf655 JSC::BlockAllocator::blockFreeingThreadStartFunc(void*) + 21 (BlockAllocator.cpp:98) 7 com.apple.JavaScriptCore 0x0000000106633814 _ZN3WTFL16threadEntryPointEPv + 148 (Threading.cpp:70) 8 com.apple.JavaScriptCore 0x00000001066342c9 _ZN3WTFL19wtfThreadEntryPointEPv + 105 (ThreadingPthreads.cpp:179) 9 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 10 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 4:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8da4abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8a3b6274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00000001066352e0 WTF::ThreadCondition::wait(WTF::Mutex&) + 48 (ThreadingPthreads.cpp:413) 3 com.apple.JavaScriptCore 0x000000010646d897 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 1159 (MarkStack.cpp:419) 4 com.apple.JavaScriptCore 0x00000001065ec6f1 JSC::GCThreadSharedData::markingThreadMain(JSC::SlotVisitor*) + 65 (GCThreadSharedData.cpp:57) 5 com.apple.JavaScriptCore 0x00000001065ec759 JSC::GCThreadSharedData::markingThreadStartFunc(void*) + 41 (GCThreadSharedData.cpp:66) 6 com.apple.JavaScriptCore 0x0000000106633814 _ZN3WTFL16threadEntryPointEPv + 148 (Threading.cpp:70) 7 com.apple.JavaScriptCore 0x00000001066342c9 _ZN3WTFL19wtfThreadEntryPointEPv + 105 (ThreadingPthreads.cpp:179) 8 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 5:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8da4abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8a3b6274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00000001066352e0 WTF::ThreadCondition::wait(WTF::Mutex&) + 48 (ThreadingPthreads.cpp:413) 3 com.apple.JavaScriptCore 0x000000010646d897 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 1159 (MarkStack.cpp:419) 4 com.apple.JavaScriptCore 0x00000001065ec6f1 JSC::GCThreadSharedData::markingThreadMain(JSC::SlotVisitor*) + 65 (GCThreadSharedData.cpp:57) 5 com.apple.JavaScriptCore 0x00000001065ec759 JSC::GCThreadSharedData::markingThreadStartFunc(void*) + 41 (GCThreadSharedData.cpp:66) 6 com.apple.JavaScriptCore 0x0000000106633814 _ZN3WTFL16threadEntryPointEPv + 148 (Threading.cpp:70) 7 com.apple.JavaScriptCore 0x00000001066342c9 _ZN3WTFL19wtfThreadEntryPointEPv + 105 (ThreadingPthreads.cpp:179) 8 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 6:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8da4abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8a3b6274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00000001066352e0 WTF::ThreadCondition::wait(WTF::Mutex&) + 48 (ThreadingPthreads.cpp:413) 3 com.apple.JavaScriptCore 0x000000010646d897 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 1159 (MarkStack.cpp:419) 4 com.apple.JavaScriptCore 0x00000001065ec6f1 JSC::GCThreadSharedData::markingThreadMain(JSC::SlotVisitor*) + 65 (GCThreadSharedData.cpp:57) 5 com.apple.JavaScriptCore 0x00000001065ec759 JSC::GCThreadSharedData::markingThreadStartFunc(void*) + 41 (GCThreadSharedData.cpp:66) 6 com.apple.JavaScriptCore 0x0000000106633814 _ZN3WTFL16threadEntryPointEPv + 148 (Threading.cpp:70) 7 com.apple.JavaScriptCore 0x00000001066342c9 _ZN3WTFL19wtfThreadEntryPointEPv + 105 (ThreadingPthreads.cpp:179) 8 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 7:: com.apple.coremedia.scheduledfileio 0 libsystem_kernel.dylib 0x00007fff8da4abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8a3b6274 _pthread_cond_wait + 840 2 com.apple.CoreMedia 0x00007fff8dfaba5d WaitOnCondition + 14 3 com.apple.CoreMedia 0x00007fff8dfabc55 FigSemaphoreWaitRelative + 181 4 com.apple.CoreMedia 0x00007fff8dfa7efc FigScheduledFileIOThread + 206 5 com.apple.CoreMedia 0x00007fff8dfac9f2 figThreadMain + 385 6 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 7 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 8:: WebCore: LocalStorage 0 libsystem_kernel.dylib 0x00007fff8da4abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8a3b6274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00000001066352e0 WTF::ThreadCondition::wait(WTF::Mutex&) + 48 (ThreadingPthreads.cpp:413) 3 com.apple.JavaScriptCore 0x00000001066353af WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 111 (ThreadingPthreads.cpp:424) 4 com.apple.WebCore 0x0000000108d6320e WTF::PassOwnPtr<WebCore::StorageTask> WTF::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(WTF::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 590 (MessageQueue.h:138) 5 com.apple.WebCore 0x0000000108d6238c WTF::MessageQueue<WebCore::StorageTask>::waitForMessage() + 92 (MessageQueue.h:124) 6 com.apple.WebCore 0x0000000108d61e4d WebCore::StorageThread::threadEntryPoint() + 157 (StorageThread.cpp:70) 7 com.apple.WebCore 0x0000000108d61da5 WebCore::StorageThread::threadEntryPointCallback(void*) + 21 (StorageThread.cpp:63) 8 com.apple.JavaScriptCore 0x0000000106633814 _ZN3WTFL16threadEntryPointEPv + 148 (Threading.cpp:70) 9 com.apple.JavaScriptCore 0x00000001066342c9 _ZN3WTFL19wtfThreadEntryPointEPv + 105 (ThreadingPthreads.cpp:179) 10 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 11 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 9:: WebCore: LocalStorage 0 libsystem_kernel.dylib 0x00007fff8da4abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff8a3b6274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00000001066352e0 WTF::ThreadCondition::wait(WTF::Mutex&) + 48 (ThreadingPthreads.cpp:413) 3 com.apple.JavaScriptCore 0x00000001066353af WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 111 (ThreadingPthreads.cpp:424) 4 com.apple.WebCore 0x0000000108d6320e WTF::PassOwnPtr<WebCore::StorageTask> WTF::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(WTF::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 590 (MessageQueue.h:138) 5 com.apple.WebCore 0x0000000108d6238c WTF::MessageQueue<WebCore::StorageTask>::waitForMessage() + 92 (MessageQueue.h:124) 6 com.apple.WebCore 0x0000000108d61e4d WebCore::StorageThread::threadEntryPoint() + 157 (StorageThread.cpp:70) 7 com.apple.WebCore 0x0000000108d61da5 WebCore::StorageThread::threadEntryPointCallback(void*) + 21 (StorageThread.cpp:63) 8 com.apple.JavaScriptCore 0x0000000106633814 _ZN3WTFL16threadEntryPointEPv + 148 (Threading.cpp:70) 9 com.apple.JavaScriptCore 0x00000001066342c9 _ZN3WTFL19wtfThreadEntryPointEPv + 105 (ThreadingPthreads.cpp:179) 10 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 11 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 10:: CoreAnimation render server 0 libsystem_kernel.dylib 0x00007fff8da4967a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8da48d71 mach_msg + 73 2 com.apple.QuartzCore 0x00007fff8a5c72d9 CA::Render::Server::server_thread(void*) + 184 3 com.apple.QuartzCore 0x00007fff8a5c7219 thread_fun + 24 4 libsystem_c.dylib 0x00007fff8a3b28bf _pthread_start + 335 5 libsystem_c.dylib 0x00007fff8a3b5b75 thread_start + 13 Thread 11: 0 libsystem_kernel.dylib 0x00007fff8da4b192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a3b4594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a3b5b85 start_wqthread + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff8da4b192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a3b4594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a3b5b85 start_wqthread + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff8da4b192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a3b4594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a3b5b85 start_wqthread + 13 Thread 14: 0 libsystem_kernel.dylib 0x00007fff8da4b192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a3b4594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a3b5b85 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00000000bbadbeef rbx: 0x00007fff65b23fc8 rcx: 0x00000000000a4600 rdx: 0x00007f82ebc93e00 rdi: 0x000000010d87aa00 rsi: 0x00007f82ebc00000 rbp: 0x00007fff65b23670 rsp: 0x00007fff65b235f0 r8: 0x0000000000000008 r9: 0x00007f82ebca0f50 r10: 0x0000000000400000 r11: 0x00000001065ef060 r12: 0x0000000000000000 r13: 0x0000000110247038 r14: 0x00007f82fd6113c0 r15: 0x0000000000000076 rip: 0x0000000108164e6c rfl: 0x0000000000010246 cr2: 0x00000000bbadbeef Logical CPU: 0 Binary Images: 0x105f28000 - 0x105fbfff7 +DumpRenderTree (??? - ???) <0F173943-65B2-38C9-85E6-DC0F76F58DDA> /Volumes/VOLUME/*/DumpRenderTree 0x1060a1000 - 0x106100ff7 +libWebCoreTestSupport.dylib (537.8.0 - compatibility 1.0.0) <279458AF-2792-3CEE-B5AE-40A8C2B465D0> /Volumes/VOLUME/*/libWebCoreTestSupport.dylib 0x106196000 - 0x10681dfff com.apple.JavaScriptCore (537+ - 537.8+) <244485EF-CE30-3B72-88C5-BD506FFCB2F9> /Volumes/VOLUME/*/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x106f94000 - 0x107278fff com.apple.WebKit (537+ - 537.8+) <C210C669-01F6-3269-B5FA-4A0D3801AB81> /Volumes/VOLUME/*/WebKit.framework/Versions/A/WebKit 0x107607000 - 0x109eb2ff7 com.apple.WebCore (537+ - 537.8+) <56E1E692-DE6D-3072-9406-69F30963859A> /Volumes/VOLUME/*/WebCore.framework/Versions/A/WebCore 0x111247000 - 0x111249fff com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x11133e000 - 0x111367fff libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <17F693AC-4909-3599-BCE0-EE2EE472271E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib 0x116454000 - 0x116482ff7 GLRendererFloat (??? - ???) <E33704BC-AA25-3279-A585-ABC6B3176D3E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x116501000 - 0x11669afff GLEngine (??? - ???) <61484217-C41D-3A65-86BD-397ACC0D069F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x1166ce000 - 0x1167c7fff libGLProgrammability.dylib (??? - ???) <7396EE13-5FA6-3E78-88D0-2502CFE79A97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x116c76000 - 0x116c7afff com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <D4D40031-05D5-3D8B-A9A5-490D9483E188> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn 0x116dc4000 - 0x116dc9fff com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x1186aa000 - 0x11888bff7 com.apple.audio.codecs.Components (2.2 - 2.2) <1DF409FA-F561-31C5-900A-42F41B2C1856> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs 0x118e7c000 - 0x118fc7ff7 com.apple.audio.units.Components (1.7.2 - 1.7.2) <DC2BA4BE-E91A-3680-A88A-D8A709C48909> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x200000000 - 0x20036ffff com.apple.GeForce7xxxGLDriver (7.0.52 - 7.0.0) <6B630FBF-6006-3B57-B978-2A3996909498> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xxxGLDriver 0x7fff65b28000 - 0x7fff65b5cbaf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld 0x7fff822d5000 - 0x7fff822d6fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib 0x7fff822d7000 - 0x7fff822edff7 com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8236b000 - 0x7fff82371fff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff82372000 - 0x7fff82377fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x7fff8237a000 - 0x7fff8241ffff com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff82420000 - 0x7fff8247cff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8247d000 - 0x7fff8247efff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib 0x7fff8247f000 - 0x7fff8247ffff com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff824ce000 - 0x7fff824cffff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib 0x7fff824d0000 - 0x7fff825ddfff libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff825ec000 - 0x7fff825f3fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib 0x7fff825f4000 - 0x7fff82920ff7 com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff82975000 - 0x7fff82a7cfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib 0x7fff82a7d000 - 0x7fff82f22fff com.apple.RawCamera.bundle (3.12.0 - 615) <10CCCC87-4A1E-3343-BF09-1C6640B56F45> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff82f28000 - 0x7fff82f30fff libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib 0x7fff82fdb000 - 0x7fff82ff7ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff82ff8000 - 0x7fff83060ff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff83061000 - 0x7fff8306fff7 libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib 0x7fff8307c000 - 0x7fff83091fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff83092000 - 0x7fff83145ff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff83146000 - 0x7fff8314fff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib 0x7fff83150000 - 0x7fff83469fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8347b000 - 0x7fff8347ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib 0x7fff83480000 - 0x7fff83486ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x7fff83487000 - 0x7fff83488ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib 0x7fff8352e000 - 0x7fff83531fff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff83532000 - 0x7fff8355bfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8355c000 - 0x7fff83651fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 0x7fff83656000 - 0x7fff836dbff7 com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff83743000 - 0x7fff83795ff7 libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff83798000 - 0x7fff8379efff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff837a8000 - 0x7fff8383aff7 com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8383b000 - 0x7fff8393dfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib 0x7fff83b6a000 - 0x7fff83cf4fff com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff83f0b000 - 0x7fff83f33fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff83f34000 - 0x7fff83f36fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff83f73000 - 0x7fff84175fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib 0x7fff842d2000 - 0x7fff84326fff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff84327000 - 0x7fff8432bff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8432c000 - 0x7fff84410fff com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff84411000 - 0x7fff84464fff MetadataLib.dylib (3.12.0 - compatibility 2.2.1) <403ACF2F-F921-3A5A-B00B-B62B98606D3C> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib 0x7fff84465000 - 0x7fff84465fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff844a1000 - 0x7fff844a1fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff845df000 - 0x7fff845f5fff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff845f6000 - 0x7fff845fdff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff84a20000 - 0x7fff84a73fff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff84b75000 - 0x7fff84c7afff libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff84c7b000 - 0x7fff84c7bfff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff84c8a000 - 0x7fff84d0eff7 com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff84d0f000 - 0x7fff84d3aff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib 0x7fff84d3b000 - 0x7fff85202fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff855e7000 - 0x7fff855ecfff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff855ee000 - 0x7fff855effff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff85866000 - 0x7fff85874fff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib 0x7fff858c1000 - 0x7fff858d4ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib 0x7fff85ad8000 - 0x7fff85b3aff7 com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff85b3b000 - 0x7fff85f6eff7 com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff85f6f000 - 0x7fff85faefff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff85faf000 - 0x7fff85fb0ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x7fff85fb1000 - 0x7fff85fd5fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff85fd6000 - 0x7fff86051ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8607a000 - 0x7fff8615ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib 0x7fff8615f000 - 0x7fff86185fff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8663c000 - 0x7fff86688ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff86dc4000 - 0x7fff86dc9fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib 0x7fff86e1e000 - 0x7fff86e29fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff86e2a000 - 0x7fff86e69ff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff86e6a000 - 0x7fff87094fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff87095000 - 0x7fff871eefff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff87247000 - 0x7fff8726bfff com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8727b000 - 0x7fff87285ff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib 0x7fff87286000 - 0x7fff872a0fff com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff872a1000 - 0x7fff8739eff7 com.apple.avfoundation (2.0 - 180.40) <ED3DCB15-7E88-34FD-9E56-4ECAD10A6E7E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff87623000 - 0x7fff87667ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff87668000 - 0x7fff87691fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff876f7000 - 0x7fff876f8ff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib 0x7fff876f9000 - 0x7fff8776cfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x7fff8776d000 - 0x7fff87a56ff7 com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff87ad4000 - 0x7fff87ad6ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff87b05000 - 0x7fff87b22fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib 0x7fff87b5d000 - 0x7fff87b8aff7 com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff87b8b000 - 0x7fff87b92fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff87b93000 - 0x7fff87b98ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib 0x7fff87b99000 - 0x7fff87bb6ff7 com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff87bb7000 - 0x7fff87bbaff7 com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff87bcc000 - 0x7fff87c06fe7 com.apple.DebugSymbols (2.1 - 87) <E9000AB8-CCE4-3636-871D-E17703814B68> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff87cf0000 - 0x7fff888f6ff7 com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff888f7000 - 0x7fff88ca0fef com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff88ca1000 - 0x7fff88cb1ff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff88d7b000 - 0x7fff88e11ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff89227000 - 0x7fff89227fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff89228000 - 0x7fff8929efff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8929f000 - 0x7fff8930ffff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8a166000 - 0x7fff8a200ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8a201000 - 0x7fff8a207fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib 0x7fff8a30f000 - 0x7fff8a363ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8a364000 - 0x7fff8a441fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib 0x7fff8a457000 - 0x7fff8a464ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib 0x7fff8a465000 - 0x7fff8a59bfff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8a5c5000 - 0x7fff8a764ff7 com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8a768000 - 0x7fff8a768fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8a769000 - 0x7fff8a776fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff8a777000 - 0x7fff8a818ff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8a819000 - 0x7fff8a882fff com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8abe5000 - 0x7fff8ac3dfff libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8ac3e000 - 0x7fff8ac8fff7 com.apple.CoreMediaIO (212.0 - 3199.1.1) <D8C364AF-A1E8-3215-ABF5-188B50A80B18> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8ac90000 - 0x7fff8ac9efff com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8ac9f000 - 0x7fff8acb6fff com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8acb7000 - 0x7fff8ad22ff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8ad61000 - 0x7fff8b4f5fef com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8b4f6000 - 0x7fff8b531fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib 0x7fff8b532000 - 0x7fff8b573fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8b5a5000 - 0x7fff8b779ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8b900000 - 0x7fff8bc1cfff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8bc20000 - 0x7fff8bc40fff libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8bc41000 - 0x7fff8bc44fff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8bc45000 - 0x7fff8bc50ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8bc51000 - 0x7fff8bc68fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8bc69000 - 0x7fff8bc99ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8bc9a000 - 0x7fff8bccffff libTrueTypeScaler.dylib (??? - ???) <24B2CA56-309F-316E-ACAD-3355F8A5FDC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff8bcd0000 - 0x7fff8bf43fff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8bf50000 - 0x7fff8c069fff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8c06a000 - 0x7fff8c64efff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8c76b000 - 0x7fff8c76efff com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8c76f000 - 0x7fff8c771fff libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8c772000 - 0x7fff8c77dff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x7fff8c77e000 - 0x7fff8c7a9ff7 com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8cacf000 - 0x7fff8cacffff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8cb0f000 - 0x7fff8cb23ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8cb24000 - 0x7fff8cbb7ff7 com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8cbbc000 - 0x7fff8cbbefff libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib 0x7fff8cc1a000 - 0x7fff8cc1ffff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib 0x7fff8d2fc000 - 0x7fff8d31bfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib 0x7fff8d31c000 - 0x7fff8d749fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8d77c000 - 0x7fff8d7beff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib 0x7fff8d7bf000 - 0x7fff8d926fff com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8d927000 - 0x7fff8da33fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8da34000 - 0x7fff8da54fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib 0x7fff8da55000 - 0x7fff8db1cff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8db2d000 - 0x7fff8db3cff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib 0x7fff8db3d000 - 0x7fff8db7dff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib 0x7fff8db7e000 - 0x7fff8db84fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8dc2e000 - 0x7fff8dc2efff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x7fff8de75000 - 0x7fff8dec3fff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib 0x7fff8dee3000 - 0x7fff8df10fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib 0x7fff8df76000 - 0x7fff8df88ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff8df89000 - 0x7fff8df8dfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8df8e000 - 0x7fff8dfd5ff7 com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8dfd6000 - 0x7fff8e0b5ff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8e0b6000 - 0x7fff8ea53c9f com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8ec08000 - 0x7fff8ec3bff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8ec3c000 - 0x7fff8ec9cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8ecea000 - 0x7fff8ed6dfef com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8ed6e000 - 0x7fff8ee10fff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8ee1d000 - 0x7fff8ee21fff libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib 0x7fff8ee22000 - 0x7fff8ee27fff com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8f06e000 - 0x7fff8f06efff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8f075000 - 0x7fff8f087ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x7fff8f088000 - 0x7fff8f0fefff libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 347635 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=296.2M resident=229.8M(78%) swapped_out_or_unallocated=66.4M(22%) Writable regions: Total=1.6G written=399.1M(25%) resident=499.8M(31%) swapped_out=0K(0%) unallocated=1.1G(69%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 31.8M CG backing stores 1888K CG image 1880K CG raster data 5920K CG shared images 4432K CoreAnimation 4K CoreGraphics 16K CoreServices 1236K IOKit 4K JS JIT generated code 256.0M JS JIT generated code (reserved) 768.0M reserved VM address space (unallocated) JS VM register file 4096K JS garbage collector 6208K MALLOC 485.7M MALLOC guard page 48K Memory tag=242 12K Memory tag=249 156K OpenGL GLSL 1372K OpenGL GLSL (reserved) 128K reserved VM address space (unallocated) SQLite page cache 672K STACK GUARD 56.1M Stack 15.1M VM_ALLOCATE 16.6M WebCore purgeable data 44K __CI_BITMAP 80K __DATA 19.7M __IMAGE 528K __LINKEDIT 116.7M __RC_CAMERAS 244K __TEXT 179.5M __UNICODE 544K mapped file 119.3M shared memory 308K =========== ======= TOTAL 2.0G TOTAL, minus reserved VM space 1.3G === END crash log ===
Attachments
Mark Lam
Comment 1 2012-08-27 15:19:13 PDT
*** This bug has been marked as a duplicate of bug 93878 ***
Note You need to log in before you can comment on or make changes to this bug.