Safari 7.1 crashes on focus of input field

Does anyone know what might be causing this crash?
Here is the crash report
Process:         com.apple.WebKit.WebContent [4839]
Path:            /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
Identifier:      com.apple.WebKit.WebContent
Version:         9600 (9600.1.17)
Build Info:      WebKit2-7600001017000000~8
Code Type:       X86-64 (Native)
Parent Process:  ??? [1]
Responsible:     Safari [251]
User ID:         502
Date/Time:       2014-10-30 10:14:09.466 -0400
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  314A60B5-C3BD-991F-4B90-F8EE311FD67C
Sleep/Wake UUID: 150C4AFE-AC70-4B84-B022-9DA90621CB10
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Regions Near 0:
-->
    __TEXT                 0000000102d37000-0000000102d38000 [    4K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
Application Specific Information:
Bundle controller class:
BrowserBundleController
Process Model:
Multiple Web Processes
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.Safari.framework     0x00000001090a77c2 Safari::WK::BundleFrame::jsWrapper(Safari::WK::BundleNodeHandle const&, Safari::WK::BundleScriptWorld const&) const + 12
1   com.apple.Safari.framework     0x0000000109304d74 -[WBSFormMetadataController getMetadataForTextField:inFrame:textFieldMetadata:formMetadata:canAutoComplete: ] + 107
2   com.apple.Safari.framework     0x0000000109160c4f -[FormMetadataController passwordFieldFocused:inFrame:] + 63
3   com.apple.Safari.framework     0x00000001093056a1 -[WBSFormMetadataController textFieldFocused:inFrame:] + 186
4   com.apple.Safari.framework     0x00000001090a9462 Safari::WK::didFocusTextField(OpaqueWKBundlePage const*, OpaqueWKBundleNodeHandle const*, OpaqueWKBundleFrame const*, void const*) + 97
5   com.apple.WebKit               0x0000000102d7f249 WebKit::InjectedBundlePageFormClient::didFocusTextField(WebKit::WebPage*, WebCore::HTMLInputElement*, WebKit::WebFrame*) + 75
6   com.apple.WebCore             0x0000000103d4a99b WebCore::Document::setFocusedElement(***::PassRefPtr<WebCore::Element>, WebCore::FocusDirection) + 1595
7   com.apple.WebCore             0x0000000103cdf42a WebCore::FocusController::setFocusedElement(WebCore::Element*, ***::PassRefPtr<WebCore::Frame>, WebCore::FocusDirection) + 970
8   com.apple.WebCore             0x0000000103d9c142 WebCore::Element::focus(bool, WebCore::FocusDirection) + 194
9   com.apple.WebCore             0x0000000103d9b504 WebCore::FocusController::advanceFocusInDocumentOrder(WebCore::FocusDirection, WebCore::KeyboardEvent*, bool) + 932
10  com.apple.WebCore             0x0000000103d9b157 WebCore::FocusController::advanceFocus(WebCore::FocusDirection, WebCore::KeyboardEvent*, bool) + 39
11  com.apple.WebCore             0x0000000103d821b6 WebCore::EventHandler::defaultKeyboardEventHandler(WebCore::KeyboardEvent*) + 406
12  com.apple.WebCore             0x0000000103b50f29 WebCore::Node::defaultEventHandler(WebCore::Event*) + 281
13  com.apple.WebCore             0x0000000103d296f4 WebCore::HTMLInputElement::defaultEventHandler(WebCore::Event*) + 228
14  com.apple.WebCore             0x0000000104023f88 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 1544
15  com.apple.WebCore             0x0000000103b50b2d WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 29
16  com.apple.WebCore             0x0000000103d7601f WebCore::EventTarget::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&) + 127
17  com.apple.WebCore             0x0000000103d815bb WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&) + 1115
18  com.apple.WebCore             0x00000001047eb424 WebCore::UserInputBridge::handleKeyEvent(WebCore::PlatformKeyboardEvent const&, WebCore::InputSource) + 36
19  com.apple.WebKit               0x0000000102d9a58b WebKit::handleKeyEvent(WebKit::WebKeyboardEvent const&, WebCore::Page*) + 110
20  com.apple.WebKit               0x0000000102d9a4d4 WebKit::WebPage::keyEvent(WebKit::WebKeyboardEvent const&) + 62
21  com.apple.WebKit               0x0000000102ef6b31 void IPC::handleMessage<Messages::WebPage::KeyEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)>(IPC::MessageDecoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)) + 83
22  com.apple.WebKit               0x0000000102ef4529 WebKit::WebPage::didReceiveWebPageMessage(IPC::Connection*, IPC::MessageDecoder&) + 1161
23  com.apple.WebKit               0x0000000102e3a395 IPC::MessageReceiverMap::dispatchMessage(IPC::Connection*, IPC::MessageDecoder&) + 125
24  com.apple.WebKit               0x0000000102f26f0e WebKit::WebProcess::didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&) + 28
25  com.apple.WebKit               0x0000000102df20e8 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94
26  com.apple.WebKit               0x0000000102df41ce IPC::Connection::dispatchOneMessage() + 106
27  com.apple.JavaScriptCore       0x0000000103953c75 ***::RunLoop::performWork() + 421
28  com.apple.JavaScriptCore       0x0000000103954352 ***::RunLoop::performWork(void*) + 34
29  com.apple.CoreFoundation       0x00007fff861fe5b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
30  com.apple.CoreFoundation       0x00007fff861efc62 __CFRunLoopDoSources0 + 242
31  com.apple.CoreFoundation       0x00007fff861ef3ef __CFRunLoopRun + 831
32  com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
33  com.apple.HIToolbox           0x00007fff88c3aa0d RunCurrentEventLoopInMode + 226
34  com.apple.HIToolbox           0x00007fff88c3a7b7 ReceiveNextEventCommon + 479
35  com.apple.HIToolbox           0x00007fff88c3a5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
36  com.apple.AppKit               0x00007fff86e5e24e _DPSNextEvent + 1434
37  com.apple.AppKit               0x00007fff86e5d89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
38  com.apple.AppKit               0x00007fff86e5199c -[NSApplication run] + 553
39  com.apple.AppKit               0x00007fff86e3c783 NSApplicationMain + 940
40  com.apple.XPCService           0x00007fff8c603c0f _xpc_main + 385
41  libxpc.dylib                   0x00007fff85c95bde xpc_main + 399
42  com.apple.WebKit.WebContent   0x0000000102d37b40 0x102d37000 + 2880
43  libdyld.dylib                 0x00007fff8c73b5fd start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff922b4662 kevent64 + 10
1   libdispatch.dylib             0x00007fff8a68b421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib             0x00007fff8a68b136 _dispatch_mgr_thread + 52
Thread 2:
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.AppKit               0x00007fff86ffe05e _NSEventThread + 144
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 3:: WebCore: Scrolling
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation       0x00007fff862a4811 CFRunLoopRun + 97
6   com.apple.WebCore             0x0000000103ba4ff4 WebCore::ScrollingThread::initializeRunLoop() + 244
7   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
8   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
9   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
10  libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 4:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.Foundation           0x00007fff87cf8ff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
6   com.apple.Foundation           0x00007fff87cf8dfb __NSThread__main__ + 1318
7   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
8   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
9   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 5:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dddc std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
3   com.apple.JavaScriptCore       0x00000001036ddf51 JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 177
4   com.apple.JavaScriptCore       0x00000001034ffdf5 JSC::BlockAllocator::blockFreeingThreadMain() + 85
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 6:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 7:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 8:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 9:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 10:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 11:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 12:: DFG Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 13:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 14:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 15:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 16:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 17:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 18:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 19:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 20:: QTKit: listenOnDelegatePort
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation       0x00007fff862a4811 CFRunLoopRun + 97
6   com.apple.QTKit               0x00007fff8d63ee6c listenOnDelegatePort + 385
7   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
8   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
9   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 21:: QTKit: listenOnNotificationPort
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation       0x00007fff862a4811 CFRunLoopRun + 97
6   com.apple.QTKit               0x00007fff8d63f334 listenOnNotificationPort + 353
7   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
8   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
9   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 22:: com.apple.CFSocket.private
0   libsystem_kernel.dylib         0x00007fff922b39aa __select + 10
1   com.apple.CoreFoundation       0x00007fff8623ba03 __CFSocketManager + 867
2   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
3   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
4   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 23:
0   libsystem_kernel.dylib         0x00007fff922b3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff8aff9f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff8affcfb9 start_wqthread + 13
Thread 24:
0   libsystem_kernel.dylib         0x00007fff922b3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff8aff9f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff8affcfb9 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007f8165a19da0  rbx: 0x00007f8163db6120  rcx: 0x0000000000000000  rdx: 0x00007f8165a19da0
  rdi: 0x00007f8165810bf0  rsi: 0x0000000000000000  rbp: 0x00007fff5cec65b0  rsp: 0x00007fff5cec65b0
   r8: 0x0000000000000007   r9: 0x00007f8165810bf0  r10: 0x00007f8165881aa0  r11: 0x00000001095629d0
  r12: 0x00007fff5cec6668  r13: 0x0000000112ad1b40  r14: 0x00007fff5cec6670  r15: 0x0000000000000000
  rip: 0x00000001090a77c2  rfl: 0x0000000000010206  cr2: 0x0000000000000000
Logical CPU:     6
Error Code:      0x00000004
Trap Number:     14
Binary Images:
       0x102d37000 -        0x102d37ff8  com.apple.WebKit.WebContent (9600 - 9600.1.17) <01AE09F5-BF23-30B6-B5D5-D5A624CFFF6F> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
       0x102d40000 -        0x102d40fff  WebProcessShim.dylib (7600.1.17) <868C1950-0B6A-3734-9FA0-3DA6D75A6CDD> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebProcess.app/Content s/MacOS/WebProcessShim.dylib
       0x102d4c000 -        0x102fe6fff  com.apple.WebKit (9600 - 9600.1.17) <8C2C77EF-14DD-3F9E-9EF1-95B2A9B4FFF8> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
       0x1032c4000 -        0x1033f7fff  com.apple.WebKitLegacy (9600 - 9600.1.17) <3B62C7FA-2646-3A09-BB76-79224FA2E723> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
       0x1034ec000 -        0x1039a3ff5  com.apple.JavaScriptCore (9600 - 9600.1.17) <ADC5427B-649F-3C9F-A88A-D5EA81093BC1> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
       0x103b16000 -        0x1049caffd  com.apple.WebCore (9600 - 9600.1.17) <854B5ADC-58CA-34F4-B3CA-90D79F6534FB> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
       0x107d54000 -        0x107d54fff  com.apple.WebKit2 (9600 - 9600.1.17) <E9BF6393-4D1C-3DD6-8E4F-644C4DBD08A1> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
       0x108fbf000 -        0x1094caffb  com.apple.Safari.framework (9537 - 9537.85.10.17.1) <79BAD61D-4970-3FF8-9F40-6ABAFFAC4CE1> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
       0x109e50000 -        0x109e62ff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <61A84F10-0B23-31E7-8E14-A689ED4DE80F> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
       0x10a082000 -        0x10a086ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
       0x11495e000 -        0x1152cff6b  libllvmForJSC.dylib (7600.1.17) <61C69E61-B56E-378C-A557-17F25F786320> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Libraries/libl lvmForJSC.dylib
    0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.32 - 8.2.8) <2450F625-33C8-3471-BA0D-10705FDE366C> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
    0x7fff63e1e000 -     0x7fff63e51817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
    0x7fff8467c000 -     0x7fff846daff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8477a000 -     0x7fff847edfff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff847ee000 -     0x7fff847f0fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff84830000 -     0x7fff8487efff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff8487f000 -     0x7fff848befff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff848c2000 -     0x7fff848c7fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff848c8000 -     0x7fff84900ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff84901000 -     0x7fff8494afff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff84a48000 -     0x7fff84ad4ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff84adc000 -     0x7fff84adeff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff84adf000 -     0x7fff84aebffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff84aec000 -     0x7fff84baeff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff850d5000 -     0x7fff851b1fff  libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8544e000 -     0x7fff85475ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff8547d000 -     0x7fff854c4ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x7fff854c5000 -     0x7fff854d0fff  libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
    0x7fff8553c000 -     0x7fff8558aff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff855b0000 -     0x7fff855b4fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff85618000 -     0x7fff85709ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff859b2000 -     0x7fff859dcff7  libsandbox.1.dylib (278.11.1) <40E0FA20-43F4-3B44-8FB7-E070170E9AB9> /usr/lib/libsandbox.1.dylib
    0x7fff859dd000 -     0x7fff85a42ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff85c52000 -     0x7fff85c81ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff85c82000 -     0x7fff85ca6fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff85ca7000 -     0x7fff85d06fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff85d53000 -     0x7fff85d7affb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff85d7b000 -     0x7fff85d8dff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff85fcc000 -     0x7fff8609dff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8609e000 -     0x7fff860c7ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff860c8000 -     0x7fff860edff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff860ee000 -     0x7fff8617eff7  com.apple.Metadata (10.7.0 - 800.28) <04D510EA-1169-392F-9702-EE7EB00882E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8617f000 -     0x7fff86364fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff86365000 -     0x7fff86366ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff86367000 -     0x7fff86367ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff86368000 -     0x7fff8644fff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff86450000 -     0x7fff86451ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff86452000 -     0x7fff86502ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8666c000 -     0x7fff868b4ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff868b5000 -     0x7fff86ce8ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff86ce9000 -     0x7fff86d4dfff  com.apple.datadetectorscore (5.0 - 354.5) <C9FAB401-3FE2-3221-B60C-E4F1841CA5F1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff86d50000 -     0x7fff86d97fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff86d98000 -     0x7fff86d99fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff86d9a000 -     0x7fff86d9dff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x7fff86d9e000 -     0x7fff86dbbff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff86e3a000 -     0x7fff879b0ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff87a16000 -     0x7fff87a20fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff87a21000 -     0x7fff87a21fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87ab5000 -     0x7fff87ab9ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
    0x7fff87b19000 -     0x7fff87c87ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff87c92000 -     0x7fff87f92ff7  com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87f93000 -     0x7fff87fabff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff87fac000 -     0x7fff87fc7ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff87fc8000 -     0x7fff87fe3ff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff87fe4000 -     0x7fff8800cffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff8805c000 -     0x7fff8818cff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff88190000 -     0x7fff881f7ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff88237000 -     0x7fff8825cff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8825d000 -     0x7fff88268ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff88269000 -     0x7fff88280ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x7fff8833a000 -     0x7fff88350fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff88aa1000 -     0x7fff88aa5fff  com.apple.IOAccelerator (98.23 - 98.23) <A5174BEC-A27D-34D8-AB7B-B86962FFAEBA> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x7fff88acb000 -     0x7fff88bd1ff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff88bd3000 -     0x7fff88bd4ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff88c0c000 -     0x7fff88eb6ff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff88eb7000 -     0x7fff88ee6fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff88ee7000 -     0x7fff88fabff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff88fac000 -     0x7fff892e2fff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff892e3000 -     0x7fff892eefff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff892ef000 -     0x7fff892f1ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff892f2000 -     0x7fff8948dff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8953a000 -     0x7fff89562ffb  libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x7fff895d6000 -     0x7fff895f8fff  com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) <C2687C2C-239A-3EB4-857C-BA107F34A5E8> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff895f9000 -     0x7fff896e3fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff896e4000 -     0x7fff89708ff7  libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff89709000 -     0x7fff8970dff7  libsystem_stats.dylib (93.90.3) <C588E082-D94B-3510-9F9A-7AD83B3402DE> /usr/lib/system/libsystem_stats.dylib
    0x7fff8970e000 -     0x7fff897c6ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff89b6c000 -     0x7fff89b7fff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x7fff89b81000 -     0x7fff89cd5ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff89cd6000 -     0x7fff89cdbff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff89cdc000 -     0x7fff89d48fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff89d49000 -     0x7fff89d77ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff89d78000 -     0x7fff89e01fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff89e02000 -     0x7fff89e04ff7  com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff89e0f000 -     0x7fff89e16ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
    0x7fff89e17000 -     0x7fff8a101fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8a15f000 -     0x7fff8a167fff  libsystem_dnssd.dylib (522.92.1) <3F8C6A07-3046-3E88-858F-D9CEFC43A405> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a168000 -     0x7fff8a16afff  libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8a16b000 -     0x7fff8a16cff7  libSystem.B.dylib (1197.1.1) <70B235FC-BCED-367B-BA6C-67C299BAE7D9> /usr/lib/libSystem.B.dylib
    0x7fff8a16d000 -     0x7fff8a17eff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8a17f000 -     0x7fff8a197ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8a525000 -     0x7fff8a52fff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
    0x7fff8a530000 -     0x7fff8a530fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8a5dd000 -     0x7fff8a5e7ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff8a5e8000 -     0x7fff8a669fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <82170C9C-73E0-3108-9DC5-C214C9B72292> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8a66a000 -     0x7fff8a66dffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x7fff8a66e000 -     0x7fff8a687ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8a688000 -     0x7fff8a6a2fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff8a6a3000 -     0x7fff8a6a4fff  libquit.dylib (161.2) <B7BD1F27-FA26-38CB-B018-FA2E14F7D26B> /usr/lib/libquit.dylib
    0x7fff8a731000 -     0x7fff8a7bcff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
    0x7fff8a7bd000 -     0x7fff8a7d9fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff8a7da000 -     0x7fff8a8beff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8a8bf000 -     0x7fff8a8c6fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8a8c7000 -     0x7fff8a992fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8a993000 -     0x7fff8a99efff  libGPUSupportMercury.dylib (9.6.1) <91EA3F24-40FA-3B61-9FFC-F038CCD4079C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x7fff8a9be000 -     0x7fff8a9f3ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8aa2e000 -     0x7fff8aa47ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8aa48000 -     0x7fff8aa4cfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8aa4d000 -     0x7fff8aa92ff6  com.apple.HIServices (1.23 - 468) <A4E9E28B-95C3-3654-85C6-E6A1C53CACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8aaac000 -     0x7fff8aab3fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8aab4000 -     0x7fff8aac1ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8aac2000 -     0x7fff8aaf1ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8aaf2000 -     0x7fff8aaffff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8ab00000 -     0x7fff8abeffff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8abf0000 -     0x7fff8abf4ff7  libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8ac0e000 -     0x7fff8afefffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8aff0000 -     0x7fff8aff6fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff8aff7000 -     0x7fff8affeff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8afff000 -     0x7fff8b02bfff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8b02c000 -     0x7fff8b03cffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff8b03d000 -     0x7fff8b04eff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8b051000 -     0x7fff8b052fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff8b053000 -     0x7fff8b211fff  com.apple.GeoServices (1.0 - 702.15.12) <850DC458-20CC-3E16-BB50-7C9FDBA308D3> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8b212000 -     0x7fff8b4e6fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8b4e7000 -     0x7fff8be06797  com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8be07000 -     0x7fff8be59fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8c1f3000 -     0x7fff8c393ff7  GLEngine (9.6.1) <EC1A6BE4-30FF-3DC4-96B9-F7F07B1FBF28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
    0x7fff8c394000 -     0x7fff8c3d2ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8c485000 -     0x7fff8c4afff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff8c4b0000 -     0x7fff8c4bfff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8c4ef000 -     0x7fff8c520ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff8c52e000 -     0x7fff8c530ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8c531000 -     0x7fff8c534fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8c535000 -     0x7fff8c53cff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
    0x7fff8c554000 -     0x7fff8c555fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff8c556000 -     0x7fff8c571ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8c572000 -     0x7fff8c59eff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x7fff8c5b4000 -     0x7fff8c601fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <B28D0F5C-EEDD-3586-8986-33BC79E8DE56> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8c602000 -     0x7fff8c608ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8c738000 -     0x7fff8c73bff7  libdyld.dylib (239.4) <41077DD7-F909-3B8A-863E-72AE304EDE13> /usr/lib/system/libdyld.dylib
    0x7fff8c73c000 -     0x7fff8c74efff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8c74f000 -     0x7fff8c76dff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8c7a9000 -     0x7fff8c7a9fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8c7d1000 -     0x7fff8c801fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff8c802000 -     0x7fff8c80bffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8c80c000 -     0x7fff8c80cfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8c879000 -     0x7fff8c8befff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
    0x7fff8c8bf000 -     0x7fff8cb90ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8cb91000 -     0x7fff8cbf4ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8ce90000 -     0x7fff8cea7ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8cf11000 -     0x7fff8cf14fff  com.apple.help (1.3.3 - 46) <AE763646-D0

Does anyone know what might be causing this crash?
Here is the crash report
Process:         com.apple.WebKit.WebContent [4839]
Path:            /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
Identifier:      com.apple.WebKit.WebContent
Version:         9600 (9600.1.17)
Build Info:      WebKit2-7600001017000000~8
Code Type:       X86-64 (Native)
Parent Process:  ??? [1]
Responsible:     Safari [251]
User ID:         502
Date/Time:       2014-10-30 10:14:09.466 -0400
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  314A60B5-C3BD-991F-4B90-F8EE311FD67C
Sleep/Wake UUID: 150C4AFE-AC70-4B84-B022-9DA90621CB10
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Regions Near 0:
-->
    __TEXT                 0000000102d37000-0000000102d38000 [    4K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
Application Specific Information:
Bundle controller class:
BrowserBundleController
Process Model:
Multiple Web Processes
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.Safari.framework     0x00000001090a77c2 Safari::WK::BundleFrame::jsWrapper(Safari::WK::BundleNodeHandle const&, Safari::WK::BundleScriptWorld const&) const + 12
1   com.apple.Safari.framework     0x0000000109304d74 -[WBSFormMetadataController getMetadataForTextField:inFrame:textFieldMetadata:formMetadata:canAutoComplete: ] + 107
2   com.apple.Safari.framework     0x0000000109160c4f -[FormMetadataController passwordFieldFocused:inFrame:] + 63
3   com.apple.Safari.framework     0x00000001093056a1 -[WBSFormMetadataController textFieldFocused:inFrame:] + 186
4   com.apple.Safari.framework     0x00000001090a9462 Safari::WK::didFocusTextField(OpaqueWKBundlePage const*, OpaqueWKBundleNodeHandle const*, OpaqueWKBundleFrame const*, void const*) + 97
5   com.apple.WebKit               0x0000000102d7f249 WebKit::InjectedBundlePageFormClient::didFocusTextField(WebKit::WebPage*, WebCore::HTMLInputElement*, WebKit::WebFrame*) + 75
6   com.apple.WebCore             0x0000000103d4a99b WebCore::Document::setFocusedElement(***::PassRefPtr<WebCore::Element>, WebCore::FocusDirection) + 1595
7   com.apple.WebCore             0x0000000103cdf42a WebCore::FocusController::setFocusedElement(WebCore::Element*, ***::PassRefPtr<WebCore::Frame>, WebCore::FocusDirection) + 970
8   com.apple.WebCore             0x0000000103d9c142 WebCore::Element::focus(bool, WebCore::FocusDirection) + 194
9   com.apple.WebCore             0x0000000103d9b504 WebCore::FocusController::advanceFocusInDocumentOrder(WebCore::FocusDirection, WebCore::KeyboardEvent*, bool) + 932
10  com.apple.WebCore             0x0000000103d9b157 WebCore::FocusController::advanceFocus(WebCore::FocusDirection, WebCore::KeyboardEvent*, bool) + 39
11  com.apple.WebCore             0x0000000103d821b6 WebCore::EventHandler::defaultKeyboardEventHandler(WebCore::KeyboardEvent*) + 406
12  com.apple.WebCore             0x0000000103b50f29 WebCore::Node::defaultEventHandler(WebCore::Event*) + 281
13  com.apple.WebCore             0x0000000103d296f4 WebCore::HTMLInputElement::defaultEventHandler(WebCore::Event*) + 228
14  com.apple.WebCore             0x0000000104023f88 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 1544
15  com.apple.WebCore             0x0000000103b50b2d WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 29
16  com.apple.WebCore             0x0000000103d7601f WebCore::EventTarget::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&) + 127
17  com.apple.WebCore             0x0000000103d815bb WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&) + 1115
18  com.apple.WebCore             0x00000001047eb424 WebCore::UserInputBridge::handleKeyEvent(WebCore::PlatformKeyboardEvent const&, WebCore::InputSource) + 36
19  com.apple.WebKit               0x0000000102d9a58b WebKit::handleKeyEvent(WebKit::WebKeyboardEvent const&, WebCore::Page*) + 110
20  com.apple.WebKit               0x0000000102d9a4d4 WebKit::WebPage::keyEvent(WebKit::WebKeyboardEvent const&) + 62
21  com.apple.WebKit               0x0000000102ef6b31 void IPC::handleMessage<Messages::WebPage::KeyEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)>(IPC::MessageDecoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebKeyboardEvent const&)) + 83
22  com.apple.WebKit               0x0000000102ef4529 WebKit::WebPage::didReceiveWebPageMessage(IPC::Connection*, IPC::MessageDecoder&) + 1161
23  com.apple.WebKit               0x0000000102e3a395 IPC::MessageReceiverMap::dispatchMessage(IPC::Connection*, IPC::MessageDecoder&) + 125
24  com.apple.WebKit               0x0000000102f26f0e WebKit::WebProcess::didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&) + 28
25  com.apple.WebKit               0x0000000102df20e8 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94
26  com.apple.WebKit               0x0000000102df41ce IPC::Connection::dispatchOneMessage() + 106
27  com.apple.JavaScriptCore       0x0000000103953c75 ***::RunLoop::performWork() + 421
28  com.apple.JavaScriptCore       0x0000000103954352 ***::RunLoop::performWork(void*) + 34
29  com.apple.CoreFoundation       0x00007fff861fe5b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
30  com.apple.CoreFoundation       0x00007fff861efc62 __CFRunLoopDoSources0 + 242
31  com.apple.CoreFoundation       0x00007fff861ef3ef __CFRunLoopRun + 831
32  com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
33  com.apple.HIToolbox           0x00007fff88c3aa0d RunCurrentEventLoopInMode + 226
34  com.apple.HIToolbox           0x00007fff88c3a7b7 ReceiveNextEventCommon + 479
35  com.apple.HIToolbox           0x00007fff88c3a5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
36  com.apple.AppKit               0x00007fff86e5e24e _DPSNextEvent + 1434
37  com.apple.AppKit               0x00007fff86e5d89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
38  com.apple.AppKit               0x00007fff86e5199c -[NSApplication run] + 553
39  com.apple.AppKit               0x00007fff86e3c783 NSApplicationMain + 940
40  com.apple.XPCService           0x00007fff8c603c0f _xpc_main + 385
41  libxpc.dylib                   0x00007fff85c95bde xpc_main + 399
42  com.apple.WebKit.WebContent   0x0000000102d37b40 0x102d37000 + 2880
43  libdyld.dylib                 0x00007fff8c73b5fd start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff922b4662 kevent64 + 10
1   libdispatch.dylib             0x00007fff8a68b421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib             0x00007fff8a68b136 _dispatch_mgr_thread + 52
Thread 2:
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.AppKit               0x00007fff86ffe05e _NSEventThread + 144
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 3:: WebCore: Scrolling
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation       0x00007fff862a4811 CFRunLoopRun + 97
6   com.apple.WebCore             0x0000000103ba4ff4 WebCore::ScrollingThread::initializeRunLoop() + 244
7   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
8   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
9   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
10  libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 4:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.Foundation           0x00007fff87cf8ff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
6   com.apple.Foundation           0x00007fff87cf8dfb __NSThread__main__ + 1318
7   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
8   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
9   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 5:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dddc std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::m utex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
3   com.apple.JavaScriptCore       0x00000001036ddf51 JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 177
4   com.apple.JavaScriptCore       0x00000001034ffdf5 JSC::BlockAllocator::blockFreeingThreadMain() + 85
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 6:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 7:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 8:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 9:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 10:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 11:: JavaScriptCore::Marking
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   libc++.1.dylib                 0x00007fff8be0dd43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore       0x00000001035006cb JSC::GCThread::waitForNextPhase() + 171
4   com.apple.JavaScriptCore       0x0000000103500528 JSC::GCThread::gcThreadMain() + 88
5   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
6   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
7   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
8   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 12:: DFG Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 13:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 14:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 15:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 16:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 17:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 18:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 19:: FTL Worklist Worker Thread
0   libsystem_kernel.dylib         0x00007fff922b3716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       0x00007fff8affac3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore       0x00000001037bf24b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
3   com.apple.JavaScriptCore       0x00000001034f5fbf ***::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
5   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
6   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 20:: QTKit: listenOnDelegatePort
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation       0x00007fff862a4811 CFRunLoopRun + 97
6   com.apple.QTKit               0x00007fff8d63ee6c listenOnDelegatePort + 385
7   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
8   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
9   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 21:: QTKit: listenOnNotificationPort
0   libsystem_kernel.dylib         0x00007fff922afa1a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x00007fff922aed18 mach_msg + 64
2   com.apple.CoreFoundation       0x00007fff861eff15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation       0x00007fff861ef539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation       0x00007fff861eee75 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation       0x00007fff862a4811 CFRunLoopRun + 97
6   com.apple.QTKit               0x00007fff8d63f334 listenOnNotificationPort + 353
7   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
8   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
9   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 22:: com.apple.CFSocket.private
0   libsystem_kernel.dylib         0x00007fff922b39aa __select + 10
1   com.apple.CoreFoundation       0x00007fff8623ba03 __CFSocketManager + 867
2   libsystem_pthread.dylib       0x00007fff8aff8899 _pthread_body + 138
3   libsystem_pthread.dylib       0x00007fff8aff872a _pthread_start + 137
4   libsystem_pthread.dylib       0x00007fff8affcfc9 thread_start + 13
Thread 23:
0   libsystem_kernel.dylib         0x00007fff922b3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff8aff9f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff8affcfb9 start_wqthread + 13
Thread 24:
0   libsystem_kernel.dylib         0x00007fff922b3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x00007fff8aff9f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       0x00007fff8affcfb9 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007f8165a19da0  rbx: 0x00007f8163db6120  rcx: 0x0000000000000000  rdx: 0x00007f8165a19da0
  rdi: 0x00007f8165810bf0  rsi: 0x0000000000000000  rbp: 0x00007fff5cec65b0  rsp: 0x00007fff5cec65b0
   r8: 0x0000000000000007   r9: 0x00007f8165810bf0  r10: 0x00007f8165881aa0  r11: 0x00000001095629d0
  r12: 0x00007fff5cec6668  r13: 0x0000000112ad1b40  r14: 0x00007fff5cec6670  r15: 0x0000000000000000
  rip: 0x00000001090a77c2  rfl: 0x0000000000010206  cr2: 0x0000000000000000
Logical CPU:     6
Error Code:      0x00000004
Trap Number:     14
Binary Images:
       0x102d37000 -        0x102d37ff8  com.apple.WebKit.WebContent (9600 - 9600.1.17) <01AE09F5-BF23-30B6-B5D5-D5A624CFFF6F> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/XPCServices /com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
       0x102d40000 -        0x102d40fff  WebProcessShim.dylib (7600.1.17) <868C1950-0B6A-3734-9FA0-3DA6D75A6CDD> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebProcess.app/Content s/MacOS/WebProcessShim.dylib
       0x102d4c000 -        0x102fe6fff  com.apple.WebKit (9600 - 9600.1.17) <8C2C77EF-14DD-3F9E-9EF1-95B2A9B4FFF8> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
       0x1032c4000 -        0x1033f7fff  com.apple.WebKitLegacy (9600 - 9600.1.17) <3B62C7FA-2646-3A09-BB76-79224FA2E723> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
       0x1034ec000 -        0x1039a3ff5  com.apple.JavaScriptCore (9600 - 9600.1.17) <ADC5427B-649F-3C9F-A88A-D5EA81093BC1> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
       0x103b16000 -        0x1049caffd  com.apple.WebCore (9600 - 9600.1.17) <854B5ADC-58CA-34F4-B3CA-90D79F6534FB> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
       0x107d54000 -        0x107d54fff  com.apple.WebKit2 (9600 - 9600.1.17) <E9BF6393-4D1C-3DD6-8E4F-644C4DBD08A1> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
       0x108fbf000 -        0x1094caffb  com.apple.Safari.framework (9537 - 9537.85.10.17.1) <79BAD61D-4970-3FF8-9F40-6ABAFFAC4CE1> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
       0x109e50000 -        0x109e62ff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <61A84F10-0B23-31E7-8E14-A689ED4DE80F> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
       0x10a082000 -        0x10a086ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
       0x11495e000 -        0x1152cff6b  libllvmForJSC.dylib (7600.1.17) <61C69E61-B56E-378C-A557-17F25F786320> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Libraries/libl lvmForJSC.dylib
    0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.32 - 8.2.8) <2450F625-33C8-3471-BA0D-10705FDE366C> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
    0x7fff63e1e000 -     0x7fff63e51817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
    0x7fff8467c000 -     0x7fff846daff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8477a000 -     0x7fff847edfff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff847ee000 -     0x7fff847f0fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff84830000 -     0x7fff8487efff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff8487f000 -     0x7fff848befff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff848c2000 -     0x7fff848c7fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff848c8000 -     0x7fff84900ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff84901000 -     0x7fff8494afff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff84a48000 -     0x7fff84ad4ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff84adc000 -     0x7fff84adeff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff84adf000 -     0x7fff84aebffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff84aec000 -     0x7fff84baeff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff850d5000 -     0x7fff851b1fff  libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8544e000 -     0x7fff85475ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff8547d000 -     0x7fff854c4ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x7fff854c5000 -     0x7fff854d0fff  libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
    0x7fff8553c000 -     0x7fff8558aff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff855b0000 -     0x7fff855b4fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff85618000 -     0x7fff85709ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff859b2000 -     0x7fff859dcff7  libsandbox.1.dylib (278.11.1) <40E0FA20-43F4-3B44-8FB7-E070170E9AB9> /usr/lib/libsandbox.1.dylib
    0x7fff859dd000 -     0x7fff85a42ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff85c52000 -     0x7fff85c81ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff85c82000 -     0x7fff85ca6fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff85ca7000 -     0x7fff85d06fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff85d53000 -     0x7fff85d7affb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff85d7b000 -     0x7fff85d8dff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff85fcc000 -     0x7fff8609dff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8609e000 -     0x7fff860c7ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff860c8000 -     0x7fff860edff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff860ee000 -     0x7fff8617eff7  com.apple.Metadata (10.7.0 - 800.28) <04D510EA-1169-392F-9702-EE7EB00882E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8617f000 -     0x7fff86364fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff86365000 -     0x7fff86366ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff86367000 -     0x7fff86367ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff86368000 -     0x7fff8644fff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff86450000 -     0x7fff86451ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff86452000 -     0x7fff86502ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8666c000 -     0x7fff868b4ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff868b5000 -     0x7fff86ce8ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff86ce9000 -     0x7fff86d4dfff  com.apple.datadetectorscore (5.0 - 354.5) <C9FAB401-3FE2-3221-B60C-E4F1841CA5F1> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff86d50000 -     0x7fff86d97fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff86d98000 -     0x7fff86d99fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff86d9a000 -     0x7fff86d9dff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x7fff86d9e000 -     0x7fff86dbbff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff86e3a000 -     0x7fff879b0ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff87a16000 -     0x7fff87a20fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff87a21000 -     0x7fff87a21fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87ab5000 -     0x7fff87ab9ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
    0x7fff87b19000 -     0x7fff87c87ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff87c92000 -     0x7fff87f92ff7  com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87f93000 -     0x7fff87fabff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff87fac000 -     0x7fff87fc7ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff87fc8000 -     0x7fff87fe3ff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff87fe4000 -     0x7fff8800cffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff8805c000 -     0x7fff8818cff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff88190000 -     0x7fff881f7ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff88237000 -     0x7fff8825cff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8825d000 -     0x7fff88268ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff88269000 -     0x7fff88280ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x7fff8833a000 -     0x7fff88350fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff88aa1000 -     0x7fff88aa5fff  com.apple.IOAccelerator (98.23 - 98.23) <A5174BEC-A27D-34D8-AB7B-B86962FFAEBA> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x7fff88acb000 -     0x7fff88bd1ff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff88bd3000 -     0x7fff88bd4ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff88c0c000 -     0x7fff88eb6ff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff88eb7000 -     0x7fff88ee6fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff88ee7000 -     0x7fff88fabff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff88fac000 -     0x7fff892e2fff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff892e3000 -     0x7fff892eefff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff892ef000 -     0x7fff892f1ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff892f2000 -     0x7fff8948dff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8953a000 -     0x7fff89562ffb  libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x7fff895d6000 -     0x7fff895f8fff  com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) <C2687C2C-239A-3EB4-857C-BA107F34A5E8> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff895f9000 -     0x7fff896e3fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff896e4000 -     0x7fff89708ff7  libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff89709000 -     0x7fff8970dff7  libsystem_stats.dylib (93.90.3) <C588E082-D94B-3510-9F9A-7AD83B3402DE> /usr/lib/system/libsystem_stats.dylib
    0x7fff8970e000 -     0x7fff897c6ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff89b6c000 -     0x7fff89b7fff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x7fff89b81000 -     0x7fff89cd5ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff89cd6000 -     0x7fff89cdbff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff89cdc000 -     0x7fff89d48fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff89d49000 -     0x7fff89d77ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff89d78000 -     0x7fff89e01fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff89e02000 -     0x7fff89e04ff7  com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff89e0f000 -     0x7fff89e16ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
    0x7fff89e17000 -     0x7fff8a101fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8a15f000 -     0x7fff8a167fff  libsystem_dnssd.dylib (522.92.1) <3F8C6A07-3046-3E88-858F-D9CEFC43A405> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a168000 -     0x7fff8a16afff  libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8a16b000 -     0x7fff8a16cff7  libSystem.B.dylib (1197.1.1) <70B235FC-BCED-367B-BA6C-67C299BAE7D9> /usr/lib/libSystem.B.dylib
    0x7fff8a16d000 -     0x7fff8a17eff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8a17f000 -     0x7fff8a197ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8a525000 -     0x7fff8a52fff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
    0x7fff8a530000 -     0x7fff8a530fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8a5dd000 -     0x7fff8a5e7ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff8a5e8000 -     0x7fff8a669fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <82170C9C-73E0-3108-9DC5-C214C9B72292> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8a66a000 -     0x7fff8a66dffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x7fff8a66e000 -     0x7fff8a687ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8a688000 -     0x7fff8a6a2fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff8a6a3000 -     0x7fff8a6a4fff  libquit.dylib (161.2) <B7BD1F27-FA26-38CB-B018-FA2E14F7D26B> /usr/lib/libquit.dylib
    0x7fff8a731000 -     0x7fff8a7bcff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
    0x7fff8a7bd000 -     0x7fff8a7d9fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff8a7da000 -     0x7fff8a8beff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8a8bf000 -     0x7fff8a8c6fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8a8c7000 -     0x7fff8a992fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8a993000 -     0x7fff8a99efff  libGPUSupportMercury.dylib (9.6.1) <91EA3F24-40FA-3B61-9FFC-F038CCD4079C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x7fff8a9be000 -     0x7fff8a9f3ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8aa2e000 -     0x7fff8aa47ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8aa48000 -     0x7fff8aa4cfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8aa4d000 -     0x7fff8aa92ff6  com.apple.HIServices (1.23 - 468) <A4E9E28B-95C3-3654-85C6-E6A1C53CACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8aaac000 -     0x7fff8aab3fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8aab4000 -     0x7fff8aac1ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8aac2000 -     0x7fff8aaf1ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8aaf2000 -     0x7fff8aaffff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8ab00000 -     0x7fff8abeffff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8abf0000 -     0x7fff8abf4ff7  libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8ac0e000 -     0x7fff8afefffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8aff0000 -     0x7fff8aff6fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff8aff7000 -     0x7fff8affeff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8afff000 -     0x7fff8b02bfff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8b02c000 -     0x7fff8b03cffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff8b03d000 -     0x7fff8b04eff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8b051000 -     0x7fff8b052fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff8b053000 -     0x7fff8b211fff  com.apple.GeoServices (1.0 - 702.15.12) <850DC458-20CC-3E16-BB50-7C9FDBA308D3> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8b212000 -     0x7fff8b4e6fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8b4e7000 -     0x7fff8be06797  com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8be07000 -     0x7fff8be59fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8c1f3000 -     0x7fff8c393ff7  GLEngine (9.6.1) <EC1A6BE4-30FF-3DC4-96B9-F7F07B1FBF28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
    0x7fff8c394000 -     0x7fff8c3d2ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8c485000 -     0x7fff8c4afff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff8c4b0000 -     0x7fff8c4bfff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8c4ef000 -     0x7fff8c520ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff8c52e000 -     0x7fff8c530ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8c531000 -     0x7fff8c534fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8c535000 -     0x7fff8c53cff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
    0x7fff8c554000 -     0x7fff8c555fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff8c556000 -     0x7fff8c571ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8c572000 -     0x7fff8c59eff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x7fff8c5b4000 -     0x7fff8c601fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <B28D0F5C-EEDD-3586-8986-33BC79E8DE56> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8c602000 -     0x7fff8c608ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8c738000 -     0x7fff8c73bff7  libdyld.dylib (239.4) <41077DD7-F909-3B8A-863E-72AE304EDE13> /usr/lib/system/libdyld.dylib
    0x7fff8c73c000 -     0x7fff8c74efff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8c74f000 -     0x7fff8c76dff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8c7a9000 -     0x7fff8c7a9fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8c7d1000 -     0x7fff8c801fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff8c802000 -     0x7fff8c80bffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8c80c000 -     0x7fff8c80cfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8c879000 -     0x7fff8c8befff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
    0x7fff8c8bf000 -     0x7fff8cb90ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8cb91000 -     0x7fff8cbf4ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8ce90000 -     0x7fff8cea7ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8cf11000 -     0x7fff8cf14fff  com.apple.help (1.3.3 - 46) <AE763646-D0

Similar Messages

  • Create dynamically a number of Input Fields

    hi all,
    one issue about creating dynamically a range of Input fields:
    i have one sap.ui.layout.form.FormContainer.
    at first i want to have one Input field in it. if this field is filled, i want to have a new one below, which is empty, and the cursor should be set to the new field.
    so i know that there is an function addContent for the formcontainer, so i can listen to the changeEvent of the Input field, if this is filled i will add a new Input field.
    at first: is this a good solution or is there any recommended way from SAP?
    second: if i will implement it this way, how can i read the data from this "array" of input fields?
    third: how can i set focus on input field in sapui5?
    thanks for help!
    Regards,
    Alex

    1) Solution sounds good to me
    2) You can do it in multiple ways:
    you can use content aggregation from FormContainer
    you can access Input field by id (you would need to follow some kind of convention when giving id to newely created field, like "inputField" + count, count ++)
    you can use RowRepeater (not sure though how it looks in FormContainer) and use a model for bining
    3) SAPUI5 SDK - Demo Kit From my experience element.focus() works just fine

  • Using IOS 7.1.2 on Safari when I leave the focus on a input on my webpage and rotate my device from Horizontal to vertical, I see a black space on the right and the page is not displayed properly. Any solutions to this problem?

    iOS Version: 7.1.2
    Browser: Safari
    I have a sample log-in page with two input fields and a submit button. When I focus on any of the input fields in landscape mode and rotate my phone and come to the portrait mode I see a weird black space towards the right of my page. Screenshots attached below:
    My page code below:
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
        <title>IOS Test</title>
        <style type="text/css">
            a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var
                background: transparent;
                border: 0 none;
                font-size: 100%;
                margin: 0;
                padding: 0;
                border: 0;
                outline: 0;
                vertical-align: top;
            ol, ul
                list-style: none;
            blockquote, q
                quotes: none;
            table, table td
                padding: 0;
                border: none;
                border-collapse: collapse;
            img
                vertical-align: top;
            embed
                vertical-align: top;
            article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, div
                display: block;
            mark, rp, rt, ruby, summary, time
                display: inline;
            input, textarea
                border: 0;
                padding: 0;
                margin: 0;
                outline: 0;
            iframe
                border: 0;
                margin: 0;
                padding: 0;
            input, textarea, select
                margin: 0;
                padding: 0;
            body
                font-family: Arial, Myriad Pro, Trebuchet MS, sans-serif;
                font-size: 100%;
                background: #F5F5F5;
            a
                text-decoration: none;
            a:hover
                text-decoration: none;
            img, object, embed, video
                max-width: 100% !important;
            .clear
                display: block !important;
                width: 100% !important;
                clear: both !important;
            .body
                position: fixed;
                width: 100%;
                top: 0;
                left: 0;
                overflow-y: scroll;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                -webkit-overflow-scrolling: touch;
                -ms-touch-action: pan-y;
                -ms-user-select: none;
                z-index: 0;
            .body > *
                -webkit-transform: translateZ(0px);
            .header
                background: #fff;
                text-align: center;
                border-bottom: #45A116 solid 8px;
                padding: 5% 10%;
            .content
                width: 70%;
                position: relative;
                margin: 20% auto 10% auto;
                text-align: center;
            .content input
                display: block;
                background: #E6E6E6;
                border-radius: 15px;
                border-bottom: #A8A8A8 solid 3px;
                margin-bottom: 5%;
                width: 96%;
                padding: 4% 2%;
                text-align: center;
                color: #595959;
            .content a
                display: inline-block;
                padding: 2% 10%;
                color: #fff;
                background: #45A116;
                margin-top: 5%;
                border-radius: 5px;
                border-bottom: #2C690E solid 3px;
                -webkit-transition: all 0.1s linear;
                -moz-transition: all 0.1s linear;
                -ms-transition: all 0.1s linear;
                -o-transition: all 0.1s linear;
            .content a:active
                background:#368011;
        </style>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
        <script type="text/javascript">
            function adjustBody() {
                var wh = $(window).height();
                $(".body").css({
                    "height": wh + "px"
            $(document).ready(function () {
                adjustBody();
                $(window).resize(function () {
                    adjustBody();
        </script>
    </head>
    <body>
        <div class="body">
            <div class="header">
                <img src="sampleImage.png" alt="Sample Logo" />
            </div>
            <form action="" method="get" id="sampleForm">
            <div class="content">
                <input type="email" value="User Name" onblur="if($(this)[0].value == ''){$(this)[0].value = 'User Name';}"
                    onfocus="if($(this)[0].value != '' && $(this)[0].value == 'User Name'){$(this)[0].value = ''};" />
                <input type="password" value="Password" onblur="if($(this)[0].value == ''){$(this)[0].value = 'Password';}"
                    onfocus="if($(this)[0].value != '' && $(this)[0].value == 'Password'){$(this)[0].value = ''};" />
                <a href="javascript:void(0);" onclick="$('#sampleForm').submit();">Login</a>
            </div>
            </form>
        </div>
    </body>
    </html>
    Does anyone have any solutions to this problem?
    Regards,
    Mayank Tripathi

    ALWAYS SAVE YOUR idevice USING ICLOUD !!!! IT SAVES ... ALL !! (includings apps data, but the apps themselves ! USE IT ! i done this...)

  • Can anybody help? My Safari browser keeps crashing. The whole window just turns grey.

    Can anybody help? My Safari browser keeps crashing on iMac 10.7.5. The whole window just turns grey. It started happening around the time of the new bookmarks menu upgrade recently which changed the bookmarks to be only on the side and makes it so you can see all your bookmarks while browsing.  I know I have a lot of bookmarks, so I tried hiding them, but it still happens. I ALREADY TRIED CLEARING MY HISTORY, AND THAT DID NOT HELP, AND I HAVE NO EXTENSIONS FOR THIS BROWSER.
    Does the fact that I am in Brasil have anything to do with it?
    Thank you to anyone who can help. In case no one can come up with an answer, is there an easy way to transfer my bookmarks from safari to either firefox or chrome?
    Much appreciated.

    1. This is a comment on what you should and should not do to protect yourself from malicious software ("malware") that circulates on the Internet. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
       3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. OS X security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
    That means, in practice, that you always stay within a safe harbor of computing practices. How do you know what is safe?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is unsafe.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders" are outside the safe harbor, though not all are necessarily harmful.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe. For instance, if a web page warns you that Flash is out of date, do not follow an offered link to an update. Go to the Adobe website to download it, if you need it at all.
    Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    "FREE WI-FI !!!" networks in public places are unsafe unless you can verify that the network is not a trap (which you probably can't.) Even then, do not download any software or transmit any private information while connected to such a network, regardless of where it seems to come from or go to.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Follow the above guidelines, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself from malware.
    7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. Any database of known threats is always going to be out of date. Most of the danger is from unknown threats. If you need to be able to detect Windows malware in your files, use one of the free anti-virus products in the Mac App Store — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. Most of the real-world danger of malware attack comes from highly targeted "zero-day" exploits that are not yet recognized.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    8. An anti-malware product from the App Store, such as "ClamXav," doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An anti-virus app is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    Anti-virus software may be able to tell you which particular virus or trojan it is, but do you care? In practice, there's seldom a reason to use the software unless a network administrator requires you to do it.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer is going to be infected every time you install an application, read email, or visit a web page. But neither should you have the false idea that you will always be safe, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • HELP!!! Safari Plug-ins crash my safari and it also cancels install

    I downloaded a new player rayv, because i was trying to watch WWG( world gaming live tv). My safari crashed from the new internet plug-in so I went to to the files and found all I could and trashed. I could not find how to uninstall. My safari keeps on crashing when i try to load my sessions saved, but i can open safari and when i tried to instal a maintenance app from apple to help with my problem it would not let me install giving me send report and relaunch. i shut down my computer. right now i changed my safari settings taking off plug in and when i restored my session the pages loaded except all that need flash to be viewed. My business site needs FLASH!!
    CRASH REPORT COPY:
    Process: Safari [450]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.2 (5533.18.5)
    Build Info: WebBrowser-75331805~2
    Code Type: X86 (Native)
    Parent Process: launchd [79]
    Date/Time: 2010-10-01 10:01:57.015 -0700
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: F9DDB2D0-3688-481F-9507-B9E91BFEA8D7
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ??? 0000000000 0 + 0
    1 com.apple.WebKit 0x94dc548f -[WebNetscapePluginPackage _tryLoad] + 879
    2 com.apple.WebKit 0x94dc4fc7 -[WebNetscapePluginPackage load] + 39
    3 com.apple.WebKit 0x94dca4ff -[WebNetscapePluginDocumentView initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues: loadManually:element:] + 335
    4 com.apple.WebKit 0x94db32ba WebFrameLoaderClient::createPlugin(WebCore::IntSize const&, WebCore::HTMLPlugInElement*, WebCore::KURL const&, ***::Vector<WebCore::String, 0ul> const&, ***::Vector<WebCore::String, 0ul> const&, WebCore::String const&, bool) + 2202
    5 com.apple.WebCore 0x95ab0518 WebCore::FrameLoader::loadPlugin(WebCore::RenderEmbeddedObject*, WebCore::KURL const&, WebCore::String const&, ***::Vector<WebCore::String, 0ul> const&, ***::Vector<WebCore::String, 0ul> const&, bool) + 472
    6 com.apple.WebCore 0x9609c2fa WebCore::FrameLoader::requestObject(WebCore::RenderEmbeddedObject*, WebCore::String const&, WebCore::AtomicString const&, WebCore::String const&, ***::Vector<WebCore::String, 0ul> const&, ***::Vector<WebCore::String, 0ul> const&) + 698
    7 com.apple.WebCore 0x95aaf166 WebCore::RenderEmbeddedObject::updateWidget(bool) + 4406
    8 com.apple.WebCore 0x959262c5 WebCore::FrameView::updateWidgets() + 261
    9 com.apple.WebCore 0x95925e21 WebCore::FrameView::performPostLayoutTasks() + 81
    10 com.apple.WebCore 0x959161c3 WebCore::FrameView::layout(bool) + 1667
    11 com.apple.WebCore 0x9598b710 WebCore::Document::updateLayout() + 112
    12 com.apple.WebCore 0x95997c3e WebCore::Document::updateLayoutIgnorePendingStylesheets() + 46
    13 com.apple.WebCore 0x95a29a60 WebCore::DOMWindow::scrollY() const + 64
    14 com.apple.WebCore 0x95a29a01 WebCore::jsDOMWindowScrollY(JSC::ExecState*, JSC::JSValue, JSC::Identifier const&) + 81
    15 com.apple.JavaScriptCore 0x96ec56ab JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) const + 395
    16 com.apple.JavaScriptCore 0x96ec5415 ctiop_get_byid + 165
    17 ??? 0x231fb6f9 0 + 589281017
    18 com.apple.JavaScriptCore 0x96fe14ed JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 637
    19 com.apple.JavaScriptCore 0x96f17564 JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue, JSC::ArgList const&) + 132
    20 com.apple.JavaScriptCore 0x96f1749e JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 62
    21 com.apple.JavaScriptCore 0x96f16f57 JSObjectCallAsFunction + 647
    22 com.apple.Safari 0x0018f911 0x1000 + 1632529
    23 com.apple.Safari 0x0008811e 0x1000 + 553246
    24 com.apple.Safari 0x0004327e 0x1000 + 270974
    25 com.apple.Safari 0x00043232 0x1000 + 270898
    26 com.apple.Safari 0x000431d6 0x1000 + 270806
    27 com.apple.Foundation 0x97514483 __NSFireTimer + 147
    28 com.apple.CoreFoundation 0x937c38f5 CFRunLoopRunSpecific + 4469
    29 com.apple.CoreFoundation 0x937c3aa8 CFRunLoopRunInMode + 88
    30 com.apple.HIToolbox 0x9398f2ac RunCurrentEventLoopInMode + 283
    31 com.apple.HIToolbox 0x9398f0c5 ReceiveNextEventCommon + 374
    32 com.apple.HIToolbox 0x9398ef39 BlockUntilNextEventMatchingListInMode + 106
    33 com.apple.AppKit 0x9065c6d5 _DPSNextEvent + 657
    34 com.apple.AppKit 0x9065bf88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    35 com.apple.Safari 0x000161ab 0x1000 + 86443
    36 com.apple.AppKit 0x90654f9f -[NSApplication run] + 795
    37 com.apple.AppKit 0x906221d8 NSApplicationMain + 574
    38 com.apple.Safari 0x0000a74e 0x1000 + 38734
    Thread 1:
    0 libSystem.B.dylib 0x9179644e _semwaitsignal + 10
    1 libSystem.B.dylib 0x917ebe71 sleep$UNIX2003 + 63
    2 com.apple.JavaScriptCore 0x96fdba85 ***::TCMalloc_PageHeap::scavengerThread() + 213
    3 com.apple.JavaScriptCore 0x96fdbd7f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    5 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x917d11fa pread$UNIX2003 + 10
    1 com.apple.WebCore 0x962aa287 sqlite3PagerAcquire + 3063
    2 com.apple.WebCore 0x962b834a checkTreePage + 234
    3 com.apple.WebCore 0x962b85c8 checkTreePage + 872
    4 com.apple.WebCore 0x962b85c8 checkTreePage + 872
    5 com.apple.WebCore 0x9631da87 sqlite3Step + 38375
    6 com.apple.WebCore 0x96321af7 sqlite3_step + 87
    7 com.apple.WebCore 0x95cd1bab WebCore::IconDatabase::checkIntegrity() + 187
    8 com.apple.WebCore 0x958a01bc WebCore::IconDatabase::performOpenInitialization() + 76
    9 com.apple.WebCore 0x9589e7cb WebCore::IconDatabase::iconDatabaseSyncThread() + 235
    10 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    11 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9178f2ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91796d85 pthreadmutexlock + 569
    2 com.apple.CFNetwork 0x9194e24e __CFURLCache::ExecSQLStatement(sqlite3*, char const*, int ()(void, int, char**, char**), void*, long) + 24
    3 com.apple.CFNetwork 0x91924368 CFURLCacheTimerCallback(__CFRunLoopTimer*, void*) + 150
    4 com.apple.CoreFoundation 0x937c38f5 CFRunLoopRunSpecific + 4469
    5 com.apple.CoreFoundation 0x937c3aa8 CFRunLoopRunInMode + 88
    6 com.apple.CFNetwork 0x91924264 CFURLCacheWorkerThread(void*) + 388
    7 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    8 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9178f266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91796a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x937c2e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x937c3aa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002ed7b 0x1000 + 187771
    5 com.apple.Safari 0x0002eac4 0x1000 + 187076
    6 com.apple.Safari 0x0002ea5d 0x1000 + 186973
    7 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    8 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x917d11fa pread$UNIX2003 + 10
    1 libsqlite3.0.dylib 0x943b9210 sqlite3PagerAcquire + 3888
    2 libsqlite3.0.dylib 0x943c213b getOverflowPage + 443
    3 libsqlite3.0.dylib 0x943c2683 accessPayload + 867
    4 libsqlite3.0.dylib 0x943c40a4 sqlite3VdbeMemFromBtree + 692
    5 libsqlite3.0.dylib 0x94416285 sqlite3VdbeExec + 46565
    6 libsqlite3.0.dylib 0x94416ea2 sqlite3Step + 386
    7 libsqlite3.0.dylib 0x9441755d sqlite3_step + 29
    8 com.apple.CFNetwork 0x91925762 _CFURLCache::ExecuteSQLSelectAndCreateResponse(_CFString const*) + 374
    9 com.apple.CFNetwork 0x919255c1 _CFURLCache::LookupCachedURLResponse(_CFURLCacheNode*) + 33
    10 com.apple.CFNetwork 0x9194edc1 _CFURLCache::CopyResponseForRequest(CFURLRequest const*, bool) + 449
    11 com.apple.CFNetwork 0x9194eecb _CFURLCacheCopyResponseForRequest(CFURLCache const*, _CFURLRequest const*, bool) + 65
    12 com.apple.CFNetwork 0x919a654d URLConnectionLoader::loaderScheduleLoad(_CFURLRequest const*) + 143
    13 com.apple.CFNetwork 0x919a576d URLConnectionLoader::LoaderConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XLoaderEvent, XLoaderEventParams>*, long) + 239
    14 com.apple.CFNetwork 0x919a5bf7 URLConnectionLoader::processEvents() + 95
    15 com.apple.CFNetwork 0x91950d03 MultiplexerSource::perform() + 189
    16 com.apple.CoreFoundation 0x937c340f CFRunLoopRunSpecific + 3215
    17 com.apple.CoreFoundation 0x937c3aa8 CFRunLoopRunInMode + 88
    18 com.apple.Foundation 0x97543520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    19 com.apple.Foundation 0x974dfdfd -[NSThread main] + 45
    20 com.apple.Foundation 0x974df9a4 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    22 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x917de6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    2 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9178f2ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x917c12c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91806539 pthreadcondwait + 48
    3 com.zang.RegexKit 0x12761961 RKFastConditionLock + 663
    4 com.zang.RegexKit 0x1276aefa -[RKThreadPool workerThreadStart:] + 436
    5 com.apple.Foundation 0x974dfdfd -[NSThread main] + 45
    6 com.apple.Foundation 0x974df9a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    8 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9178f2ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x917c12c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91806539 pthreadcondwait + 48
    3 com.zang.RegexKit 0x12761961 RKFastConditionLock + 663
    4 com.zang.RegexKit 0x1276aefa -[RKThreadPool workerThreadStart:] + 436
    5 com.apple.Foundation 0x974dfdfd -[NSThread main] + 45
    6 com.apple.Foundation 0x974df9a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    8 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9179644e _semwaitsignal + 10
    1 libSystem.B.dylib 0x917c0dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x90f23a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    4 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9179644e _semwaitsignal + 10
    1 libSystem.B.dylib 0x917c0dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x928ffb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    4 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9178f266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91796a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x937c2e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x937c3aa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x0002ed7b 0x1000 + 187771
    5 com.apple.Safari 0x0002eac4 0x1000 + 187076
    6 com.apple.Safari 0x0002ea5d 0x1000 + 186973
    7 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    8 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x917c2a6a rename + 10
    1 com.apple.ImageIO.framework 0x96d24ed1 CGImageDestinationFinalize + 163
    2 com.apple.Safari 0x000466eb 0x1000 + 284395
    3 com.apple.Safari 0x00044d86 0x1000 + 277894
    4 com.apple.Safari 0x00044b6b 0x1000 + 277355
    5 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    6 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9179644e _semwaitsignal + 10
    1 libSystem.B.dylib 0x917c0dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x96e7f121 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x95bf1a3c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    5 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x9179644e _semwaitsignal + 10
    1 libSystem.B.dylib 0x917c0dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x96e7f121 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3 com.apple.WebCore 0x95cbfbbc WebCore::DatabaseThread::databaseThread() + 300
    4 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    5 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x9178f266 machmsgtrap + 10
    1 libSystem.B.dylib 0x91796a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x937c2e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x937c3aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x975143d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x975204f4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.Safari 0x00089038 0x1000 + 557112
    7 com.apple.Foundation 0x974dfdfd -[NSThread main] + 45
    8 com.apple.Foundation 0x974df9a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x917c0155 pthreadstart + 321
    10 libSystem.B.dylib 0x917c0012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x2194f0f9 ecx: 0xa04a64a0 edx: 0x00000000
    edi: 0x2194f0e0 esi: 0x1e4bd418 ebp: 0xbfffdfb8 esp: 0xbfffdf9c
    ss: 0x0000001f efl: 0x00010246 eip: 0x00000000 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x5d2fec com.apple.Safari 5.0.2 (5533.18.5) <97d5cae404807a569eaf7aadbed34a49> /Applications/Safari.app/Contents/MacOS/Safari
    0x646000 - 0x651fff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x659000 - 0x683fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x694000 - 0x6a3ffc SyndicationUI ??? (???) <28a46d7de95282f25743aaaf93013a48> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1adf000 - 0x1ae1fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x11cb0000 - 0x11fa9ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1270c000 - 0x1271fff7 +com.sweetpproductions.SafariAdBlocker 1.9.8.6 (1.9.8.6) <ced15ae0fae641b68bf817ff18e11e17> /Library/Application Support/SIMBL/Plugins/Safari AdBlocker.bundle/Contents/MacOS/Safari AdBlocker
    0x12730000 - 0x12744ff7 +org.andymatuschak.Sparkle 1.5 Beta (git) (1.5) <963940728b5220a539f902cde738c79a> /Library/Application Support/SIMBL/Plugins/Safari AdBlocker.bundle/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
    0x12751000 - 0x1278efe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/Application Support/SIMBL/Plugins/Safari AdBlocker.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
    0x17780000 - 0x17785ff3 libCGXCoreImage.A.dylib ??? (???) <adb040a70a21224cdd51dbcb779520bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x19e5e000 - 0x19e5fff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x217e9000 - 0x217eefff libFontStreams.A.dylib ??? (???) <e5d2f49d7f2613117bf002c1d3b53e0e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x2194d000 - 0x21950ff2 +com.macromedia.Flash Player.plugin 10.1.53.64 (10.1.53.64) <4fe0ebb4dd56e42e17926466e720365f> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90008fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90009000 - 0x9004afe7 libRIP.A.dylib ??? (???) <c2654681db8115c8320d9ac04c8835f2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9004b000 - 0x90139fef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9013a000 - 0x901a0ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x901a1000 - 0x901a2ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x901b5000 - 0x901d4ffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x901d5000 - 0x9030eff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x9030f000 - 0x903effff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x90435000 - 0x90459fff libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x9045a000 - 0x9045affc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90498000 - 0x90553fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <3cb50cfcebbb291797b32cb7c2677f87> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90554000 - 0x9055bffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9055c000 - 0x90562fff com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90563000 - 0x905aeff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x905af000 - 0x905beffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x905bf000 - 0x9061bff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9061c000 - 0x90e1afef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90e1b000 - 0x90e23fff com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90e24000 - 0x90e2dfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90e2e000 - 0x90e2effd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90e2f000 - 0x911ccfef com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x911cd000 - 0x911d9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x911da000 - 0x9124cfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9124d000 - 0x9125dffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9125e000 - 0x9125eff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9125f000 - 0x91266fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x91271000 - 0x912a3fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x912a4000 - 0x9136ffef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91370000 - 0x913b0fef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x913b9000 - 0x913b9ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x913ba000 - 0x9153afff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9153b000 - 0x91563ff7 com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91564000 - 0x915f7ff3 com.apple.ApplicationServices.ATS 238.14.1 (???) <c9ab7144b2243d0f0f9cd3e264456a6a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x915f8000 - 0x9161cfeb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x91622000 - 0x91659fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9165a000 - 0x91661ff7 libCGATS.A.dylib ??? (???) <c1163cbfe15d84f17076245f25094567> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91662000 - 0x91693ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91694000 - 0x916bdfff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x916be000 - 0x916c9fe7 libCSync.A.dylib ??? (???) <8ddd66638d4c34e5611916c35f89ca8d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x916d6000 - 0x916d6fff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x916d7000 - 0x91787fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91788000 - 0x9178dfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9178e000 - 0x918f5ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x91920000 - 0x91920ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91921000 - 0x919c8fec com.apple.CFNetwork 438.14 (438.14) <1b84042a2846b1d91a89157acc997e70> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x928c9000 - 0x928c9ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x928ca000 - 0x928d7fe7 com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x928d8000 - 0x92da9fbe libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92dfd000 - 0x92e4eff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e4f000 - 0x9325ffef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x932af000 - 0x932defe3 com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x932df000 - 0x9335cfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9335d000 - 0x93367feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93368000 - 0x933c1ff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x933c7000 - 0x936a1ff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x936a2000 - 0x936e1fef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93750000 - 0x93883fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x938b7000 - 0x9395efeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9395f000 - 0x93c67fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93c68000 - 0x93ce7ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93ce8000 - 0x93e32feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x940c2000 - 0x940d1fff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x940d2000 - 0x9428eff3 com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9428f000 - 0x94291fff com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94292000 - 0x9431cff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9431d000 - 0x9435ffef com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94360000 - 0x94396fef libtidy.A.dylib ??? (???) <736e56b453bb1324125d72cc3bfd3aed> /usr/lib/libtidy.A.dylib
    0x94397000 - 0x9441eff7 libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x9441f000 - 0x94421ff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94422000 - 0x9444ffeb libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94450000 - 0x9448affe com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9448b000 - 0x9448bffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9448c000 - 0x9451ffff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94520000 - 0x94524fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94525000 - 0x948e3fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x948e4000 - 0x94971ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94972000 - 0x94975fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94976000 - 0x94d32ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x94d33000 - 0x94e3aff7 com.apple.WebKit 5533.18 (5533.18.1) <440347f9cd9c6a7522ee74205b8a0c6d> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e3b000 - 0x94f73fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94f74000 - 0x94fbdfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94fbe000 - 0x94fdaff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94fdb000 - 0x94ff9fff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x94ffa000 - 0x95008ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x95009000 - 0x95009ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9500a000 - 0x95020fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95098000 - 0x9514affb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x9514b000 - 0x9514bff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9514c000 - 0x951a9ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x954b8000 - 0x954e3fe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x9572b000 - 0x9580cff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x9580d000 - 0x9588afef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9588b000 - 0x9589bfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9589c000 - 0x96395fff com.apple.WebCore 5533.18 (5533.18.1) <9604e225d63566d0ecb141c1d0d291e2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96396000 - 0x9647eff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9647f000 - 0x96481ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x96487000 - 0x965d9ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x965da000 - 0x965e6ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x965e7000 - 0x96641ff7 com.apple.CoreText 2.0.4 (???) <c7a222be1b51a9954eae716adbd5626a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96642000 - 0x96647fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96648000 - 0x966d5ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x966d6000 - 0x9679dff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9679e000 - 0x967ecfe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x967ed000 - 0x967f1fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x967f2000 - 0x96830fff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96831000 - 0x968abff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x968ac000 - 0x968fbfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x968fc000 - 0x968fcffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x968fd000 - 0x96c28ff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96c7b000 - 0x96c93fff com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96c94000 - 0x96ccefe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96ccf000 - 0x96cecff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96ced000 - 0x96e35ff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96e4e000 - 0x96e6cff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96e6d000 - 0x97065fff com.apple.JavaScriptCore 5533.18 (5533.18.1) <35153f2ee49352b58351e68118bfc971> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97066000 - 0x9707bffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x97171000 - 0x97342ff3 com.apple.security 5.0.6 (37592) <f1a8272a82bd88ecbacc694963fc2f48> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97343000 - 0x974c7fef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x974c8000 - 0x974d4fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x974d5000 - 0x97751fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97752000 - 0x9779dfe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x977b2000 - 0x977ceff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x977cf000 - 0x97e6ffff com.apple.CoreGraphics 1.409.6 (???) <572a4bdefeabf73e1d7f96cbfe46bb60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I downloaded a new player rayv
    That's a new one on me!
    Your Flash Player is out of date and should be updated:
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.
    Your problems may be caused by third party input managers/enhancers that have not yet been updated by their developers to comply with the standards used by Safari 4.1.and/or Safari 5.
    In your case these are:
    0x1270c000 - 0x1271fff7 +com.sweetpproductions.SafariAdBlocker 1.9.8.6 (1.9.8.6) <ced15ae0fae641b68bf817ff18e11e17> /Library/Application Support/SIMBL/Plugins/Safari AdBlocker.bundle/Contents/MacOS/Safari AdBlocker
0x12730000 - 0x12744ff7 +org.andymatuschak.Sparkle 1.5 Beta (git) (1.5) <963940728b5220a539f902cde738c79a> /Library/Application Support/SIMBL/Plugins/Safari AdBlocker.bundle/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x12751000 - 0x1278efe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/Application Support/SIMBL/Plugins/Safari
    You fill find them in one or either of these folders:
    Home/Library/Input Managers
    Hard Disk/library/Input Managers
    Hard Disk/Library/Application Support
    although the exact location is indicated in your crash report as quoted above - look under 'Binary Images'.
    Close Safari and delete them, then restart Safari and it should be working normally. Alternatively drag them to the desktop and restart Safari. then add them back one at a time, restarting Safari every time, until you find the one (or more) causing the crash.
    Check with the developers of the plug-in/s in question for updates that are Safari 5 compliant.

  • Safari in Lion crashes with every iTunes Store link, mail link or launch fo Software Update

    Ever since I upgraded to Lion and Safari 5 I get crashes whenever an iTunes link or mail link tries to open. Launching Software Update also crashes Safari if it is open. I used to get a crash every time I tried to print also, but removing DefaultFolderX files resolved that. I have cleaned Safari, System and User Caches, deleted most Input Managers and Internet Plugins in my home and main Library folders to no avail. Can anyone help or suggest where the problem might be coming from?

    I tried everything you suggested, switching all extensions off in Preferences and deleting everything in the Library folders mentioned, except I had no InputManagers folders in my user or system library. The crashes are still occurring so here is the crash log received when clicking on an iTunes Store link (followed by just the top and Thread 0 of a Software Update causing a crash in Safari, as it seems different). Thank you both for your help.
    iTunes link Safari crash:
    Process:         Safari [358]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1 (7534.48.3)
    Build Info:      WebBrowser-7534048003000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-10-12 00:20:34.984 -0500
    OS Version:      Mac OS X 10.7.1 (11B26)
    Report Version:  9
    Interval Since Last Report:          1625251 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  1320334 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      E6FD0BF5-34AA-4894-8091-BC4F28022DFE
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000ff00e000
    VM Regions Near 0xff00e000:
        CG backing stores      00000000c79dc000-00000000c7f72000 [ 5720K] rw-/rw- SM=SHM 
    --> VM_ALLOCATE            00000000fefff000-00000000ff010000 [   68K] rw-/rwx SM=COW 
        Submap                 00000000ffff0000-00000000ffff2000          r-x/r-x process-only submap
    Application Specific Information:
    objc[358]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0xff00e000 0 + 4278247424
    1   com.apple.AppKit                        0x9ba7d74f -[NSWorkspace openURL:] + 111
    2   com.apple.Safari.framework              0x945c5711 Safari::BrowserPagePolicyClient::openURLExternally(Safari::SURL const&, Safari::WK::Frame const&, Safari::BrowserPagePolicyClient::DisplayErrorOrNot) const + 549
    3   com.apple.Safari.framework              0x945c4e6d Safari::BrowserPagePolicyClient::decidePolicyForAction(unsigned int, unsigned int, int, Safari::WK::URLRequest const&, Safari::WK::Frame const&, Safari::WK::String const&, Safari::WK::FramePolicyListener const&, Safari::WK::Type const&) + 1851
    4   com.apple.Safari.framework              0x945c2e18 Safari::BrowserPagePolicyClient::decidePolicyForNavigationAction(Safari::WK::Pa ge const&, Safari::WK::Frame const&, unsigned int, unsigned int, int, Safari::WK::URLRequest const&, Safari::WK::FramePolicyListener const&, Safari::WK::Type const&) + 80
    5   com.apple.Safari.framework              0x9471b51a _ZN6Safari2WKL31decidePolicyForNavigationActionEPK12OpaqueWKPagePK13OpaqueWKFra mejjiPK18OpaqueWKURLRequestPK27OpaqueWKFramePolicyListenerPKvSE_ + 164
    6   com.apple.WebKit2                       0x9567a14e WebKit::WebPolicyClient::decidePolicyForNavigationAction(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebCore::NavigationType, WebKit::WebEvent::Modifiers, WebKit::WebMouseEvent::Button, WebCore::ResourceRequest const&, WebKit::WebFramePolicyListenerProxy*, WebKit::APIObject*) + 274
    7   com.apple.WebKit2                       0x95679fc9 WebKit::WebPageProxy::decidePolicyForNavigationAction(unsigned long long, unsigned int, unsigned int, int, WebCore::ResourceRequest const&, unsigned long long, CoreIPC::ArgumentDecoder*, bool&, unsigned long long&, unsigned long long&) + 265
    8   com.apple.WebKit2                       0x95679eb6 void CoreIPC::callMemberFunction<WebKit::WebPageProxy, void (WebKit::WebPageProxy::*)(unsigned long long, unsigned int, unsigned int, int, WebCore::ResourceRequest const&, unsigned long long, CoreIPC::ArgumentDecoder*, bool&, unsigned long long&, unsigned long long&), unsigned long long, unsigned int, unsigned int, int, WebCore::ResourceRequest, unsigned long long, bool, unsigned long long, unsigned long long>(CoreIPC::Arguments6<unsigned long long, unsigned int, unsigned int, int, WebCore::ResourceRequest, unsigned long long> const&, CoreIPC::ArgumentDecoder*, CoreIPC::Arguments3<bool, unsigned long long, unsigned long long>&, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, unsigned int, unsigned int, int, WebCore::ResourceRequest const&, unsigned long long, CoreIPC::ArgumentDecoder*, bool&, unsigned long long&, unsigned long long&)) + 168
    9   com.apple.WebKit2                       0x95679cbb void CoreIPC::handleMessageVariadic<Messages::WebPageProxy::DecidePolicyForNavigatio nAction, WebKit::WebPageProxy, void (WebKit::WebPageProxy::*)(unsigned long long, unsigned int, unsigned int, int, WebCore::ResourceRequest const&, unsigned long long, CoreIPC::ArgumentDecoder*, bool&, unsigned long long&, unsigned long long&)>(CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, unsigned int, unsigned int, int, WebCore::ResourceRequest const&, unsigned long long, CoreIPC::ArgumentDecoder*, bool&, unsigned long long&, unsigned long long&)) + 99
    10  com.apple.WebKit2                       0x9565e950 WebKit::WebPageProxy::didReceiveSyncWebPageProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*) + 636
    11  com.apple.WebKit2                       0x9565e643 WebKit::WebProcessProxy::didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*, CoreIPC::ArgumentEncoder*) + 195
    12  com.apple.WebKit2                       0x9565e519 CoreIPC::Connection::dispatchSyncMessage(CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) + 141
    13  com.apple.WebKit2                       0x9565a00e CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::Argu mentDecoder>&) + 158
    14  com.apple.WebKit2                       0x9565e470 CoreIPC::Connection::SyncMessageState::dispatchMessages() + 118
    15  com.apple.WebKit2                       0x9565e3c4 MemberFunctionWorkItem0<CoreIPC::Connection::SyncMessageState>::execute() + 38
    16  com.apple.WebKit2                       0x9565669c RunLoop::performWork() + 94
    17  com.apple.WebKit2                       0x95656618 RunLoop::performWork(void*) + 86
    18  com.apple.CoreFoundation                0x900a910f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    19  com.apple.CoreFoundation                0x900a8ac6 __CFRunLoopDoSources0 + 246
    20  com.apple.CoreFoundation                0x900d29d8 __CFRunLoopRun + 1112
    21  com.apple.CoreFoundation                0x900d21ec CFRunLoopRunSpecific + 332
    22  com.apple.CoreFoundation                0x900d2098 CFRunLoopRunInMode + 120
    23  com.apple.HIToolbox                     0x902de487 RunCurrentEventLoopInMode + 318
    24  com.apple.HIToolbox                     0x902e5dc3 ReceiveNextEventCommon + 381
    25  com.apple.HIToolbox                     0x902e5c32 BlockUntilNextEventMatchingListInMode + 88
    26  com.apple.AppKit                        0x9b33a8ec _DPSNextEvent + 678
    27  com.apple.AppKit                        0x9b33a159 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    28  com.apple.Safari.framework              0x94581608 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 171
    29  com.apple.AppKit                        0x9b3364cb -[NSApplication run] + 904
    30  com.apple.AppKit                        0x9b5c9b54 NSApplicationMain + 1054
    31  com.apple.Safari.framework              0x94741c25 SafariMain + 219
    32  com.apple.Safari                        0x0005cf79 0x5c000 + 3961
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9452390a kevent + 10
    1   libdispatch.dylib                       0x993dcccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x993db71b _dispatch_mgr_thread + 53
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x9452283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9256fe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9252042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.WebCore                       0x958891a8 WebCore::IconDatabase::syncThreadMainLoop() + 376
    4   com.apple.WebCore                       0x95886c9d WebCore::IconDatabase::iconDatabaseSyncThread() + 501
    5   com.apple.WebCore                       0x95886a9b WebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 17
    6   libsystem_c.dylib                       0x9256bed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x9256f6de thread_start + 34
    Thread 3:: CoreAnimation render server
    0   libsystem_kernel.dylib                  0x94520c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x945201f6 mach_msg + 70
    2   com.apple.QuartzCore                    0x9abae6ed CA::Render::Server::server_thread(void*) + 233
    3   com.apple.QuartzCore                    0x9abae5fa thread_fun + 29
    4   libsystem_c.dylib                       0x9256bed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9256f6de thread_start + 34
    Thread 4:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib                  0x94523cc2 __pread + 10
    1   libsqlite3.dylib                        0x97e84d39 unixRead + 57
    2   libsqlite3.dylib                        0x97eaa5ca readDbPage + 138
    3   libsqlite3.dylib                        0x97ea8e17 sqlite3PagerAcquire + 311
    4   libsqlite3.dylib                        0x97f426d9 checkTreePage + 329
    5   libsqlite3.dylib                        0x97f42918 checkTreePage + 904
    6   libsqlite3.dylib                        0x97f42918 checkTreePage + 904
    7   libsqlite3.dylib                        0x97f43762 sqlite3BtreeIntegrityCheck + 770
    8   libsqlite3.dylib                        0x97ecd42b sqlite3VdbeExec + 14299
    9   libsqlite3.dylib                        0x97ec8f4e sqlite3_step + 1870
    10  com.apple.Safari.framework              0x9477df1a Safari::SQLiteStatement::step() + 22
    11  com.apple.Safari.framework              0x94750378 Safari::SafeBrowsingStore::checkIntegrity() + 54
    12  com.apple.Safari.framework              0x947506c2 Safari::SafeBrowsingStore::initDatabase() + 106
    13  com.apple.Safari.framework              0x94750740 Safari::SafeBrowsingStore::getListID(Safari::SString const&, int&) + 26
    14  com.apple.Safari.framework              0x947507ee Safari::SafeBrowsingStore::addList(Safari::SString const&) + 40
    15  com.apple.Safari.framework              0x94748084 Safari::SafeBrowsingListManager::SafeBrowsingListManager(Safari::SafeBrowsingSe rvice&, ***::Vector<Safari::SString, 0ul> const&, Safari::SString const&, Safari::SString const&) + 416
    16  com.apple.Safari.framework              0x947468ff Safari::SafeBrowsingListManager::create(Safari::SafeBrowsingService&, ***::Vector<Safari::SString, 0ul> const&, Safari::SString const&, Safari::SString const&) + 57
    17  com.apple.Safari.framework              0x9474d8c6 Safari::SafeBrowsingService::didReceiveListNames(***::Vector<Safari::SString, 0ul> const&) + 46
    18  com.apple.Safari.framework              0x946c20ce Safari::GoogleSafeBrowsingService::initialize() + 382
    19  com.apple.Safari.framework              0x9474970f Safari::SafeBrowsingManager::addGoogleSafeBrowsingService() + 127
    20  com.apple.Safari.framework              0x947498d5 Safari::SafeBrowsingManager::handleMessage(Safari::SafeBrowsingManager::SafeBro wsingMessage*) + 145
    21  com.apple.Safari.framework              0x94748fac Safari::SafeBrowsingManager::SafeBrowsingMessage::handleMessage(Safari::Message RunLoop&) + 26
    22  com.apple.Safari.framework              0x946f949f Safari::MessageRunLoop::dispatchMessage() + 139
    23  com.apple.CoreFoundation                0x900a910f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    24  com.apple.CoreFoundation                0x900a8ac6 __CFRunLoopDoSources0 + 246
    25  com.apple.CoreFoundation                0x900d29d8 __CFRunLoopRun + 1112
    26  com.apple.CoreFoundation                0x900d21ec CFRunLoopRunSpecific + 332
    27  com.apple.CoreFoundation                0x900d2098 CFRunLoopRunInMode + 120
    28  com.apple.Safari.framework              0x946f9ab8 Safari::MessageRunLoop::runSingleRunLoopIteration() + 52
    29  com.apple.Safari.framework              0x946f93de Safari::MessageRunLoop::threadBody() + 156
    30  com.apple.Safari.framework              0x946f933b Safari::MessageRunLoop::threadCallback(void*) + 17
    31  libsystem_c.dylib                       0x9256bed9 _pthread_start + 335
    32  libsystem_c.dylib                       0x9256f6de thread_start + 34
    Thread 5:: Safari: SnapshotStore
    0   libsystem_kernel.dylib                  0x9452283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9256fe21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9252042c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                0x93c5ed81 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.Safari.framework              0x94773a15 Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessage(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&) + 119
    5   com.apple.Safari.framework              0x9477124f Safari::SnapshotStore::diskAccessThreadBody() + 257
    6   com.apple.Safari.framework              0x94770bbd Safari::SnapshotStore::diskAccessThreadCallback(void*) + 17
    7   libsystem_c.dylib                       0x9256bed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9256f6de thread_start + 34
    Thread 6:: Safari: SpotlightCacheController
    0   libsystem_kernel.dylib                  0x945235fa __fsync + 10
    1   com.apple.Foundation                    0x9a696023 _NSWriteBytesToFileWithExtendedAttributes + 906
    2   com.apple.Foundation                    0x9a695c91 _NSWriteBytesToFile + 60
    3   com.apple.Foundation                    0x9a695c4a -[NSData(NSData) writeToFile:atomically:] + 103
    4   com.apple.Safari.framework              0x9477aa3e -[SpotlightBookmarksWriter(FileInternal) _writeCacheFileForBookmark:inDirectory:] + 252
    5   com.apple.Safari.framework              0x9477a852 -[SpotlightBookmarksWriter addSpotlightCacheFilesForItems:ofDataType:inDirectory:] + 72
    6   com.apple.Safari.framework              0x9470c297 -[OldSpotlightCacheController(FileInternal) updateCacheFilesForType:] + 236
    7   com.apple.Safari.framework              0x9470d13e -[OldSpotlightCacheController(FileInternal) updaterThreadBody:] + 547
    8   com.apple.Foundation                    0x9a6d65ed -[NSThread main] + 45
    9   com.apple.Foundation                    0x9a6d659d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x9256bed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9256f6de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9452302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9256dccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9256f6fe start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x9452302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9256dccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9256f6fe start_wqthread + 30
    Thread 9:
    0   libsystem_kernel.dylib                  0x9452302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9256dccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9256f6fe start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x9452302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9256dccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9256f6fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00144ad0  ebx: 0x6c86f410  ecx: 0xac0274a1  edx: 0x03001d80
      edi: 0x6e05eed0  esi: 0xc0059188  ebp: 0xc00591a8  esp: 0xc005916c
       ss: 0x00000023  efl: 0x00010286  eip: 0xff00e000   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xff00e000
    Logical CPU: 0
    Binary Images:
       0x5c000 -    0x5cfff  com.apple.Safari (5.1 - 7534.48.3) <A04E95A3-CDFC-3C5D-ACC9-8F24CBC5CACD> /Applications/Safari.app/Contents/MacOS/Safari
    0x39f7000 -  0x39fcfe2  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <C9714E84-87B3-3EF4-A598-758522D1DB25> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x3a03000 -  0x3a05fff  libCoreFSCache.dylib (??? - ???) <8CC7923C-BD40-3A87-A295-0EAC7760800E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x3a24000 -  0x3a24ffb +cl_kernels (??? - ???) <419AF8EA-079D-4E59-8E7A-2B31E8AD07BE> cl_kernels
    0x3a26000 -  0x3ac7ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <6C750910-BE8C-3D26-8272-9C4285153DAF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x3ae0000 -  0x3ae1ff8 +cl_kernels (??? - ???) <5EBB81D2-5D4C-478C-8BD3-A64AAF136521> cl_kernels
    0x3b19000 -  0x3b1affb +cl_kernels (??? - ???) <3FE4BBD3-0CBA-459C-B7AD-F12C6CAC6CD7> cl_kernels
    0x3c35000 -  0x3c39ff7 +com.stclairsoft.DefaultFolderX.osax (Default Folder X Addition version 1.0 - 4.4.2) <C6D459B9-09F5-8740-5829-56E527A84349> /Users/USER/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
    0x3c45000 -  0x3c46ff8 +cl_kernels (??? - ???) <C277A1CC-EA60-4C73-9A53-1802FE30B1E9> cl_kernels
    0x4056000 -  0x4079fe3 +com.stclairsoft.DefaultFolderX.CarbonPatcher (kBundleVersion - kBundleVersion) <91439061-5D4C-A3F1-2FC4-622A93415AC3> /Users/USER/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
    0x408e000 -  0x40afff3 +Cocoa Patcher (??? - ???) <5BBFB538-9823-2C52-1DFE-77D9C64086D7> /Users/USER/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
    0x4894000 -  0x48c1ff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x6eeb000 -  0x7058ff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x708c000 -  0x7183ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7736000 -  0x8214feb  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.4.10 - 7.0.4) <E78E1737-B415-3ED2-BD0E-6B1C8396A452> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0xc4c0000 -  0xc5d5ffb  libmecab.1.0.0.dylib (??? - ???) <61393042-CC0C-3AA5-932B-85CE57C0779F> /usr/lib/libmecab.1.0.0.dylib
    0x8f0c3000 - 0x8f7d7ffb  com.apple.GeForceGLDriver (7.4.10 - 7.0.4) <30761571-F6AC-3270-B854-BC7D027ED859> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe5b000 - 0x8fe8d9c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90057000 - 0x90057fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90058000 - 0x90096fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90097000 - 0x9026dfef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9026e000 - 0x902d0ffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x902dc000 - 0x9061bff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9061c000 - 0x9066cff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9066d000 - 0x906d4fff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x9088d000 - 0x9088dfff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9088e000 - 0x90e8afe3  libclh.dylib (4.0.3 - 4.0.3) <F5D55EBC-3BA3-357F-9E87-3499B6EF087E> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x90e8b000 - 0x90e8bff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90ed9000 - 0x90ef6fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x90f27000 - 0x9101eff3  com.apple.PubSub (1.0.5 - 65.28) <711EF95C-BE58-34A0-AF80-B7EAD17218E7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x91028000 - 0x9102bffd  libCoreVMClient.dylib (??? - ???) <1438A7D5-A622-3623-A49F-45F881B1D947> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9102c000 - 0x91049ff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91114000 - 0x9111dfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x9111e000 - 0x91134ffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib
    0x91177000 - 0x91246ffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91247000 - 0x912acff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x912c1000 - 0x91413ffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91414000 - 0x9141bff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x9141c000 - 0x9141cffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x9149c000 - 0x914dfffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x914e0000 - 0x914e4ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x914e5000 - 0x9167eff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9167f000 - 0x91687ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x91688000 - 0x916b6ffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x916b7000 - 0x91719ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9250f000 - 0x925dafff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib
    0x925db000 - 0x9260efef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x9260f000 - 0x92613fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92614000 - 0x92617ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x92695000 - 0x92696ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x92a11000 - 0x92a4dffa  libGLImage.dylib (??? - ???) <7A150184-E3F7-3773-917A-A5E24B9241FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92a4e000 - 0x92aabffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92ccb000 - 0x92cd6ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
    0x92dec000 - 0x92dedff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x92dfc000 - 0x930adff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x930ae000 - 0x930b7ff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x930c2000 - 0x930c5ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x931b5000 - 0x935b7ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9369a000 - 0x936a2ff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x936a3000 - 0x936fcff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x936fd000 - 0x93704ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x93705000 - 0x93a05fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93a06000 - 0x93a3cff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93ae0000 - 0x93b6cff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93b6d000 - 0x93c50ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib
    0x93c51000 - 0x93c53ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93c54000 - 0x93e6eff7  com.apple.JavaScriptCore (7534 - 7534.48) <430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93ec0000 - 0x93ec6ffb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93ec7000 - 0x93fdefe9  com.apple.WebKit (7534 - 7534.48.3) <D537DA49-1C57-31A5-8359-5D8ACC47EE85> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x93fdf000 - 0x9400dfe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <FA9B75F7-B989-3DD3-97FD-373EB95C5BA8> /usr/lib/libSystem.B.dylib
    0x9400e000 - 0x94057ff7  libGLU.dylib (??? - ???) <3524C956-C8B2-3E8B-805D-9E25E5481A58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94058000 - 0x944adfff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x944ae000 - 0x944aeff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x944af000 - 0x944b9ff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9450a000 - 0x94528ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x94529000 - 0x94897ffb  com.apple.Safari.framework (7534 - 7534.48.3) <C3115BAB-5CCB-3C1F-BCE8-2206359C1E60> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
    0x948b3000 - 0x948d2fff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x948d3000 - 0x948e3ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x948e4000 - 0x948f3fff  SyndicationUI (??? - ???) <F6C2DFA5-66CF-3B98-81BB-D81E5185AE62> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x948f4000 - 0x9494cfff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9494d000 - 0x94983fff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x94984000 - 0x94992fff  com.apple.opengl (1.7.4 - 1.7.4) <C6DE3D3A-CC1F-3F55-B8DD-2637FA40058F> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94aa1000 - 0x94aceff7  com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94acf000 - 0x94b39ff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94e06000 - 0x94e07ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x94e08000 - 0x94e0cffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94e2a000 - 0x94e37fff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94ebc000 - 0x94f46ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94f8b000 - 0x94f8bfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94f8c000 - 0x95019fe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95026000 - 0x95062fff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib
    0x9508e000 - 0x9508fffd  libCVMSPluginSupport.dylib (??? - ???) <8057030D-B290-3A8B-9828-3A1BD123B124> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x95108000 - 0x951acfff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x951ad000 - 0x952d6ff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x952d7000 - 0x9548bff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib
    0x9548c000 - 0x954b3ff3  com.apple.framework.Apple80211 (7.0 - 700.57) <D3256A8F-E155-373D-AFAE-B37EDCF2454D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x954b4000 - 0x954e4ff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib
    0x9550b000 - 0x9550cfff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x9550d000 - 0x95515fff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95516000 - 0x95606ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x95630000 - 0x9563eff7  libxar.1.dylib (??? - ???) <9BD02F7B-6688-3504-B53E-4158F61C1249> /usr/lib/libxar.1.dylib
    0x9563f000 - 0x95769ffc  com.apple.WebKit2 (7534 - 7534.48.3) <06976389-E453-35F0-A280-0FC4B337AA27> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x9576a000 - 0x957cefff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x957cf000 - 0x957cffff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x957d0000 - 0x95821ff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x95848000 - 0x9584cff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x9584d000 - 0x95867fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95882000 - 0x962a4fef  com.apple.WebCore (7534 - 7534.48.3) <EAEADE43-C614-3CEF-B04D-27258FB7203B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96932000 - 0x9693aff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x9693b000 - 0x96946ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96947000 - 0x9695cfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9699f000 - 0x969a5ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x969a6000 - 0x96a2dfff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96a2e000 - 0x96a35fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x96a36000 - 0x96b0ca5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x96cd4000 - 0x96d3cff3  com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96d3d000 - 0x96d84fff  com.apple.SystemConfiguration (1.11 - 1.11) <A7769080-2A4F-36AF-9484-08A936690307> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96eb4000 - 0x9735afeb  com.apple.RawCamera.bundle (3.8.0 - 577) <E49AF1AA-A663-9CC9-D015-28968F253339> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x97a20000 - 0x97b18ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x97e3c000 - 0x97e3cfff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97e3d000 - 0x97e7bfff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97e7c000 - 0x97f8bff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib
    0x97f8c000 - 0x97faeff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x98102000 - 0x98373ffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x98374000 - 0x9837fff4  com.apple.CrashReporterSupport (10.7 - 343) <BB59A426-7D2B-33DC-BCCB-AE5520AFED5E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x98391000 - 0x98391fff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98392000 - 0x989f765b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x989f8000 - 0x98a21ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98b05000 - 0x98c16ff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98c84000 - 0x98c87ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x98c88000 - 0x98c89ff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x98c9a000 - 0x98dbafec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x98dd2000 - 0x98e4dffb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98e4e000 - 0x98e67fff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98e68000 - 0x98e73ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9910e000 - 0x99110ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x99111000 - 0x99139ff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x99145000 - 0x991d9ff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x992b3000 - 0x992b4fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9935c000 - 0x99381ff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x99382000 - 0x99383fff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x993da000 - 0x993e8fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib
    0x993e9000 - 0x993eafff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x9940f000 - 0x99411ffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x99fe0000 - 0x9a002ffe  com.apple.framework.familycontrols (3.0 - 300) <AE51B604-D32D-32F7-AEDC-B1C4EB7191C6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9a003000 - 0x9a0c3ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9a0c4000 - 0x9a5a0ff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9a5a1000 - 0x9a5b2fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x9a5b3000 - 0x9a603fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9a604000 - 0x9a612fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x9a615000 - 0x9a620fff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x9a621000 - 0x9a621fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9a677000 - 0x9a97aff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9a9fe000 - 0x9aa26ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x9aa27000 - 0x9aac2ff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9aac3000 - 0x9ababfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x9abac000 - 0x9ad0dffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9ad0e000 - 0x9ad11ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9ad12000 - 0x9ad15ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x9ad16000 - 0x9ad59ff3  com.apple.framework.CoreWLAN (2.0 - 200.46) <2B7DABD6-6A26-32CE-9096-6BD4B653FC95> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9adf2000 - 0x9ae0eff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9af4d000 - 0x9afa9ff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x9afaa000 - 0x9afd5fff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9afd6000 - 0x9b044fff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x9b045000 - 0x9b085ff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib
    0x9b08c000 - 0x9b09cfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9b09d000 - 0x9b0fdffb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <6026C895-3DC6-3785-A7BB-2F2B9E292D95> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9b0fe000 - 0x9b109ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9b10a000 - 0x9b1cafff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <7971F047-D9EF-3D9C-A65F-E5A8C6CECF06> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9b24e000 - 0x9b253ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x9b256000 - 0x9b2cbfff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9b2cc000 - 0x9b2e0ff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9b308000 - 0x9b30cff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9b30d000 - 0x9b330fff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b331000 - 0x9bdb6ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9bdb7000 - 0x9bdccff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9bdcd000 - 0x9bde0ff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <5BD8730D-43A4-3040-9EA3-0BDA52A392A9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9c501000 - 0x9c598ff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9c599000 - 0x9c59dfff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9c59e000 - 0x9c5deff3  com.apple.corelocation (330.9 - 330.9) <2F87DE20-E231-39C1-8CCB-3C029A07DC18> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x9c62d000 - 0x9c632ffd  libGFXShared.dylib (??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9c642000 - 0x9c74dffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 80
        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: 31763
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=187.4M resident=131.6M(70%) swapped_out_or_unallocated=55.7M(30%)
    Writable regions: Total=176.4M written=24.2M(14%) resident=98.2M(56%) swapped_out=0K(0%) unallocated=78.2M(44%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 32.9M
    ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
    CG backing stores                  5988K
    CG image                            816K
    CG raster data                     10.2M
    CG shared images                   3416K
    CoreAnimation                      40.1M
    CoreGraphics                          8K
    CoreServices                       1964K
    IOKit                              25.5M
    MALLOC                             52.8M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    OpenCL                               44K
    OpenGL GLSL                         988K
    OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
    SQLite page cache                  2976K
    Stack                              69.1M
    VM_ALLOCATE                        16.8M
    __CI_BITMAP                          80K
    __DATA                             12.3M
    __DATA/__OBJC                       104K
    __IMAGE                            1256K
    __IMPORT                              8K
    __LINKEDIT                         49.6M
    __OBJC                             2488K
    __OBJC/__DATA                        24K
    __PAGEZERO                            4K
    __TEXT                            137.8M
    __UNICODE                           544K
    mapped file                       125.9M
    shared memory                      2072K
    shared pmap                        7588K
    ===========                      =======
    TOTAL                             602.7M
    TOTAL, minus reserved VM space    602.6M
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.10)
    Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: iPhone, apple_vendor_id, 0x1297, 0xfa140000 / 6
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 9
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3
    Software Update Safari crash:
    Process:         Safari [259]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1 (7534.48.3)
    Build Info:      WebBrowser-7534048003000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-10-12 00:17:55.101 -0500
    OS Version:      Mac OS X 10.7.1 (11B26)
    Report Version:  9
    Interval Since Last Report:          1625119 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  1320239 sec

  • Safari and Firefox crashing

    Hi
    My browser crashes every time try to open a new email in gmail This is happening both with Safari and Firefox. When i switch to the basic mode - html only i am able to access my mail. I have a similar problem with both of them when i try and access the options page in my account at http://www.wordpress.com .
    I can access my address book easily in gmail making daily emailing a huge chore. I have to remember people's addresses and type it in as autotype doesnt function. Also chat and the other extras in gmail dont work. In wordpress I cant change the settings in my account unless I log in with my husbands windows laptop.
    I used to have this problem earlier and decided that it had something to do with gmail being new as I hadnt experimented with another browser then. The problem went away with a software update and as far as i can tell has resurfaced after another.
    I've put below a crash report from Safari. Here I was trying to open an email using the gmail website.
    Please help.
    Date/Time: 2006-11-23 13:37:23 +0600
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Version: 1.3.2 (312.6)
    PID: 1204
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x06c1b12c
    Thread 0 Crashed:
    0 ATS 0x96b6d840 ProcessKerningRun + 0x10c
    1 ATS 0x96b5a860 ApplyKerning + 0xfc
    2 ATS 0x96b5998c _eLLCLayoutText + 0xb0
    3 ATS 0x96b598b8 LLCLayoutText + 0x48
    4 com.apple.QD 0x951d6360 LayoutGlyphs(ATSGlyphVector*, ATSLineLayoutLineParams*, long) + 0x90
    5 com.apple.QD 0x95244d0c ATSULayoutGlyphs(TATSUGlyphRecordArray*, ATSLineLayoutLineParams*, long, ATSUTab const*, unsigned long, __CFString const*, unsigned short const*, unsigned long, unsigned long) + 0x60
    6 com.apple.QD 0x951d3a78 TTextLineLayout::EnsureLayoutIsUpToDate(unsigned long, unsigned char, unsigned long, TATSUGlyphRecordArray**) + 0x628
    7 com.apple.QD 0x951e6bbc TTextLineLayout::GetGlyphBounds(unsigned long, unsigned long, long, long, unsigned short, unsigned long, ATSTrapezoid*, unsigned long*) + 0xc0
    8 com.apple.QD 0x951ed310 ATSUGetGlyphBounds + 0x88
    9 com.apple.WebKit 0x950183e0 -[WebTextRenderer(WebInternal) _trapezoidForRun:style:atPoint:] + 0xc4
    10 com.apple.WebKit 0x950184d8 -[WebTextRenderer(WebInternal) ATSUfloatWidthForRun:style:] + 0x58
    11 com.apple.WebKit 0x94fe2b74 -[WebTextRenderer floatWidthForRun:style:widths:] + 0xa4
    12 com.apple.WebCore 0x973478d8 QFontMetrics::floatWidth(QChar const*, int, int, int, int, int, bool) const + 0x17c
    13 com.apple.WebCore 0x9734ed20 khtml::Font::width(QChar*, int, int, int) const + 0x40
    14 com.apple.WebCore 0x9734b4a8 khtml::RenderText::calcMinMaxWidth() + 0x208
    15 com.apple.WebCore 0x9734fe20 khtml::RenderObject::recalcMinMaxWidths() + 0x1b8
    16 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    17 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    18 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    19 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    20 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    21 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    22 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    23 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    24 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    25 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    26 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    27 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    28 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    29 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    30 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    31 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    32 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    33 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    34 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    35 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    36 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    37 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    38 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    39 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    40 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    41 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    42 com.apple.WebCore 0x9734fd2c khtml::RenderObject::recalcMinMaxWidths() + 0xc4
    43 com.apple.WebCore 0x97371e60 khtml::RenderCanvas::layout() + 0xb0
    44 com.apple.WebCore 0x97379904 KHTMLView::layout() + 0x38c
    45 com.apple.WebCore 0x974ce6f8 khtml::RenderPart::updateWidgetPositions() + 0x2b8
    46 com.apple.WebCore 0x974d4318 khtml::RenderObject::updateWidgetPositions() + 0x3c
    47 com.apple.WebCore 0x974d4318 khtml::RenderObject::updateWidgetPositions() + 0x3c
    48 com.apple.WebCore 0x974d4318 khtml::RenderObject::updateWidgetPositions() + 0x3c
    49 com.apple.WebCore 0x974d4318 khtml::RenderObject::updateWidgetPositions() + 0x3c
    50 com.apple.WebCore 0x97379978 KHTMLView::layout() + 0x400
    51 com.apple.WebCore 0x9741728c -[WebCoreBridge forceLayoutAdjustingViewSize:] + 0x38
    52 com.apple.WebKit 0x95024fe0 -[WebHTMLView layoutToMinimumPageWidth:maximumPageWidth:adjustingViewSize:] + 0xe4
    53 com.apple.WebKit 0x95023eb0 -[WebHTMLView(WebPrivate) weblayoutIfNeededRecursive:testDirtyRect:] + 0xc4
    54 com.apple.WebKit 0x9502493c -[NSView(WebHTMLViewFileInternal) weblayoutIfNeededRecursive:testDirtyRect:] + 0x98
    55 com.apple.WebKit 0x9502493c -[NSView(WebHTMLViewFileInternal) weblayoutIfNeededRecursive:testDirtyRect:] + 0x98
    56 com.apple.WebKit 0x9502493c -[NSView(WebHTMLViewFileInternal) weblayoutIfNeededRecursive:testDirtyRect:] + 0x98
    57 com.apple.WebKit 0x9502493c -[NSView(WebHTMLViewFileInternal) weblayoutIfNeededRecursive:testDirtyRect:] + 0x98
    58 com.apple.WebKit 0x95023ed8 -[WebHTMLView(WebPrivate) weblayoutIfNeededRecursive:testDirtyRect:] + 0xec
    59 com.apple.WebKit 0x94fe426c -[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0xa4
    60 com.apple.AppKit 0x98194770 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x4b8
    61 com.apple.AppKit 0x98194770 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x4b8
    62 com.apple.AppKit 0x98194770 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x4b8
    63 com.apple.AppKit 0x98194770 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x4b8
    64 com.apple.AppKit 0x98194770 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x4b8
    65 com.apple.AppKit 0x98194770 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x4b8
    66 com.apple.AppKit 0x98194770 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x4b8
    67 com.apple.AppKit 0x981e1308 -[NSFrameView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0x124
    68 com.apple.AppKit 0x981c848c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 0xc0
    69 com.apple.AppKit 0x981a5648 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 0x180
    70 com.apple.AppKit 0x981be674 -[NSView displayIfNeeded] + 0xa8
    71 com.apple.AppKit 0x981cf364 -[NSWindow displayIfNeeded] + 0xb4
    72 com.apple.Safari 0x0001a44c 0x1000 + 0x1944c
    73 com.apple.AppKit 0x981af9b0 _handleWindowNeedsDisplay + 0xe0
    74 com.apple.CoreFoundation 0x901c27f8 __CFRunLoopDoObservers + 0x194
    75 com.apple.CoreFoundation 0x901c2094 __CFRunLoopRun + 0x18c
    76 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    77 com.apple.HIToolbox 0x97c9be10 RunCurrentEventLoopInMode + 0xac
    78 com.apple.HIToolbox 0x97ca253c ReceiveNextEventCommon + 0x17c
    79 com.apple.HIToolbox 0x97cc4638 BlockUntilNextEventMatchingListInMode + 0x60
    80 com.apple.AppKit 0x981a3248 _DPSNextEvent + 0x180
    81 com.apple.AppKit 0x981b9cc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
    82 com.apple.Safari 0x0000bda0 0x1000 + 0xada0
    83 com.apple.AppKit 0x981ce048 -[NSApplication run] + 0x21c
    84 com.apple.AppKit 0x9828a764 NSApplicationMain + 0x1d0
    85 com.apple.Safari 0x00007fc4 0x1000 + 0x6fc4
    86 com.apple.Safari 0x00054944 0x1000 + 0x53944
    Thread 1:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64 -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x94ff3124 +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a97ffc +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4 CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160 -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64 -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a9853c +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x9000b46c select + 0xc
    1 com.apple.Foundation 0x90a2296c _loadRunLoop + 0xd4
    2 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 5:
    0 libSystem.B.dylib 0x90017238 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000ea1c pthread_condwait + 0x270
    2 com.apple.Foundation 0x90a7c598 -[NSConditionLock lockWhenCondition:] + 0x44
    3 com.apple.AppKit 0x9819b0e8 -[NSUIHeartBeat _heartBeatThread:] + 0x190
    4 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c
    5 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 6:
    0 libSystem.B.dylib 0x900078b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438 mach_msg + 0x38
    2 ...ple.CoreServices.CarbonCore 0x9036293c TSexception_listenerthread + 0x70
    3 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    Thread 7:
    0 libSystem.B.dylib 0x9000b46c select + 0xc
    1 com.apple.CoreFoundation 0x901c7668 __CFSocketManager + 0x1fc
    2 libSystem.B.dylib 0x90024990 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x96b6d840 srr1: 0x0000f030 vrsave: 0x00000000
    cr: 0x28008222 xer: 0x00000003 lr: 0x96b6d814 ctr: 0x9011bd60
    r0: 0x00000044 r1: 0xbfffc870 r2: 0x00000000 r3: 0x05048290
    r4: 0x00000018 r5: 0x00000010 r6: 0x06bdb010 r7: 0x00004744
    r8: 0x05048292 r9: 0x00000000 r10: 0x00000000 r11: 0xa6b50858
    r12: 0x9011bd60 r13: 0x00000000 r14: 0x00000000 r15: 0x00000001
    r16: 0x00000001 r17: 0x07eec5d4 r18: 0xbfffcdf0 r19: 0x00000001
    r20: 0xbfffce18 r21: 0x00000000 r22: 0xbfffc9c0 r23: 0x00040120
    r24: 0x00800000 r25: 0x00000000 r26: 0x07e85a50 r27: 0x05048290
    r28: 0xbfffc940 r29: 0x0016003e r30: 0x06c1b128 r31: 0x96b6d744
    Binary Images Description:
    0x1000 - 0xcdfff com.apple.Safari 1.3.2 (312.6) /Applications/Safari.app/Contents/MacOS/Safari
    0x17fb000 - 0x17fdfff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4ba6000 - 0x4ba8fff com.lemkesoft.GraphicConverterCMI 1.4 /Users/ujwala/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
    0x4f37000 - 0x4f3bfff com.apple.FolderActionsMenu 1.2.1 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x4f51000 - 0x4f53fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x5166000 - 0x51bbfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x6864000 - 0x68acfff com.pixture.PhotoToolCM PhotoToolCM version 2.0 (2.0) /Library/Contextual Menu Items/PhotoToolCM.plugin/Contents/MacOS/PhotoToolCM
    0x692e000 - 0x6970fff com.pixture.QuickImageCM QuickImageCM version 2.4 (2.4) /Library/Contextual Menu Items/QuickImageCM.plugin/Contents/MacOS/QuickImageCM
    0x806c0000 - 0x806e9fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x81c82000 - 0x81c8afff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x81c90000 - 0x81c93fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x8388c000 - 0x83898fff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x880f0000 - 0x88226fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x8bf02000 - 0x8bf12fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x8c2dd000 - 0x8c2ddfff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.9 (299.37) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9071d000 - 0x9072afff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90733000 - 0x90746fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90812000 - 0x9084afff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a02000 - 0x90a0dfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.8 (500.61) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9102d000 - 0x91045fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91318000 - 0x91368fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x9151afff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91717000 - 0x9172dfff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9173a000 - 0x91751fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91836000 - 0x91853fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91951000 - 0x91951fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91953000 - 0x91953fff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91afb000 - 0x91b0bfff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91b71000 - 0x91b8bfff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x91ebd000 - 0x91f11fff com.apple.bom 1.2.8 (64.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x92109000 - 0x92141fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x92170000 - 0x92357fff com.apple.security 2.4 (179) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92647000 - 0x9270ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.4 (71.11) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92a50000 - 0x93426fff com.apple.QuickTimeComponents.component 7.1.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9354e000 - 0x93606fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93a50000 - 0x93a64fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x93a6a000 - 0x93a84fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93aa0000 - 0x93b87fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x940c0000 - 0x940fcfff com.apple.LDAPFramework 1.3.4 (37.4.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9438a000 - 0x943a4fff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94580000 - 0x9458cfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94596000 - 0x945a5fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x945c0000 - 0x945d0fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x946ed000 - 0x946fdfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94720000 - 0x94721fff com.apple.securityfoundation 1.0 (6) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x948b0000 - 0x948e1fff com.apple.securityinterface 1.0 (39) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94c40000 - 0x94c4ffff com.apple.DSObjCWrappers.Framework 1.0.1 (1.0) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94e0b000 - 0x94e1efff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94fe0000 - 0x95078fff com.apple.WebKit 312.8 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x951ce000 - 0x95287fff com.apple.QD 3.4.72 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x952ed000 - 0x953cffff com.apple.JavaScriptCore 312.3.2 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9605d000 - 0x96066fff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x96a04000 - 0x96a6dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96c00000 - 0x96c67fff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96de0000 - 0x96df0fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ee0000 - 0x96ee8fff libbsm.dylib /usr/lib/libbsm.dylib
    0x96eec000 - 0x971a0fff com.apple.QuickTime 7.1.2 /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x97345000 - 0x97636fff com.apple.WebCore 315.14.6 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x97c95000 - 0x9801afff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98191000 - 0x98690fff com.apple.AppKit 6.3.11 (743.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    Hi,
    The crash you posted would seem to indicate it is font related. Did you install/remove any fonts recently?
    Check in FontBook to see if you have any duplicates that could be affecting things also? Check the FontBook help on how to resolve duplicates.
    You may also want to try Font Finagler which can clear out font caches used by the system (it's possible there's some corruption in these cache files that are causing Safari/Firefox to crash).

  • Safari and firefox crashes when trying to upload

    Safari and Firefox crash when I try to upload something through the browser. Before when I would upload a file, a finder window would pop up, but it immediately crashes before this window appears. I tried logging in as a different user in the OS and that didn't work. BUT when I rebooted in safe mode. I was able to get the finder pop up window to upload the file.
    Here is the crash report:
    Process:         Safari [1076]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [410]
    Interval Since Last Report:          124 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  106 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2012-06-19 13:18:10.027 -0600
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID: 
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  14
    Thread 0:
    0   libobjc.A.dylib                         0x935a890d objc_msgSend_stret + 45
    1   com.apple.AppKit                        0x903c96ef -[NSView convertRect:toView:] + 226
    2   com.apple.AppKit                        0x903c8b28 -[NSView setNeedsDisplayInRect:] + 303
    3   com.apple.WebKit                        0x9751ffb0 __ZL21setNeedsDisplayInRectP6NSViewP13objc_selector7_NSRect + 256
    4   com.apple.AppKit                        0x903c8926 -[NSView setNeedsDisplay:] + 76
    5   com.apple.AppKit                        0x90510864 -[NSClipView initWithFrame:] + 168
    6   com.apple.AppKit                        0x90510669 -[NSScrollView initWithFrame:] + 274
    7   com.apple.AppKit                        0x90618ecc -[NSBrowser _createColumn:empty:] + 117
    8   com.apple.AppKit                        0x90618dde columnToColumnContentDelta + 205
    9   com.apple.AppKit                        0x906194fa -[NSBrowser columnWidthForColumnContentWidth:] + 14
    10  com.apple.AppKit                        0x906189ed -[NSBrowser frameOfColumn:] + 1380
    11  com.apple.AppKit                        0x906183fd -[NSBrowser _containerRelativeFrameOfColumn:] + 59
    12  com.apple.AppKit                        0x90604d7c -[NSBrowser _calcNumVisibleColumnsAndColumnSize] + 557
    13  com.apple.AppKit                        0x90603e82 -[NSBrowser _tileContinuousScrollingBrowser] + 1124
    14  com.apple.AppKit                        0x90619b88 -[NSBrowser setMinColumnWidth:] + 71
    15  com.apple.AppKit                        0x90618224 -[NSNavBrowserDelegate setBrowser:] + 484
    16  com.apple.AppKit                        0x90617ff3 -[NSNavDataSource _createBrowserDelegate] + 129
    17  com.apple.AppKit                        0x9060f2c6 -[NSNavDataSource activeFileListDelegate] + 210
    18  com.apple.AppKit                        0x90617e2d -[NSNavDataSource setFileListMode:] + 170
    19  com.apple.AppKit                        0x90617c9b -[NSSavePanel _readFileListMode] + 283
    20  com.apple.AppKit                        0x906ecd3d -[NSSavePanel(NSSavePanelRuntime) beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelector:c ontextInfo:] + 91
    21  com.apple.Safari                        0x0014c8a5 0x1000 + 1357989
    22  com.apple.WebKit                        0x9750eef8 __ZL12CallDelegateP7WebViewP11objc_objectP13objc_selectorS2_a + 328
    23  com.apple.WebKit                        0x9750a74e WebChromeClient::runOpenPanel(WebCore::Frame*, ***::PassRefPtr<WebCore::FileChooser>) + 318
    24  com.apple.WebCore                       0x95327469 WebCore::Chrome::runOpenPanel(WebCore::Frame*, ***::PassRefPtr<WebCore::FileChooser>) + 57
    25  com.apple.WebCore                       0x950eb979 WebCore::RenderFileUploadControl::click() + 105
    26  com.apple.WebCore                       0x950eb8fe WebCore::FileInputType::handleDOMActivateEvent(WebCore::Event*) + 46
    27  com.apple.WebCore                       0x94b6e01d WebCore::HTMLInputElement::defaultEventHandler(WebCore::Event*) + 477
    28  com.apple.WebCore                       0x94a552e5 WebCore::EventDispatcher::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 949
    29  com.apple.WebCore                       0x94a54ee9 WebCore::EventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 41
    30  com.apple.WebCore                       0x94a54d69 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WebCore::EventDispatchMediator const&) + 41
    31  com.apple.WebCore                       0x94a54ce7 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 55
    32  com.apple.WebCore                       0x94b6efb7 WebCore::ScopedEventQueue::dispatchEvent(***::PassRefPtr<WebCore::Event>) const + 71
    33  com.apple.WebCore                       0x94b6ef1a WebCore::ScopedEventQueue::enqueueEvent(***::PassRefPtr<WebCore::Event>) + 90
    34  com.apple.WebCore                       0x94b6ee23 WebCore::EventDispatcher::dispatchScopedEvent(WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 99
    35  com.apple.WebCore                       0x94e60346 WebCore::Node::dispatchScopedEvent(***::PassRefPtr<WebCore::Event>) + 38
    36  com.apple.WebCore                       0x94b6ec48 WebCore::Node::dispatchUIEvent(***::AtomicString const&, int, ***::PassRefPtr<WebCore::Event>) + 248
    37  com.apple.WebCore                       0x94a55f9a WebCore::Node::defaultEventHandler(WebCore::Event*) + 954
    38  com.apple.WebCore                       0x94a552e5 WebCore::EventDispatcher::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 949
    39  com.apple.WebCore                       0x94c47958 WebCore::MouseEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 296
    40  com.apple.WebCore                       0x94a54d69 WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, WebCore::EventDispatchMediator const&) + 41
    41  com.apple.WebCore                       0x94c474f0 WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, ***::AtomicString const&, int, WebCore::Node*) + 128
    42  com.apple.WebCore                       0x94c4686e WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 126
    43  com.apple.WebCore                       0x94c4db0f WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 1231
    44  com.apple.WebCore                       0x94c4d552 WebCore::EventHandler::mouseUp(NSEvent*) + 386
    45  com.apple.WebKit                        0x974c4327 -[WebHTMLView mouseUp:] + 263
    46  com.apple.AppKit                        0x904bab95 -[NSWindow sendEvent:] + 5539
    47  com.apple.Safari                        0x00040534 0x1000 + 259380
    48  com.apple.Safari                        0x000404c1 0x1000 + 259265
    49  com.apple.AppKit                        0x904876a5 -[NSApplication sendEvent:] + 2939
    50  eia                                     0x16d24026 -[EInjectedAgent(Activity) sendEvent:] + 375
    51  com.apple.Safari                        0x000377c0 0x1000 + 223168
    52  com.apple.AppKit                        0x903e4fe7 -[NSApplication run] + 867
    53  com.apple.AppKit                        0x903b21d8 NSApplicationMain + 574
    54  com.apple.Safari                        0x0000acee 0x1000 + 40174
    Thread 1:
    0   libSystem.B.dylib                       0x92b2334e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b78d81 sleep$UNIX2003 + 63
    2   com.apple.JavaScriptCore                0x9458fab1 ***::TCMalloc_PageHeap::scavengerThread() + 145
    3   com.apple.JavaScriptCore                0x9458fd8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x92b2334e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b4dccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                       0x94a18587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore                       0x94a15e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   com.apple.CoreFoundation                0x934cbe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x934ccaa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x9014418c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    6   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x92b2334e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b4dccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x943e46b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x94a3177c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   com.apple.CoreFoundation                0x934cbe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x934ccaa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002f33d 0x1000 + 189245
    5   com.apple.Safari                        0x0002f08a 0x1000 + 188554
    6   com.apple.Safari                        0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    8   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   libSystem.B.dylib                       0x92babf15 thread_suspend + 97
    3   ???                                     0x154ac9b5 0 + 357222837
    Thread 7:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   com.apple.CoreFoundation                0x934cbe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x934ccb04 CFRunLoopRun + 84
    4   eia                                     0x16cee5b6 __ZL14spectorRunLoopPv + 239
    5   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    6   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x92b6b60a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    2   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   com.apple.CoreFoundation                0x934cbe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x934ccaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x97b6c520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x97b08dfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x97b089a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    8   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x92b2334e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b4dccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x943e46b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x94a3177c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x92b2334e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92b4dccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x943e46b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.Safari                        0x001ae478 0x1000 + 1758328
    4   com.apple.Safari                        0x00044cdd 0x1000 + 277725
    5   com.apple.Safari                        0x00044c2d 0x1000 + 277549
    6   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    7   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   com.apple.CoreFoundation                0x934cbe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x934ccaa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x92a2c5f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x92a2c480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    7   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   ....audio_hijack_server.hermes          0x006ed356 ah_serv_loop + 161
    3   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    4   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 14 Crashed:
    0   libSystem.B.dylib                       0xffff07c2 __memcpy + 34 (cpu_capabilities.h:246)
    1   eia                                     0x16d7813a char** std::uninitialized_copy<char* const*, char**>(char* const*, char* const*, char**) + 45
    2   eia                                     0x16d78198 void std::vector<char*, std::allocator<char*> >::_M_range_initialize<char* const*>(char* const*, char* const*, std::forward_iterator_tag) + 82
    3   eia                                     0x16d78217 std::vector<char*, std::allocator<char*> >::vector<char* const*>(char* const*, char* const*, std::allocator<char*> const&) + 67
    4   eia                                     0x16d78034 Mine_posix_spawn(int*, char const*, void* const*, void* const*, char* const*, char* const*) + 52
    5   ...ple.CoreServices.OSServices          0x98072916 TaskLauncher::launch() + 732
    6   ...ple.CoreServices.OSServices          0x98072523 MasterBrowser::browse(__CFString const*) + 407
    7   ...ple.CoreServices.OSServices          0x980721ef MasterBrowser::timerCallBack(__CFRunLoopTimer*, void*) + 61
    8   com.apple.CoreFoundation                0x934cc8f5 CFRunLoopRunSpecific + 4469
    9   com.apple.CoreFoundation                0x934ccb04 CFRunLoopRun + 84
    10  com.apple.DesktopServices               0x97fd0d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    11  ...ple.CoreServices.CarbonCore          0x93dbafbb PrivateMPEntryPoint + 56
    12  libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    13  libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x92b1c166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92b2395c mach_msg + 72
    2   com.apple.CoreFoundation                0x934cbe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x934ccb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x97fd0e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x93dbafbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    7   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x92b47306 getattrlist$UNIX2003 + 10
    1   ...ple.CoreServices.CarbonCore          0x93d79e2f GetVolFSAttributes(VolumeInfo*, unsigned long, char const*, unsigned long, unsigned long, FSAttributeInfo*, unsigned long, unsigned long, FSVolAttributeInfo*, unsigned char*) + 605
    2   ...ple.CoreServices.CarbonCore          0x93d7b0f9 VolFSMount::_getattrs(unsigned long, char const*, unsigned long, unsigned long, FSAttributeInfo*, unsigned long, unsigned char*) + 75
    3   ...ple.CoreServices.CarbonCore          0x93d7b07e FSMount::getattrs(unsigned long, char const*, unsigned long, unsigned long, FSAttributeInfo*, unsigned long, unsigned char*) + 224
    4   ...ple.CoreServices.CarbonCore          0x93d7af93 GetFSRefAttributes(FSMount*, FSRefPrivate const*, unsigned long, FSAttributeInfo*, unsigned long, char*) + 173
    5   ...ple.CoreServices.CarbonCore          0x93d7abb8 PBGetCatalogInfoSync + 280
    6   ...ple.CoreServices.CarbonCore          0x93d7aa9d FSGetCatalogInfo + 53
    7   com.apple.DesktopServices               0x97fd20c3 LockGetCatalogInfo(FSRef const&, unsigned long, FSCatalogInfo*, HFSUniStr255*, FSSpec*, FSRef*) + 83
    8   com.apple.DesktopServices               0x97fd2012 THFSPlusRef::Initialize(FSRef const&) + 72
    9   com.apple.DesktopServices               0x97fe2f45 TPathName::GetParent(THFSPlusRef&, bool&, bool&) + 169
    10  com.apple.DesktopServices               0x97fe23f5 TPathName::GetPathNameFromFSRef(FSRef const&, short&) + 225
    11  com.apple.DesktopServices               0x97fe21a3 TNode::GetNodeFromFSRef(FSRef const&, TNodePtr&, unsigned long) + 75
    12  com.apple.DesktopServices               0x97fe2152 TNode::FindUserFolder(unsigned long, bool, TNodePtr&) + 68
    13  com.apple.DesktopServices               0x97fe20e0 TNode::SetSpecialNodeFromOStype(unsigned long) + 48
    14  com.apple.DesktopServices               0x97fe2027 TNode::SetSpecialNode(unsigned long, TNodePtr&) + 237
    15  com.apple.DesktopServices               0x97fe7067 TNode::SetHomeNode() + 41
    16  com.apple.DesktopServices               0x97fe1fd6 TNode::SetSpecialNode(unsigned long, TNodePtr&) + 156
    17  com.apple.DesktopServices               0x97fdfa57 TNode::GetSpecialNodeWithStatus(unsigned long, OpaqueNodeRequest* const&, unsigned long, TNodePtr&) + 367
    18  com.apple.DesktopServices               0x97fe1d15 TNode::GetSpecialNode(unsigned long, OpaqueNodeRequest* const&, unsigned long) + 45
    19  com.apple.DesktopServices               0x98018a74 TNode::GetHomeNode() + 48
    20  com.apple.DesktopServices               0x9801ce1b THFSPlusCatalog::IsHomeVolume() const + 23
    21  com.apple.DesktopServices               0x97fd8f55 TNode::FindFolder(unsigned long, bool, FSRef&) const + 83
    22  com.apple.DesktopServices               0x980333de TMountPointList::AddVolume(short, bool) + 732
    23  com.apple.DesktopServices               0x97fd1463 TMountPointList::Find(short, TNode::StPopulating*) + 63
    24  com.apple.DesktopServices               0x97fe30aa TMountPointList::VolumeIsNotAutoMounted(short const&, bool&) + 48
    25  com.apple.DesktopServices               0x97fe2ee1 TPathName::GetParent(THFSPlusRef&, bool&, bool&) + 69
    26  com.apple.DesktopServices               0x97fe23f5 TPathName::GetPathNameFromFSRef(FSRef const&, short&) + 225
    27  com.apple.DesktopServices               0x97fe21a3 TNode::GetNodeFromFSRef(FSRef const&, TNodePtr&, unsigned long) + 75
    28  com.apple.DesktopServices               0x97fe167e TNode::CreateVirtualAliasRecord(OpaqueSFLItemRef*, TNodePtr&, VirtualAliasRecord**, bool) + 1962
    29  com.apple.DesktopServices               0x9803837b TSFLSynchronizer::TSFLSynchronizer(TNodePtr const&, OpaqueSFLRef*, bool) + 181
    30  com.apple.DesktopServices               0x97fdee05 TNode::PopulateVirtualContainerFromSFL(OpaqueSFLRef*, bool) + 197
    31  com.apple.DesktopServices               0x97fdc6fa TNodeSyncTask::HandleInternalEventVirtualChildListChanged(TCountedPtr<TNodeEven t> const&, TNodePtr const&) + 110
    32  com.apple.DesktopServices               0x97fdc584 TNodeSyncTask::HandleInternalEvent(TCountedPtr<TNodeEvent> const&) + 320
    33  com.apple.DesktopServices               0x97fdbeb6 TNodeSyncTask::SyncTaskProc(void*) + 160
    34  ...ple.CoreServices.CarbonCore          0x93dbafbb PrivateMPEntryPoint + 56
    35  libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    36  libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x92b1c1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92b4e1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x92b4fa33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x93d9bc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x93dbca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x97fe3791 TPropertyTask::PropertyTaskProc(void*) + 105
    6   ...ple.CoreServices.CarbonCore          0x93dbafbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    8   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x92b4c8c6 kevent + 10
    1   libSystem.B.dylib                       0x92b4d055 _pthread_start + 321
    2   libSystem.B.dylib                       0x92b4cf12 thread_start + 34
    Thread 14 crashed with X86 Thread State (32-bit):
      eax: 0xffff07a0  ebx: 0x1aff6800  ecx: 0x00000001  edx: 0x00000004
      edi: 0x1aff6800  esi: 0x00000000  ebp: 0xb064b728  esp: 0xb064b720
       ss: 0x0000001f  efl: 0x00010202  eip: 0xffff07c2   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x64f000 -   0x65afff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x662000 -   0x68cfe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x69d000 -   0x6acffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      0x6e8000 -   0x6f4ff7 +com.rogueamoeba.audio_hijack_server.hermes 2.2.8 (2.2.8) <76a0d08c2458182bd73bbe23b114cbf6> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
    0x1c5a000 -  0x1c5dff2 +com.macromedia.Flash Player.plugin 10.3.183.11 (10.3.183.11) <b16bc6e0fdeae1525129039546e2a402> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1c73000 -  0x1c76fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1c93000 -  0x1c99fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1201c000 - 0x12403fff  com.apple.RawCamera.bundle 3.4.0 (545) <46f9387243c4db157889522a00d16c32> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x15600000 - 0x15605ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16ce6000 - 0x16dc3ffb +eia ??? (???) <f410cb03c9ef3496996cb8a2d1e7f72a> /usr/local/esps/eBlaster.app/Contents/SharedSupport/eia
    0x16e59000 - 0x16ed7fef  com.tcltk.tcllibrary 8.4.7 b (8.4.7 b) <dba2ca176a0ddc67636a3d8534854eb3> /System/Library/Frameworks/Tcl.framework/Versions/8.4/Tcl
    0x17f08000 - 0x17f0bfef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x17f10000 - 0x17f75fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x17f95000 - 0x17fdbfc3  com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x17fe1000 - 0x17fe402f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x18106000 - 0x18107fff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x1810d000 - 0x18111ffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x196ac000 - 0x196bafeb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x196fc000 - 0x1970efff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1a34e000 - 0x1ad9cfe3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.11 (10.3.183.11) <b6003283e6137751b96b7f9a893219b9> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x9013bfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90141000 - 0x901e8fec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x901e9000 - 0x901f1fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x901f2000 - 0x901f9ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x901fa000 - 0x9022bffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9022c000 - 0x902bffff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x902c0000 - 0x9034dff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9034e000 - 0x9035dffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9035e000 - 0x90394fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x90395000 - 0x90395ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90396000 - 0x903abffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x903ac000 - 0x90baafef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90bab000 - 0x90bf4fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90c09000 - 0x90c90ff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x90c91000 - 0x90d38feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90d39000 - 0x90dabfff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90dac000 - 0x90db3ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x9101d000 - 0x910aaff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x910ab000 - 0x910bcffe  com.apple.CFOpenDirectory 10.5 (10.5) <39d48cd00b8f9ca3fcdd251715cc74d5> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x910bd000 - 0x91150ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91151000 - 0x91183fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x911d3000 - 0x91357fef  com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9135b000 - 0x913d5ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x913d6000 - 0x91556fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91557000 - 0x91567ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91568000 - 0x9158cfff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x9158d000 - 0x9248cfe6  com.apple.QuickTimeComponents.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92492000 - 0x92492ff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92493000 - 0x92495ff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x924ae000 - 0x924baffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x924bb000 - 0x924fbfef  com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92660000 - 0x9267eff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9267f000 - 0x92681fff  com.apple.securityhi 3.0 (30817) <547bdd9ce4e7276d9bdc137d4caf9c3f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92682000 - 0x926dfffb  libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x926e0000 - 0x926e5fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x926e6000 - 0x926e6ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9271c000 - 0x928edfef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x928ee000 - 0x92948ff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92949000 - 0x9295ffff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92960000 - 0x92970fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92971000 - 0x92990ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92991000 - 0x929aeff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x929af000 - 0x929afffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x929b0000 - 0x929eaffe  com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x929eb000 - 0x929f5feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x929f6000 - 0x92a0efff  com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92a0f000 - 0x92a8cfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92a8d000 - 0x92ad8ff7  com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x92ad9000 - 0x92b1afe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92b1b000 - 0x92c82ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x92cad000 - 0x92e3cfe7  com.apple.CoreAUC 3.08.0 (3.08.0) <9043e2896f6c99d96932ff86fc5142a7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92f07000 - 0x92f15ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x92f16000 - 0x92f54fff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92f55000 - 0x92f8cfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92f8d000 - 0x92f9afe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92f9b000 - 0x92fcafe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92fcb000 - 0x92fcbffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x92fcc000 - 0x92fdbfff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x92fdc000 - 0x93115ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x93116000 - 0x93134fff  libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x93172000 - 0x931bdfe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x932a1000 - 0x932bcff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x932bd000 - 0x9330eff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9330f000 - 0x93312fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93313000 - 0x933c5ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x933c6000 - 0x93415fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x93416000 - 0x9341dfff  com.apple.agl 3.0.9 (AGL-3.0.9) <d64d715dab8565014f5e2f239fd2410c> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9341e000 - 0x93458fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93459000 - 0x9358cfe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9358d000 - 0x93592fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93593000 - 0x93673fff  libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x93674000 - 0x93755ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x93756000 - 0x9375afff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9375b000 - 0x937acfeb  com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x937b9000 - 0x93902ff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93903000 - 0x93905ffd  com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93906000 - 0x93979fff  com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9397a000 - 0x93ca5ff6  com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93ca6000 - 0x93d71fef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93d72000 - 0x9404cff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9404d000 - 0x94355fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94356000 - 0x943afff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x943b0000 - 0x943d8ff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x943d9000 - 0x945f0ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x945f1000 - 0x945f1ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x945f2000 - 0x9498ffef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94990000 - 0x94a0fff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94a10000 - 0x9577efe3  com.apple.WebCore 5534 (5534.50.1) <bef6f01e56834f2498918b264f0acbf7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9577f000 - 0x9586dfef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x958dc000 - 0x958e5fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x958e6000 - 0x95aa2ff3  com.apple.QuartzComposer 2.1 (106.13) <645bdfea218d17e8a51cc7fee78d9cd3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95aa3000 - 0x95aafff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95ab0000 - 0x95afefe3  com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95aff000 - 0x95c51ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95c52000 - 0x962f2fff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x962f3000 - 0x96320feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96321000 - 0x966dffea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x966e0000 - 0x96709fff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x9670a000 - 0x9670affd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x967b0000 - 0x96c81fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96c82000 - 0x96dccfeb  com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96dcd000 - 0x96dd8fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96dd9000 - 0x96dd9fff  com.apple.Carbon 136 (136) <8ae1cd25fd33db22d69ecbd5f5103227> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96dda000 - 0x96de0fff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96dfe000 - 0x96e40fef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96e41000 - 0x96ebefef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96ebf000 - 0x972cffef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x972d0000 - 0x9730ffef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97373000 - 0x97424fff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97425000 - 0x97431fff  libbz2.1.0.dylib ??? (???) <d355415c89c383330697a7b73d6dbc2e> /usr/lib/libbz2.1.0.dylib
    0x97432000 - 0x97498ffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97499000 - 0x975b6ff7  com.apple.WebKit 5534 (5534.50.2) <643ffe6446c331210a74f896f0804eb2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x975b7000 - 0x975dbfeb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x975e6000 - 0x97642ff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x97643000 - 0x97643ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97644000 - 0x97738ff4  libiconv.2.dylib ??? (???) <96ff4c6f84c4a1623cb78287371cdd3f> /usr/lib/libiconv.2.dylib
    0x97739000 - 0x97af5ff4  com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x97af6000 - 0x97afdfe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x97afe000 - 0x97d7afe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97d7b000 - 0x97e63ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97e64000 - 0x97e69fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97e6a000 - 0x97e86ff3  com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97e87000 - 0x97e88ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x97e8f000 - 0x97ed3feb  com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x97ed4000 - 0x97efffe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x97f00000 - 0x97f00ffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97f01000 - 0x97f01ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x97f02000 - 0x97f06fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x97f07000 - 0x97fceff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97fcf000 - 0x98059ff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9805a000 - 0x98115fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98116000 - 0x9811afff  com.apple.OpenDirectory 10.5 (10.5) <7d9ff71c60ad73f4c82a638abc233bf0> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Hi.
    I tried logging in as a different user in the OS and that didn't work.
    Do you mean that Safari crashed there as well?
    If so, that's an indication that the startup disk needs repairing.
    Using Disk Utility to verify or repair disks

  • Safari has been crashing on RSS feeds for a month now...

    I've done a reinstall of the combo update, repaired permissions, deleted my RSS plist file, updated 1Password, Reset Safari and updated to Safari 5. I will get random crashes, usually when I check an unread RSS feed. Oddly enough, this usually isn't my first unread RSS feed of the morning but after I have been running Safari for an hour and check a new unread. I've posted the crash log. Thanks for any help.
    Process: Safari [17226]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (6533.16)
    Build Info: WebBrowser-75331600~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [248]
    Date/Time: 2010-06-09 08:49:35.813 -0700
    OS Version: Mac OS X 10.6.3 (10D578)
    Report Version: 6
    Interval Since Last Report: 227038 sec
    Crashes Since Last Report: 5
    Per-App Interval Since Last Report: 35732 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: D3D03465-06FD-462E-8B15-83F777F4C4F3
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000000
    Crashed Thread: 10
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff81cfe75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cfedcd mach_msg + 59
    2 com.apple.CoreGraphics 0x00007fff8363f055 _CGSRemoveSurface + 94
    3 com.apple.AppKit 0x00007fff875ed0a5 -[NSSurface _disposeSurface] + 249
    4 com.apple.AppKit 0x00007fff875ecb91 -[NSSurface setWindow:] + 52
    5 com.apple.AppKit 0x00007fff874ec60d -[NSView _setWindow:] + 1772
    6 com.apple.AppKit 0x00007fff87538ded -[NSView removeFromSuperview] + 359
    7 com.apple.Safari 0x0000000100086a3f 0x100000000 + 551487
    8 com.apple.Safari 0x00000001000f4ede 0x100000000 + 1003230
    9 com.apple.Safari 0x00000001000f4d7e 0x100000000 + 1002878
    10 com.apple.Safari 0x000000010004d655 0x100000000 + 317013
    11 com.apple.CoreFoundation 0x00007fff80aa3708 __CFRunLoopRun + 6488
    12 com.apple.CoreFoundation 0x00007fff80aa18df CFRunLoopRunSpecific + 575
    13 com.apple.HIToolbox 0x00007fff8227aada RunCurrentEventLoopInMode + 333
    14 com.apple.HIToolbox 0x00007fff8227a8df ReceiveNextEventCommon + 310
    15 com.apple.HIToolbox 0x00007fff8227a798 BlockUntilNextEventMatchingListInMode + 59
    16 com.apple.AppKit 0x00007fff87516a2a _DPSNextEvent + 708
    17 com.apple.AppKit 0x00007fff87516379 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    18 com.apple.Safari 0x0000000100015c9a 0x100000000 + 89242
    19 com.apple.AppKit 0x00007fff874dc05b -[NSApplication run] + 395
    20 com.apple.AppKit 0x00007fff874d4d7c NSApplicationMain + 364
    21 com.apple.Safari 0x0000000100009b1c 0x100000000 + 39708
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81d43996 select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x00007fff81d194a7 dispatch_mgrinvoke + 388
    2 libSystem.B.dylib 0x00007fff81d19094 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff81d18bbe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff81d184e8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81d18385 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff81d39316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff81d3d131 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff80c161d9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff80c122ec WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 3: Safari: CertRevocationChecker
    0 libSystem.B.dylib 0x00007fff81cfe75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cfedcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff80aa2452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff80aa18df CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0f9 0x100000000 + 192761
    5 com.apple.Safari 0x000000010002f089 0x100000000 + 192649
    6 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff81cfe75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cfedcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff80aa2452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff80aa18df CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8277f4e3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff826ffead _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 5: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff81cfe75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cfedcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff80aa2452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff80aa18df CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0f9 0x100000000 + 192761
    5 com.apple.Safari 0x000000010002f089 0x100000000 + 192649
    6 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff81d42286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff80ac3ef2 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 7: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff81d39316 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff81d3d131 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff81f562e0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001bd45d 0x100000000 + 1823837
    4 com.apple.Safari 0x0000000100046aef 0x100000000 + 289519
    5 com.apple.Safari 0x000000010004696d 0x100000000 + 289133
    6 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 8: Safari: Geolocation
    0 libSystem.B.dylib 0x00007fff81cfe75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cfedcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff80aa2452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff80aa18df CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0f9 0x100000000 + 192761
    5 com.apple.Safari 0x000000010002f089 0x100000000 + 192649
    6 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff81cfe75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cfedcd mach_msg + 59
    2 com.apple.QuartzCore 0x00007fff852c093e CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore 0x00007fff852c087e thread_fun + 34
    4 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 10 Crashed:
    0 com.apple.GeForce7xxxGLDriver 0x00000002000a0667 gldDestroyVertexArray + 529751
    1 com.apple.GeForce7xxxGLDriver 0x00000002000be018 gldUpdateDispatch + 15592
    2 com.apple.GeForce7xxxGLDriver 0x000000020000f473 gldTestObject + 211
    3 GLEngine 0x00000001295e70c7 gleTestFence + 100
    4 GLEngine 0x0000000129555d7d glTestFenceAPPLE_Exec + 50
    5 com.apple.QuartzCore 0x00007fff852c8446 viewdraw(CAView*, double, CVTimeStamp const*, bool) + 1843
    6 com.apple.QuartzCore 0x00007fff852c7cbc viewdisplaylink(double, CVTimeStamp const*, void*) + 64
    7 com.apple.QuartzCore 0x00007fff852c7c03 link_callback + 219
    8 com.apple.CoreVideo 0x00007fff87274623 CVDisplayLink::performIO(CVTimeStamp*) + 431
    9 com.apple.CoreVideo 0x00007fff87273888 CVDisplayLink::runIOThread() + 754
    10 com.apple.CoreVideo 0x00007fff8727355b startIOThread(void*) + 139
    11 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    12 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 11:
    0 libSystem.B.dylib 0x00007fff81d1830a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81d1871c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81d18385 start_wqthread + 13
    Thread 12: Safari: SpinningProgressIndicator
    0 libSystem.B.dylib 0x00007fff81cfe75a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cfedcd mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff80aa2452 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff80aa18df CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8273aa38 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff8273a917 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.Safari 0x000000010008fbe7 0x100000000 + 588775
    7 com.apple.Foundation 0x00007fff826ffead _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 13:
    0 libSystem.B.dylib 0x00007fff81d174ea kevent + 10
    1 libSystem.B.dylib 0x00007fff81d56128 mdns_querymDNSResponder + 1061
    2 libSystem.B.dylib 0x00007fff81d553fe mdnssearch + 1140
    3 libSystem.B.dylib 0x00007fff81d5479c mdnsaddrinfo + 715
    4 libSystem.B.dylib 0x00007fff81d5381f search_addrinfo + 146
    5 libSystem.B.dylib 0x00007fff81d53248 si_addrinfo + 1352
    6 libSystem.B.dylib 0x00007fff81d6a40b siasynclaunchpad + 94
    7 libSystem.B.dylib 0x00007fff81d378b6 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff81d37769 thread_start + 13
    Thread 10 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000125173000 rcx: 0x0000000000000000 rdx: 0x0000000080000000
    rdi: 0x0000000125173000 rsi: 0x00000001179d6000 rbp: 0x000000012a88c900 rsp: 0x000000012a88c900
    r8: 0x000000000001ee3b r9: 0x0000000000000000 r10: 0x00000000000010bc r11: 0x000000012a88c930
    r12: 0x00000001179d6000 r13: 0x0000000000000001 r14: 0x000000012a88c930 r15: 0x0000000123dc5c30
    rip: 0x00000002000a0667 rfl: 0x0000000000010246 cr2: 0x0000000000000000
    Binary Images:
    0x100000000 - 0x1006a9fef com.apple.Safari 5.0 (6533.16) <AE7B5544-1A22-2712-5756-03687127EEF2> /Applications/Safari.app/Contents/MacOS/Safari
    0x102379000 - 0x10238cff7 com.apple.security.dotmacdl 2.0 (36606) <8EFB1297-BE4B-C96F-D411-53EC79794B40> /System/Library/Security/dotmacdl.bundle/Contents/MacOS/dotmacdl
    0x102680000 - 0x102680ff7 +ws.agile.1PasswordAddition 3.2.1 (30653) <5FB12B46-1430-DA90-3C9E-FDE4FA809FD1> /Users/mrm/Library/ScriptingAdditions/1Password Addition.osax/Contents/MacOS/1Password Addition
    0x118566000 - 0x11867bfff +ws.agile.1PasswordWebKit 3.2.1 (30653) <AD5278D8-E872-4306-0CB4-30776798A4D8> /Users/mrm/Library/Application Support/1Password/Extensions/30653/WebKitExtension.bundle/Contents/MacOS/WebKit Extension
    0x11a70b000 - 0x11a7f1fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
    0x11ab5b000 - 0x11ab5fff7 libFontRegistryUI.dylib ??? (???) <80877D2C-9C5A-76E8-785D-A7AD7C6646EA> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x11ab65000 - 0x11ab66fff ATSHI.dylib ??? (???) <0635B1AA-8D2D-7D3B-DA01-6E7DFD39CC39> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x12159b000 - 0x1215bfff7 libPDFRIP.A.dylib 543.33.0 (compatibility 64.0.0) <FF9D6106-0623-FA3D-8CD7-8EA23604AA4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x122985000 - 0x1229abfe7 GLRendererFloat ??? (???) <684EBDC4-63B4-BC55-60EF-0F6A7D666551> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x12950a000 - 0x129697fe7 GLEngine ??? (???) <85971DA9-5140-A226-7898-21B2D6C6F7FE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x200000000 - 0x2003cefef com.apple.GeForce7xxxGLDriver 1.6.10 (6.1.0) <C8176C14-DC61-D3C8-998E-2F9AB5A55569> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xx xGLDriver
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80003000 - 0x7fff800b2fff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff800b3000 - 0x7fff800b7ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <27FF96BC-1F15-A52D-3339-4BFC49D6810E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff800b8000 - 0x7fff800d1fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff800ee000 - 0x7fff8010ffff libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
    0x7fff80110000 - 0x7fff80553fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff80554000 - 0x7fff80692fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff80693000 - 0x7fff80693ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff806ad000 - 0x7fff80793fe7 com.apple.DesktopServices 1.5.5 (1.5.5) <EFCBA7C3-A6CE-9550-FE19-73BB3D046549> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff807f8000 - 0x7fff80809ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <C1154E2E-B1CB-1FAD-77ED-B139BA1AB073> /usr/lib/libz.1.dylib
    0x7fff8080a000 - 0x7fff80845fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff80846000 - 0x7fff809b5ff7 com.apple.QTKit 7.6.6 (1729) <CEDDAEA5-82F9-FF5D-B9AF-C68ACC1E3225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff809b6000 - 0x7fff80a45fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff80a46000 - 0x7fff80a47ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff80a48000 - 0x7fff80a55fe7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <540820E4-75E3-B2A0-5EF2-222304250CD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff80a56000 - 0x7fff80bcbfef com.apple.CoreFoundation 6.6.1 (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff80bcc000 - 0x7fff80c0ffff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff80c10000 - 0x7fff8187ffe7 com.apple.WebCore 6533 (6533.16) <AC146886-9761-B048-45D3-07250E03F73C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff81880000 - 0x7fff81950fff com.apple.CFNetwork 454.9.4 (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff81951000 - 0x7fff81b0bfff com.apple.ImageIO.framework 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff81b47000 - 0x7fff81b4dfff libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <182C8BD9-E1C8-0970-AE82-E9E88F324A5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff81b4e000 - 0x7fff81bdafef SecurityFoundation 36840.0.0 (compatibility 1.0.0) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff81c3c000 - 0x7fff81cfcfe7 libFontParser.dylib ??? (???) <2C6B6ABB-7EF0-3CD8-97D2-9B4534D0056C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff81cfd000 - 0x7fff81ebcff7 libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    0x7fff81f44000 - 0x7fff8212efe7 com.apple.JavaScriptCore 6533 (6533.13) <4D8B7A37-BBDF-A789-4D9F-81F3721AA311> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8212f000 - 0x7fff821e4fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff821e5000 - 0x7fff821fbfef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff8224c000 - 0x7fff8254afef com.apple.HIToolbox 1.6.2 (???) <759E1C39-58EB-C434-3E33-416C04AFE6DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8254b000 - 0x7fff82584ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff82585000 - 0x7fff825ccfef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff826ef000 - 0x7fff82970fe7 com.apple.Foundation 6.6.2 (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff82971000 - 0x7fff82a2eff7 com.apple.CoreServices.OSServices 357 (357) <7CFA1963-B639-BE99-12F1-220DF214AB50> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff82a2f000 - 0x7fff82a64fef com.apple.framework.Apple80211 6.2 (620.15.1) <964022FD-ECFB-2399-18AD-68BF767601AD> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff82a6b000 - 0x7fff82a7cfff SyndicationUI ??? (???) <95A471EF-93CC-0B37-749A-57EF80527E83> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff82a7d000 - 0x7fff82abafff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff82abb000 - 0x7fff82d24ff7 com.apple.QuartzComposer 4.1 (156.13) <0A7E8CDB-77DB-F96F-9CA4-867E9D45EB69> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff82f19000 - 0x7fff82f2dff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff82f2e000 - 0x7fff82fadfff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <3F41C3CA-A217-024B-DEDD-69E3731B915D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff82fae000 - 0x7fff834b7fe7 com.apple.VideoToolbox 0.484.5 (484.5) <174EF984-21FE-071C-4AB4-DE345BF87791> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff83510000 - 0x7fff8355aff7 com.apple.Metadata 10.6.3 (507.8) <A850E5A6-69D8-EBC1-B005-43F72B58EA36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8355b000 - 0x7fff83c58037 com.apple.CoreGraphics 1.543.33 (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff83c60000 - 0x7fff83cc8fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff83d2e000 - 0x7fff83d2ffff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83d30000 - 0x7fff83d36ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff83d37000 - 0x7fff83e5cfef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83e5d000 - 0x7fff83e60ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff83e61000 - 0x7fff83eb6fef com.apple.framework.familycontrols 2.0.1 (2010) <E6E1C44A-6513-92DF-F71E-C157C485024C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff83f23000 - 0x7fff83f81ff7 com.apple.framework.IOKit 2.0 (???) <516EB9AF-4723-FC17-984B-918115E53459> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83f82000 - 0x7fff83f83fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff83f84000 - 0x7fff83fcdff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff83fce000 - 0x7fff8400ffef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff84010000 - 0x7fff84010ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8417b000 - 0x7fff841bfff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <788A9BF0-691B-FE10-7385-AF4A7A786478> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff841c0000 - 0x7fff841c1ff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff841c2000 - 0x7fff841c2ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff841c3000 - 0x7fff841c5fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff841da000 - 0x7fff8425cfff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff8425d000 - 0x7fff842f7fff com.apple.ApplicationServices.ATS 4.2 (???) <E31469D3-A97D-63BB-FB00-05ACB2CEC561> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8432e000 - 0x7fff84438ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff84439000 - 0x7fff84447ff7 libkxld.dylib ??? (???) <E685E658-C908-95B9-8D16-8153C1CE05D7> /usr/lib/system/libkxld.dylib
    0x7fff84448000 - 0x7fff844fefff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff844ff000 - 0x7fff84507fff com.apple.DisplayServicesFW 2.2.2 (251) <3E7C0CF8-117D-9C7F-577C-C199901DFF37> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff84552000 - 0x7fff84599ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8459a000 - 0x7fff8459cfff libRadiance.dylib ??? (???) <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff84675000 - 0x7fff8467afff libGFXShared.dylib ??? (???) <A2C80199-6076-3CBE-E418-E0AD0A3053DE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8467b000 - 0x7fff84794fef libGLProgrammability.dylib ??? (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff84795000 - 0x7fff847a9fff libGL.dylib ??? (???) <A85982AB-6395-DE2B-2023-F735093E663D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff847aa000 - 0x7fff847ebfff com.apple.SystemConfiguration 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff847ec000 - 0x7fff84802ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <38D0D705-FD15-38AE-A8B9-F9970508D1BD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff84a9f000 - 0x7fff84a9fff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff84aa0000 - 0x7fff84ad8ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <FAB9687F-0A86-A13F-7644-CE02E71140DB> /usr/lib/libssl.0.9.8.dylib
    0x7fff84ad9000 - 0x7fff84afcfff com.apple.opencl 12.1 (12.1) <AB00CB6B-5BBD-C819-007A-08C0B110AB93> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff84afd000 - 0x7fff84b04fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff84b07000 - 0x7fff84d49fe7 com.apple.AddressBook.framework 5.0.1 (868) <0623CCCC-6865-681A-0737-723A7B016EA1> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff84d4a000 - 0x7fff84d92ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff84d93000 - 0x7fff84d97ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff84d98000 - 0x7fff84de4fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff84de5000 - 0x7fff84e51fe7 com.apple.CorePDF 1.1 (1.1) <D47B2366-5D1B-147B-B1FA-C9FE36C4EFFF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff84e82000 - 0x7fff84e85fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff84e86000 - 0x7fff84f3bfe7 com.apple.ColorSync 4.6.3 (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff84f3c000 - 0x7fff8511ffef libType1Scaler.dylib ??? (???) <98F6C486-4DA0-0903-CDC6-67C85ED206B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x7fff85120000 - 0x7fff851c0fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff851c1000 - 0x7fff851c3fef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff851c4000 - 0x7fff851cfff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff851d0000 - 0x7fff85219fef libGLU.dylib ??? (???) <FEDE662B-46B2-26D8-3E57-84E4C15A4FB2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8521a000 - 0x7fff8521dff7 libCoreVMClient.dylib ??? (???) <9A0E75A9-7964-CAF9-DEB7-11A073530F64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8521e000 - 0x7fff8526dff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff8526e000 - 0x7fff85606fe7 com.apple.QuartzCore 1.6.1 (227.18) <ADB9E286-C5AB-3505-35D2-849E1F560A2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff85947000 - 0x7fff8598aff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <677BA546-F215-C5C8-9C65-305E43633FDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8598b000 - 0x7fff85997fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff85998000 - 0x7fff85ccbfef com.apple.CoreServices.CarbonCore 861.6 (861.6) <652B1704-460F-F0D1-B917-B08698E0EF7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff85cda000 - 0x7fff85e4afef com.apple.MediaToolbox 0.484.5 (484.5) <DA4772AD-9430-024F-39FF-8B9D4B52DCD2> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff85e4b000 - 0x7fff85e69fff libPng.dylib ??? (???) <D0512FBF-911C-A9EC-465D-48A411509D6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85e6a000 - 0x7fff85ee7fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85ee8000 - 0x7fff85efefff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff85eff000 - 0x7fff85f3cff7 libFontRegistry.dylib ??? (???) <12FDAEB9-01F7-5562-DBC6-7B2374CCAEA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff86002000 - 0x7fff8680cfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff86823000 - 0x7fff8689efff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8689f000 - 0x7fff868d0fef libTrueTypeScaler.dylib ??? (???) <C15B0761-5136-BD0C-20F7-C8F8A95AF367> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff868d1000 - 0x7fff868d6fff libGIF.dylib ??? (???) <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff868d7000 - 0x7fff868f7ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff868f8000 - 0x7fff8690afe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8690b000 - 0x7fff86988fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff86989000 - 0x7fff869f3fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff869f4000 - 0x7fff86a1fff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff86a20000 - 0x7fff86a50fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff86a51000 - 0x7fff86acffff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff86ad0000 - 0x7fff86b1ffef libTIFF.dylib ??? (???) <D6BED22B-A092-EC70-6E1D-0B52FA6FBBDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff86b45000 - 0x7fff86b76fff libGLImage.dylib ??? (???) <7E8A6ED2-B093-0714-F65A-64ECC41187C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff86b77000 - 0x7fff86ba6ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff86d49000 - 0x7fff86e60fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff86e7d000 - 0x7fff86f48fe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C85548CF-DED1-4672-0167-3F32A6DD0D55> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff86f49000 - 0x7fff8704dfff com.apple.PubSub 1.0.5 (65.19) <0C393707-6776-0365-6BFE-924CC8108F9B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff8704e000 - 0x7fff8709ffe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff870c3000 - 0x7fff870c3ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff870c4000 - 0x7fff870f9ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> /usr/lib/libcups.2.dylib
    0x7fff8714a000 - 0x7fff87177fff MetadataLib.dylib 3.0.2 (compatibility 2.2.1) <18B01670-16F8-37F4-4FEE-E922ABB052C7> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x7fff87178000 - 0x7fff87187fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff871dc000 - 0x7fff871dcff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff871dd000 - 0x7fff8721ffef com.apple.CoreMedia 0.484.5 (484.5) <FF8F87CB-7087-A46F-D633-6A93054BDBA2> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff87220000 - 0x7fff87246fe7 libJPEG.dylib ??? (???) <85902BC7-43AE-E202-0EEE-3C9996D00971> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87247000 - 0x7fff8726ffff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff87270000 - 0x7fff87270ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff87271000 - 0x7fff87296fe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff87297000 - 0x7fff874d2fef com.apple.imageKit 2.0.3 (1.0) <9F7CBDFB-EBDC-5B86-ED43-5195F4AE9D52> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff874d3000 - 0x7fff87ec8fe7 com.apple.AppKit 6.6.5 (1038.29) <AC1ED9CC-6149-36EE-AA57-15BA4F05EAAA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff87ee4000 - 0x7fff87ef5fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff87ef6000 - 0x7fff87efbff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff87efc000 - 0x7fff88272fe7 com.apple.RawCamera.bundle 3.0.2 (527) <E70071D3-CC39-4B14-2AA3-EAC42BC84AD4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff88273000 - 0x7fff883efff7 com.apple.WebKit 6533 (6533.16) <A72746E9-5958-07B2-406A-DBEB7D2A13C1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff883f0000 - 0x7fff883ffff7 com.apple.opengl 1.6.7 (1.6.7) <63D8F554-2488-4811-EEC7-672FCFAF731B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff88400000 - 0x7fff88400ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff88401000 - 0x7fff884dbff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff88500000 - 0x7fff88785fef com.apple.security 6.1.1 (37594) <ED08CC62-42E2-E97F-E807-C09EB1CF950D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff88786000 - 0x7fff887eefff com.apple.AppleVAFramework 4.8.11 (4.8.11) <14AE8878-A7A6-D024-3DD4-BBFB5E7FC008> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff887ef000 - 0x7fff8887ffff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8899a000 - 0x7fff889a0ff7 IOSurface ??? (???) <F998C45A-CCCF-2306-F37A-389EE0054CB3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff889a1000 - 0x7fff88ab0fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff88ab1000 - 0x7fff88b6afff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff88b6b000 - 0x7fff88b76ff7 com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff88b77000 - 0x7fff88b8cff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff88b8d000 - 0x7fff88b9cfff libxar.1.dylib ??? (???) <0E323815-A88A-E239-973F-2819CED2282E> /usr/lib/libxar.1.dylib
    0x7fff88b9d000 - 0x7fff88ba8fff com.apple.CrashReporterSupport 10.6.3 (250) <52F8B18D-7953-3EE7-4AE9-89F1121A5336> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff88ba9000 - 0x7fff88c0bfe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff88c7f000 - 0x7fff88c8afff com.apple.corelocation 12 (12) <66F18722-591C-42D4-2BC9-CCEB1D824816> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff88c8b000 - 0x7fff88cd0fff com.apple.CoreMediaIOServices 130.0 (1035) <6D6834F6-4DB5-03E9-3962-480BBEE176EB> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff88d20000 - 0x7fff88d3bff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff88d3c000 - 0x7fff88dc1fff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff88ebb000 - 0x7fff89079fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> /usr/lib/libicucore.A.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 4 GB, SMC 1.7f10
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB
    Memory Module: global_name
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: Parallels Shared Networking Adapter, Ethernet, en2
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
    PCI Card: NVIDIA GeForce 7300 GT, Display, Slot-1
    Serial ATA Device: ST3250824AS P, 232.89 GB
    Serial ATA Device: HDT722525DLA380, 232.89 GB
    Serial ATA Device: WDC WD3200AAKS-00SBA0, 298.09 GB
    Serial ATA Device: WDC WD6400AAKS-22A7B0, 596.17 GB
    Parallel ATA Device: SONY DVD RW DW-D150A
    Parallel ATA Device: TSSTcorp CDDVDW SH-S202J
    USB Device: Hub, 0x05ac (Apple Inc.), 0x911d, 0xfd500000
    USB Device: USB2.0 Hub Controller, 0x0409 (NEC Corporation), 0x0058, 0xfd510000
    USB Device: Dell 2330dn Laser Printer, 0x413c (Dell Inc.), 0x5231, 0xfd514000
    USB Device: Apple Cinema Display, 0x05ac (Apple Inc.), 0x921d, 0xfd530000
    USB Device: Hub, 0x0424 (SMSC), 0x2504, 0xfd300000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x5d200000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: iSight, Apple Computer, Inc., Up to 200 Mb/sec
    FireWire Device: unknown_device, Unknown

    HI,
    0x102680000 - 0x102680ff7 +ws.agile.1PasswordAddition 3.2.1 (30653) <5FB12B46-1430-DA90-3C9E-FDE4FA809FD1> /Users/mrm/Library/ScriptingAdditions/1Password Addition.osax/Contents/MacOS/1Password Addition0x118566000 - 0x11867bfff +ws.agile.1PasswordWebKit 3.2.1 (30653) <AD5278D8-E872-4306-0CB4-30776798A4D8> /Users/mrm/Library/Application
    updated 1Password
    Are you positive that lPassword is Safari 5 compatible? Might want to uninstall the software to see if Safari continues to crash.
    How to uninstall iPassword: http://static.agilewebsolutions.com/1password/userguide/how_touninstall.html
    Carolyn

  • Safari is frequently crashing

    As of today I am using Safari 6.2.2. Not sure what previous version was, maybe 6.1. I am using it on iMac desktop with Mtn Lion 10.8.5. For the last 2 or 3 weeks, Safari was crashing almost on a daily basis. I don't know what the update to 6.2.2 is intended to do. Perhaps it might fix the crash problem. I did see an update fly by re security, yesterday I think. Apple seems to have just installed it w/o any help from me.
    Yes, I noticed that there are thousands of questions related to Safari crashing, but none were anywhere my date range and/or Safari version and/or OS version, etc. If more information is needed to help me, please let me know. Thanks.
    Forgot to mention that the crashes occur while I am actively using Safari as opposed to trying to open it. At first it seemed to occur if I had several tabs open but then I found that this was not always the case.

    Ok. Here you go. I didn't see the UUID that you mentioned in your instructions. So it either wasn't there or we can attribute that to my poor eyesight. What I found interesting was at the beginning of the process where your instructions included 'Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any.' The only DATE that I could see was 12/30/14 and I knew that Safari hadn't crashed on 12/30. So I did a copy/paste of the last 2 lines. Once I did the paste, suddenly 12/31 appeared. Not necessarily asking for an explanation. Just saying. So . . . assuming I correctly followed your instructions, then here you go! Thanks much. And happy 2015.
    Regards,
    Dazed
    12/31/14 6:57:41.213 PM com.apple.launchd.peruser.501[143]: ([0x0-0x623623].com.apple.Safari[7703]) Exited with code: 1
    12/31/14 7:00:49.854 PM Safari[8753]: CGContextClipToRect: invalid context 0x0
    Process:         WebProcess [7706]
    Path:            /System/Library/StagedFrameworks/Safari/WebKit.framework/WebProcess.app/Content s/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8600 (8600.2.5)
    Build Info:      WebKit2-7600002005000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    User ID:         501
    Date/Time:       2014-12-31 18:57:41.221 -0600
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Single Web Process
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore             0x0000000104a5548e WebCore::SharedBuffer::createPurgeableBuffer() const + 14
    1   com.apple.WebCore             0x0000000104a29d0e WebCore::CachedResource::makePurgeable(bool) + 62
    2   com.apple.WebCore             0x000000010492a1df WebCore::ThreadTimers::sharedTimerFiredInternal() + 175
    3   com.apple.WebCore             0x000000010492a0f4 WebCore::timerFired(__CFRunLoopTimer*, void*) + 20
    4   com.apple.CoreFoundation       0x00007fff94671804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    5   com.apple.CoreFoundation       0x00007fff9467131d __CFRunLoopDoTimer + 557
    6   com.apple.CoreFoundation       0x00007fff94656ad9 __CFRunLoopRun + 1529
    7   com.apple.CoreFoundation       0x00007fff946560e2 CFRunLoopRunSpecific + 290
    8   com.apple.HIToolbox           0x00007fff914aceb4 RunCurrentEventLoopInMode + 209
    9   com.apple.HIToolbox           0x00007fff914acc52 ReceiveNextEventCommon + 356
    10  com.apple.HIToolbox           0x00007fff914acae3 BlockUntilNextEventMatchingListInMode + 62
    11  com.apple.AppKit               0x00007fff91b8b533 _DPSNextEvent + 685
    12  com.apple.AppKit               0x00007fff91b8adf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    13  com.apple.AppKit               0x00007fff91b821a3 -[NSApplication run] + 517
    14  com.apple.WebKit               0x0000000103b4d7d1 int WebKit::ChildProcessMain<WebKit::WebProcess, WebKit::WebContentProcessMainDelegate>(int, char**) + 387
    15  com.apple.WebProcess           0x00000001039bad4f 0x1039ba000 + 3407
    16  libdyld.dylib                 0x00007fff8fb557e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8fd12d16 kevent + 10
    1   libdispatch.dylib             0x00007fff8ee3bdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib             0x00007fff8ee3b9ee _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff931b17c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x000000010428f203 JSC::BlockAllocator::blockFreeingThreadMain() + 227
    4   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff931b17c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x000000010428fa4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x000000010428f8a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff931b17c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x000000010428fa4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x000000010428f8a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   libc++.1.dylib                 0x00007fff931b17c9 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   com.apple.JavaScriptCore       0x000000010428fa4b JSC::GCThread::waitForNextPhase() + 171
    4   com.apple.JavaScriptCore       0x000000010428f8a8 JSC::GCThread::gcThreadMain() + 88
    5   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    7   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 6:: WebCore: Scrolling
    0   libsystem_kernel.dylib         0x00007fff8fd10686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fd0fc42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff94651233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff94656916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff946560e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation       0x00007fff94664dd1 CFRunLoopRun + 97
    6   com.apple.WebCore             0x000000010499c464 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 7:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8fd10686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fd0fc42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff94651233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff94656916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff946560e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation           0x00007fff94097526 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation           0x00007fff940f5532 __NSThread__main__ + 1345
    7   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8fd12322 __select + 10
    1   com.apple.CoreFoundation       0x00007fff94695f46 __CFSocketManager + 1302
    2   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 9:: DFG Worklist Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore       0x000000010454e5ab JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
    3   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 10:: FTL Worklist Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore       0x000000010454e5ab JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
    3   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 11:: FTL Worklist Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore       0x000000010454e5ab JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
    3   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 12:: FTL Worklist Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8fd120fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff93c6bfb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore       0x000000010454e5ab JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235
    3   com.apple.JavaScriptCore       0x000000010428533f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 13:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib         0x00007fff8fd10686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fd0fc42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff94651233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff94656916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff946560e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation       0x00007fff94664dd1 CFRunLoopRun + 97
    6   com.apple.QTKit               0x00007fff8c9632e6 listenOnDelegatePort + 403
    7   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 14:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib         0x00007fff8fd10686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8fd0fc42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff94651233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff94656916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff946560e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation       0x00007fff94664dd1 CFRunLoopRun + 97
    6   com.apple.QTKit               0x00007fff8c963781 listenOnNotificationPort + 371
    7   libsystem_c.dylib             0x00007fff93c67772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff93c541a1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8fd126d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff93c69f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff93c69ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff93c54191 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff8fd126d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff93c69f1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff93c69ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff93c54191 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000001101  rbx: 0x000000011d795a00  rcx: 0x0000000106507970  rdx: 0x0000000000000014
      rdi: 0xa0016ee5091e6930  rsi: 0x0000000000000001  rbp: 0x00007fff5c244340  rsp: 0x00007fff5c244320
       r8: 0x00000001218c3a01   r9: 0x000000011b3fe250  r10: 0x0000000120314900  r11: 0x00000000e915ad0e
      r12: 0x00007fc822c20700  r13: 0x00007fc822c20710  r14: 0xa0016ee5091e6930  r15: 0x00007fc822c20600
      rip: 0x0000000104a5548e  rfl: 0x0000000000010202  cr2: 0x00000001063e8000
    Logical CPU: 3
    Binary Images:
           0x1039ba000 -        0x1039bafff  com.apple.WebProcess (8600 - 8600.2.5) <14D85824-6C7A-31E0-A0BC-8A08E2FAA2B2> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebProcess.app/Content s/MacOS/WebProcess
           0x1039c0000 -        0x1039c0fff  WebProcessShim.dylib (7600.2.5) <0E6BEDAE-D1FA-313A-B7FA-C5257107BF43> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebProcess.app/Content s/MacOS/WebProcessShim.dylib
           0x1039f5000 -        0x103d4cfff  com.apple.WebKit (8600 - 8600.2.5) <AA61A445-C134-376C-8D6D-3B16122BBA27> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x104021000 -        0x104188fff  com.apple.WebKitLegacy (8600 - 8600.2.5) <1B78D9C0-BC7B-373D-AAAD-03DAD6E01C87> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
           0x10427b000 -        0x1047a0ff7  com.apple.JavaScriptCore (8600 - 8600.2.1) <8E8B1C8D-E8F1-38E9-83FB-89F03A176BBC> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10490d000 -        0x1059fcfff  com.apple.WebCore (8600 - 8600.2.1) <B0606FBC-EE83-3D82-B2EE-7C1DA4FBCA3E> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x1064af000 -        0x1064b4fff  com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) <EA592C9E-AD15-3DD0-85BE-D47BBBE04286> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x107985000 -        0x107985fff  com.apple.WebKit2 (8600 - 8600.2.5) <4A4F62FA-E2BA-3597-A840-7FC867362C04> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x107ae0000 -        0x1080bfff7  com.apple.Safari.framework (8537 - 8537.85.11.5) <548F682A-8613-3378-993C-9C2B9AEB4EF4> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x108ac8000 -        0x108adeff7  com.apple.webcontentfilter.framework (3.1 - 5) <1C3967C0-93B5-3D98-AC74-393EEAEA5505> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x10b24d000 -        0x10b40bfff  GLEngine (8.10.1) <1BD4D913-CE6C-3389-B4E1-FC7352E4C23F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10b442000 -        0x10b5b2fff  libGLProgrammability.dylib (8.10.1) <3E488CEF-5751-3073-B8EE-0B4CA39CB6AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10b5ea000 -        0x10b8b3fe7  com.apple.AMDRadeonX3000GLDriver (1.8.19 - 1.0.8) <7C205F2A-F942-3D2D-A5D6-C5C8DADD81E4> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
           0x10b911000 -        0x10b916fff  com.apple.IOAccelerator (74.17 - 74.17) <A0D327B5-D996-3CE2-A6E3-BFFDD8032DA9> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x10b91e000 -        0x10b92afff  libGPUSupportMercury.dylib (8.10.1) <1DE2D7F9-C031-3BBF-BD5F-4E1208B6F296> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x10b98d000 -        0x10b98eff7  ATSHI.dylib (341.2) <8727FE94-7CED-3691-89E8-02BA300B4313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x10bf89000 -        0x10bfb4fff  GLRendererFloat (8.10.1) <055EC8E7-2D7E-370C-96AD-DBEEDB106927> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10bfbd000 -        0x10bfc6fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x119e7b000 -        0x119ea1fff  libPDFRIP.A.dylib (340) <460BE894-DA6F-3E4A-B77F-FDB158A64418> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x120ba4000 -        0x1215a8f27  libllvmForJSC.dylib (7600.2.1) <2D17EDC5-31DE-3104-934D-26DCBBA73854> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Libraries/libl lvmForJSC.dylib
           0x132930000 -        0x132ae4fff  libCMaps.A.dylib (340) <232359C7-0F68-35D8-921D-72BB17B0FEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
        0x7fff635ba000 -     0x7fff635ee94f  dyld (210.2.3) <8958FE97-5830-3928-BC38-23136E7D3783> /usr/lib/dyld
        0x7fff87ae1000 -     0x7fff87b30fff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87b31000 -     0x7fff87b4bfff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff87ef7000 -     0x7fff87f92fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff87fdf000 -     0x7fff88004ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8889e000 -     0x7fff8889efff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8889f000 -     0x7fff888a4fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff88903000 -     0x7fff8892efff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8892f000 -     0x7fff88958fff  libsandbox.1.dylib (220.3) <410BC7E1-24A4-3E5A-ACCF-2F444DC82814> /usr/lib/libsandbox.1.dylib
        0x7fff889e9000 -     0x7fff88a7dff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88a81000 -     0x7fff88aaffff  com.apple.CoreServicesInternal (154.4 - 154.4) <EE77C328-BCC7-3EBD-B3BC-E0E48537D4FF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff88e21000 -     0x7fff897b1a07  com.apple.CoreGraphics (1.600.0 - 340) <4E39B001-BD9B-3A60-A495-C7F908F52C44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff897c9000 -     0x7fff89804fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff89805000 -     0x7fff8985aff7  libTIFF.dylib (852) <0CA1662F-EB05-34DE-B9BA-0A03EC59B846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8985b000 -     0x7fff8985efff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff898c7000 -     0x7fff898defff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff898df000 -     0x7fff899a4ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff899a5000 -     0x7fff899a9fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff89c74000 -     0x7fff89d31ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff89d32000 -     0x7fff89d39ff7  libcopyfile.dylib (89.0.70) <30824A67-6743-3D99-8DC3-92578FA9D7CB> /usr/lib/system/libcopyfile.dylib
        0x7fff89d3a000 -     0x7fff89d9dfff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89d9e000 -     0x7fff89e07fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff89e08000 -     0x7fff89e12fff  libcsfde.dylib (296.18.2) <08092C5B-2171-3C1D-A98F-CF499A315DDC> /usr/lib/libcsfde.dylib
        0x7fff89e6e000 -     0x7fff89ebdff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff89ebe000 -     0x7fff89f2cff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff89f2d000 -     0x7fff89f77ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89f78000 -     0x7fff89fcefff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89fcf000 -     0x7fff8a263ff7  com.apple.RawCamera.bundle (5.07 - 760) <EA94F148-975D-32D7-8A20-B06017E5793B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8a264000 -     0x7fff8a363fff  libcrypto.0.9.8.dylib (52.1) <796E5F5E-36BF-3B1B-A519-C9A1682199C4> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a404000 -     0x7fff8a604fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff8a7f2000 -     0x7fff8a91cfff  com.apple.avfoundation (2.0 - 361.40.1) <82E0EE8C-6026-33AD-8947-B20D2ED7B2E1> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8a91d000 -     0x7fff8a952ff7  libTrueTypeScaler.dylib (84.7) <8CA3AC89-BB9F-3301-9C44-30790D33E002> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8a953000 -     0x7fff8aa6cfff  com.apple.ImageIO.framework (3.2.2 - 852) <1D023BCE-1FA2-3743-B449-7489BC0C5C43> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8aa6d000 -     0x7fff8aa6eff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8aafa000 -     0x7fff8ab05fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8ab06000 -     0x7fff8ab25ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8ab26000 -     0x7fff8ab4efff  libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8ab4f000 -     0x7fff8ab92ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8ab93000 -     0x7fff8afcffff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8afd0000 -     0x7fff8b013ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8b020000 -     0x7fff8b122fff  libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8b146000 -     0x7fff8b2f4fff  com.apple.QuartzCore (1.8 - 304.4) <84F0B40E-DF91-36F2-9F2E-3922234206A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8b5ed000 -     0x7fff8b5eefff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8b646000 -     0x7fff8b68afff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
        0x7fff8b69c000 -     0x7fff8b6a6fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8b6ae000 -     0x7fff8b6b8ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8b6b9000 -     0x7fff8b6b9fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8b6ba000 -     0x7fff8b711ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8b712000 -     0x7fff8b7ecfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8b7ed000 -     0x7fff8b7fbff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8b7fc000 -     0x7fff8b812fff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8b855000 -     0x7fff8b85efff  com.apple.CommerceCore (1.0 - 26.3) <870C7810-0D27-3AC5-95A0-3224BB4890C0> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8b85f000 -     0x7fff8bb03ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8bb04000 -     0x7fff8bba2ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8bbde000 -     0x7fff8bbfffff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8bc00000 -     0x7fff8bc08fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8c50f000 -     0x7fff8c52eff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8c52f000 -     0x7fff8c94cfff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8c94f000 -     0x7fff8cac0ff7  com.apple.QTKit (7.7.1 - 2599.48) <D5C5148C-C4FF-3C8E-8F7B-77F2226727F3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8cac1000 -     0x7fff8cbb6fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8cbb7000 -     0x7fff8cbbfff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8cbc0000 -     0x7fff8cbe2ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff8cc54000 -     0x7fff8cc62fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8cc63000 -     0x7fff8cc67fff  libCGXType.A.dylib (340) <119487A0-AB1C-320C-9FF2-A85BF943BA11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8cc68000 -     0x7fff8ccbfff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8ccc0000 -     0x7fff8ccc0ffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8cd44000 -     0x7fff8cd50ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <B1475487-1DB6-3BA6-B545-5BA751733298> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8cd51000 -     0x7fff8ce24ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <8CC25B07-D5C8-3BE0-A3AD-700252C2717A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8cf3f000 -     0x7fff8cf3ffff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8cf40000 -     0x7fff8cf71ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8cf72000 -     0x7fff8cf7ffff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8cf85000 -     0x7fff8cfc4ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8cfc5000 -     0x7fff8cfdafff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8cfdb000 -     0x7fff8cfe9ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
        0x7fff8cfea000 -     0x7fff8cfeefff  libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d04c000 -     0x7fff8d053fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8d054000 -     0x7fff8d289ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8d28a000 -     0x7fff8d295ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8d567000 -     0x7fff8d61aff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8d61b000 -     0x7fff8d73392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8d734000 -     0x7fff8d743ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8d766000 -     0x7fff8d766fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8d866000 -     0x7fff8d871ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8e832000 -     0x7fff8e881ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8e882000 -     0x7fff8e8aefff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8e8af000 -     0x7fff8eb80fff  com.apple.security (7.0 - 55719.16.5) <0EEE5DDE-77FB-374A-B1E0-6B19CB44E8EC> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8ebb0000 -     0x7fff8ed0efef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8ed0f000 -     0x7fff8ed0ffff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8ed10000 -     0x7fff8ed6cff7  com.apple.Symbolication (1.3 - 93) <84D69A46-BB0A-3DBE-ABC2-B767F61EC221> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8ed6d000 -     0x7fff8ed80ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8ee0f000 -     0x7fff8ee36ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8ee37000 -     0x7fff8ee4cff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8ee4d000 -     0x7fff8efe8fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8efe9000 -     0x7fff8efe9fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8efea000 -     0x7fff8f170fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8f183000 -     0x7fff8f183fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8f1d6000 -     0x7fff8f1d8fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8f20b000 -     0x7fff8f380fff  com.apple.CFNetwork (596.6.3 - 596.6.3) <883CE0E5-17B6-3227-B7B1-0CCC16D2739E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8f381000 -     0x7fff8f383ff7  com.apple.EFILogin (2.0 - 2) <6C1E7ED7-8FC7-308E-AD17-4C766E936519> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8f389000 -     0x7fff8f38dfff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8f38e000 -     0x7fff8f3c4fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8f3c5000 -     0x7fff8f3c9ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8f3ca000 -     0x7fff8f3f4ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8f3f5000 -     0x7fff8f3fcfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8f3fd000 -     0x7fff8f403ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8f409000 -     0x7fff8f455fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <3735FB49-30C0-3B11-BE25-2ACDD96041B5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8f456000 -     0x7fff8f457ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8f45a000 -     0x7fff8f460fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8f461000 -     0x7fff8f465fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8f4dd000 -     0x7fff8f53cfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8f53d000 -     0x7fff8f55fff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8f560000 -     0x7fff8f5a0ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8f92d000 -     0x7fff8fa39fff  libFontParser.dylib (84.7) <C3D1121B-B066-34C3-9D31-ADDF387C0B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8fa3a000 -     0x7fff8fa3dfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8fa3e000 -     0x7fff8fa43fff  com.apple.OpenDirectory (10.8 - 151.10) <51E52779-4F5A-36B5-9297-67138547DCA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8fa44000 -     0x7fff8fad4ff7  libCoreStorage.dylib (296.18.2) <2FFB6BCA-3033-3AC1-BCE4-ED102DCBECD5> /usr/lib/libCoreStorage.dylib
        0x7fff8fad5000 -     0x7fff8fae9fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8fb06000 -     0x7fff8fb52ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff8fb53000 -     0x7fff8fb56ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8fb57000 -     0x7fff8fb85ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8fb86000 -     0x7fff8fbc0ff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8fbc1000 -     0x7fff8fce1fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8fce2000 -     0x7fff8fcffff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8fd00000 -     0x7fff8fd1bff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8fd1c000 -     0x7fff8fd20fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8fd21000 -     0x7fff90118fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff90163000 -     0x7fff90163fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff90172000 -     0x7fff90174fff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff90175000 -     0x7fff90187ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff90188000 -     0x7fff901c1ff7  libssl.0.9.8.dylib (52.1) <F0B242C3-917A-37F2-BABD-F9F23310E68A> /usr/lib/libssl.0.9.8.dylib
        0x7fff901c2000 -     0x7fff901c5ff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff90412000 -     0x7fff90413fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff90414000 -     0x7fff90450fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff90603000 -     0x7fff90654ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff906b0000 -     0x7fff906c7fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff906c8000 -     0x7fff906cafff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff90971000 -     0x7fff9097cfff  libsystem_notify.dylib (98.6) <1E490CB2-9311-3B36-8372-37D3FB0FD818> /usr/lib/system/libsystem_notify.dylib
        0x7fff9097f000 -     0x7fff9098bfff  libCSync.A.dylib (340) <1ED9A6B9-D1FF-3745-A289-981ACE0C89D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff90995000 -     0x7fff909efff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff909f0000 -     0x7fff90a28fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff90a29000 -     0x7fff90a35fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90a36000 -     0x7fff90aa3ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff90aac000 -     0x7fff90ab0ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff90ab1000 -     0x7fff90baeff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff90baf000 -     0x7fff90c3cff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff90cd0000 -     0x7fff90cf7ff7  com.apple.PerformanceAnalysis (1.16 - 16) <96A89CD5-16E9-37CA-8740-22B5DB5A4679> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff90cf8000 -     0x7fff90daaff7  com.apple.LaunchServices (539.11 - 539.11) <A86F44E5-F285-3029-A5D1-00CD3C231A08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff90dab000 -     0x7fff90e2dff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff90e2e000 -     0x7fff90e4efff  libPng.dylib (852) <CCBFA9A9-33C0-3189-AFE0-A77E831EEBA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff90e4f000 -     0x7fff90eceff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff90ed4000 -     0x7fff90ee5ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff90ee6000 -     0x7fff90eecfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff90eed000 -     0x7fff91204ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff91205000 -     0x7fff91207ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff91208000 -     0x7fff9120afff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff9120b000 -     0x7fff9135dfff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9135e000 -     0x7fff913f8fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff913f9000 -     0x7fff913fafff  libquit.dylib (130.1) <6012FB61-1D85-311F-A557-690C7D4C2A66> /usr/lib/libquit.dylib
        0x7fff913fb000 -     0x7fff91448fff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff91449000 -     0x7fff9144cfff  libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff9144d000 -     0x7fff9177dfff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9177e000 -     0x7fff91a35ff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff91a36000 -     0x7fff92663fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff92664000 -     0x7fff926e4ff7  com.apple.ApplicationServices.ATS (341.2 - 341.2) <0EF1BB57-71AA-304D-A455-55CBE0A4983A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff926e5000 -     0x7fff9271bfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff9271c000 -     0x7fff92836fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff92c44000 -     0x7fff92c78fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff92c79000 -     0x7fff92ca0fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff931aa000 -     0x7fff93212ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff93213000 -     0x7fff93783ff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff93957000 -     0x7fff93957fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff939a8000 -     0x7fff939dafff  com.apple.framework.Admin (12.2 - 12.2) <C61706AD-6952-3B8D-B926-330506F45339> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff939dd000 -     0x7fff93a09ff7  libRIP.A.dylib (340) <F5269ACD-7A67-393C-8A57-862D28C5723F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff93a10000 -     0x7fff93a5bfff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff93a5c000 -     0x7fff93a73fff  com.apple.CFOpenDirectory (10.8 - 151.10) <D01120CC-16E0-372C-825B-B3AB510A8916> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff93acf000 -     0x7fff93ad4fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff93b14000 -     0x7fff93bbaff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <E91B0882-E75C-30E9-8DCD-7A0EEE4405CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff93bbb000 -     0x7fff93bbcff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff93bbe000 -     0x7fff93c06fff  libcurl.4.dylib (69.2.71) <F52E1881-A425-3AE9-8386-A434F10AE0A2> /usr/lib/libcurl.4.dylib
        0x7fff93c07000 -     0x7fff93c14fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff93c15000 -     0x7fff93c52fef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff93c53000 -     0x7fff93d1fff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
        0x7fff93d20000 -     0x7fff93e11ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff93e12000 -     0x7fff93e14ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff93e15000 -     0x7fff93e71fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff93e72000 -     0x7fff93e7fff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff93e80000 -     0x7fff93e8ffff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff93e91000 -     0x7fff93ea7fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff93ea8000 -     0x7fff93eb6fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff93eb7000 -     0x7fff93ecaff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff93ee8000 -     0x7fff93fe5fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff93fe6000 -     0x7fff93fe8fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff9402c000 -     0x7fff9402dfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff9403d000 -     0x7fff9405eff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff9405f000 -     0x7fff943befff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff943bf000 -     0x7fff943c0fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff943c1000 -     0x7fff94442fff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff94443000 -     0x7fff944abfff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff944ac000 -     0x7fff9457eff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff945c6000 -     0x7fff94620fff  com.apple.p

  • Help my Safari keeps on crashing ever scenes the latest update

    My safari never crashed not until the latest update :(

    Hi,
    If Safari has just crashed, press the Report button on the CrashReporter dialog box to view the crash  information.
    Now copy/paste the entire contents of the Crash Reporter window into your reply here. If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.
    Post a crash report so we can try and help.
    Carolyn

  • System crashes when i use any input field after installing Maverick

    Hello all.
    I have a 2010 macbook air, and have just installed Maverick OS.
    Now every time i go to any input field to type in a web address or apple id, the system crashes
    and re-boots. Tried to alter keyboard properties nothing works.
    I presume i will have to do a factory re-set, because i can not load any updates because I am asked
    for apple ID, which i cant enter because computer crashes... Oh right i mentioned that already ;)
    Help advice welcome!
    Rgds from frustrated in Sweden!!!!

    There was an issue similar to this that was resolved with DAQmx 9.3 update. If you haven't done so already, update the driver to 9.3 and try again. If not, try opening an example (like, say, Hardware I/O->DAQmx->Analog Meas->Voltage->Cont Acq&Graph Voltage-Int Clk-Analog Start.vi), and try running that standard example. If the example works and you still have difficulty with your application, could you post information about your project and what navigational steps you take to make the error occur? Try also opening the VI inside and outside of a project (this would diagnose a symptom of the issue resolved by DAQmx 9.3).
    - Regards,
    Beutlich

  • I have an iMac running OS 10.4.11. How can I check to see if I have the Flashback Trojan (and remove it, if I have it)? IMy Safari is also crashing frequently. Any suggestions?

    I have an iMac running OS 10.4.11. How can I check to see if I have the Flashback Trojan (and remove it, if I have it)? IMy Safari is also crashing frequently. Any suggestions?

    Hi Barry, is this an Intel iMac, or a PPC iMac?
    Disable Java in your Browser settings, not JavaScript.
    http://support.apple.com/kb/HT5241?viewlocale=en_US
    http://support.google.com/chrome/bin/answer.py?hl=en-GB&answer=142064
    http://support.mozilla.org/en-US/kb/How%20to%20turn%20off%20Java%20applets
    Flashback - Detect and remove the uprising Mac OS X Trojan...
    http://www.mac-and-i.net/2012/04/flashback-detect-and-remove-uprising.html
    In order to avoid detection, the installer will first look for the presence of some antivirus tools and other utilities that might be present on a power user's system, which according to F-Secure include the following:
    /Library/Little Snitch
    /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
    /Applications/VirusBarrier X6.app
    /Applications/iAntiVirus/iAntiVirus.app
    /Applications/avast!.app
    /Applications/ClamXav.app
    /Applications/HTTPScoop.app
    /Applications/Packet Peeper.app
    If these tools are found, then the malware deletes itself in an attempt to prevent detection by those who have the means and capability to do so. Many malware programs use this behavior, as was seen in others such as the Tsunami malware bot.
    http://reviews.cnet.com/8301-13727_7-57410096-263/how-to-remove-the-flashback-ma lware-from-os-x/
    http://x704.net/bbs/viewtopic.php?f=8&t=5844&p=70660#p70660
    The most current flashback removal instructions are F-Secure's Trojan-Downloader:OSX/Flashback.K.
    https://www.securelist.com/en/blog/208193454/Flashfake_Removal_Tool_and_online_c hecking_site
    More bad news...
    https://www.securelist.com/en/blog/208193467/SabPub_Mac_OS_X_Backdoor_Java_Explo its_Targeted_Attacks_and_Possible_APT_link
    Removal for 10.5...
    http://support.apple.com/kb/DL1534

  • Safari kept on crashing in 10.8.4

    Guys this is a very strange case. Truely bizarre. I am attaching the bug report. Essentially Safari kept on crashing in 10.8.4, it must have crashed atleast 10 times. Even after reboot and shutdown. Then all of a sudden it stopped? Just like that everything back to normal. I would like the help of the community to give me an idea as to what was going on and why did it stop. Thanks in advance to all the replies.
    Process:         WebProcess [303]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.30.1)
    Build Info:      WebKit2-7536030001000000~9
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    User ID:         501
    Date/Time:       2013-09-13 16:34:41.376 +0100
    OS Version:      Mac OS X 10.8.5 (12F37)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010224e000-000000010224f000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                 0x00007fff93517a19 WebCore::Length::incrementCalculatedRef() const + 25
    1   com.apple.WebCore                 0x00007fff9316b186 bool compareEqual<WebCore::Length, WebCore::Length>(WebCore::Length const&, WebCore::Length const&) + 70
    2   com.apple.WebCore                 0x00007fff92c3f151 WebCore::RenderStyle::setWidth(WebCore::Length) + 33
    3   com.apple.WebCore                 0x00007fff92cf142b WebCore::PropertyWrapper<WebCore::Length>::blend(WebCore::AnimationBase const*, WebCore::RenderStyle*, WebCore::RenderStyle const*, WebCore::RenderStyle const*, double) const + 155
    4   com.apple.WebCore                 0x00007fff93777b2b WebCore::CSSPropertyAnimation::blendProperties(WebCore::AnimationBase const*, WebCore::CSSPropertyID, WebCore::RenderStyle*, WebCore::RenderStyle const*, WebCore::RenderStyle const*, double) + 123
    5   com.apple.WebCore                 0x00007fff92cf2079 WebCore::ImplicitAnimation::animate(WebCore::CompositeAnimation*, WebCore::RenderObject*, WebCore::RenderStyle const*, WebCore::RenderStyle*, ***::RefPtr<WebCore::RenderStyle>&) + 233
    6   com.apple.WebCore                 0x00007fff92ceafe0 WebCore::CompositeAnimation::animate(WebCore::RenderObject*, WebCore::RenderStyle*, WebCore::RenderStyle*) + 208
    7   com.apple.WebCore                 0x00007fff92bba7df WebCore::AnimationController::updateAnimations(WebCore::RenderObject*, WebCore::RenderStyle*) + 239
    8   com.apple.WebCore                 0x00007fff92bba6d0 WebCore::RenderObject::setAnimatableStyle(***::PassRefPtr<WebCore::RenderStyle> ) + 144
    9   com.apple.WebCore                 0x00007fff92bc7d16 WebCore::Node::setRenderStyle(***::PassRefPtr<WebCore::RenderStyle>) + 38
    10  com.apple.WebCore                 0x00007fff92bc7606 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 854
    11  com.apple.WebCore                 0x00007fff92bc79a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    12  com.apple.WebCore                 0x00007fff92bc79a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    13  com.apple.WebCore                 0x00007fff92bc79a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    14  com.apple.WebCore                 0x00007fff92bc79a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    15  com.apple.WebCore                 0x00007fff92b9705f WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 559
    16  com.apple.WebCore                 0x00007fff9316233d WebCore::Document::styleResolverChanged(WebCore::StyleResolverUpdateFlag) + 221
    17  com.apple.WebCore                 0x00007fff9316366d WebCore::Document::didRemoveAllPendingStylesheet() + 29
    18  com.apple.WebCore                 0x00007fff92c8c4a2 WebCore::StyleElement::sheetLoaded(WebCore::Document*) + 50
    19  com.apple.WebCore                 0x00007fff92c8c461 WebCore::HTMLStyleElement::sheetLoaded() + 17
    20  com.apple.WebCore                 0x00007fff9314e62b WebCore::StyleSheetInternal::checkLoaded() + 203
    21  com.apple.WebCore                 0x00007fff92c8c42f WebCore::StyleElement::createSheet(WebCore::Element*, int, ***::String const&) + 927
    22  com.apple.WebCore                 0x00007fff92c8c01a WebCore::StyleElement::process(WebCore::Element*) + 522
    23  com.apple.WebCore                 0x00007fff932e58af WebCore::HTMLStyleElement::insertedInto(WebCore::Node*) + 47
    24  com.apple.WebCore                 0x00007fff930f3da7 WebCore::ChildNodeInsertionNotifier::notifyNodeInsertedIntoDocument(WebCore::No de*) + 39
    25  com.apple.WebCore                 0x00007fff930f3494 WebCore::ChildNodeInsertionNotifier::notify(WebCore::Node*) + 116
    26  com.apple.WebCore                 0x00007fff930f2be9 WebCore::updateTreeAfterInsertion(WebCore::ContainerNode*, WebCore::Node*, bool) + 185
    27  com.apple.WebCore                 0x00007fff92cfdbde WebCore::ContainerNode::insertBefore(***::PassRefPtr<WebCore::Node>, WebCore::Node*, int&, bool) + 494
    28  com.apple.WebCore                 0x00007fff92cfd9b1 WebCore::Node::insertBefore(***::PassRefPtr<WebCore::Node>, WebCore::Node*, int&, bool) + 49
    29  com.apple.WebCore                 0x00007fff92cfd91d WebCore::JSNode::insertBefore(JSC::ExecState*) + 109
    30  com.apple.WebCore                 0x00007fff92cfd8a3 WebCore::jsNodePrototypeFunctionInsertBefore(JSC::ExecState*) + 83
    31  ???                               0x0000219920c01265 0 + 36941563171429
    32  com.apple.JavaScriptCore          0x00007fff96708d70 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 912
    33  com.apple.JavaScriptCore          0x00007fff967089d4 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 52
    34  com.apple.WebCore                 0x00007fff92c1de72 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 898
    35  com.apple.WebCore                 0x00007fff92c1d98c WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 220
    36  com.apple.WebCore                 0x00007fff92be917d WebCore::EventTarget::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 141
    37  com.apple.WebCore                 0x00007fff937697d6 WebCore::XMLHttpRequestProgressEventThrottle::dispatchEvent(***::PassRefPtr<Web Core::Event>) + 342
    38  com.apple.WebCore                 0x00007fff93769848 WebCore::XMLHttpRequestProgressEventThrottle::dispatchReadyStateChangeEvent(*** ::PassRefPtr<WebCore::Event>, WebCore::ProgressEventAction) + 56
    39  com.apple.WebCore                 0x00007fff92dae440 WebCore::XMLHttpRequest::callReadyStateChangeListener() + 352
    40  com.apple.WebCore                 0x00007fff92db1c96 WebCore::XMLHttpRequest::didFinishLoading(unsigned long, double) + 358
    41  com.apple.WebCore                 0x00007fff93171eb7 WebCore::DocumentThreadableLoader::notifyFinished(WebCore::CachedResource*) + 423
    42  com.apple.WebCore                 0x00007fff92c3e56d WebCore::CachedResource::checkNotify() + 93
    43  com.apple.WebCore                 0x00007fff930dbee0 WebCore::CachedRawResource::data(***::PassRefPtr<WebCore::SharedBuffer>, bool) + 448
    44  com.apple.WebCore                 0x00007fff92c3bcbf WebCore::SubresourceLoader::didFinishLoading(double) + 143
    45  com.apple.Foundation              0x00007fff960f8d88 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 + 28
    46  com.apple.Foundation              0x00007fff960f8ccc -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 227
    47  com.apple.Foundation              0x00007fff960f8bc8 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 63
    48  com.apple.CFNetwork               0x00007fff8da6bd48 ___delegate_cacheTrifecta_block_invoke_0 + 307
    49  com.apple.CFNetwork               0x00007fff8daee60a ___withDelegateAsync_block_invoke_0 + 90
    50  com.apple.CFNetwork               0x00007fff8db7efea __block_global_1 + 28
    51  com.apple.CoreFoundation          0x00007fff928ae154 CFArrayApplyFunction + 68
    52  com.apple.CFNetwork               0x00007fff8dadf374 RunloopBlockContext::perform() + 124
    53  com.apple.CFNetwork               0x00007fff8dadf24b MultiplexerSource::perform() + 221
    54  com.apple.CoreFoundation          0x00007fff9288fb31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    55  com.apple.CoreFoundation          0x00007fff9288f455 __CFRunLoopDoSources0 + 245
    56  com.apple.CoreFoundation          0x00007fff928b27f5 __CFRunLoopRun + 789
    57  com.apple.CoreFoundation          0x00007fff928b20e2 CFRunLoopRunSpecific + 290
    58  com.apple.HIToolbox               0x00007fff91e1feb4 RunCurrentEventLoopInMode + 209
    59  com.apple.HIToolbox               0x00007fff91e1fc52 ReceiveNextEventCommon + 356
    60  com.apple.HIToolbox               0x00007fff91e1fae3 BlockUntilNextEventMatchingListInMode + 62
    61  com.apple.AppKit                  0x00007fff981fc533 _DPSNextEvent + 685
    62  com.apple.AppKit                  0x00007fff981fbdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    63  com.apple.AppKit                  0x00007fff981f31a3 -[NSApplication run] + 517
    64  com.apple.WebCore                 0x00007fff935f94ff WebCore::RunLoop::run() + 63
    65  com.apple.WebKit2                 0x00007fff94644462 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    66  com.apple.WebKit2                 0x00007fff9460abfd WebKitMain + 285
    67  com.apple.WebProcess              0x000000010224ee7b 0x10224e000 + 3707
    68  libdyld.dylib                     0x00007fff99a497e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib            0x00007fff96effd16 kevent + 10
    1   libdispatch.dylib                 0x00007fff99d9cdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                 0x00007fff99d9c9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib            0x00007fff96efd686 mach_msg_trap + 10
    1   libsystem_kernel.dylib            0x00007fff96efcc42 mach_msg + 70
    2   com.apple.CoreFoundation          0x00007fff928ad233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation          0x00007fff928b2916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation          0x00007fff928b20e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation              0x00007fff96113546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation              0x00007fff96171562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    8   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib            0x00007fff96eff0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                 0x00007fff97243fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore          0x00007fff966f2b66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore          0x00007fff96915bfa JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore          0x00007fff9692b25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    6   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib            0x00007fff96eff0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                 0x00007fff97243fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore          0x00007fff968789d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore          0x00007fff968788b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore          0x00007fff9692b25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    6   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib            0x00007fff96eff0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                 0x00007fff97243fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore          0x00007fff968789d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore          0x00007fff968788b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore          0x00007fff9692b25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    6   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib            0x00007fff96eff0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                 0x00007fff97243fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore          0x00007fff968789d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore          0x00007fff968788b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore          0x00007fff9692b25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    6   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 10:: WebCore: Scrolling
    0   libsystem_kernel.dylib            0x00007fff96efd686 mach_msg_trap + 10
    1   libsystem_kernel.dylib            0x00007fff96efcc42 mach_msg + 70
    2   com.apple.CoreFoundation          0x00007fff928ad233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation          0x00007fff928b2916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation          0x00007fff928b20e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation          0x00007fff928c0dd1 CFRunLoopRun + 97
    6   com.apple.WebCore                 0x00007fff9360e5e1 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore          0x00007fff9692b25f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    9   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 13:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib            0x00007fff96eff322 __select + 10
    1   com.apple.CoreFoundation          0x00007fff928f1f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    3   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 15:: WebCore: LocalStorage
    0   libsystem_kernel.dylib            0x00007fff96eff0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                 0x00007fff97243fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore          0x00007fff966f2b2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                 0x00007fff93633d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                 0x00007fff92b8412a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore          0x00007fff9692b25f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    7   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 16:: WebCore: LocalStorage
    0   libsystem_kernel.dylib            0x00007fff96eff0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                 0x00007fff97243fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore          0x00007fff966f2b2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                 0x00007fff93633d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                 0x00007fff92b8412a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore          0x00007fff9692b25f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    7   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 17:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib            0x00007fff96efd686 mach_msg_trap + 10
    1   libsystem_kernel.dylib            0x00007fff96efcc42 mach_msg + 70
    2   com.apple.CoreFoundation          0x00007fff928ad233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation          0x00007fff928b2916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation          0x00007fff928b20e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation          0x00007fff928c0dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                   0x00007fff8eb872e6 listenOnDelegatePort + 403
    7   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    8   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 18:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib            0x00007fff96efd686 mach_msg_trap + 10
    1   libsystem_kernel.dylib            0x00007fff96efcc42 mach_msg + 70
    2   com.apple.CoreFoundation          0x00007fff928ad233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation          0x00007fff928b2916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation          0x00007fff928b20e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation          0x00007fff928c0dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                   0x00007fff8eb87781 listenOnNotificationPort + 371
    7   libsystem_c.dylib                 0x00007fff9723f772 _pthread_start + 327
    8   libsystem_c.dylib                 0x00007fff9722c1a1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib            0x00007fff96eff6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                 0x00007fff97241f1c _pthread_workq_return + 25
    2   libsystem_c.dylib                 0x00007fff97241ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                 0x00007fff9722c191 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff5d9aed60  rbx: 0x0000000000000000  rcx: 0x0000000000000090  rdx: 0x0000000000000000
      rdi: 0x00007fff5d9aed30  rsi: 0x0000000000000009  rbp: 0x00007fff5d9aed70  rsp: 0x00007fff5d9aed60
       r8: 0x000000000000003f   r9: 0x000000010b912400  r10: 0x0000000000000000  r11: 0x000000009a069593
      r12: 0x00007fff5d9aedf0  r13: 0x00007fff92c3f130  r14: 0x000000010d2924cc  r15: 0x000000010748d2a0
      rip: 0x00007fff93517a19  rfl: 0x0000000000010202  cr2: 0x0000000000000000
    Logical CPU: 0
    Binary Images:
           0x10224e000 -        0x10224efff  com.apple.WebProcess (8536 - 8536.30.1) <F967F09F-969C-3788-9376-7B4067F402B4> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x102258000 -        0x102258fff  WebProcessShim.dylib (7536.30.1) <15AC7990-1B63-3AD9-905F-7331C901A578> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x104bde000 -        0x104bf4fff  com.apple.WebInspector (8536 - 8536.30) <7DD903D1-505E-34D3-835A-15BE44CC49B6> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x108054000 -        0x10806aff7  com.apple.webcontentfilter.framework (3.1 - 5) <B9C18026-4D06-3C13-8842-15C190E214E5> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x108759000 -        0x108917fff  GLEngine (8.10.1) <1BD4D913-CE6C-3389-B4E1-FC7352E4C23F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10894e000 -        0x108abefff  libGLProgrammability.dylib (8.10.1) <3E488CEF-5751-3073-B8EE-0B4CA39CB6AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x108af6000 -        0x108f7eff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.16.74 - 8.1.6) <A7A9E774-2CB7-3A51-9C65-0F39F0F6D1F3> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
           0x1090f2000 -        0x1090f7fff  com.apple.IOAccelerator (74.15 - 74.15) <D8C40179-4A29-3401-9B35-6E61EA278D41> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x1090ff000 -        0x10910bfff  libGPUSupportMercury.dylib (8.10.1) <1DE2D7F9-C031-3BBF-BD5F-4E1208B6F296> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x109512000 -        0x10953dfff  GLRendererFloat (8.10.1) <055EC8E7-2D7E-370C-96AD-DBEEDB106927> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x109546000 -        0x10954ffe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff61e4e000 -     0x7fff61e8293f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff8d718000 -     0x7fff8d823fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d8c4000 -     0x7fff8d9c2fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8d9d1000 -     0x7fff8da61ff7  libCoreStorage.dylib (296.18.2) <2FFB6BCA-3033-3AC1-BCE4-ED102DCBECD5> /usr/lib/libCoreStorage.dylib
        0x7fff8da62000 -     0x7fff8dbd7ff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8dbd8000 -     0x7fff8dbd8fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8dc30000 -     0x7fff8dc5eff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8dc5f000 -     0x7fff8e09bfff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8e09c000 -     0x7fff8e0bbff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8e10d000 -     0x7fff8e10dfff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8e10e000 -     0x7fff8e1a9fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e1aa000 -     0x7fff8e1b4fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8e674000 -     0x7fff8e725fff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8e726000 -     0x7fff8eb43fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8eb44000 -     0x7fff8eb44ffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8eb47000 -     0x7fff8eb52fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8eb53000 -     0x7fff8eb72ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8eb73000 -     0x7fff8ece4ff7  com.apple.QTKit (7.7.1 - 2599.41) <A645347D-3EEC-34A7-8051-A57AC60151EF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ed8d000 -     0x7fff8ed98ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8ed99000 -     0x7fff8edeffff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8ee34000 -     0x7fff8ee36ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8ee3c000 -     0x7fff8ee3efff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8ee3f000 -     0x7fff8ee42ff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8ee43000 -     0x7fff8ee79fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8ee7a000 -     0x7fff8ee7ffff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8ee8a000 -     0x7fff8ee8afff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8ee8b000 -     0x7fff8f039fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8f03a000 -     0x7fff8f10cff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8f10d000 -     0x7fff8f10eff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8f10f000 -     0x7fff8f130fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8f132000 -     0x7fff8f135fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8f136000 -     0x7fff8f143fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8f144000 -     0x7fff8f146fff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8f1a5000 -     0x7fff8f208fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8f334000 -     0x7fff8f351ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8f352000 -     0x7fff8f353fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8fc0a000 -     0x7fff8fc0cff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8fc0d000 -     0x7fff8fd93fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8fd94000 -     0x7fff8fd9cff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8fd9d000 -     0x7fff8fde0ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8fde1000 -     0x7fff8fed6fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8fed7000 -     0x7fff8fee2ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8fee3000 -     0x7fff90187ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff90188000 -     0x7fff901b1fff  libsandbox.1.dylib (220.3) <2C26165F-C3D5-3458-8D3E-EE748A3DA19A> /usr/lib/libsandbox.1.dylib
        0x7fff901b2000 -     0x7fff9020cfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff902f4000 -     0x7fff90302fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff90303000 -     0x7fff9032dff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff9032e000 -     0x7fff90835ff7  com.apple.Safari.framework (8536 - 8536.30.1) <5C62034A-BAA0-32BB-84C2-2559389B72C4> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff90836000 -     0x7fff90864fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff90865000 -     0x7fff90887ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff90888000 -     0x7fff908c3fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff90a26000 -     0x7fff90a2afff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff90a2b000 -     0x7fff90a7afff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff90a7b000 -     0x7fff90a8afff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff90c4e000 -     0x7fff90c80fff  com.apple.framework.Admin (12.2 - 12.2) <C61706AD-6952-3B8D-B926-330506F45339> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff90c81000 -     0x7fff90c82ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff90d3d000 -     0x7fff90d3dfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff90d3e000 -     0x7fff912aeff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff912af000 -     0x7fff913acfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff913ad000 -     0x7fff913eafef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff913eb000 -     0x7fff9142ffff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
        0x7fff91430000 -     0x7fff91701ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff91702000 -     0x7fff91729ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E8DA9FDB-3A58-3934-A7C9-2728B683D741> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff9173b000 -     0x7fff9176cff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff91785000 -     0x7fff9178cfff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff9178d000 -     0x7fff9178eff7  libSystem.B.dylib (169.3) <5ED23C27-47AF-3C93-984A-172751CF745A> /usr/lib/libSystem.B.dylib
        0x7fff917aa000 -     0x7fff91801ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff91802000 -     0x7fff9185cff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff9185d000 -     0x7fff91884fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff91885000 -     0x7fff91888fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff91889000 -     0x7fff918d8ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff918d9000 -     0x7fff91996ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff91997000 -     0x7fff91a6aff7  com.apple.DiscRecording (7.0 - 7000.2.4) <6DCA9535-E276-3D77-BEB3-296B537AA6BB> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff91a6b000 -     0x7fff91a6ffff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff91b3d000 -     0x7fff91b53fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff91b54000 -     0x7fff91b58fff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff91ba1000 -     0x7fff91ba7ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff91ba8000 -     0x7fff91c5bff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff91c5c000 -     0x7fff91c60ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff91c61000 -     0x7fff91dbffef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff91dc0000 -     0x7fff920f0fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9220b000 -     0x7fff9220dff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff9220e000 -     0x7fff923a9fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff923d3000 -     0x7fff92467ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff92468000 -     0x7fff9249efff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff9249f000 -     0x7fff924bffff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff924c0000 -     0x7fff92511ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff92582000 -     0x7fff9265cfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff9265d000 -     0x7fff9266fff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff92670000 -     0x7fff9267dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9267e000 -     0x7fff9267efff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff926d1000 -     0x7fff926fcfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff926fd000 -     0x7fff9271eff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff9271f000 -     0x7fff92720fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff92721000 -     0x7fff92721fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff92724000 -     0x7fff9273bfff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9273c000 -     0x7fff92740ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff92741000 -     0x7fff9274dff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff9274e000 -     0x7fff927e8fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff92824000 -     0x7fff92870fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <BCFA14A9-728C-371A-936E-2EDF2EC2F40F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff92871000 -     0x7fff92879fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff9287b000 -     0x7fff9287cfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff9287d000 -     0x7fff92a67ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92a68000 -     0x7fff92a69fff  libquit.dylib (130.1) <6012FB61-1D85-311F-A557-690C7D4C2A66> /usr/lib/libquit.dylib
        0x7fff92b23000 -     0x7fff92b23fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92b24000 -     0x7fff92b64ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff92b65000 -     0x7fff93b24ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff93b32000 -     0x7fff93b41ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff93b42000 -     0x7fff93b8cff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff93b8d000 -     0x7fff93b93fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff93b94000 -     0x7fff93babfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff93bac000 -     0x7fff93e07ff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff93e36000 -     0x7fff940b7fff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff940b8000 -     0x7fff940bcfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff940bd000 -     0x7fff94114ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff94175000 -     0x7fff941affff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff941b0000 -     0x7fff94302fff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff94303000 -     0x7fff94303fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff94304000 -     0x7fff9432bff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff9432c000 -     0x7fff94394fff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff94395000 -     0x7fff943d8ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff943de000 -     0x7fff94429fff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff9442a000 -     0x7fff94466fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff94467000 -     0x7fff944c6fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff944c7000 -     0x7fff944d0ff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff94507000 -     0x7fff9453ffff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff94540000 -     0x7fff9472cff7  com.apple.WebKit2 (8536 - 8536.30.1) <5A3C2412-FF47-3160-9634-32222C98D887> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff9472d000 -     0x7fff94789fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff947a6000 -     0x7fff947b1ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff947b2000 -     0x7fff94ba9fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff94baa000 -     0x7fff94bd6ff7  libRIP.A.dylib (333.1) <CC2A33EB-409C-3C4D-97D4-41F4A080F874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff94bd7000 -     0x7fff94beefff  com.apple.CFOpenDirectory (10.8 - 151.10) <F7AD9844-559A-366E-8192-BB4FCF9EE7A3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff94bfc000 -     0x7fff9558c627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9558d000 -     0x7fff95599fff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff955dd000 -     0x7fff955ebff7  libkxld.dylib (2050.48.11) <6D1610C7-79F8-38A5-BFB2-F58F134BC8EA> /usr/lib/system/libkxld.dylib
        0x7fff955f5000 -     0x7fff955fcfff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff955fd000 -     0x7fff95637ff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff95638000 -     0x7fff958e7fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff958e8000 -     0x7fff958ebfff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff9594e000 -     0x7fff95958fff  libcsfde.dylib (296.18.2) <08092C5B-2171-3C1D-A98F-CF499A315DDC> /usr/lib/libcsfde.dylib
        0x7fff959e9000 -     0x7fff959faff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff959fb000 -     0x7fff95a23fff  libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff95a24000 -     0x7fff95d3bff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff95d6e000 -     0x7fff95d75fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff95dbe000 -     0x7fff95dc2fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff95dc3000 -     0x7fff95e1fff7  com.apple.Symbolication (1.3 - 93) <C0FEE99C-6AD9-35D7-9B41-574F25F843B9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff95e20000 -     0x7fff95e22fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff95e24000 -     0x7fff95f15ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff95f25000 -     0x7fff96027fff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff96028000 -     0x7fff9603bff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff9603c000 -     0x7fff960daff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff960db000 -     0x7fff9643afff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9643b000 -     0x7fff965c6fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff965c7000 -     0x7fff966e7fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff966e8000 -     0x7fff966ebfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff966ec000 -     0x7fff96987ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff96988000 -     0x7fff96a0aff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff96a55000 -     0x7fff96b6ffff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff96b70000 -     0x7fff96bfdff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff96c59000 -     0x7fff96e8eff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff96e8f000 -     0x7fff96e96fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff96e97000 -     0x7fff96eecff7  libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff96eed000 -     0x7fff96f08ff7  libsystem_kernel.dylib (2050.48.11) <3323E9AD-2317-3C7A-AB7F-1C81F5E148B7> /usr/lib/system/libsystem_kernel.dylib
        0x7fff96f09000 -     0x7fff96f89ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff96f8a000 -     0x7fff96f8cfff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff96f90000 -     0x7fff96f9dfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff96f9e000 -     0x7fff96f9fff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff97084000 -     0x7fff970e0fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff97128000 -     0x7fff9722afff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff9722b000 -     0x7fff972f7ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
        0x7fff972f8000 -     0x7fff9741092f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff97bf7000 -     0x7fff97bf7fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff97bfd000 -     0x7fff97c31fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff97c32000 -     0x7fff97c9fff7  com.apple.da

    Please find the first crash report. I am hope this is not some kind of malicious attack as stated on the ars technica website. If you look at the time logs then you would see that the crash was happening for more than 1hr.
    Process:         WebProcess [26551]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.30.1)
    Build Info:      WebKit2-7536030001000000~9
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [26549]
    User ID:         501
    Date/Time:       2013-09-13 15:19:38.309 +0100
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000104f50000-0000000104f51000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                       0x00007fff91a79a19 WebCore::Length::incrementCalculatedRef() const + 25
    1   com.apple.WebCore                       0x00007fff916cd186 bool compareEqual<WebCore::Length, WebCore::Length>(WebCore::Length const&, WebCore::Length const&) + 70
    2   com.apple.WebCore                       0x00007fff911a1151 WebCore::RenderStyle::setWidth(WebCore::Length) + 33
    3   com.apple.WebCore                       0x00007fff9125342b WebCore::PropertyWrapper<WebCore::Length>::blend(WebCore::AnimationBase const*, WebCore::RenderStyle*, WebCore::RenderStyle const*, WebCore::RenderStyle const*, double) const + 155
    4   com.apple.WebCore                       0x00007fff91cd9b2b WebCore::CSSPropertyAnimation::blendProperties(WebCore::AnimationBase const*, WebCore::CSSPropertyID, WebCore::RenderStyle*, WebCore::RenderStyle const*, WebCore::RenderStyle const*, double) + 123
    5   com.apple.WebCore                       0x00007fff91254079 WebCore::ImplicitAnimation::animate(WebCore::CompositeAnimation*, WebCore::RenderObject*, WebCore::RenderStyle const*, WebCore::RenderStyle*, ***::RefPtr<WebCore::RenderStyle>&) + 233
    6   com.apple.WebCore                       0x00007fff9124cfe0 WebCore::CompositeAnimation::animate(WebCore::RenderObject*, WebCore::RenderStyle*, WebCore::RenderStyle*) + 208
    7   com.apple.WebCore                       0x00007fff9111c7df WebCore::AnimationController::updateAnimations(WebCore::RenderObject*, WebCore::RenderStyle*) + 239
    8   com.apple.WebCore                       0x00007fff9111c6d0 WebCore::RenderObject::setAnimatableStyle(***::PassRefPtr<WebCore::RenderStyle> ) + 144
    9   com.apple.WebCore                       0x00007fff91129d16 WebCore::Node::setRenderStyle(***::PassRefPtr<WebCore::RenderStyle>) + 38
    10  com.apple.WebCore                       0x00007fff91129606 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 854
    11  com.apple.WebCore                       0x00007fff911299a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    12  com.apple.WebCore                       0x00007fff911299a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    13  com.apple.WebCore                       0x00007fff911299a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    14  com.apple.WebCore                       0x00007fff911299a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    15  com.apple.WebCore                       0x00007fff910f905f WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 559
    16  com.apple.WebCore                       0x00007fff916c433d WebCore::Document::styleResolverChanged(WebCore::StyleResolverUpdateFlag) + 221
    17  com.apple.WebCore                       0x00007fff916c566d WebCore::Document::didRemoveAllPendingStylesheet() + 29
    18  com.apple.WebCore                       0x00007fff911ee4a2 WebCore::StyleElement::sheetLoaded(WebCore::Document*) + 50
    19  com.apple.WebCore                       0x00007fff911ee461 WebCore::HTMLStyleElement::sheetLoaded() + 17
    20  com.apple.WebCore                       0x00007fff916b062b WebCore::StyleSheetInternal::checkLoaded() + 203
    21  com.apple.WebCore                       0x00007fff911ee42f WebCore::StyleElement::createSheet(WebCore::Element*, int, ***::String const&) + 927
    22  com.apple.WebCore                       0x00007fff911ee01a WebCore::StyleElement::process(WebCore::Element*) + 522
    23  com.apple.WebCore                       0x00007fff918478af WebCore::HTMLStyleElement::insertedInto(WebCore::Node*) + 47
    24  com.apple.WebCore                       0x00007fff91655da7 WebCore::ChildNodeInsertionNotifier::notifyNodeInsertedIntoDocument(WebCore::No de*) + 39
    25  com.apple.WebCore                       0x00007fff91655494 WebCore::ChildNodeInsertionNotifier::notify(WebCore::Node*) + 116
    26  com.apple.WebCore                       0x00007fff91654be9 WebCore::updateTreeAfterInsertion(WebCore::ContainerNode*, WebCore::Node*, bool) + 185
    27  com.apple.WebCore                       0x00007fff9125fbde WebCore::ContainerNode::insertBefore(***::PassRefPtr<WebCore::Node>, WebCore::Node*, int&, bool) + 494
    28  com.apple.WebCore                       0x00007fff9125f9b1 WebCore::Node::insertBefore(***::PassRefPtr<WebCore::Node>, WebCore::Node*, int&, bool) + 49
    29  com.apple.WebCore                       0x00007fff9125f91d WebCore::JSNode::insertBefore(JSC::ExecState*) + 109
    30  com.apple.WebCore                       0x00007fff9125f8a3 WebCore::jsNodePrototypeFunctionInsertBefore(JSC::ExecState*) + 83
    31  ???                                     0x0000000105112265 0 + 4379976293
    32  com.apple.JavaScriptCore                0x00007fff8fd9fd70 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 912
    33  com.apple.JavaScriptCore                0x00007fff8fd9f9d4 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 52
    34  com.apple.WebCore                       0x00007fff9117fe72 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 898
    35  com.apple.WebCore                       0x00007fff9117f98c WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 220
    36  com.apple.WebCore                       0x00007fff9114b17d WebCore::EventTarget::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 141
    37  com.apple.WebCore                       0x00007fff91ccb7d6 WebCore::XMLHttpRequestProgressEventThrottle::dispatchEvent(***::PassRefPtr<Web Core::Event>) + 342
    38  com.apple.WebCore                       0x00007fff91ccb848 WebCore::XMLHttpRequestProgressEventThrottle::dispatchReadyStateChangeEvent(*** ::PassRefPtr<WebCore::Event>, WebCore::ProgressEventAction) + 56
    39  com.apple.WebCore                       0x00007fff91310440 WebCore::XMLHttpRequest::callReadyStateChangeListener() + 352
    40  com.apple.WebCore                       0x00007fff91313c96 WebCore::XMLHttpRequest::didFinishLoading(unsigned long, double) + 358
    41  com.apple.WebCore                       0x00007fff916d3eb7 WebCore::DocumentThreadableLoader::notifyFinished(WebCore::CachedResource*) + 423
    42  com.apple.WebCore                       0x00007fff911a056d WebCore::CachedResource::checkNotify() + 93
    43  com.apple.WebCore                       0x00007fff9163dee0 WebCore::CachedRawResource::data(***::PassRefPtr<WebCore::SharedBuffer>, bool) + 448
    44  com.apple.WebCore                       0x00007fff9119dcbf WebCore::SubresourceLoader::didFinishLoading(double) + 143
    45  com.apple.Foundation                    0x00007fff8ac3ed88 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 + 28
    46  com.apple.Foundation                    0x00007fff8ac3eccc -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 227
    47  com.apple.Foundation                    0x00007fff8ac3ebc8 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 63
    48  com.apple.CFNetwork                     0x00007fff8fa55ca8 ___delegate_cacheTrifecta_block_invoke_0 + 307
    49  com.apple.CFNetwork                     0x00007fff8fad854a ___withDelegateAsync_block_invoke_0 + 90
    50  com.apple.CFNetwork                     0x00007fff8fb68f3a __block_global_1 + 28
    51  com.apple.CoreFoundation                0x00007fff928f2154 CFArrayApplyFunction + 68
    52  com.apple.CFNetwork                     0x00007fff8fac92b4 RunloopBlockContext::perform() + 124
    53  com.apple.CFNetwork                     0x00007fff8fac918b MultiplexerSource::perform() + 221
    54  com.apple.CoreFoundation                0x00007fff928d3b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    55  com.apple.CoreFoundation                0x00007fff928d351d __CFRunLoopDoSources0 + 445
    56  com.apple.CoreFoundation                0x00007fff928f67f5 __CFRunLoopRun + 789
    57  com.apple.CoreFoundation                0x00007fff928f60e2 CFRunLoopRunSpecific + 290
    58  com.apple.HIToolbox                     0x00007fff8a762eb4 RunCurrentEventLoopInMode + 209
    59  com.apple.HIToolbox                     0x00007fff8a762c52 ReceiveNextEventCommon + 356
    60  com.apple.HIToolbox                     0x00007fff8a762ae3 BlockUntilNextEventMatchingListInMode + 62
    61  com.apple.AppKit                        0x00007fff880ed533 _DPSNextEvent + 685
    62  com.apple.AppKit                        0x00007fff880ecdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    63  com.apple.AppKit                        0x00007fff880e41a3 -[NSApplication run] + 517
    64  com.apple.WebCore                       0x00007fff91b5b4ff WebCore::RunLoop::run() + 63
    65  com.apple.WebKit2                       0x00007fff94482462 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    66  com.apple.WebKit2                       0x00007fff94448bfd WebKitMain + 285
    67  com.apple.WebProcess                    0x0000000104f50e7b 0x104f50000 + 3707
    68  libdyld.dylib                           0x00007fff8db247e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff88c77d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff899e5dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff899e59ee _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8fd89b66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8ffacbfa JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff8ffc225f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8ff0f9d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8ff0f8b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8ffc225f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8ff0f9d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8ff0f8b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8ffc225f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8ff0f9d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8ff0f8b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8ffc225f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff88c75686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88c74c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff928f1233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff928f6916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff928f60e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8ac59546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff8acb7562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 7:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff88c75686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88c74c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff928f1233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff928f6916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff928f60e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff92904dd1 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff91b705e1 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff8ffc225f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff88c77322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff92935f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 9:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8fd89b2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff91b95d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff910e612a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8ffc225f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 10:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8fd89b2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff91b95d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff910e612a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8ffc225f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 11:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff88c75686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88c74c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff928f1233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff928f6916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff928f60e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff92904dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8d9792d6 listenOnDelegatePort + 403
    7   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 12:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff88c75686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88c74c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff928f1233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff928f6916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff928f60e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff92904dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8d979771 listenOnNotificationPort + 371
    7   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 13:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib                  0x00007fff88c75686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88c74c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff928f1233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff928f6916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff928f60e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff92904dd1 CFRunLoopRun + 97
    6   com.apple.CoreMedia                     0x00007fff8e5ab830 FigThreadGlobalNetworkBufferingRunloop + 21
    7   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    8   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 14:: com.apple.coremedia.asyncio
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff909786a1 0x7fff9095e000 + 108193
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 15:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff909b7caf 0x7fff9095e000 + 367791
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 16:: com.apple.coremedia.imagequeue.coreanimation
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff90a57ee0 0x7fff9095e000 + 1023712
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 17:: com.apple.coremedia.videomediaconverter
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff90a57797 0x7fff9095e000 + 1021847
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.AppleGVAFramework             0x000000015c9591b0 0x15c925000 + 213424
    3   com.apple.AppleGVAFramework             0x000000015c959928 0x15c925000 + 215336
    4   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 19:: com.apple.coremedia.videomentor
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff909e324e 0x7fff9095e000 + 545358
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 20:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff909b7caf 0x7fff9095e000 + 367791
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 21:: com.apple.coremedia.imagequeue.coreanimation
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff90a57ee0 0x7fff9095e000 + 1023712
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 22:: com.apple.coremedia.videomediaconverter
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff90a57797 0x7fff9095e000 + 1021847
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.AppleGVAFramework             0x000000015c9591b0 0x15c925000 + 213424
    3   com.apple.AppleGVAFramework             0x000000015c959928 0x15c925000 + 215336
    4   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 24:: com.apple.coremedia.videomentor
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff909e324e 0x7fff9095e000 + 545358
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 25:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff909b7caf 0x7fff9095e000 + 367791
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 26:: com.apple.coremedia.imagequeue.coreanimation
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff90a57ee0 0x7fff9095e000 + 1023712
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 27:: com.apple.coremedia.videomediaconverter
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff90a57797 0x7fff9095e000 + 1021847
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.AppleGVAFramework             0x000000015c9591b0 0x15c925000 + 213424
    3   com.apple.AppleGVAFramework             0x000000015c959928 0x15c925000 + 215336
    4   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 29:: com.apple.coremedia.videomentor
    0   libsystem_kernel.dylib                  0x00007fff88c770fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8df86fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia                     0x00007fff8e5acea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox                  0x00007fff909e324e 0x7fff9095e000 + 545358
    4   com.apple.CoreMedia                     0x00007fff8e5ad379 figThreadMain + 382
    5   libsystem_c.dylib                       0x00007fff8df827a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8df6f1e1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 36:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 37:
    0   libsystem_kernel.dylib                  0x00007fff88c776d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8df84f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8df84d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8df6f1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff5acacd60  rbx: 0x0000000000000000  rcx: 0x0000000000000090  rdx: 0x0000000000000000
      rdi: 0x00007fff5acacd30  rsi: 0x0000000000000009  rbp: 0x00007fff5acacd70  rsp: 0x00007fff5acacd60
       r8: 0x000000000000003f   r9: 0x000000015a10f000  r10: 0x0000000000000000  r11: 0x000000009a069593
      r12: 0x00007fff5acacdf0  r13: 0x00007fff911a1130  r14: 0x00000001700c9004  r15: 0x000000014ee60960
      rip: 0x00007fff91a79a19  rfl: 0x0000000000010202  cr2: 0x0000000000000000
    Logical CPU: 0
    Binary Images:
           0x104f50000 -        0x104f50fff  com.apple.WebProcess (8536 - 8536.30.1) <F967F09F-969C-3788-9376-7B4067F402B4> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x104f57000 -        0x104f57fff  WebProcessShim.dylib (7536.30.1) <15AC7990-1B63-3AD9-905F-7331C901A578> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x145141000 -        0x14514cfff  AppleIntelIVBVA (8.12.47) <FF0C6856-FD94-3DC7-ADAD-37DAAED720C9> /System/Library/Extensions/AppleIntelIVBVA.bundle/Contents/MacOS/AppleIntelIVBV A
           0x147f93000 -        0x147fa9fff  com.apple.WebInspector (8536 - 8536.30) <7DD903D1-505E-34D3-835A-15BE44CC49B6> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x1498a3000 -        0x149a61fff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x149a98000 -        0x149c08fff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x149c40000 -        0x14a0c8ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <ED3787B7-1558-3C4C-8F84-7E810A27FF7E> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
           0x14a23c000 -        0x14a241fff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <574EC60B-E292-3FEA-8A66-B12DB2C1CEC5> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x14a249000 -        0x14a255fff  libGPUSupportMercury.dylib (8.9.2) <971EDFC6-3E6A-375C-9133-F50DFDDCEBDD> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x14a65c000 -        0x14a687fff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x14a690000 -        0x14a699fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x14bce6000 -        0x14bce7ff7  ATSHI.dylib (341.1) <6860AB9D-27E6-3516-91BF-05E4B9E8A8F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x14c830000 -        0x14c846ff7  com.apple.webcontentfilter.framework (3.1 - 5) <B9C18026-4D06-3C13-8842-15C190E214E5> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x14e5b6000 -        0x14e5dcfff  libPDFRIP.A.dylib (332) <22085533-A0BE-3660-9312-7BC9E2A69576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x14f6c5000 -        0x14f6cafff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <586F677E-D0F8-33B2-B6ED-41ED81C9EED9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x15c925000 -        0x15ca9efe7  com.apple.AppleGVAFramework (5.0.6 - 5.0.6) <3492B2B7-973B-3B17-B428-F1DA8970416F> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
           0x15ccbc000 -        0x15cdf0ff7  com.apple.AppleIntelHD4000GraphicsVADriver (8.12.47 - 8.1.2) <6C6DDDB6-78A1-3F38-97AF-E8B37AC84973> /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsVADriver
           0x16aba8000 -        0x16acfdff7  com.apple.audio.units.Components (1.9 - 1.9) <8384AE1A-7C79-3F03-81E0-9A15E09094D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x16e592000 -        0x16e7a1ff7  com.apple.audio.codecs.Components (3.1 - 3.1) <352F4973-BDA4-3D62-A4A6-080B9AFB291F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
        0x7fff64b50000 -     0x7fff64b8493f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff87a65000 -     0x7fff87b8fff7  com.apple.avfoundation (2.0 - 361.40) <EDEAB424-D693-39C6-B4A6-C503213203AF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff87b90000 -     0x7fff87b91fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff87c02000 -     0x7fff87c03ff7  MetadataLib.dylib (4.8) <528665DF-2318-3685-BB28-9720179B0864> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
        0x7fff87c04000 -     0x7fff87c05ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff87c06000 -     0x7fff87c25ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff87c26000 -     0x7fff87c5bff7  libTrueTypeScaler.dylib (84.6) <635BEEBD-7969-3083-8B1A-D49E9DA81517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff87c72000 -     0x7fff87c7ffff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff87c80000 -     0x7fff87f97ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff87f98000 -     0x7fff88bc5fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88c32000 -     0x7fff88c64fff  com.apple.framework.Admin (12.1 - 12.1) <2DA7835C-D3AB-3512-BDC1-03F437270772> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff88c65000 -     0x7fff88c80ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
        0x7fff88c81000 -     0x7fff88f52ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff88f53000 -     0x7fff89006ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89007000 -     0x7fff89009fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff89979000 -     0x7fff8998cff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8998d000 -     0x7fff89992fff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff89993000 -     0x7fff89999fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff899e1000 -     0x7fff899f6ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff899f7000 -     0x7fff89a18ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff89a19000 -     0x7fff89a34ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff89a35000 -     0x7fff89a42fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff89a45000 -     0x7fff89a48fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff89a49000 -     0x7fff89a49fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff89a4a000 -     0x7fff89a51fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff89a91000 -     0x7fff89b6bfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff89c0b000 -     0x7fff89c32ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E8DA9FDB-3A58-3934-A7C9-2728B683D741> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff89c33000 -     0x7fff89c33fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff89c34000 -     0x7fff89c4afff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff89c4b000 -     0x7fff89c6aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff89c6b000 -     0x7fff89c82fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff89c83000 -     0x7fff89c94ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff89c95000 -     0x7fff89db5fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff89db6000 -     0x7fff8a037fff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8a07d000 -     0x7fff8a0b3fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8a0b4000 -     0x7fff8a186ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8a279000 -     0x7fff8a2c8ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8a2c9000 -     0x7fff8a4c9fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff8a4ca000 -     0x7fff8a5c7fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8a5c8000 -     0x7fff8a60cfff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8a636000 -     0x7fff8a699ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a69a000 -     0x7fff8a702fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8a703000 -     0x7fff8aa33fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8aa34000 -     0x7fff8aaa4fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8aaa5000 -     0x7fff8aaa9ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8aaaa000 -     0x7fff8ab01ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8ab02000 -     0x7fff8ab02fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8ab03000 -     0x7fff8ab0afff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8ab0b000 -     0x7fff8ab0fff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8ab10000 -     0x7fff8ab30fff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8ab31000 -     0x7fff8ab3eff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ab3f000 -     0x7fff8ab56fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8ab57000 -     0x7fff8ab62ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8abcb000 -     0x7fff8ac20ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8ac21000 -     0x7fff8af80fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8af85000 -     0x7fff8afafff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8afb0000 -     0x7fff8afb4fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8afb5000 -     0x7fff8b00bfff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b00c000 -     0x7fff8b00cfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8b00d000 -     0x7fff8b013fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/l

  • Safari 3.2 crash and now won't launch

    While reading an online newspaper article safari 3.2 crashed and now will not launch. I tried many of the "standard" remedies without success. The following steps taken: 1.restarted,2. repaired permissions, 3. updated maintenance scripts,
    4. downloaded and installed safari 3.2.1 (which from reading these forums may have been a bad move) 5. logged into second admin account and can launch safari 3.2.1 from there. 3.2.1 does not have my previous urls, thus so far many required sites are gone.
    I need to access my old information and want to fix the "corrupt" app. that will not launch from my everyday admin acct.
    Crash log:
    Date/Time: 2008-12-07 12:11:17.694 -0600
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [375]
    Version: 3.2.1 (4525.27.1)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45252701
    PID: 424
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x01ddfc0e
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x907e8e84 _getOffsetOfRefAt + 136
    1 com.apple.CoreFoundation 0x907e8bf4 __CFBinaryPlistCreateObject + 1964
    2 com.apple.CoreFoundation 0x907e89f8 __CFBinaryPlistCreateObject + 1456
    3 com.apple.CoreFoundation 0x907e8c3c __CFBinaryPlistCreateObject + 2036
    4 com.apple.CoreFoundation 0x907e89f8 __CFBinaryPlistCreateObject + 1456
    5 com.apple.CoreFoundation 0x907e8c3c __CFBinaryPlistCreateObject + 2036
    6 com.apple.CoreFoundation 0x907e89f8 __CFBinaryPlistCreateObject + 1456
    7 com.apple.CoreFoundation 0x907e8c3c __CFBinaryPlistCreateObject + 2036
    8 com.apple.CoreFoundation 0x907e001c __CFTryParseBinaryPlist + 188
    9 com.apple.CoreFoundation 0x907dfc04 _CFPropertyListCreateFromXMLData + 144
    10 com.apple.Foundation 0x92bda728 _NSParseObjectFromASCIIPropertyListOrSerialization + 160
    11 com.apple.Foundation 0x92be79c8 -[NSPlaceholderDictionary initWithContentsOfFile:] + 92
    12 com.apple.Foundation 0x92bda0b0 +[NSDictionary dictionaryWithContentsOfFile:] + 56
    13 com.apple.Safari 0x00005350 0x1000 + 17232
    14 com.apple.Safari 0x000052e8 0x1000 + 17128
    15 com.apple.Safari 0x00004b88 0x1000 + 15240
    16 com.apple.Safari 0x00004aa8 0x1000 + 15016
    17 com.apple.Safari 0x00004690 0x1000 + 13968
    18 com.apple.Foundation 0x92bff5e8 -[NSSet makeObjectsPerformSelector:] + 164
    19 com.apple.AppKit 0x937ac6c0 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 864
    20 com.apple.AppKit 0x937988ec loadNib + 240
    21 com.apple.AppKit 0x93798344 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 716
    22 com.apple.AppKit 0x937ef814 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 156
    23 com.apple.AppKit 0x9387f64c +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    24 com.apple.AppKit 0x9387f3ec NSApplicationMain + 344
    25 com.apple.Safari 0x000b779c 0x1000 + 747420
    26 com.apple.Safari 0x000b74a0 0x1000 + 746656
    Thread 1:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.WebCore 0x0104dee0 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x0100a6a8 WebCore::IconDatabase::iconDatabaseSyncThread() + 424
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1d7bc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92bf5118 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000907e8e84 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44002448 xer: 0x0000000000000007 lr: 0x00000000907e8bf4 ctr: 0x0000000000000003
    r0: 0x0000000000000000 r1: 0x00000000bfffd350 r2: 0x0000000000000000 r3: 0x000000000000003f
    r4: 0x0000000000000000 r5: 0x0000000000000000 r6: 0x0000000000000003 r7: 0x0000000000000000
    r8: 0x000000000000833f r9: 0x0000000000000000 r10: 0x00000000000189bd r11: 0x0000000001ddfc0e
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00000000bffff5d0 r15: 0x00000000bfffd3a0
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x000000000000001c r19: 0x00000000a07bb214
    r20: 0x00000000bfffdcb4 r21: 0x0000000001d8b000 r22: 0x0000000000000000 r23: 0x00000000bfffd3a0
    r24: 0x0000000000000000 r25: 0x00000000000433c9 r26: 0x0000000000000007 r27: 0x0000000000000000
    r28: 0x0000000000005482 r29: 0x0000000001d8b000 r30: 0x00000000bffff5d0 r31: 0x00000000907e8460
    Binary Images Description:
    0x1000 - 0x1dffff com.apple.Safari 3.2.1 (4525.27.1) /Applications/Safari.app/Contents/MacOS/Safari
    0x405000 - 0x4c3fff com.apple.WebKit 4525.27 (4525.27.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x551000 - 0x63afff com.apple.JavaScriptCore 4525.26 (4525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x690000 - 0x77efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1008000 - 0x16dbfff com.apple.WebCore 4525.26 (4525.26.6) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.79 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d01fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d06000 - 0x91d09fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e18000 - 0x91e56fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5d000 - 0x91e5dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e5f000 - 0x91f44fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4c000 - 0x91f6bfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd7000 - 0x92045fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92050000 - 0x920e5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ff000 - 0x92687fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926ba000 - 0x929e5fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a15000 - 0x92b03fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b06000 - 0x92b8efff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bcf000 - 0x92dfafff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f27000 - 0x92f45fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f50000 - 0x92faafff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fc8000 - 0x92fc8fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fca000 - 0x92fdefff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff6000 - 0x93006fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93012000 - 0x93027fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93039000 - 0x930c0fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d4000 - 0x930dffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930e9000 - 0x93117fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93131000 - 0x93140fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314c000 - 0x931b2fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e3000 - 0x93232fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93260000 - 0x9327dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9328f000 - 0x9329cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932a5000 - 0x935b3fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93703000 - 0x9370ffff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93714000 - 0x93734fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93788000 - 0x93788fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9378a000 - 0x93dbdfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9414a000 - 0x941bcfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941f5000 - 0x942bafff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9430d000 - 0x9430dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9430f000 - 0x944cffff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94519000 - 0x94556fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9455e000 - 0x945aefff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945b7000 - 0x945d0fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94669000 - 0x946a1fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946e6000 - 0x94702fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94716000 - 0x9475afff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94c1e000 - 0x94c8ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e05000 - 0x94f35fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fc8000 - 0x94fd7fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fdf000 - 0x9500cfff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95013000 - 0x95023fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95027000 - 0x95056fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95066000 - 0x95083fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9b058000 - 0x9b08efff com.apple.Syndication 1.0.7 (55) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b0ab000 - 0x9b0bdfff com.apple.SyndicationUI 1.0.7 (55) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI

    Very odd you don't have a history.plist file.
    There ought to be two History files in that folder:
    History.pist and
    HistoryIndex.sk
    Perhaps this is causing the crash. (Note: something in your system may be preventing the History.plist file from being rewritten on the Safari restart. If true, that's a bigger issue. Let's see if the following works before going down that path).
    If you have a backup of your system, or at least the Library folder, go to that external source and move the history.plist back to the original location. If not, open another User Account. If necessary, you can create one in System Preferences>Accounts.
    There, via the Finder, go to the same source location, i.e.Safari folder. Move the History.plist file there to your HD>Users>User Account>Public>Drop Box folder. Then, log back to your original user account. Go to the Drop Box folder. You'll see the History file. Move it to the Safari folder, then restart Safari.
    Post back

Maybe you are looking for