DispatchMouseEvent ?

is there a way to dispatch a mouseEvent
same way as :
KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(.....)i want to catch all MouseEvent before they are going to the component
i familiar of two way to do it
1) add glasspane who listen mouseEvent and use it to dispatch event to component's under it
2) add mouse listener recursive to all component's
i want to know if swing has this feature before hacking things.
i am trying to avoid thous two solutions
thank you all

thank you working like charm :)
long eventMask      = AWTEvent.MOUSE_MOTION_EVENT_MASK + AWTEvent.MOUSE_EVENT_MASK;
Toolkit.getDefaultToolkit().addAWTEventListener(new MouseMotionHandler(), eventMask);
class MouseMotionHandler implements AWTEventListener{
    public void eventDispatched(AWTEvent event){
      MouseEvent e = (MouseEvent)event;
      ///do some stuff here
}

Similar Messages

  • Safari 4.0 keeps crashing

    After I installed the last OS update, Safari keeps crashing. It'll open up, browse for a while and then randomly crash. Here's the report:
    Date/Time: 2009-07-12 23:51:12.031 -0400
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [60]
    Version: 4.0.2 (4530.19)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45301900
    PID: 652
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000011
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a5979d class_initialize + 100
    1 libobjc.A.dylib 0x90a5958e classlookupMethodAndLoadCache + 86
    2 libobjc.A.dylib 0x90a59506 objc_msgSend + 86
    3 com.apple.Foundation 0x928757e0 -[NSHTTPCookie dealloc] + 37
    4 com.apple.CoreFoundation 0x9080dff1 CFRelease + 130
    5 com.apple.CoreFoundation 0x90811890 __CFArrayReleaseValues + 451
    6 com.apple.CoreFoundation 0x9080e0c6 _CFRelease + 188
    7 com.apple.CoreFoundation 0x90824f8a __CFDictionaryDeallocate + 460
    8 com.apple.CoreFoundation 0x9080e0c6 _CFRelease + 188
    9 com.apple.Foundation 0x9285b8e0 -[NSHTTPCookieDiskStorage cookies] + 444
    10 com.apple.Foundation 0x9285b5a4 -[NSHTTPCookieDiskStorage _tryCookieLookup:path:secure:result:] + 57
    11 com.apple.Foundation 0x9285b2d0 -[NSHTTPCookieDiskStorage cookiesMatchingDomain:path:secure:] + 345
    12 com.apple.Foundation 0x9285ab51 -[NSHTTPCookieStorage(NSPrivate) _cookiesForURL:withExtraCookies:] + 332
    13 net.culater.PithHelmet 0x024707a8 -[PHHTTPCookieStorage _cookiesForURL:withExtraCookies:] + 65
    14 com.apple.Foundation 0x9286bd03 -[NSHTTPCookieStorage cookiesForURL:] + 48
    15 com.apple.WebCore 0x0147a8fa WebCore::cookies(WebCore::Document const*, WebCore::KURL const&) + 176
    16 com.apple.WebCore 0x0147a829 WebCore::Document::cookie() const + 247
    17 com.apple.WebCore 0x0147a6b0 WebCore::jsDocumentCookie(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot const&) + 32
    18 com.apple.JavaScriptCore 0x00698690 JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) const + 572
    19 com.apple.JavaScriptCore 0x0060b75a JSC::JITStubs::ctiop_get_by_idgeneric(void*, ...) + 68
    20 <<00000000>> 0x21bc0c15 0 + 565971989
    21 com.apple.JavaScriptCore 0x006647a1 JSC::Interpreter::execute(JSC::FunctionBodyNode*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 433
    22 com.apple.JavaScriptCore 0x00649290 JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue, JSC::ArgList const&) + 124
    23 com.apple.JavaScriptCore 0x005b1382 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 46
    24 com.apple.WebCore 0x014658fa WebCore::JSEventListener::handleEvent(WebCore::Event*, bool) + 940
    25 com.apple.WebCore 0x013c1740 WebCore::Node::handleLocalEvents(WebCore::Event*, bool) + 186
    26 com.apple.WebCore 0x013c123a WebCore::Node::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>) + 638
    27 com.apple.WebCore 0x013c0eb0 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&) + 214
    28 com.apple.WebCore 0x014b58ad WebCore::Node::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 739
    29 com.apple.WebCore 0x015a6ce3 WebCore::Node::dispatchSimulatedMouseEvent(WebCore::AtomicString const&, ***::PassRefPtr<WebCore::Event>) + 189
    30 com.apple.WebCore 0x015a6acc WebCore::Node::dispatchSimulatedClick(***::PassRefPtr<WebCore::Event>, bool, bool) + 322
    31 com.apple.WebCore 0x015a6920 WebCore::HTMLFormElement::submitClick(WebCore::Event*) + 166
    32 com.apple.WebCore 0x01469a59 WebCore::HTMLInputElement::defaultEventHandler(WebCore::Event*) + 473
    33 com.apple.WebCore 0x013c1402 WebCore::Node::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>) + 1094
    34 com.apple.WebCore 0x013c0eb0 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&) + 214
    35 com.apple.WebCore 0x01556243 WebCore::EventHandler::handleTextInputEvent(WebCore::String const&, WebCore::Event*, bool, bool) + 241
    36 com.apple.WebCore 0x0186596d WebCore::executeInsertNewline(WebCore::Frame*, WebCore::Event*, WebCore::EditorCommandSource, WebCore::String const&) + 117
    37 com.apple.WebCore 0x015990c3 WebCore::Editor::Command::execute(WebCore::String const&, WebCore::Event*) const + 103
    38 com.apple.WebCore 0x015a67ea WebCore::Editor::Command::execute(WebCore::Event*) const + 40
    39 com.apple.WebKit 0x00436c45 -[WebHTMLView(WebNSTextInputSupport) doCommandBySelector:] + 457
    40 com.apple.WebKit 0x0042ee62 -[WebHTMLView(WebInternal) _interceptEditingKeyEvent:shouldSaveCommand:] + 776
    41 com.apple.WebKit 0x0042f45f WebEditorClient::handleKeyboardEvent(WebCore::KeyboardEvent*) + 107
    42 com.apple.WebCore 0x01555f67 WebCore::EventHandler::defaultKeyboardEventHandler(WebCore::KeyboardEvent*) + 197
    43 com.apple.WebCore 0x013c1832 WebCore::Node::defaultEventHandler(WebCore::Event*) + 210
    44 com.apple.WebCore 0x01469b17 WebCore::HTMLInputElement::defaultEventHandler(WebCore::Event*) + 663
    45 com.apple.WebCore 0x013c1402 WebCore::Node::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>) + 1094
    46 com.apple.WebCore 0x013c0eb0 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&) + 214
    47 com.apple.WebCore 0x01555789 WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&) + 1931
    48 com.apple.WebCore 0x015547b5 WebCore::EventHandler::keyEvent(NSEvent*) + 241
    49 com.apple.WebKit 0x0042e9dc -[WebHTMLView keyDown:] + 224
    50 com.apple.AppKit 0x9336a625 -[NSWindow sendEvent:] + 7377
    51 com.apple.Safari 0x00041e08 0x1000 + 265736
    52 com.apple.AppKit 0x9335bd8c -[NSApplication sendEvent:] + 5023
    53 com.apple.Safari 0x0002eddd 0x1000 + 187869
    54 com.apple.AppKit 0x932868e7 -[NSApplication run] + 547
    55 com.apple.AppKit 0x9327a820 NSApplicationMain + 573
    56 com.apple.Safari 0x0000265b 0x1000 + 5723
    57 com.apple.Safari 0x000f260e 0x1000 + 988686
    58 com.apple.Safari 0x000023dd 0x1000 + 5085
    Thread 1:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.JavaScriptCore 0x0056c538 ***::ThreadCondition::wait(***::Mutex&) + 24
    2 com.apple.WebCore 0x0134fad0 WebCore::IconDatabase::syncThreadMainLoop() + 256
    3 com.apple.WebCore 0x0134d2f2 WebCore::IconDatabase::iconDatabaseSyncThread() + 184
    4 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009817 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x928585da +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927fbcfc forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.JavaScriptCore 0x0056ef6e ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2 com.apple.WebCore 0x013c46c1 WebCore::LocalStorageThread::localStorageThread() + 269
    3 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90009817 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.Safari 0x00024dc1 0x1000 + 146881
    4 com.apple.Safari 0x00024c8e 0x1000 + 146574
    5 com.apple.Safari 0x00024c17 0x1000 + 146455
    6 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90009817 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9283139c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927fbcfc forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x92851c60 -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.Syndication 0x99ddd79e -[AsyncDB _run:] + 181
    3 com.apple.Foundation 0x927fbcfc forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90019d0c select + 12
    1 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.JavaScriptCore 0x0056ef6e ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2 com.apple.Safari 0x002442a0 0x1000 + 2372256
    3 com.apple.Safari 0x00244394 0x1000 + 2372500
    4 com.apple.Safari 0x0003e388 0x1000 + 250760
    5 com.apple.Safari 0x0003e313 0x1000 + 250643
    6 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x90009817 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x928316ca -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.AppKit 0x938255d7 -[NSAnimation(NSInternal) _runBlocking] + 254
    5 com.apple.AppKit 0x93825673 -[NSAnimation(NSInternal) _animationThread] + 79
    6 com.apple.Foundation 0x927fbcfc forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 10:
    0 libSystem.B.dylib 0x90009817 machmsgtrap + 7
    1 ...romedia.Flash Player.plugin 0x1936e325 Flash_EnforceLocalSecurity + 1188313
    2 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 11:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 ...romedia.Flash Player.plugin 0x19233094 0x18e9a000 + 3772564
    2 ...romedia.Flash Player.plugin 0x1926af5c Flash_EnforceLocalSecurity + 126480
    3 ...romedia.Flash Player.plugin 0x1923333e 0x18e9a000 + 3773246
    4 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 12:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 ...romedia.Flash Player.plugin 0x19233094 0x18e9a000 + 3772564
    2 ...romedia.Flash Player.plugin 0x1926af5c Flash_EnforceLocalSecurity + 126480
    3 ...romedia.Flash Player.plugin 0x1923333e 0x18e9a000 + 3773246
    4 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 13:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x92851c60 -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.AppKit 0x93363cb4 -[NSUIHeartBeat _heartBeatThread:] + 377
    3 com.apple.Foundation 0x927fbcfc forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 14:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 libGLProgrammability.dylib 0x941b9a4f glvmDoWork + 150
    2 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 15:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.ColorSync 0x915a96db pthreadSemaphoreWait(t_pthreadSemaphore*) + 35
    2 com.apple.ColorSync 0x915c3dec CMMConvTask(void*) + 60
    3 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 16:
    0 libSystem.B.dylib 0x90029a5c wait4 + 12
    1 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 17:
    0 libSystem.B.dylib 0x90019d0c select + 12
    1 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0x90a59747 ecx: 0x90ac0010 edx: 0x1d91e7b0
    edi: 0x1d91e7b0 esi: 0x1b50f550 ebp: 0xbfffe728 esp: 0xbfffe6b0
    ss: 0x0000001f efl: 0x00010202 eip: 0x90a5979d cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x274fff com.apple.Safari 4.0.2 (4530.19) /Applications/Safari.app/Contents/MacOS/Safari
    0x405000 - 0x4d5fff com.apple.WebKit 4530.19 (4530.19.2) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x568000 - 0x6cdfff com.apple.JavaScriptCore 4530.19 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1008000 - 0x12b6fff com.apple.QuartzCore 1.4.13 /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x134a000 - 0x1ba9fff com.apple.WebCore 4530.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x2419000 - 0x241bfff net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x2431000 - 0x2438fff net.culater.DuctTape ??? (6.0) /Library/Frameworks/DuctTape.framework/Versions/A/DuctTape
    0x246d000 - 0x2498fff net.culater.PithHelmet 2.8.2 (81) /Library/Application Support/SIMBL/Plugins/PithHelmet.bundle/Contents/MacOS/PithHelmet
    0x18e9a000 - 0x194a4fff com.macromedia.Flash Player.plugin 9.0.159 (1.0.4f60) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1fe74000 - 0x1ffddfff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x2000b000 - 0x20305fff com.apple.GeForce8xxxGLDriver 1.5.8 (5.0.8) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x203af000 - 0x203ccfff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x2484a000 - 0x2484dfff com.apple.Tokenizer_ja 1.0.2 /System/Library/CoreServices/Tokenizers/ja.tokenizer/Contents/MacOS/ja
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.84 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.31 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 316.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91b9cfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba1000 - 0x91ba3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ba5000 - 0x91c83fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ca0000 - 0x91cdffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ce5000 - 0x91ce5fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce7000 - 0x91d75fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7c000 - 0x91d7cfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7e000 - 0x91dd7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91de0000 - 0x91e04fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e0c000 - 0x92215fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224f000 - 0x92603fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92630000 - 0x9271dfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271f000 - 0x9279dfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927de000 - 0x92a16fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b36000 - 0x92b51fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b5d000 - 0x92bb5fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bc9000 - 0x92bc9fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bcb000 - 0x92bdbfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bea000 - 0x92bf2fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bf8000 - 0x92bfefff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92c04000 - 0x92c95fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92ca9000 - 0x92cadfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92cb0000 - 0x92ccefff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ce0000 - 0x92ce6fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cec000 - 0x92d4ffff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d76000 - 0x92db7fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dde000 - 0x92decfff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92df3000 - 0x92df8fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dfd000 - 0x930f2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931f8000 - 0x93204fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93209000 - 0x93224fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93274000 - 0x93274fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93276000 - 0x9392cfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93cad000 - 0x93d28fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d61000 - 0x93e1afff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e5d000 - 0x93e5dfff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94066000 - 0x940a7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x940af000 - 0x940f2fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940f6000 - 0x9410cfff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9411c000 - 0x945d8fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9475c000 - 0x9479afff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x947de000 - 0x947effff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x947fd000 - 0x9483bfff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94857000 - 0x94866fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9486d000 - 0x94878fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x948c4000 - 0x948defff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x948e4000 - 0x94c03fff com.apple.QuickTime 7.6.2 (1327) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94d8b000 - 0x94ed1fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f5d000 - 0x94f6cfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f73000 - 0x94f9cfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94fa2000 - 0x94fb1fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94fb5000 - 0x94fdafff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fe6000 - 0x95003fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95524000 - 0x9555cfff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95a6c000 - 0x95a6dfff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x95a6f000 - 0x95a70fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x95a74000 - 0x95a8afff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x95a8c000 - 0x95aadfff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x95aba000 - 0x95ac8fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x95acd000 - 0x95acefff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x95ad0000 - 0x95ae2fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x95ba4000 - 0x95ba8fff com.apple.LanguageAnalysisCore 1.0.3 /System/Library/PrivateFrameworks/LanguageAnalysisCore.framework/Versions/A/Lan guageAnalysisCore
    0x969fe000 - 0x96a03fff com.apple.agl 2.6.2 (AGL-2.6.2) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96db1000 - 0x96dc5fff com.apple.audio.CoreAudioKit 1.0.1 /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x973f3000 - 0x974cafff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97553000 - 0x97553fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x99dda000 - 0x99e11fff com.apple.Syndication 1.0.8 (56.1) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b873000 - 0x9b885fff com.apple.SyndicationUI 1.0.8 (56.1) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB
    Graphics: GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.4.4
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: Ethernet Adaptor (en2), Ethernet, en2
    Network Service: Ethernet Adaptor (en3), Ethernet, en3
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857E
    USB Device: Built-in iSight, Apple Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 1.5 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA

    Hi
    I looked too quickly at the crash report. Usually the appearance of cookie references in the crash thread point to that area as being problematic. This is the first time I've seen a thread lined up this way. Wonder if this is something new with Safari 4?
    To elaborate a bit more with Bee's helpful suggestions:
    SIMBL is not a problem, per se, however PithHelmet is not Safari 4 compatible. To remove it, go to your Finder: HD>Library>Applications Support>SIMBL>Plugins folder. There, move PithHelmet to the trash.
    DuctTape is a framework installed as part of SIMBL.
    Go to HD>Library>Frameworks and move it to the trash
    SIMBL - HD>Library>InputManagers - move SIMBL to the trash, as there is no need for it.
    Restart Safari. If the above Plugins were the problem source, Safari ought to be stable.
    Next, as Bee mentioned, Flash is outdated:
    First, uninstall Flash.
    Next, install the latest version from here.
    After the install, go to your Applications>Utilities folder and open Disk Utility. When opened, highlight your HD, then in the First-Aid panel "repair permissions".
    Restart Safari

  • Safari crashes when trying to enter in password field

    Hi Apple Community!
    My Safari crashes when trying to enter the password to a certain online forum. This is not happening to Google Chrome. I have tried disabling extensions and third-party plugins but it doesn't seem to work. See below for the error log.
    EDIT: I have tried resetting Safari and the problem persists.
    Thank you!
    Cheers,
    Daryl
    =====
    Process:         com.apple.WebKit.WebContent [2681]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.77.4)
    Build Info:      WebKit2-7537077004000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:     Safari [2672]
    User ID:         501
    Date/Time:       2014-07-06 14:57:40.601 +0800
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  8ACE00CA-6CDB-25D5-2453-03900567B440
    Sleep/Wake UUID: A0B33EA1-9A1F-4798-B69E-D1E0652751DC
    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                 0000000106c50000-0000000106c51000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.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     0x00007fff93749322 Safari::WK::BundleFrame::jsWrapper(Safari::WK::BundleNodeHandle const&, Safari::WK::BundleScriptWorld const&) const + 12
    1   com.apple.Safari.framework     0x00007fff939a56f4 -[WBSFormMetadataController getMetadataForTextField:inFrame:textFieldMetadata:formMetadata:canAutoComplete: ] + 107
    2   com.apple.Safari.framework     0x00007fff93801d9f -[FormMetadataController passwordFieldFocused:inFrame:] + 63
    3   com.apple.Safari.framework     0x00007fff939a6021 -[WBSFormMetadataController textFieldFocused:inFrame:] + 186
    4   com.apple.Safari.framework     0x00007fff9374b020 Safari::WK::didFocusTextField(OpaqueWKBundlePage const*, OpaqueWKBundleNodeHandle const*, OpaqueWKBundleFrame const*, void const*) + 97
    5   com.apple.WebKit2             0x00007fff93fd3594 WebKit::InjectedBundlePageFormClient::didFocusTextField(WebKit::WebPage*, WebCore::HTMLInputElement*, WebKit::WebFrame*) + 72
    6   com.apple.WebCore             0x00007fff9699e10a WebCore::Document::setFocusedElement(***::PassRefPtr<WebCore::Element>, WebCore::FocusDirection) + 1754
    7   com.apple.WebCore             0x00007fff968dd565 WebCore::FocusController::setFocusedElement(WebCore::Element*, ***::PassRefPtr<WebCore::Frame>, WebCore::FocusDirection) + 1029
    8   com.apple.WebCore             0x00007fff968d6128 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 696
    9   com.apple.WebCore             0x00007fff968dc5e0 WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 1552
    10  com.apple.WebKit2             0x00007fff93fd4658 WebKit::handleMouseEvent(WebKit::WebMouseEvent const&, WebKit::WebPage*, bool) + 207
    11  com.apple.WebKit2             0x00007fff93fd454d WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 221
    12  com.apple.WebKit2             0x00007fff93fd430a void CoreIPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(CoreIPC::MessageDecoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 83
    13  com.apple.WebKit2             0x00007fff93fa29b8 WebKit::WebPage::didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 1248
    14  com.apple.WebKit2             0x00007fff93f8c5ab CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    15  com.apple.WebKit2             0x00007fff93f8c490 WebKit::WebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 28
    16  com.apple.WebKit2             0x00007fff93f8c3f9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    17  com.apple.WebKit2             0x00007fff93f8c322 CoreIPC::Connection::dispatchOneMessage() + 106
    18  com.apple.WebCore             0x00007fff96627c9e WebCore::RunLoop::performWork() + 270
    19  com.apple.WebCore             0x00007fff96627b72 WebCore::RunLoop::performWork(void*) + 34
    20  com.apple.CoreFoundation       0x00007fff92fa15b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    21  com.apple.CoreFoundation       0x00007fff92f92c62 __CFRunLoopDoSources0 + 242
    22  com.apple.CoreFoundation       0x00007fff92f923ef __CFRunLoopRun + 831
    23  com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    24  com.apple.HIToolbox           0x00007fff8f467a0d RunCurrentEventLoopInMode + 226
    25  com.apple.HIToolbox           0x00007fff8f4677b7 ReceiveNextEventCommon + 479
    26  com.apple.HIToolbox           0x00007fff8f4675bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    27  com.apple.AppKit               0x00007fff97bbe24e _DPSNextEvent + 1434
    28  com.apple.AppKit               0x00007fff97bbd89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    29  com.apple.AppKit               0x00007fff97bb199c -[NSApplication run] + 553
    30  com.apple.AppKit               0x00007fff97b9c783 NSApplicationMain + 940
    31  com.apple.XPCService           0x00007fff8ce7ec0f _xpc_main + 385
    32  libxpc.dylib                   0x00007fff93bb2bde xpc_main + 399
    33  com.apple.WebKit.WebContent   0x0000000106c50ba0 0x106c50000 + 2976
    34  libdyld.dylib                 0x00007fff961385fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8dffa662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff93e8c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff93e8c136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff97d5e05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 3:: WebCore: Scrolling
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff93047811 CFRunLoopRun + 97
    6   com.apple.WebCore             0x00007fff966d46f4 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8e381967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8e38176b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255116 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x00007fff8c254c35 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007ff8b9e27700  rbx: 0x00007ff8bc02a9f0  rcx: 0x0000000000000000  rdx: 0x00007ff8b9e27700
      rdi: 0x000000010a1146e8  rsi: 0x0000000000000000  rbp: 0x00007fff58fad730  rsp: 0x00007fff58fad730
       r8: 0x0000000000000007   r9: 0x000000010a1146e8  r10: 0x00007ff8bc09abb0  r11: 0x00007fff7cf9bb28
      r12: 0x00007fff58fad7e8  r13: 0x000000010d694780  r14: 0x00007fff58fad7f0  r15: 0x0000000000000000
      rip: 0x00007fff93749322  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x106c50000 -        0x106c50ff4  com.apple.WebKit.WebContent (9537 - 9537.77.4) <B93A6BB6-F13F-3DF9-A728-6384CEC6B516> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x106c56000 -        0x106c56fff  WebProcessShim.dylib (7537.77.4) <5033C8DE-6FDC-3885-A4B6-357095992A43> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x108eea000 -        0x108ef2ff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10abd9000 -        0x10ac01ffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10c692000 -        0x10c695ffa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x10e83b000 -        0x10e846fff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
        0x123400000000 -     0x12340034dff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.15 - 8.2.4) <1D246FBA-B34D-3B45-BDBE-F7CC6B6DEF2D> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff69945000 -     0x7fff69978817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8b426000 -     0x7fff8b473fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8b48b000 -     0x7fff8b48cfff  libquit.dylib (161.2) <7B9C07B6-8993-32C8-89C2-23D2E7FA85BA> /usr/lib/libquit.dylib
        0x7fff8b6c9000 -     0x7fff8b6cbfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8b6cc000 -     0x7fff8b929ffa  com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8b92a000 -     0x7fff8b946fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8b947000 -     0x7fff8b94affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b99f000 -     0x7fff8ba63ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8ba64000 -     0x7fff8ba8eff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
        0x7fff8ba8f000 -     0x7fff8bd63fc7  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
        0x7fff8bd64000 -     0x7fff8bd69fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8bd6a000 -     0x7fff8bd81ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8bd82000 -     0x7fff8bd8cff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
        0x7fff8bda7000 -     0x7fff8bdd5ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8bdd6000 -     0x7fff8c0a7ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8c0a8000 -     0x7fff8c0ddffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8c0de000 -     0x7fff8c12affe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8c150000 -     0x7fff8c19efff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8c241000 -     0x7fff8c5b8ff6  com.apple.JavaScriptCore (9537 - 9537.77.1) <F588191A-25E6-31AC-A325-B7779DC6D1EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8c5b9000 -     0x7fff8c5e8fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8c5e9000 -     0x7fff8c6d7fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c6d8000 -     0x7fff8c730ff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8c731000 -     0x7fff8c74aff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8c8b4000 -     0x7fff8c8e3ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c8e4000 -     0x7fff8c8f5ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8c8f6000 -     0x7fff8c8faff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
        0x7fff8c8fb000 -     0x7fff8c95effb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c96f000 -     0x7fff8c96fff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8c9d1000 -     0x7fff8cac2ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8cac3000 -     0x7fff8cac4ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff8cac5000 -     0x7fff8caf5fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8cbb1000 -     0x7fff8cbd9ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8cbda000 -     0x7fff8ce34ff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8ce35000 -     0x7fff8ce37ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8ce3a000 -     0x7fff8ce63ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8ce64000 -     0x7fff8ce6fff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ce7d000 -     0x7fff8ce83ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8ced4000 -     0x7fff8cf19fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff8cf1a000 -     0x7fff8cf22ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8cf33000 -     0x7fff8cf3cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8cf3d000 -     0x7fff8cf48fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
        0x7fff8cf49000 -     0x7fff8cf64ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8cfae000 -     0x7fff8cff3ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8d8b8000 -     0x7fff8d8b8fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d8b9000 -     0x7fff8d998fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d999000 -     0x7fff8da83fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8da84000 -     0x7fff8da88ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8da89000 -     0x7fff8dac7ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8dac8000 -     0x7fff8dbacfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8dc83000 -     0x7fff8dc93fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8dc94000 -     0x7fff8dcb9ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8dcba000 -     0x7fff8dcc0fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8dcc1000 -     0x7fff8dd34fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8dd35000 -     0x7fff8ddfffff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8de00000 -     0x7fff8de19ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8de1a000 -     0x7fff8de27ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8de28000 -     0x7fff8de63fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8de64000 -     0x7fff8de66fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8de67000 -     0x7fff8de74ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8df46000 -     0x7fff8df46fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8df84000 -     0x7fff8dfe3fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8dfe4000 -     0x7fff8e000ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8e001000 -     0x7fff8e05cffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e05d000 -     0x7fff8e05dfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8e05e000 -     0x7fff8e066fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8e067000 -     0x7fff8e0efff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8e0f9000 -     0x7fff8e128fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8e1be000 -     0x7fff8e2c4ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8e2c7000 -     0x7fff8e31afff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8e31b000 -     0x7fff8e619fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8e61a000 -     0x7fff8e621ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff8e622000 -     0x7fff8e623fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8e8b6000 -     0x7fff8e8bfffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8e8c0000 -     0x7fff8e8f8ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8e908000 -     0x7fff8e91efff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8e91f000 -     0x7fff8e929ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8e937000 -     0x7fff8e93fff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8e940000 -     0x7fff8e967ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8e968000 -     0x7fff8ea39ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8ea3a000 -     0x7fff8ea66fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8ea67000 -     0x7fff8eb29ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8eb2a000 -     0x7fff8eb39ff8  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
        0x7fff8eb5e000 -     0x7fff8eb75ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8eb76000 -     0x7fff8edbeff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8edbf000 -     0x7fff8f196fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f197000 -     0x7fff8f1e5ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8f1e6000 -     0x7fff8f1e6fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8f439000 -     0x7fff8f6e3ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8fabe000 -     0x7fff8facbfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8facc000 -     0x7fff8fc3aff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8fcb6000 -     0x7fff8fd81fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8fd82000 -     0x7fff8feb8ffd  com.apple.WebKit (9537 - 9537.77.4) <A0291E16-4ED9-30E8-B9A2-DB836778EE9E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8feb9000 -     0x7fff8fed7ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8fed9000 -     0x7fff8fedaffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8fedb000 -     0x7fff8ff24fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8ff25000 -     0x7fff90306ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9035f000 -     0x7fff9040fff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff90410000 -     0x7fff90439fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff90684000 -     0x7fff906e2ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff907a1000 -     0x7fff907a2fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff907d4000 -     0x7fff907d4ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff907d5000 -     0x7fff907e6ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9083d000 -     0x7fff908c6fff  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
        0x7fff908c7000 -     0x7fff90a74f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff90a7b000 -     0x7fff90eaeffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff90eaf000 -     0x7fff90eb6fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff90eb7000 -     0x7fff90f1dfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff90f2d000 -     0x7fff90faefff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff90fb2000 -     0x7fff90fbdfff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff90fc1000 -     0x7fff90fd3fff  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
        0x7fff9100a000 -     0x7fff91025ff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91026000 -     0x7fff9106dff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff9106e000 -     0x7fff91070fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff91071000 -     0x7fff910d6ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff910d7000 -     0x7fff910dafff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff9117c000 -     0x7fff911bdfff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff911be000 -     0x7fff911c6fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff911ee000 -     0x7fff912ddfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff91c9b000 -     0x7fff91cccfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff91ccd000 -     0x7fff91d56ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff91d59000 -     0x7fff91de5ff7  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
        0x7fff91e50000 -     0x7fff91e68ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff91e69000 -     0x7fff91e6dfff  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
        0x7fff91eb5000 -     0x7fff9201bfff  libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff9201c000 -     0x7fff92170ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff92171000 -     0x7fff9217dff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff921e2000 -     0x7fff921e2fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff921e3000 -     0x7fff921f5ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9220e000 -     0x7fff9220ffff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff92224000 -     0x7fff9226bfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff9226c000 -     0x7fff9226cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff9226d000 -     0x7fff92354ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff92355000 -     0x7fff9235efff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9235f000 -     0x7fff92517ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
        0x7fff9251c000 -     0x7fff92525ff7  libcldcpuengine.dylib (2.3.58) <E3A84FEC-4060-39C2-A469-159A443D2B6D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff9253b000 -     0x7fff925f3ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff925f4000 -     0x7fff92f1432b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff92f1c000 -     0x7fff92f21fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff92f22000 -     0x7fff93107fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff93108000 -     0x7fff93159ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff93214000 -     0x7fff933b4ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff933b5000 -     0x7fff933b9ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff933ba000 -     0x7fff933c1ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff9345e000 -     0x7fff93468ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff93469000 -     0x7fff93627fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff9364e000 -     0x7fff93661ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff93662000 -     0x7fff93b68ffb  com.apple.Safari.framework (9537 - 9537.77.4) <4DA7F240-5451-3C23-9ADA-CFE34FB51FDB> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff93b69000 -     0x7fff93b93ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff93b94000 -     0x7fff93b9efff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff93b9f000 -     0x7fff93bc3fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff93bc4000 -     0x7fff93bc4fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff93bc5000 -     0x7fff93bc6ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93e89000 -     0x7fff93ea3fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff93ef3000 -     0x7fff93f5ffff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff93f60000 -     0x7fff94151ff3  com.apple.WebKit2 (9537 - 9537.77.4) <5090816E-BD02-350C-B4CE-613A246532F5> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff941e9000 -     0x7fff941ebfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff941ec000 -     0x7fff9427cff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff9446c000 -     0x7fff944d0fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff944e0000 -     0x7fff94505ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff94506000 -     0x7fff94535ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff94536000 -     0x7fff945c1fff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
        0x7fff945c2000 -     0x7fff945e6ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff94c5c000 -     0x7fff94f46fff  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
        0x7fff94fad000 -     0x7fff95024fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff95025000 -     0x7fff9535bfff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff9535c000 -     0x7fff953b5fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff953b6000 -     0x7fff95423fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff957bd000 -     0x7fff957bfffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff95810000 -     0x7fff958abff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff958d2000 -     0x7fff958d9ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff95903000 -     0x7fff95d51fef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff95d52000 -     0x7fff95d60fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff95da2000 -     0x7fff95da6fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff95e64000 -     0x7fff95f86fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff95f89000 -     0x7fff95f90fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff95f91000 -     0x7fff96000ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff960d6000 -     0x7fff96107ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff96108000 -     0x7fff9610afff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9610b000 -     0x7fff96134fff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff96135000 -     0x7fff96138ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff9615b000 -     0x7fff9618ffff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff96246000 -     0x7fff963e2ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff963e3000 -     0x7fff96512fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff96513000 -     0x7fff96519ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff965c4000 -     0x7fff965ceff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff965fd000 -     0x7fff97450ffb  com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff9747e000 -     0x7fff97486ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff97487000 -     0x7fff974a4ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff974a5000 -     0x7fff974f7fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff97505000 -     0x7fff97506ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff97510000 -     0x7fff9751aff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff97618000 -     0x7fff97628ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff97629000 -     0x7fff97662ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff97663000 -     0x7fff9767eff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff97680000 -     0x7fff97683fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff97684000 -     0x7fff97685ff7  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
        0x7fff97766000 -     0x7fff9777eff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff9777f000 -     0x7fff97783ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff97784000 -     0x7fff97786fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff977d4000 -     0x7fff9783bff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff97842000 -     0x7fff9784fff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff9796b000 -     0x7fff97a9bff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff97a9c000 -     0x7fff97ac3ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff97b9a000 -     0x7fff98710ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff98711000 -     0x7fff98750fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff988ad000 -     0x7fff988b2ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff988b3000 -     0x7fff98900ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff98901000 -     0x7fff9890dffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff9891f000 -     0x7fff98924ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff98925000 -     0x7fff98927ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff98928000 -     0x7fff9892aff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff9892b000 -     0x7fff9896dff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff9896e000 -     0x7fff98adeff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff98adf000 -     0x7fff98ae0fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff9904b000 -     0x7fff9904efff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 3627
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=214.4M resident=119.4M(56%) swapped_out_or_unallocated=95.1M(44%)
    Writable regions: Total=1.2G written=53.2M(4%) resident=94.0M(8%) swapped_out=0K(0%) unallocated=1.1G(92%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG image                              260K
    CG share

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • 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

  • Help with this crash report?

    Can anyone give me a hand with this? Safari crashes almost instantly after startup.
    Date/Time: 2006-11-18 07:59:59.310 +0100
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [58]
    Version: 2.0.4 (419.3)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 383
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000025
    Thread 0 Crashed:
    0 com.apple.WebCore 0x95865b58 DOM::NodeImpl::setChanged(bool) + 52
    1 com.apple.WebCore 0x95972eb0 DOM::DocumentImpl::setCSSTarget(DOM::NodeImpl*) + 44
    2 com.apple.WebCore 0x95972cf4 KHTMLPart::gotoAnchor(QString const&) + 532
    3 com.apple.WebCore 0x95903f20 KHTMLPart::gotoAnchor() + 64
    4 com.apple.WebCore 0x9599a2e4 KWQKHTMLPart::scrollToAnchor(KURL const&) + 136
    5 com.apple.WebCore 0x959adb58 -[WebCoreBridge scrollToAnchorWithURL:] + 108
    6 com.apple.WebKit 0x956cfbd0 -[WebFrame(WebPrivate) _continueFragmentScrollAfterNavigationPolicy:formState:] + 192
    7 com.apple.WebKit 0x956a7adc -[WebFrame(WebPrivate) _loadURL:referrer:loadType:target:triggeringEvent:form:formValues:] + 680
    8 com.apple.WebKit 0x956a96bc -[WebBridge loadURL:referrer:reload:userGesture:target:triggeringEvent:form:formValues:] + 244
    9 com.apple.WebCore 0x959233ac KWQKHTMLPart::urlSelected(KURL const&, int, int, KParts::URLArgs const&) + 768
    10 com.apple.WebCore 0x9592305c KHTMLPart::urlSelected(QString const&, int, int, QString const&, KParts::URLArgs) + 1412
    11 com.apple.WebCore 0x958fbf64 DOM::HTMLAnchorElementImpl::defaultEventHandler(DOM::EventImpl*) + 1644
    12 com.apple.WebCore 0x958e81d4 DOM::NodeImpl::dispatchGenericEvent(DOM::EventImpl*, int&) + 832
    13 com.apple.WebCore 0x958e7d0c DOM::NodeImpl::dispatchEvent(DOM::EventImpl*, int&, bool) + 128
    14 com.apple.WebCore 0x958ec914 KHTMLView::dispatchMouseEvent(int, DOM::NodeImpl*, bool, int, QMouseEvent*, bool, int) + 2040
    15 com.apple.WebCore 0x959107b0 KHTMLView::viewportMouseReleaseEvent(QMouseEvent*) + 824
    16 com.apple.WebCore 0x959103cc KWQKHTMLPart::mouseUp(NSEvent*) + 288
    17 com.apple.WebKit 0x956a9598 -[WebHTMLView mouseUp:] + 88
    18 com.apple.AppKit 0x93746900 -[NSWindow sendEvent:] + 4728
    19 com.apple.Safari 0x00021734 0x1000 + 132916
    20 com.apple.AppKit 0x936ef8d4 -[NSApplication sendEvent:] + 4172
    21 com.apple.Safari 0x00021238 0x1000 + 131640
    22 com.apple.AppKit 0x936e6d10 -[NSApplication run] + 508
    23 com.apple.AppKit 0x937d787c NSApplicationMain + 452
    24 com.apple.Safari 0x0005c77c 0x1000 + 374652
    25 com.apple.Safari 0x0005c624 0x1000 + 374308
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92970164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9297009c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95689f70 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298869c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929897dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f08c select + 12
    1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92968300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a4db42c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x92968300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x93787708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92961194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002e88c kevent + 12
    1 com.apple.DesktopServices 0x92875250 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x90bc28b0 PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90bc2aa0 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x928758cc TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x90bc28b0 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907eb8dc CFRunLoopRun + 52
    5 com.apple.QuickTime 0x947d9f70 QTSNetworkThread_RunThread + 128
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145463c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914543dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000095865b58 srr1: 0x000000000200f030 vrsave: 0x00000000fff00000
    cr: 0x48024224 xer: 0x0000000020000003 lr: 0x0000000095972eb0 ctr: 0x0000000000000009
    r0: 0x000000000c32d860 r1: 0x00000000bfffd860 r2: 0x0000000000000001 r3: 0x000000000c32d030
    r4: 0x0000000000000001 r5: 0x0000000000000000 r6: 0x00000000ffffffff r7: 0x0000000000000001
    r8: 0x0000000000000000 r9: 0x0000000000000001 r10: 0x0000000000000001 r11: 0x0000000048022222
    r12: 0x000000009000608c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x00000000a58484a0 r17: 0x0000000000000001 r18: 0x00000000a5697834 r19: 0x00000000006a18e0
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x000000000e2b8300 r23: 0x000000000f647ef0
    r24: 0x0000000000000000 r25: 0x0000000000000001 r26: 0x00000000101eac00 r27: 0x00000000bfffd9a0
    r28: 0x00000000120c4030 r29: 0x0000000004c3fcb0 r30: 0x00000000120c4030 r31: 0x0000000095972af4
    Binary Images Description:
    0x1000 - 0xdcfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x767000 - 0x768fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x51d6000 - 0x51d8fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5cdf000 - 0x5fe8fff com.macromedia.Flash Player.plugin 9.0.0 (1.0.4f20) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x7c0b000 - 0x7c18fff com.apple.quicktime.webplugin 7.1.3 /Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    0x7c61000 - 0x7c65fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x7cac000 - 0x7cb2fff com.apple.ATIRadeon9700GA 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GA.plugin/Contents/MacOS/ATIRadeon9700G A
    0x81b9000 - 0x81d2fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x8242000 - 0x8244fff com.apple.PDFImporter 1.6 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x82ee000 - 0x8309fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x90b0000 - 0x90e9fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x9147000 - 0x9161fff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x93a2000 - 0x93e1fff com.apple.QuickTimeFireWireDV.component 7.1.3 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x93ec000 - 0x9465fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x9a19000 - 0x9b28fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x9b57000 - 0x9c47fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x8fe00000 - 0x8fe51fff dyld 45.3 /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.2 (???) /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 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b58fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib
    0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8e000 - 0x90fcffff com.apple.CFNetwork 4.0 (129.18) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d3000 - 0x910fdfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110e000 - 0x9111cfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111f000 - 0x912dafff com.apple.security 4.5 (28992) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d8000 - 0x913e1fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e8000 - 0x91410fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91423000 - 0x9142efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91433000 - 0x9143bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143f000 - 0x914bafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f7000 - 0x914f7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f9000 - 0x91531fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154c000 - 0x91619fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916fffff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91746000 - 0x917fdfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183a000 - 0x91898fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c7000 - 0x918ebfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918ff000 - 0x91924fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91937000 - 0x91979fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91995000 - 0x919a9fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b7000 - 0x919f9fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0f000 - 0x91ad7fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b25000 - 0x91b3afff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3f000 - 0x91b5dfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b63000 - 0x91bd2fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be9000 - 0x91bedfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91bef000 - 0x91c4efff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c53000 - 0x91c90fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c97000 - 0x91cb0fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb5000 - 0x91cb8fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cba000 - 0x91cbafff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cbc000 - 0x91da1fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da9000 - 0x91dc8fff 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
    0x91e34000 - 0x91ea2fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ead000 - 0x91f42fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f5c000 - 0x924e4fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92517000 - 0x92842fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92872000 - 0x928fafff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9293b000 - 0x92b66fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c84000 - 0x92d62fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d82000 - 0x92e70fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e82000 - 0x92ea0fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92eab000 - 0x92f05fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f23000 - 0x92f23fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f25000 - 0x92f39fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f51000 - 0x92f61fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f6d000 - 0x92f82fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f94000 - 0x9301bfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302f000 - 0x9303afff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93044000 - 0x93071fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9308b000 - 0x9309bfff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a7000 - 0x9310dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9313e000 - 0x9318dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931bb000 - 0x931d8fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931ea000 - 0x931f7fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93200000 - 0x9350dfff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9365c000 - 0x93668fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9366d000 - 0x9368dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936e0000 - 0x936e0fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936e2000 - 0x93d15fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940a2000 - 0x94112fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9414b000 - 0x9420efff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94260000 - 0x94260fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94262000 - 0x94435fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9448b000 - 0x944c8fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944d0000 - 0x94520fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945b1000 - 0x945e9fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9462c000 - 0x94648fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9465c000 - 0x946a0fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946c4000 - 0x946d3fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946db000 - 0x946e7fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9472d000 - 0x94745fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9474c000 - 0x94a1bfff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94ade000 - 0x94b4ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bc2000 - 0x94be2fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94cea000 - 0x94e1afff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94eac000 - 0x94ebbfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec3000 - 0x94ef0fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef7000 - 0x94f07fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f0b000 - 0x94f3afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f4a000 - 0x94f67fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95687000 - 0x95715fff com.apple.WebKit 418.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95771000 - 0x95807fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95844000 - 0x95b50fff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cd9000 - 0x95d02fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95e90000 - 0x95ecffff com.apple.QTKit 7.1.3 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96ef9000 - 0x96f18fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9762f000 - 0x976f0fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9771b000 - 0x9771cfff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x9771e000 - 0x9772bfff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98b44000 - 0x994fbfff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99722000 - 0x99726fff com.apple.QuickTimeH264.component 7.1.3 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x99728000 - 0x9980cfff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x998f3000 - 0x9994bfff com.apple.QuickTimeMPEG.component 7.1.3 /System/Library/QuickTime/QuickTimeMPEG.component/Contents/MacOS/QuickTimeMPEG
    0x99958000 - 0x99a1ffff com.apple.QuickTimeMPEG4.component 7.1.3 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x99a3c000 - 0x99ba0fff com.apple.QuickTimeStreaming.component 7.1.3 /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x9a192000 - 0x9a1bdfff com.apple.QuickTime Plugin.plugin 7.1.3 /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x9a4d8000 - 0x9a50efff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a52b000 - 0x9a53dfff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerBook5,6, BootROM 4.9.1f1, 1 processors, PowerPC G4 (1.2), 1.67 GHz, 1 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 64 MB
    Memory Module: SODIMM0/J25LOWER, 512 MB, DDR SDRAM, PC2700U-25330
    Memory Module: SODIMM1/J25UPPER, 512 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.8f2, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    Parallel ATA Device: MATSHITADVD-R UJ-835E,
    Parallel ATA Device: FUJITSU MHT2080AH, 74.53 GB
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard/Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA

    I downloaded and reapplyed the 10.4.8 update. Upon the restart, the blue screen with the Apple logo in the center came up, and that is it. I have tried all the methods of restarting as stated in the manual, but none have done anything. I ran the hardware test, it finished and said everything was OK. Now, the little spinning wheel is going round and round, AND there is a "NO" sign where the Apple shoud be (NO sign is a circle with a line diagonally through it). A thousand helper points to anyone that can help me get this thing going again.
    PowerBook G4 Mac OS X (10.4.6)
    arnie
    Posts: 632
    Registered: Dec 5, 2002
    Re: Frozen, can't get anything but a blue screen on restart
    Posted: Nov 22, 2006 12:11 PM in response to: MacDouglas Reply Email
    if it won't boot even in "safe mode" - shift key held down right after restart, OS is probably messed up badly.
    you could try booting from 10.4 disc and running "archive and install"
    MacDouglas
    Posts: 9
    From: Texas
    Registered: Apr 22, 2006
    Re: Frozen, can't get anything but a blue screen on restart
    Posted: Nov 22, 2006 2:00 PM in response to: arnie Reply Email
    I did try to boot using the disc. However, when I select the disk in the Startup Manager (and the HD, startup disc and hardware test) all show up as options, I hi-light the disc, click the arrow, then go into infinite wait mode, first with the apple and spinning gear, later (on a couple of occasions) the apple turns into the prohibitory sign.
    Boy, I am lost on this.....I couldn't even reload everything with this situation.
    PowerBook G4 Mac OS X (10.4.6)
    arnie
    Posts: 632
    Registered: Dec 5, 2002
    Re: Frozen, can't get anything but a blue screen on restart
    Posted: Nov 22, 2006 4:36 PM in response to: MacDouglas Reply Email
    to boot from OS disc try holding down "c" on keyboard, do not hold "option" key
    if it won't boot from original OS disc when "c" is pressed, could be some hardware issue
    MacDouglas
    Posts: 9
    From: Texas
    Registered: Apr 22, 2006
    Re: Frozen, can't get anything but a blue screen on restart
    Posted: Nov 23, 2006 5:52 AM in response to: arnie Reply Email
    I couldn´t get anything done, however I read through some other posts and tried the command-option-P-R. This, after the second restart, allowed me to finally access the disk utilities. I did a "first aid repair", got a lot of library issues repaired by was left with a final message that said:
    Invalid leaf record count
    should be 12 instead of 730
    AT the bottom, the final summary said:
    1 HFS volume repaired
    1 Volume could not be repaired
    I tried again several other times to restart, however still no can do.
    Ideas?
    PowerBook G4   Mac OS X (10.4.6)  

  • Safari crashing

    My safari keeps crashing and I would appreciate any help you could give me.
    Here's my crash report.
    Process: Safari [127]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.3 (6533.19.4)
    Build Info: WebBrowser-75331904~2
    Code Type: X86-64 (Native)
    Parent Process: launchd [95]
    Date/Time: 2011-01-16 22:09:31.496 -0500
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000048
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.WebCore 0x00007fff860f634b WebCore::nextCandidate(WebCore::Position const&) + 27
    1 com.apple.WebCore 0x00007fff860f4bed WebCore::VisiblePosition::canonicalPosition(WebCore::Position const&) + 333
    2 com.apple.WebCore 0x00007fff860f4970 WebCore::VisiblePosition::init(WebCore::Position const&, WebCore::EAffinity) + 48
    3 com.apple.WebCore 0x00007fff861d150a WebCore::Frame::styleForSelectionStart(WebCore::Node*&) const + 90
    4 com.apple.WebCore 0x00007fff861d12f5 WebCore::Editor::fontForSelection(bool&) const + 53
    5 com.apple.WebKit 0x00007fff876a721d -[WebHTMLView(WebInternal) _updateFontPanel] + 157
    6 com.apple.WebKit 0x00007fff876a6e8f -[WebHTMLView becomeFirstResponder] + 95
    7 com.apple.AppKit 0x00007fff84677de6 -[NSWindow makeFirstResponder:] + 643
    8 com.apple.Safari 0x0000000100060322 0x100000000 + 394018
    9 com.apple.Safari 0x0000000100060289 0x100000000 + 393865
    10 com.apple.CoreFoundation 0x00007fff8155696c _invoking__ + 140
    11 com.apple.CoreFoundation 0x00007fff8155683d -[NSInvocation invoke] + 141
    12 com.apple.CoreFoundation 0x00007fff81572711 -[NSInvocation invokeWithTarget:] + 49
    13 com.apple.WebKit 0x00007fff8769e6e4 -[_WebSafeForwarder forwardInvocation:] + 132
    14 com.apple.CoreFoundation 0x00007fff8155398c __forwarding__ + 860
    15 com.apple.CoreFoundation 0x00007fff8154fa68 CF_forwarding_prep0 + 232
    16 com.apple.WebKit 0x00007fff876e5163 WebChromeClient::makeFirstResponder(NSResponder*) + 67
    17 com.apple.WebCore 0x00007fff861c53d2 WebCore::Chrome::focusNSView(NSView*) + 130
    18 com.apple.WebCore 0x00007fff861c50b9 WebCore::Widget::setFocus(bool) + 105
    19 com.apple.WebCore 0x00007fff8610613c WebCore::Document::setFocusedNode(***::PassRefPtr<WebCore::Node>) + 1276
    20 com.apple.WebCore 0x00007fff861c1b83 WebCore::FocusController::setFocusedNode(WebCore::Node*, ***::PassRefPtr<WebCore::Frame>) + 387
    21 com.apple.WebCore 0x00007fff861c1878 WebCore::Element::focus(bool) + 200
    22 com.apple.WebCore 0x00007fff8698c346 WebCore::SelectElement::listBoxDefaultEventHandler(WebCore::SelectElementData&, WebCore::Element*, WebCore::Event*, WebCore::HTMLFormElement*) + 438
    23 com.apple.WebCore 0x00007fff8698cd49 WebCore::SelectElement::defaultEventHandler(WebCore::SelectElementData&, WebCore::Element*, WebCore::Event*, WebCore::HTMLFormElement*) + 73
    24 com.apple.WebCore 0x00007fff863d747c WebCore::HTMLSelectElement::defaultEventHandler(WebCore::Event*) + 44
    25 com.apple.WebCore 0x00007fff86063706 WebCore::Node::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>) + 1030
    26 com.apple.WebCore 0x00007fff860631d1 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 241
    27 com.apple.WebCore 0x00007fff860ebf72 WebCore::Node::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 834
    28 com.apple.WebCore 0x00007fff860ebbe5 WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 181
    29 com.apple.WebCore 0x00007fff860eb0e4 WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 116
    30 com.apple.WebCore 0x00007fff862b24b6 WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 726
    31 com.apple.WebCore 0x00007fff862b20c8 WebCore::EventHandler::mouseDown(NSEvent*) + 216
    32 com.apple.WebKit 0x00007fff876c6eb8 -[WebHTMLView mouseDown:] + 472
    33 com.apple.AppKit 0x00007fff8477834f -[NSWindow sendEvent:] + 5409
    34 com.apple.Safari 0x0000000100042489 0x100000000 + 271497
    35 com.apple.Safari 0x0000000100042416 0x100000000 + 271382
    36 com.apple.AppKit 0x00007fff846ada86 -[NSApplication sendEvent:] + 4719
    37 com.apple.Safari 0x0000000100039146 0x100000000 + 233798
    38 com.apple.AppKit 0x00007fff846444da -[NSApplication run] + 474
    39 com.apple.AppKit 0x00007fff8463d1a8 NSApplicationMain + 364
    40 com.apple.Safari 0x000000010000a1c0 0x100000000 + 41408
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81a50692 select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x00007fff81a26127 dispatch_mgrinvoke + 388
    2 libSystem.B.dylib 0x00007fff81a25d14 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff81a2583e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff81a25168 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81a25005 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff81a45fca _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff81a49de1 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff85fff1b9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff85ffb2bc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4 libSystem.B.dylib 0x00007fff81a44536 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff81a443e9 thread_start + 13
    Thread 3: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff81a0b2da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81a0b94d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8151c932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8151bdbf CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f899 0x100000000 + 194713
    5 com.apple.Safari 0x000000010002f829 0x100000000 + 194601
    6 libSystem.B.dylib 0x00007fff81a44536 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81a443e9 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff81a0b2da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81a0b94d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8151c932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8151bdbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8395a07f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff838db0a5 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff81a44536 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81a443e9 thread_start + 13
    Thread 5: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff81a4ee92 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff8153e498 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff81a44536 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff81a443e9 thread_start + 13
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff81a45fca _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff81a49de1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff85bd41a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001be869 0x100000000 + 1828969
    4 com.apple.Safari 0x000000010004737b 0x100000000 + 291707
    5 com.apple.Safari 0x00000001000471f9 0x100000000 + 291321
    6 libSystem.B.dylib 0x00007fff81a44536 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81a443e9 thread_start + 13
    Thread 7: WebCore: LocalStorage
    0 libSystem.B.dylib 0x00007fff81a45fca _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff81a49de1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff85bd41a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.WebCore 0x00007fff8634fdd1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4 libSystem.B.dylib 0x00007fff81a44536 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff81a443e9 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff81a0b2da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81a0b94d mach_msg + 59
    2 com.apple.QuartzCore 0x00007fff88e2f3d2 CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore 0x00007fff88e2f312 thread_fun + 34
    4 libSystem.B.dylib 0x00007fff81a44536 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff81a443e9 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff81a24f8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81a2539c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81a25005 start_wqthread + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff81a24f8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81a2539c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81a25005 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000122027478 rcx: 0x0000000000000000 rdx: 0x0000000000000000
    rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfe450 rsp: 0x00007fff5fbfe420
    r8: 0x000000010075d400 r9: 0x0000000000000003 r10: 0x0000000013bc003f r11: 0x00007fff5fbfe2d0
    r12: 0x00007fff5fbfe4a0 r13: 0x0000000122027478 r14: 0x00000001191c9948 r15: 0x00007fff5fbfe4d0
    rip: 0x00007fff860f634b rfl: 0x0000000000010202 cr2: 0x0000000000000048
    Binary Images:
    0x100000000 - 0x1006afff7 com.apple.Safari 5.0.3 (6533.19.4) <B19794C1-5278-9BBE-1505-AB9C9DDA84E0> /Applications/Safari.app/Contents/MacOS/Safari
    0x100f7b000 - 0x100f7bfff com.apple.JavaPluginCocoa 13.3.0 (13.3.0) <FE297F73-9063-3507-BA4D-B02306F4A3C2> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x115658000 - 0x115661fff com.apple.JavaVM 13.3.0 (13.3.0) <36BCE3E0-67EB-184B-3831-78287E8C58A1> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x11bb63000 - 0x11bb64fff ATSHI.dylib ??? (???) <F6C4F446-7AC4-7A17-9302-C38A016322B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x11bd31000 - 0x11bd37fff libgermantok.dylib ??? (???) <A87630B4-D01C-8724-54D2-5E8CC85FC07B> /usr/lib/libgermantok.dylib
    0x11bf4e000 - 0x11bf52ff7 libFontRegistryUI.dylib ??? (???) <763B8E8F-8602-2096-7CC8-CEE1F4248028> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x11d200000 - 0x11d226fff GLRendererFloat ??? (???) <8256EA93-A236-8B55-F214-65896DDB7A0E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x11e0c8000 - 0x11e259fef GLEngine ??? (???) <AE898A2A-1C12-9FDB-455F-32601F030904> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11e28a000 - 0x11e6adfef libclh.dylib 3.1.1 C (3.1.1) <66455CD1-8C09-4A8F-EDA1-D4F2F30663F1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x122146000 - 0x12216aff7 libPDFRIP.A.dylib 545.0.0 (compatibility 64.0.0) <62B99BDE-4273-3013-0853-F2B14D3A517F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x13ac00000 - 0x13ad10fef libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
    0x200000000 - 0x200787fef com.apple.GeForceGLDriver 1.6.26 (6.2.6) <BAAEDD99-82FA-2C7F-CD66-E0977C670CC5> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80446fef 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
    0x7fff80447000 - 0x7fff80521ff7 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
    0x7fff805d8000 - 0x7fff80627ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff80628000 - 0x7fff8062afff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8062b000 - 0x7fff806b7fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff806f3000 - 0x7fff806f4fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff806f5000 - 0x7fff80761ff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff80762000 - 0x7fff8079fff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff807a0000 - 0x7fff80983fff libType1Scaler.dylib ??? (???) <3A1AFBA4-958E-DD07-297E-DF1FB2C96D7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x7fff80984000 - 0x7fff8098ffff com.apple.CrashReporterSupport 10.6.6 (256) <E99205C8-C119-764D-E06B-65659A35024A> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff80a91000 - 0x7fff80d8ffe7 com.apple.HIToolbox 1.6.4 (???) <263AD497-F4CC-9610-E7D3-B95CF6F02030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff80e47000 - 0x7fff80e60fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff80e61000 - 0x7fff80e75fff libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff80ea5000 - 0x7fff80f22fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff80f98000 - 0x7fff80f99ff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff80f9a000 - 0x7fff80f9fff7 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
    0x7fff8106b000 - 0x7fff81076ff7 com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff81077000 - 0x7fff81094ff7 libPng.dylib ??? (???) <14043CBC-329F-4009-299E-DEE411E16134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff81095000 - 0x7fff810c4ff7 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
    0x7fff810c5000 - 0x7fff81174fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff81175000 - 0x7fff811ddfff 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
    0x7fff811de000 - 0x7fff81263ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8126b000 - 0x7fff812a4ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff812a5000 - 0x7fff812b6ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff812f7000 - 0x7fff8133aff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8133b000 - 0x7fff8133eff7 libCoreVMClient.dylib ??? (???) <609598E6-195D-E5D4-3B92-AE8D9768829C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8133f000 - 0x7fff81380fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff81381000 - 0x7fff81386fff libGIF.dylib ??? (???) <9A2723D8-61F9-6D65-D254-4F9273CDA54A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff81404000 - 0x7fff814cffe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <3C223A94-EF14-28C5-844B-C25DFC87FB42> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff814d0000 - 0x7fff81647fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff81648000 - 0x7fff8164ffff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8166b000 - 0x7fff81728ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff81729000 - 0x7fff819affff com.apple.security 6.1.1 (37594) <1B4E1ABD-1BB3-DA49-F574-0EEB23E73C6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff819b0000 - 0x7fff819cbff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff819cc000 - 0x7fff81a09fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff81a0a000 - 0x7fff81bcbfff libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    0x7fff81c3f000 - 0x7fff81c87ff7 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
    0x7fff81d0a000 - 0x7fff81d17fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff81d48000 - 0x7fff81e61fef libGLProgrammability.dylib ??? (???) <4F2DC233-7DD2-1204-CAA5-3E6524F0AB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff81e62000 - 0x7fff81ea5fe7 MetadataLib.dylib 3.4.1 (compatibility 2.2.1) <C6A534CB-E387-F268-539E-46E33E933A43> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x7fff81ea6000 - 0x7fff81ea9ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff81eaa000 - 0x7fff81eb3ff7 com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff81eff000 - 0x7fff81f0efff libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
    0x7fff81f0f000 - 0x7fff81f3ffef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff81f40000 - 0x7fff82044fff com.apple.PubSub 1.0.5 (65.20) <67A088DF-7F4A-DC23-6F96-F9BAA4C238DC> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff82045000 - 0x7fff8215cfef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff8215d000 - 0x7fff821a4fff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff821a5000 - 0x7fff821a8fff 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
    0x7fff82360000 - 0x7fff823effff 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
    0x7fff823f0000 - 0x7fff8245afe7 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
    0x7fff8245b000 - 0x7fff82599fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8259a000 - 0x7fff8259ffff libGFXShared.dylib ??? (???) <991F8197-FD06-2AF1-F99B-E448ED4FB2AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff825a0000 - 0x7fff825abff7 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
    0x7fff825ac000 - 0x7fff825acff7 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
    0x7fff825f8000 - 0x7fff82607fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff82608000 - 0x7fff82679ff7 com.apple.AppleVAFramework 4.10.12 (4.10.12) <1B68BE43-4C54-87F5-0723-0B0A14CD21E8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8267a000 - 0x7fff82690fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff826a0000 - 0x7fff826c6fe7 libJPEG.dylib ??? (???) <6690F15D-E970-2678-430E-590A94F5C8E9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff826c7000 - 0x7fff82931fef com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff82932000 - 0x7fff82b6dfef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff82b6e000 - 0x7fff82b84fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff82b85000 - 0x7fff82b90fff com.apple.corelocation 12.1 (12.1) <0B15767B-D752-7DA6-A8BB-5A1C9C39C5C8> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff82b91000 - 0x7fff82f6bfff com.apple.RawCamera.bundle 3.4.1 (546) <F7865FD2-4869-AB19-10AA-EFF1B3BC4178> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff830cd000 - 0x7fff830d3ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff830fe000 - 0x7fff8311ffff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff83120000 - 0x7fff83169ff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8316a000 - 0x7fff8316eff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8316f000 - 0x7fff83241fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff83242000 - 0x7fff8326dff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff8326e000 - 0x7fff832a7fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <561D0DCB-47AD-A12C-9066-70E4CBAD331C> /usr/lib/libcups.2.dylib
    0x7fff832a8000 - 0x7fff832bcff7 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
    0x7fff832bd000 - 0x7fff833e3fff com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <B51023BB-A5C9-3C65-268B-6B86B901BB2C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff833e4000 - 0x7fff8342eff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8342f000 - 0x7fff83460fff libGLImage.dylib ??? (???) <1A8E58CF-FA2F-14F7-A097-D34EEA8A7D03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff83469000 - 0x7fff834c9fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff834ca000 - 0x7fff83580fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff83581000 - 0x7fff835c5fe7 com.apple.ImageCaptureCore 1.0.3 (1.0.3) <913FFA89-0AC8-0A8D-CC2A-364CB0F303BA> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff835ce000 - 0x7fff835cffff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff835ef000 - 0x7fff83624fef com.apple.framework.Apple80211 6.2.3 (623.1) <E58C0A3A-BA14-9703-F6A3-3951A862570C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff83625000 - 0x7fff83666fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff83667000 - 0x7fff83679fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8367a000 - 0x7fff8369aff7 com.apple.DirectoryService.Framework 3.6 (621.9) <FF6567B5-56BD-F3EC-E59D-1EC583C3CF73> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8369b000 - 0x7fff836e2ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83708000 - 0x7fff837bdfe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff837be000 - 0x7fff837beff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff837bf000 - 0x7fff838c9ff7 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
    0x7fff838ca000 - 0x7fff83b4dff7 com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff83b4e000 - 0x7fff83b76fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff83b77000 - 0x7fff8427406f com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff842b7000 - 0x7fff842f8ff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff84463000 - 0x7fff844b8ff7 com.apple.framework.familycontrols 2.0.2 (2020) <A3CFF697-B9DB-A7E5-3B39-9DA9B34F0595> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff844b9000 - 0x7fff844cafff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff844d7000 - 0x7fff84590fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff845e9000 - 0x7fff845feff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff845ff000 - 0x7fff84624ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8463b000 - 0x7fff85031fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff85032000 - 0x7fff85032ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff85033000 - 0x7fff85065fff libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff85066000 - 0x7fff850a9fef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
    0x7fff850aa000 - 0x7fff850aaff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff850ab000 - 0x7fff8513bfff 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
    0x7fff8513c000 - 0x7fff8518bfef libTIFF.dylib ??? (???) <AE9DC484-1382-F7AD-FE25-C28082FCB5D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8518c000 - 0x7fff852b4ff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff852b5000 - 0x7fff8539afef com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff853b7000 - 0x7fff85bc1fe7 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
    0x7fff85bc2000 - 0x7fff85db1fe7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <233B3E34-CDC4-668A-529A-7E61D510D991> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff85db2000 - 0x7fff85db8fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff85db9000 - 0x7fff85e0bff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff85e0c000 - 0x7fff85e8afff com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff85e8b000 - 0x7fff85e9afff com.apple.opengl 1.6.12 (1.6.12) <DE3F0528-7759-CDFD-A2CF-C51D3C9C8B39> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff85e9b000 - 0x7fff85ed5fff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff85ed6000 - 0x7fff85f8bfe7 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
    0x7fff85f8c000 - 0x7fff85f8cff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff85f8d000 - 0x7fff85f93ff7 com.apple.CommerceCore 1.0 (6) <E8A1144C-5666-9840-4729-256FE69CDBDB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff85fa0000 - 0x7fff85fb1fff SyndicationUI ??? (???) <91DAD490-897C-E5E9-C30B-161D4F42BF98> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff85fb2000 - 0x7fff85fc8fff com.apple.ImageCapture 6.0.1 (6.0.1) <09ABF2E9-D110-71A9-4A6F-8A61B683E936> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff85ff9000 - 0x7fff86c6cfef com.apple.WebCore 6533.19 (6533.19.4) <214A0165-E3D0-1F7A-F2D5-5337E00E410A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff86c6d000 - 0x7fff86d8efe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86d8f000 - 0x7fff870c3fff com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87114000 - 0x7fff871d5fe7 libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff87550000 - 0x7fff875eafff com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff875eb000 - 0x7fff8768bfff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8768c000 - 0x7fff87809ff7 com.apple.WebKit 6533.19 (6533.19.4) <3B8D40F4-9B05-82BE-ECA5-7855A77AF700> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8780a000 - 0x7fff87818ff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
    0x7fff8785b000 - 0x7fff878a4fef libGLU.dylib ??? (???) <CCE779A9-2467-A5AA-A558-691E43A1105F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff878d5000 - 0x7fff878e1fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff878e2000 - 0x7fff87a99fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <2CB9997A-A28D-80BC-5921-E7D50BBCACA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff87a9a000 - 0x7fff87aa0ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff87aa1000 - 0x7fff87aedfff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff87bef000 - 0x7fff87c6cfef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff87c6d000 - 0x7fff87c6eff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff87c83000 - 0x7fff87c83ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87c84000 - 0x7fff87ca7fff com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff87ca8000 - 0x7fff87d0afe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff87d0b000 - 0x7fff8820ffe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff88210000 - 0x7fff8837ffe7 com.apple.QTKit 7.6.6 (1756) <250AB242-816D-9F5D-94FB-18BF2AE9AAE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff88380000 - 0x7fff88478ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
    0x7fff88479000 - 0x7fff884f5ff7 com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8850c000 - 0x7fff88598fff com.apple.iLifeMediaBrowser 2.5.4 (468.1.1) <5BCC3A26-0EC9-B9ED-D4F0-2278F4275E93> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff885da000 - 0x7fff885daff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff887da000 - 0x7fff88998fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <781E7B63-2AD0-E9BA-927C-4521DB616D02> /usr/lib/libicucore.A.dylib
    0x7fff889f2000 - 0x7fff88a71fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88a8b000 - 0x7fff88a8dfff libRadiance.dylib ??? (???) <76438F90-DD4B-9941-9367-F2DFDF927876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff88a8e000 - 0x7fff88ad3fff com.apple.CoreMediaIOServices 134.0 (1160) <033C41A6-EB9B-6B3B-781A-AF001A945C7A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff88ad4000 - 0x7fff88d16fef com.apple.AddressBook.framework 5.0.3 (875) <78FDBCC6-8F4C-C4DF-4A60-BB038572B870> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff88d17000 - 0x7fff88d52fff 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
    0x7fff88d53000 - 0x7fff88dd5fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff88dd6000 - 0x7fff88ddaff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <63F77AC8-84CB-0C2F-8D2B-190EE5CCDB45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff88ddb000 - 0x7fff88ddbff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff88ddc000 - 0x7fff89179fe7 com.apple.QuartzCore 1.6.3 (227.34) <215222AF-B30A-7CE5-C46C-1A766C1D1D2E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib

    Look in all these folders that are available on the link I posted before for third party plugins.
    /Library/Internet Plug-Ins/
    /Library/Input Methods/
    /Library/InputManagers/
    /Library/ScriptingAdditions
    This next set is your Home folder noted by the ~ (Tilde) character.
    ~/Library/Internet Plug-Ins/
    ~/Library/Input Methods/
    ~/Library/InputManagers/
    ~/Library/ScriptingAdditions
    If you don't see anything there, go to ~/Library/Safari/Extensions. If there are any third party extensions in that folder move them to the Trash. Relaunch Safari. If it still crashes, login to another user account on your Mac. Try Safari there.

  • How to fix safari crash when any select menu is click

    After Mavericks update, Safari crashes consistently on my Mac Mini (late 2009). It crashes every time I click on any select menu and on any site/page. Has anyone encountered the same/similar issue ? Attached is the crash report
    Process:         com.apple.WebKit.WebContent [21553]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.71)
    Build Info:      WebKit2-7537071000000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:     Safari [21379]
    User ID:         501
    Date/Time:       2013-10-31 18:37:13.952 -0400
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  26B069E2-FE52-6E74-A1E1-C64AE8C22B65
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000129bfe175
    VM Regions Near 0x129bfe175:
        WebKit Malloc          000000010eabe000-000000010eabf000 [    4K] ---/rwx SM=NUL 
    -->
        CG shared images       00000001c0003000-00000001c000b000 [   32K] r--/r-- SM=SHM 
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                       0x00007fff9833ea7b WebCore::RenderMenuList::itemText(unsigned int) const + 299
    1   com.apple.WebCore                       0x00007fff9833e945 non-virtual thunk to WebCore::RenderMenuList::itemText(unsigned int) const + 21
    2   com.apple.WebKit2                       0x00007fff9a4153c2 WebKit::WebPopupMenu::populateItems() + 226
    3   com.apple.WebKit2                       0x00007fff9a415196 WebKit::WebPopupMenu::show(WebCore::IntRect const&, WebCore::FrameView*, int) + 64
    4   com.apple.WebCore                       0x00007fff9833e1b5 WebCore::RenderMenuList::showPopup() + 533
    5   com.apple.WebCore                       0x00007fff9833dc5c WebCore::HTMLSelectElement::menuListDefaultEventHandler(WebCore::Event*) + 1516
    6   com.apple.WebCore                       0x00007fff9833d574 WebCore::HTMLSelectElement::defaultEventHandler(WebCore::Event*) + 84
    7   com.apple.WebCore                       0x00007fff97e9543b WebCore::EventDispatcher::dispatchEventPostProcess(void*) + 315
    8   com.apple.WebCore                       0x00007fff97e94b21 WebCore::EventDispatcher::dispatch() + 801
    9   com.apple.WebCore                       0x00007fff9810d3d6 WebCore::MouseEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 134
    10  com.apple.WebCore                       0x00007fff97e93bac WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, ***::PassRefPtr<WebCore::EventDispatchMediator>) + 140
    11  com.apple.WebCore                       0x00007fff9810caa5 WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, ***::AtomicString const&, int, WebCore::Node*) + 133
    12  com.apple.WebCore                       0x00007fff9810beb6 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 102
    13  com.apple.WebCore                       0x00007fff981125c0 WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 1552
    14  com.apple.WebKit2                       0x00007fff9a3ac63a WebKit::handleMouseEvent(WebKit::WebMouseEvent const&, WebKit::WebPage*, bool) + 207
    15  com.apple.WebKit2                       0x00007fff9a3ac52f WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 221
    16  com.apple.WebKit2                       0x00007fff9a3ac2ec void CoreIPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(CoreIPC::MessageDecoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 83
    17  com.apple.WebKit2                       0x00007fff9a378ec4 WebKit::WebPage::didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 1248
    18  com.apple.WebKit2                       0x00007fff9a362b6b CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    19  com.apple.WebKit2                       0x00007fff9a362a50 WebKit::WebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 28
    20  com.apple.WebKit2                       0x00007fff9a3629b9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    21  com.apple.WebKit2                       0x00007fff9a3628e2 CoreIPC::Connection::dispatchOneMessage() + 106
    22  com.apple.WebCore                       0x00007fff97e5c9ce WebCore::RunLoop::performWork() + 270
    23  com.apple.WebCore                       0x00007fff97e5c8a2 WebCore::RunLoop::performWork(void*) + 34
    24  com.apple.CoreFoundation                0x00007fff946e08f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    25  com.apple.CoreFoundation                0x00007fff946d2062 __CFRunLoopDoSources0 + 242
    26  com.apple.CoreFoundation                0x00007fff946d17ef __CFRunLoopRun + 831
    27  com.apple.CoreFoundation                0x00007fff946d1275 CFRunLoopRunSpecific + 309
    28  com.apple.HIToolbox                     0x00007fff9a852f0d RunCurrentEventLoopInMode + 226
    29  com.apple.HIToolbox                     0x00007fff9a852cb7 ReceiveNextEventCommon + 479
    30  com.apple.HIToolbox                     0x00007fff9a852abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    31  com.apple.AppKit                        0x00007fff90a8228e _DPSNextEvent + 1434
    32  com.apple.AppKit                        0x00007fff90a818db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    33  com.apple.AppKit                        0x00007fff90a759cc -[NSApplication run] + 553
    34  com.apple.AppKit                        0x00007fff90a60803 NSApplicationMain + 940
    35  com.apple.XPCService                    0x00007fff8cf49c0f _xpc_main + 385
    36  libxpc.dylib                            0x00007fff928a8b2e xpc_main + 399
    37  com.apple.WebKit.WebContent             0x0000000101656ba0 0x101656000 + 2976
    38  libdyld.dylib                           0x00007fff91aad5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff9abea662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8cfa243d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8cfa2152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff9abe5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff9abe4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff946d2315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff946d1939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff946d1275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff90c221ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff97de1899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff97de172a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff97de5fc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff9abe9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff97de3c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff98ebc596 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff98ebc0b5 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore                0x00007fff98eb144f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff97de1899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff97de172a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff97de5fc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff9abe9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff97de3c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff98ebcbb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff98ebca48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff98eb144f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff97de1899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff97de172a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff97de5fc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff9abe5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff9abe4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff946d2315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff946d1939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff946d1275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff91b24907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff91b2470b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff97de1899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff97de172a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff97de5fc9 thread_start + 13
    Thread 9:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff9abe5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff9abe4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff946d2315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff946d1939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff946d1275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff947869d1 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff97f09334 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore                0x00007fff98eb144f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib                 0x00007fff97de1899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff97de172a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff97de5fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff9abe9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff97de2f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff97de5fb9 start_wqthread + 13
    Thread 18:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff9abe99aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff9471dd43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff97de1899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff97de172a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff97de5fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000129bfe175  rbx: 0x0000000000000000  rcx: 0x00000001034286e8  rdx: 0x0000000000000002
      rdi: 0x000000010824d1e0  rsi: 0x000000010810f520  rbp: 0x00007fff5e5a7300  rsp: 0x00007fff5e5a72d0
       r8: 0x00007fff7eace980   r9: 0x0000000000000002  r10: 0x00000000321d122f  r11: 0x00000000321d110f
      r12: 0x00007fff5e5a7470  r13: 0x00007fff5e5a73c8  r14: 0x00007fff5e5a73c8  r15: 0x000000010ae9f080
      rip: 0x00007fff9833ea7b  rfl: 0x0000000000010202  cr2: 0x0000000129bfe175
    Logical CPU:     0
    Error Code:      0x00000006
    Trap Number:     14
    Binary Images:
           0x101656000 -        0x101656ff4  com.apple.WebKit.WebContent (9537 - 9537.71) <AEC9C0B3-A6B5-30E4-A5EE-480DAF65203F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x101661000 -        0x101661fff  WebProcessShim.dylib (7537.71) <023402A6-15F8-33C5-A734-560E0F234631> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x105a3f000 -        0x105a4afff  libGPUSupport.dylib (9.0.83) <AF15BF74-F9B3-35B9-8728-3B3A2EB6E432> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x105a51000 -        0x10619bff7  libclh.dylib (4.0.3 - 4.0.3) <4A998D5D-A2C8-326F-AD0F-F0E2F60E920A> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dy lib
           0x106695000 -        0x106699ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) <DEB558B7-BACF-3871-A021-B3A904F4FB44> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
        0x123440000000 -     0x123440867ff7  com.apple.GeForceTeslaGLDriver (8.18.27 - 8.1.8) <5B0E2B4A-D4E6-3C65-A8D5-87F24E79D432> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTe slaGLDriver
        0x7fff6f7cc000 -     0x7fff6f7ff817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff8cf48000 -     0x7fff8cf4eff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8cf4f000 -     0x7fff8cf54fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8cf55000 -     0x7fff8cf62ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8cf63000 -     0x7fff8cf9bff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8cf9c000 -     0x7fff8cf9efff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8cf9f000 -     0x7fff8cfb9fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff8cfba000 -     0x7fff8cfbdffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8cff3000 -     0x7fff8d021ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d02c000 -     0x7fff8d056ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8d057000 -     0x7fff8d97305f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8d9f4000 -     0x7fff8da04fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8da06000 -     0x7fff8da13ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8da14000 -     0x7fff8da1dff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8da22000 -     0x7fff8da49ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8da66000 -     0x7fff8deb4fff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8deb5000 -     0x7fff8deb6fff  libquit.dylib (161) <12162287-B8C8-36D0-B000-ADC28731FC66> /usr/lib/libquit.dylib
        0x7fff8df17000 -     0x7fff8df18fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8df2c000 -     0x7fff8df2efff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8e45c000 -     0x7fff8e4c2fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8e4c3000 -     0x7fff8e4dcff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8e4dd000 -     0x7fff8e55dfff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e55e000 -     0x7fff8e598ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8e5a5000 -     0x7fff8e6c7ff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8e70a000 -     0x7fff8e715ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8eb9c000 -     0x7fff8eba0ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8eba1000 -     0x7fff8ebcdfff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8ebd3000 -     0x7fff8ed6fff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8ed70000 -     0x7fff8f270ffb  com.apple.Safari.framework (9537 - 9537.71) <C27DBF3C-7BE7-3422-9081-DE09461F9B62> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8f271000 -     0x7fff8f275ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff8f276000 -     0x7fff8f2ceff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8f2cf000 -     0x7fff8f322fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8f32c000 -     0x7fff8f334fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8f335000 -     0x7fff8f342ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8f343000 -     0x7fff8f355fff  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
        0x7fff8f356000 -     0x7fff8f359fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8f35a000 -     0x7fff8f3e6ff7  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
        0x7fff8f3e7000 -     0x7fff8f42cff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8f42d000 -     0x7fff8f43fff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8f440000 -     0x7fff8f491ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8fdf9000 -     0x7fff8fee0ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff8fef6000 -     0x7fff8ff25ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8ff26000 -     0x7fff9002bfff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff9004e000 -     0x7fff9042fffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff90430000 -     0x7fff90430fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff904ed000 -     0x7fff90a5dfff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff90a5e000 -     0x7fff915d2ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff91625000 -     0x7fff9165eff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff918e8000 -     0x7fff918eaff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff91911000 -     0x7fff91912ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff91913000 -     0x7fff91972fff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff91973000 -     0x7fff91982ff8  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
        0x7fff91983000 -     0x7fff919a0ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff919bb000 -     0x7fff91aa9fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff91aaa000 -     0x7fff91aadff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff91aae000 -     0x7fff91abcfff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff91abd000 -     0x7fff91dbcfff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff91dbd000 -     0x7fff91de6fff  GLRendererFloat (9.0.83) <1F1160A8-5047-3CEE-AC1E-D29520D0B367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff91de7000 -     0x7fff91e42ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff91e43000 -     0x7fff91e82fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff91ee4000 -     0x7fff91eeafff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff91f0c000 -     0x7fff91f7bff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff91f7c000 -     0x7fff92045fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff920dc000 -     0x7fff92164ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff92165000 -     0x7fff9216dff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff92240000 -     0x7fff9224dfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff9224e000 -     0x7fff922feff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff923d0000 -     0x7fff923eeff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff923ef000 -     0x7fff92417ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff92420000 -     0x7fff92431ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff92432000 -     0x7fff92436fff  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
        0x7fff92437000 -     0x7fff924c2fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff924c3000 -     0x7fff925f3ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff925f4000 -     0x7fff92600ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff92895000 -     0x7fff928b9fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff928ba000 -     0x7fff928e9fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff928ea000 -     0x7fff928faffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff928fb000 -     0x7fff928fcff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff92955000 -     0x7fff929c2fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff929c3000 -     0x7fff92a11fff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff92a12000 -     0x7fff92a2bff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff92a54000 -     0x7fff92a83fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff92aed000 -     0x7fff92af5ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff92af6000 -     0x7fff92b26fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff92b27000 -     0x7fff92b30fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff92b31000 -     0x7fff92b49ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff92b4a000 -     0x7fff92c0dff7  com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff92c0e000 -     0x7fff92c37fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff92c38000 -     0x7fff92e90ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff92f62000 -     0x7fff92febff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff930be000 -     0x7fff930c4ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff930c5000 -     0x7fff9317dff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff931bf000 -     0x7fff93248fff  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
        0x7fff9325e000 -     0x7fff93268fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff93269000 -     0x7fff9326bff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff9326c000 -     0x7fff9326efff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff9326f000 -     0x7fff932b4ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff932b5000 -     0x7fff932fefff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff932ff000 -     0x7fff9335fff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff93360000 -     0x7fff9336

    See if you can troubleshoot Safari extensions and third party plug-ins before it crashes ..
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow all other plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.

  • After installing mountain lion safari keeps crashing

    safari crashesa after mountain lion install, no idea why.
    Use glimmerblocker and just updated java and flash
    Log:
    Process:         WebProcess [10909]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.25)
    Build Info:      WebKit2-7536025000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [10907]
    User ID:         501
    Date/Time:       2012-07-31 12:43:02.594 +0200
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  10
    Interval Since Last Report:          228110 sec
    Crashes Since Last Report:           12
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      D7C9DB2B-9AC3-4EAB-A1A7-D4D56CF7FF1A
    Crashed Thread:  13  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff94b4eb64 llint_op_get_scoped_var + 4
    1   com.apple.JavaScriptCore                0x00007fff94952cc0 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 912
    2   com.apple.JavaScriptCore                0x00007fff94952924 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 52
    3   com.apple.WebCore                       0x00007fff9744188d WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 877
    4   com.apple.WebCore                       0x00007fff974413c4 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 212
    5   com.apple.WebCore                       0x00007fff973c1a55 WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 69
    6   com.apple.WebCore                       0x00007fff973ee5af WebCore::DOMWindow::dispatchEvent(***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::EventTarget>) + 207
    7   com.apple.WebCore                       0x00007fff97414939 WebCore::FrameLoader::fireBeforeUnloadEvent(WebCore::Chrome*) + 169
    8   com.apple.WebCore                       0x00007fff974146b2 WebCore::FrameLoader::shouldClose() + 498
    9   com.apple.WebCore                       0x00007fff9741423f WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceReques t const&, ***::PassRefPtr<WebCore::FormState>, bool) + 63
    10  com.apple.WebCore                       0x00007fff974141d0 WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool) + 32
    11  com.apple.WebCore                       0x00007fff97414115 WebCore::PolicyCallback::call(bool) + 69
    12  com.apple.WebCore                       0x00007fff974140b1 WebCore::PolicyChecker::continueAfterNavigationPolicy(WebCore::PolicyAction) + 689
    13  com.apple.WebKit2                       0x00007fff937b5b9b WebKit::WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(void (WebCore::PolicyChecker::*)(WebCore::PolicyAction), WebCore::NavigationAction const&, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>) + 481
    14  com.apple.WebCore                       0x00007fff9741392a WebCore::PolicyChecker::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, ***::PassRefPtr<WebCore::FormState>, void (*)(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool), void*) + 954
    15  com.apple.WebCore                       0x00007fff974134d9 WebCore::FrameLoader::loadWithDocumentLoader(WebCore::DocumentLoader*, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::FormState>) + 1289
    16  com.apple.WebCore                       0x00007fff974d981e WebCore::FrameLoader::loadWithNavigationAction(WebCore::ResourceRequest const&, WebCore::NavigationAction const&, bool, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::FormState>) + 638
    17  com.apple.WebCore                       0x00007fff974d91f0 WebCore::FrameLoader::loadURL(WebCore::KURL const&, ***::String const&, ***::String const&, bool, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>) + 1440
    18  com.apple.WebCore                       0x00007fff97a9f7b0 WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest const&, bool, bool, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>, WebCore::ShouldSendReferrer) + 864
    19  com.apple.WebCore                       0x00007fff97a9f104 WebCore::FrameLoader::urlSelected(WebCore::FrameLoadRequest const&, ***::PassRefPtr<WebCore::Event>, bool, bool, WebCore::ShouldSendReferrer, WebCore::ShouldReplaceDocumentIfJavaScriptURL) + 676
    20  com.apple.WebCore                       0x00007fff97a9f294 WebCore::FrameLoader::urlSelected(WebCore::KURL const&, ***::String const&, ***::PassRefPtr<WebCore::Event>, bool, bool, WebCore::ShouldSendReferrer) + 228
    21  com.apple.WebCore                       0x00007fff97ac9118 WebCore::HTMLAnchorElement::handleClick(WebCore::Event*) + 792
    22  com.apple.WebCore                       0x00007fff974a8542 WebCore::HTMLAnchorElement::defaultEventHandler(WebCore::Event*) + 434
    23  com.apple.WebCore                       0x00007fff973c1400 WebCore::EventDispatcher::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 1232
    24  com.apple.WebCore                       0x00007fff974ce27c WebCore::MouseEventDispatchMediator::dispatchEvent(WebCore::EventDispatcher*) const + 220
    25  com.apple.WebCore                       0x00007fff97a74b6b WebCore::EventDispatcher::dispatchEvent(WebCore::Node*, ***::PassRefPtr<WebCore::EventDispatchMediator>) + 139
    26  com.apple.WebCore                       0x00007fff974cded6 WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, ***::AtomicString const&, int, WebCore::Node*) + 134
    27  com.apple.WebCore                       0x00007fff974cd459 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 105
    28  com.apple.WebCore                       0x00007fff974d2f8b WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 1147
    29  com.apple.WebKit2                       0x00007fff937cc41a WebKit::handleMouseEvent(WebKit::WebMouseEvent const&, WebKit::WebPage*, bool) + 407
    30  com.apple.WebKit2                       0x00007fff937cc255 WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 127
    31  com.apple.WebKit2                       0x00007fff937d84bf void CoreIPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(CoreIPC::ArgumentDecoder*, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 83
    32  com.apple.WebKit2                       0x00007fff937a0ef1 WebKit::WebConnectionToUIProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) + 179
    33  com.apple.WebKit2                       0x00007fff9370d715 CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::Argu mentDecoder>&) + 175
    34  com.apple.WebKit2                       0x00007fff93750403 CoreIPC::Connection::dispatchOneMessage() + 139
    35  com.apple.WebCore                       0x00007fff97e14c19 WebCore::RunLoop::performWork() + 201
    36  com.apple.WebCore                       0x00007fff97e151f7 WebCore::RunLoop::performWork(void*) + 71
    37  com.apple.CoreFoundation                0x00007fff94027841 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    38  com.apple.CoreFoundation                0x00007fff94027165 __CFRunLoopDoSources0 + 245
    39  com.apple.CoreFoundation                0x00007fff9404a4e5 __CFRunLoopRun + 789
    40  com.apple.CoreFoundation                0x00007fff94049dd2 CFRunLoopRunSpecific + 290
    41  com.apple.HIToolbox                     0x00007fff916c3774 RunCurrentEventLoopInMode + 209
    42  com.apple.HIToolbox                     0x00007fff916c3512 ReceiveNextEventCommon + 356
    43  com.apple.HIToolbox                     0x00007fff916c33a3 BlockUntilNextEventMatchingListInMode + 62
    44  com.apple.AppKit                        0x00007fff91aeafa3 _DPSNextEvent + 685
    45  com.apple.AppKit                        0x00007fff91aea862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    46  com.apple.AppKit                        0x00007fff91ae1c03 -[NSApplication run] + 517
    47  com.apple.WebCore                       0x00007fff97e155cf WebCore::RunLoop::run() + 63
    48  com.apple.WebKit2                       0x00007fff937f96d0 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    49  com.apple.WebKit2                       0x00007fff937c1275 WebKitMain + 285
    50  com.apple.WebProcess                    0x000000010b8f2e7b 0x10b8f2000 + 3707
    51  libdyld.dylib                           0x00007fff96ac27e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8e98ad16 kevent + 10
    1   libdispatch.dylib                       0x00007fff903f2e26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff903f2a2a _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8e988686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e987c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff94044f23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff9404a606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff94049dd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8f0ac7d6 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff8f10a842 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 3:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff8e988686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e987c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff94044f23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff9404a606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff94049dd2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff94058a81 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff97e2a941 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff94b73a9f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8e98a322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff94089bf6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8e98a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff96f6bfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff9493cd66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff94b5e43a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff94b73a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8e98a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff96f6bfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff94ac10f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff94ac0fd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff94b73a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8e98a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff96f6bfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff94ac10f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff94ac0fd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff94b73a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8e98a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff96f6bfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff94ac10f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff94ac0fd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff94b73a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 9:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8e98a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff96f6bfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff9493cd2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff97e4fba1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff973a66ea WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff94b73a9f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 10:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8e98a0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff96f6bfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff9493cd2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff97e4fba1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff973a66ea WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff94b73a9f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff96f67782 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff96f541c1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8e98a6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff96f69f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff96f69cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff96f541b1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8e98a6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff96f69f2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff96f69cf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff96f541b1 start_wqthread + 13
    Thread 13 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.CFNetwork                     0x00007fff98422c92 CoreSchedulingSet::copyWithUpdatesReleaseSelf(CoreSchedulingSet const*, CoreSchedulingSet const*) const + 104
    1   com.apple.CFNetwork                     0x00007fff98422995 CoreSchedulingSet::copyWithAdditionReleaseSelf(__CFRunLoop*, __CFString const*) const + 71
    2   com.apple.CFNetwork                     0x00007fff98485ac6 __executionContextSchedule_block_invoke_0 + 44
    3   libdispatch.dylib                       0x00007fff903f3f3d _dispatch_call_block_and_release + 15
    4   libdispatch.dylib                       0x00007fff903f00fa _dispatch_client_callout + 8
    5   libdispatch.dylib                       0x00007fff903f123e _dispatch_worker_thread2 + 304
    6   libsystem_c.dylib                       0x00007fff96f69ceb _pthread_wqthread + 404
    7   libsystem_c.dylib                       0x00007fff96f541b1 start_wqthread + 13
    Thread 13 crashed with X86 Thread State (64-bit):
      rax: 0xd000000000000000  rbx: 0x00007fba0e4f1150  rcx: 0x00000000003f0200  rdx: 0x000000000001b490
      rdi: 0x00007fba10a28510  rsi: 0x0000000000000001  rbp: 0x000000015c990d80  rsp: 0x000000015c990d60
       r8: 0x00007fba108d0d10   r9: 0x000000009fc31293  r10: 0x0000000000000000  r11: 0x000000009fc31293
      r12: 0x00007fba0ba1a350  r13: 0x00007fff7e8a9d48  r14: 0x00007fba10a28510  r15: 0x00007fba0e4f1150
      rip: 0x00007fff98422c92  rfl: 0x0000000000010206  cr2: 0x000000010f3ae868
    Logical CPU: 1
    Binary Images:
           0x10b8f2000 -        0x10b8f2fff  com.apple.WebProcess (8536 - 8536.25) <7E1C1C2E-68E3-3500-B438-8260F444692B> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x10b8fb000 -        0x10b8fbfff  WebProcessShim.dylib (7536.25) <DE7BC30F-3415-3F43-B79D-A42D53ED486D> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x14e235000 -        0x14e24bfff  com.apple.WebInspector (8536 - 8536.24) <1C609DE6-B2DE-32A6-B039-9ED16253F7C8> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x150068000 -        0x15007eff7  com.apple.webcontentfilter.framework (3.1 - 5) <EA6EFE08-043B-3EA8-A4CC-CF61F4A149A8> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x15064a000 -        0x150801fff  GLEngine (8.5) <AB9EB15E-11BB-34BF-B89E-02BC01916ABE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x150838000 -        0x150979fff  libGLProgrammability.dylib (8.5) <2FFA7003-CB27-3A04-A4DC-8178545CF74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1509ad000 -        0x150c45fe7  com.apple.ATIRadeonX2000GLDriver (8.0.51 - 8.0.0) <3B95DFA9-D96F-3313-8D06-862DA197117A> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
           0x150c99000 -        0x150ca7ff7  libGPUSupport.dylib (8.5) <EBBD76FB-1C64-350C-9568-DB4C4C99602D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x150cae000 -        0x150cdbfff  GLRendererFloat (8.5) <5486E8B9-3EF6-3C15-9CCB-28317B3BFA97> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x150ce4000 -        0x150cedfef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x150cf3000 -        0x150cf6ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x15145d000 -        0x15145eff7  ATSHI.dylib (341) <07D6CB80-F51F-3BF8-985D-1ADED2B603AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
        0x7fff6b4f2000 -     0x7fff6b52693f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff8e42c000 -     0x7fff8e44eff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff8e44f000 -     0x7fff8e454fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8e455000 -     0x7fff8e710fff  com.apple.AddressBook.framework (7.0 - 1143) <EC55CF4B-4194-3163-B6E1-8C8D2712FBCF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8e722000 -     0x7fff8e7afff7  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
        0x7fff8e7bc000 -     0x7fff8e7bdfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8e7be000 -     0x7fff8e7e8ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8e7e9000 -     0x7fff8e845ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8e846000 -     0x7fff8e852fff  libCSync.A.dylib (322) <C1321292-F5D3-3B8F-8CBB-57AC8E05F90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8e853000 -     0x7fff8e854ff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff8e855000 -     0x7fff8e86bff7  com.apple.Accounts (182.2 - 182.2) <452BFFF4-AAAD-345E-8205-A9821E234CFA> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8e86c000 -     0x7fff8e977fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8e978000 -     0x7fff8e993ff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8ea63000 -     0x7fff8ea65fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8ea66000 -     0x7fff8ea71fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8ea72000 -     0x7fff8ee6aff7  com.apple.MediaToolbox (1.0 - 926.37) <347504AF-1028-3829-B51B-80E2F22BA600> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8eeb0000 -     0x7fff8efadff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8effa000 -     0x7fff8f004fff  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
        0x7fff8f075000 -     0x7fff8f3d1ff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8f3ed000 -     0x7fff8f3f4fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8f3f5000 -     0x7fff8f4b2ff7  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
        0x7fff8f4b3000 -     0x7fff8f4b9ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8f4ba000 -     0x7fff8f4bdff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8f4be000 -     0x7fff8f4c9ff7  com.apple.aps.framework (3.0 - 3.0) <17CAFBFA-B842-33F0-B1F5-14EED36799FD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8f4ca000 -     0x7fff8f50dff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8f50e000 -     0x7fff8f50efff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8f50f000 -     0x7fff8f545fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8f546000 -     0x7fff8f813ff7  com.apple.security (7.0 - 55163.44) <E62305A2-958D-3EBC-B7E5-9A151D3E1777> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8f843000 -     0x7fff8f84bff7  libsystem_dnssd.dylib (379.27) <057906EA-206E-3C35-B43F-5D936FD0A84F> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8f84c000 -     0x7fff8f896ff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8f897000 -     0x7fff8f8a6ff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8f8b0000 -     0x7fff8f8b3fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8f8b4000 -     0x7fff8fa3dfff  com.apple.WebKit (8536 - 8536.25) <6827B87B-9921-3E69-80A6-115ED325DBA4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8fa8f000 -     0x7fff8fafcfff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8fafd000 -     0x7fff8fafefff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8faff000 -     0x7fff8fb47fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8fb48000 -     0x7fff8fb4cfff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8fb4d000 -     0x7fff8fb59ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8fb5a000 -     0x7fff8fb71fff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8fb72000 -     0x7fff8fbcefff  com.apple.corelocation (1.0 - 1239.35) <0E3482AE-CF12-3CE2-A15E-0BF3D5F956CB> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8fbcf000 -     0x7fff8fca2ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8fd6b000 -     0x7fff8fd6cfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8fd6d000 -     0x7fff8fe85a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff8ff1e000 -     0x7fff8ff5afff  com.apple.GeoServices (1.0 - 1) <F55A4DD8-FA21-3842-8450-1D707D24E69B> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8ff5b000 -     0x7fff90035fff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff90036000 -     0x7fff90045ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff90075000 -     0x7fff901e6ff7  com.apple.QTKit (7.7.1 - 2599) <823F862A-4A34-3894-A36C-C6D91B8AF5A8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9024e000 -     0x7fff90288fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff90289000 -     0x7fff9037efff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff9037f000 -     0x7fff903b6ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff903b7000 -     0x7fff903edfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff903ee000 -     0x7fff90403ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff90e12000 -     0x7fff90f31fff  com.apple.desktopservices (1.7.0 - 1.7.0) <F84224B1-BA28-31AF-8C89-1C2DBBFE4753> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff90f32000 -     0x7fff90f36fff  libCGXType.A.dylib (322) <0FA2272E-7733-36EA-9B9B-9279169D5919> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff90f37000 -     0x7fff91373fff  com.apple.VideoToolbox (1.0 - 926.37) <2C623B6A-42C1-30C3-93A6-0A10880D07D3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff91374000 -     0x7fff91396ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff91397000 -     0x7fff91487ff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff91488000 -     0x7fff914f0ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff914f1000 -     0x7fff91503ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff91504000 -     0x7fff91606fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff91607000 -     0x7fff91663fff  com.apple.QuickLookFramework (4.0 - 555.0) <8B163B8C-001E-3BBB-98ED-8173C68BC84C> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff91664000 -     0x7fff91993ff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff91994000 -     0x7fff925befff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff925c4000 -     0x7fff925fffff  com.apple.LDAPFramework (2.4.28 - 194.5) <012E3038-92EA-3DC8-82B1-A71462DDAE9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff92649000 -     0x7fff92654fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff92655000 -     0x7fff9265bfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff9265c000 -     0x7fff926a4fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff92931000 -     0x7fff92932ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff9298a000 -     0x7fff929b1ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff929b2000 -     0x7fff929b8fff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff929b9000 -     0x7fff92ab6fff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff931fa000 -     0x7fff93294fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff93295000 -     0x7fff932c1fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff932c2000 -     0x7fff93332fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff93333000 -     0x7fff9339cfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff9339d000 -     0x7fff9339dfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff9339e000 -     0x7fff933a0fff  com.apple.OAuth (13.3 - 13.3) <0B7D051E-C639-34CC-A69B-EA2860112115> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff933a1000 -     0x7fff933a2fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff933cc000 -     0x7fff936e3ff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff936e4000 -     0x7fff936f7ff7  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
        0x7fff936f8000 -     0x7fff938defff  com.apple.WebKit2 (8536 - 8536.25) <FC4B5B0A-34F4-331A-AEBB-1AFB6118C617> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff938df000 -     0x7fff9390afff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff9390b000 -     0x7fff9390bfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9390c000 -     0x7fff939b2fff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff939df000 -     0x7fff93c89fff  com.apple.imageKit (2.2 - 660) <C14E3765-B683-3530-9312-256CEF43A258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff93c8a000 -     0x7fff93c94fff  libcsfde.dylib (274.4) <BA21D512-35F1-3B00-8FF6-E0D6A29A21FF> /usr/lib/libcsfde.dylib
        0x7fff93c95000 -     0x7fff93cb9ff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff93cba000 -     0x7fff93cbdfff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff93cbe000 -     0x7fff93d45ff7  libCoreStorage.dylib (274.4) <7CCA18AC-1A7D-3962-8817-D70AA927973F> /usr/lib/libCoreStorage.dylib
        0x7fff93d46000 -     0x7fff93d47fff  MetadataLib.dylib (644) <7D46FE05-9FC8-34FF-A083-59092253F11D> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
        0x7fff93d4a000 -     0x7fff93d58ff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff93d63000 -     0x7fff93d6dff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff93d6e000 -     0x7fff93d7bff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff93d7c000 -     0x7fff93d91fff  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
        0x7fff93d92000 -     0x7fff93fb0fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff93ffd000 -     0x7fff94002fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff94015000 -     0x7fff941fefff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff9428d000 -     0x7fff942c1fff  com.apple.securityinterface (6.0 - 55024.3) <1AF13976-72BB-351F-A263-09284BA25C88> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff94319000 -     0x7fff94376fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff94377000 -     0x7fff943ceff7  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
        0x7fff943cf000 -     0x7fff943d0ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff943d1000 -     0x7fff943f0ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff9441a000 -     0x7fff9442efff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9442f000 -     0x7fff9445bff7  libRIP.A.dylib (322) <36880C8B-7FC0-3689-91FF-A0E8F4F57FE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff9445c000 -     0x7fff9445cfff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff9445d000 -     0x7fff944b4ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff945cf000 -     0x7fff945d2fff  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
        0x7fff945d3000 -     0x7fff945f3fff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff945f4000 -     0x7fff94633ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff9467e000 -     0x7fff94683fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff94684000 -     0x7fff94722fff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff94723000 -     0x7fff94725ff7  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
        0x7fff94726000 -     0x7fff94728fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff94740000 -     0x7fff94811ff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff94812000 -     0x7fff94812fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff94857000 -     0x7fff94863ff7  com.apple.CrashReporterSupport (10.8 - 411) <FA7EA7CD-103D-30B1-BF2F-862E68A6B5B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff948b4000 -     0x7fff948fffff  com.apple.framework.CoreWLAN (3.0 - 300.9) <8BAF8D34-3A22-3F27-B136-F39A04F9ACE9> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff94900000 -     0x7fff94935ff7  libTrueTypeScaler.dylib (84.5) <DF2335F3-07BE-30BA-B73C-3204E95B42C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff94936000 -     0x7fff94bcfff7  com.apple.JavaScriptCore (8536 - 8536.24) <3A80677B-3381-3281-8033-0F96F7D8D01A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff94bd0000 -     0x7fff94bfbfff  com.apple.framework.Apple80211 (8.0 - 800.15) <378C6564-96EC-3BFF-9AC0-8A6F87030254> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff94bff000 -     0x7fff9559039f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff95591000 -     0x7fff9572cfef  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
        0x7fff95741000 -     0x7fff9574cff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff9574d000 -     0x7fff95751fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff95752000 -     0x7fff95754ff7  com.apple.EFILogin (2.0 - 2) <6D339047-85C5-35CD-B48F-8C43A6071416> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff95755000 -     0x7fff9575cfff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff9575d000 -     0x7fff957b3fff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff957b4000 -     0x7fff95803ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff95804000 -     0x7fff95bfbfff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff95bfc000 -     0x7fff95c7cff7  com.apple.ApplicationServices.ATS (332 - 341) <0CAA1A5C-59DB-3ACE-8478-05D72CBB7C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff95c82000 -     0x7fff95c82ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff95c83000 -     0x7fff95cb1ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff95cb2000 -     0x7fff95cf6fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff95d58000 -     0x7fff95df5fff  com.apple.PDFKit (2.7 - 2.7) <00F5A07D-4F61-3BE7-8836-EB03DA904FB1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff95df6000 -     0x7fff95e0dfff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff95e0e000 -     0x7fff95e10fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff95e11000 -     0x7fff95e32fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff95e33000 -     0x7fff960a7ff7  com.apple.RawCamera.bundle (3.14.2 - 644) <11978DA8-3427-33FB-95BD-315608107265> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff960a8000 -     0x7fff960e8fff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff96100000 -     0x7fff962aefff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff962af000 -     0x7fff96a57fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff96a58000 -     0x7fff96a5afff  libCVMSPluginSupport.dylib (8.5) <437A72B8-1FA6-346C-8949-D63164A062F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff96a5b000 -     0x7fff96a76ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <FF8AB34C-5C19-3C05-AE02-85AA39812686> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff96a77000 -     0x7fff96a77fff  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
        0x7fff96a78000 -     0x7fff96a80fff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff96a81000 -     0x7fff96a81fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff96a90000 -     0x7fff96a94fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff96a95000 -     0x7fff96a95fff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff96a96000 -     0x7fff96aa4ff7  libkxld.dylib (2050.7.9) <8194156D-8B7D-3881-AF62-BCBE3306EE49> /usr/lib/system/libkxld.dylib
        0x7fff96aa5000 -     0x7fff96abffff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff96ac0000 -     0x7fff96ac3ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff96ac4000 -     0x7fff96acfff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff96afe000 -     0x7fff96c18fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff96c19000 -     0x7fff96c22fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff96c2b000 -     0x7fff96c77ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff96c85000 -     0x7fff96ce2ff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff96ce3000 -     0x7fff96d39ff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff96d3a000 -     0x7fff96da2fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff96da3000 -     0x7fff96f29fff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff96f2a000 -     0x7fff96f52fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff96f53000 -     0x7fff9701ffef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff97029000 -     0x7fff97036fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff970e7000 -     0x7fff970fdfff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff970fe000 -     0x7fff970fefff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff970ff000 -     0x7fff97130fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff97131000 -     0x7fff97132ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff972e5000 -     0x7fff97336fff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff97337000 -     0x7fff9733bff7  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
        0x7fff9733c000 -     0x7fff97387ff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff97388000 -     0x7fff9833aff7  com.apple.WebCore (8536 - 8536.24) <A890E18B-9224-38B3-ADFB-C84B3BCD2AAC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff9833b000 -     0x7fff9833efff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff9833f000 -     0x7fff983c1fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff983c2000 -     0x7fff98535ff7  com.apple.CFNetwork (596.0.1 - 596.0.1) <82109BE9-19E2-399B-BACD-23D53814B873> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff98536000 -     0x7fff98583fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff98676000 -     0x7fff9867afff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff98723000 -     0x7fff9874cfff  libsandbox.1.dylib (220) <FCD65E60-6276-3455-8A11-09864DC9A285> /usr/lib/libsandbox.1.dylib
        0x7fff9874d000 -     0x7fff98866ff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff988c2000 -     0x7fff988defff  com.apple.openscripting (1.3.5 -

    Well, I'm not using GlimmerBlocker and I don't get a crash. Have you tried running Safari without it?

  • Adobe Premiere CS6 keeps crashing - Crashed Thread:  0  Dispatch queue: com.apple.main-thread     Exception Type:  EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

    Please help!  I've been wrestling with this all day!  Everytime I come to a clip on the timeline that has been adjusted via speed/duration the program crashes.  I've already deleted the preference files for all Adobe products.  Any suggestions?
    ~bdh
    Process:         Adobe Premiere Pro CS6 [955]
    Path:            /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Identifier:      com.adobe.AdobePremierePro
    Version:         6.0.2 (6.0.2)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [277]
    User ID:         501
    Date/Time:       2013-04-29 19:09:02.439 -0500
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          141185 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  99397 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      00F758BA-37B7-1854-7225-6B1330BFA109
    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                 0000000100000000-0000000100004000 [   16K] r-x/rwx SM=COW  /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.dvaui.framework               0x00000001034a6d3a dvaui::ui::UI_Node::GetViewScaleFactor() const + 10
    1   com.adobe.UIFramework.framework          0x0000000103cc7066 UIF::TabViewImpl::UI_Draw(dvaui::drawbot::Drawbot*) const + 730
    2   com.adobe.dvaui.framework               0x00000001034addbb void dvaui::drawbot::InvokeDrawbotFromRegionT<dvaui::ui::OS_View, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*>, NSView*>(dvaui::ui::OS_View const&, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*> const&, dvaui::drawbot::SupplierInterface const&, NSView*, __HIShape const*, dvaui::drawbot::SurfaceInterface*, bool) + 187
    3   com.adobe.dvaui.framework               0x00000001034adf79 void dvaui::drawbot::InvokeDrawbot<dvaui::ui::OS_View, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*>, NSView*>(dvaui::ui::OS_View const&, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*> const&, dvaui::drawbot::SupplierInterface const&, NSView*, __HIShape const*, dvaui::drawbot::SurfaceInterface*, std::vector<dvacore::geom::RectT<int>, std::allocator<dvacore::geom::RectT<int> > >*, bool) + 313
    4   com.adobe.dvaui.framework               0x00000001034a6381 dvaui::ui::OS_View::UI_HandlePlatformDrawEvent(dvaui::drawbot::SurfaceInterface *) + 397
    5   com.adobe.dvacore.framework             0x000000010018b9ee int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 28
    6   com.adobe.premiere.frontend             0x000000010c748725 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost: :function0<int>) + 57
    7   com.adobe.dvacore.framework             0x000000010018b8e0 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void >(boost::function0<void>, bool*) + 112
    8   com.adobe.dvacore.framework             0x000000010018de1d void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    9   com.adobe.dvaui.framework               0x000000010349c7bd -[DVAMacContainerView drawRect:] + 125
    10  com.apple.AppKit                        0x00007fff88bcf094 -[NSView _drawRect:clip:] + 4217
    11  com.apple.AppKit                        0x00007fff88bcd6f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1656
    12  com.apple.AppKit                        0x00007fff88bcb722 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 817
    13  com.apple.AppKit                        0x00007fff88bcca74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5763
    14  com.apple.AppKit                        0x00007fff88bcca74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5763
    15  com.apple.AppKit                        0x00007fff88bcca74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5763
    16  com.apple.AppKit                        0x00007fff88bcb173 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 314
    17  com.apple.AppKit                        0x00007fff88bc6d9d -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4675
    18  com.apple.AppKit                        0x00007fff88b90cc3 -[NSView displayIfNeeded] + 1830
    19  com.apple.AppKit                        0x00007fff88b901fc _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 738
    20  com.apple.Foundation                    0x00007fff85910af3 __NSFireTimer + 96
    21  com.apple.CoreFoundation                0x00007fff8477b804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    22  com.apple.CoreFoundation                0x00007fff8477b31d __CFRunLoopDoTimer + 557
    23  com.apple.CoreFoundation                0x00007fff84760ad9 __CFRunLoopRun + 1529
    24  com.apple.CoreFoundation                0x00007fff847600e2 CFRunLoopRunSpecific + 290
    25  com.apple.HIToolbox                     0x00007fff84d26eb4 RunCurrentEventLoopInMode + 209
    26  com.apple.HIToolbox                     0x00007fff84d26c52 ReceiveNextEventCommon + 356
    27  com.apple.HIToolbox                     0x00007fff84ce7044 IsUserStillTracking(MenuSelectData*, unsigned char*) + 194
    28  com.apple.HIToolbox                     0x00007fff84cd089a TrackMenuCommon(MenuSelectData&, unsigned char*) + 307
    29  com.apple.HIToolbox                     0x00007fff84e66e04 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1556
    30  com.apple.HIToolbox                     0x00007fff84e66794 _HandlePopUpMenuSelection7 + 629
    31  com.apple.AppKit                        0x00007fff88e2f54b _NSSLMPopUpCarbonMenu3 + 3916
    32  com.apple.AppKit                        0x00007fff88e2e5d8 -[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 189
    33  com.apple.AppKit                        0x00007fff88f88fe3 -[NSMenu _popUpContextMenu:withEvent:forView:withFont:] + 200
    34  com.adobe.dvaui.framework               0x00000001034c44b6 dvaui::utility::OS_Menu_MAC::DoPopupMenu(dvaui::utility::OS_Menu_MAC&, dvaui::ui::UI_Node const*, dvacore::geom::RectT<float> const&, bool, bool) + 764
    35  com.adobe.dvaui.framework               0x00000001034c45b9 dvaui::utility::OS_Menu_MAC::DoContextMenu(dvaui::utility::OS_Menu_MAC&, dvaui::ui::UI_Node const*, dvacore::geom::PointT<float> const&, bool) + 55
    36  com.adobe.dvaui.framework               0x000000010343773b dvaui::ui::UI_DoContextMenu(dvaui::utility::OS_Menu&, dvaui::ui::UI_Node const&, dvacore::geom::PointT<float> const&) + 27
    37  com.adobe.UIFramework.framework          0x0000000103c7e978 UIF::MenuUtils::TrackPopupMenu(boost::intrusive_ptr<dvaui::utility::OS_Menu>, dvaui::ui::UI_Node const&, ASL::ParamPoint<int> const&) + 40
    38  com.adobe.HandlerTimeline.framework          0x0000000109c40f97 HandlerTimeline::TrackViewArea::DoClipContextMenuWithEffects(ASL::ParamPoint<in t> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*, ASL::InterfaceRef<BE::ITrackItem, BE::ITrackItem>, char const*) + 1929
    39  com.adobe.HandlerTimeline.framework          0x0000000109c41aaa HandlerTimeline::TrackViewArea::DoContextMenu(ASL::ParamPoint<int> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*, ASL::InterfaceRef<BE::ITrackItem, BE::ITrackItem>, unsigned int) + 514
    40  com.adobe.HandlerTimeline.framework          0x0000000109c421c3 HandlerTimeline::TrackViewArea::HandleContextMenuInContentView(ASL::ParamPoint< int> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*) + 1115
    41  com.adobe.HandlerTimeline.framework          0x0000000109b525bb HandlerTimeline::EditorController::RightButtonUp(ASL::ParamPoint<int> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*) + 169
    42  com.adobe.UIFramework.framework          0x0000000103cbf29f UIF::SubViewImpl::UI_DoMouseEvent(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 981
    43  com.adobe.dvaui.framework               0x000000010343c4a8 dvaui::ui::UI_Node::DispatchMouseEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 184
    44  com.adobe.dvaui.framework               0x000000010344605b std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 91
    45  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    46  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    47  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    48  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    49  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    50  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    51  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    52  com.adobe.dvaui.framework               0x000000010343c615 dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeaf(dvaui::ui::MouseEvent const&, bool) + 75
    53  com.adobe.dvaui.framework               0x000000010344027e dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 136
    54  com.adobe.dvaui.framework               0x000000010344031f dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 63
    55  com.adobe.dvaui.framework               0x00000001034a7bf2 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 702
    56  com.adobe.dvaui.framework               0x00000001034a5cfa dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 470
    57  com.adobe.dvaui.framework               0x00000001034a4919 dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 123
    58  com.adobe.dvaui.framework               0x00000001034a5fe8 dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 28
    59  com.adobe.dvaui.framework               0x00000001034a2ac7 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 57
    60  com.adobe.dvacore.framework             0x000000010018b9ee int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 28
    61  com.adobe.premiere.frontend             0x000000010c748725 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost: :function0<int>) + 57
    62  com.adobe.dvacore.framework             0x000000010018b8e0 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void >(boost::function0<void>, bool*) + 112
    63  com.adobe.dvacore.framework             0x000000010018de1d void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    64  com.adobe.dvaui.framework               0x000000010349bc8f -[DVAMacContainerView rightMouseUp:] + 127
    65  com.apple.AppKit                        0x00007fff88c7277d -[NSWindow sendEvent:] + 7428
    66  com.apple.AppKit                        0x00007fff88c6e674 -[NSApplication sendEvent:] + 5761
    67  com.adobe.dvaui.framework               0x0000000103495bb6 -[DVAMacApplication sendEvent:] + 630
    68  com.adobe.premiere.frontend             0x000000010c781520 -[PremiereCocoaMacApplication sendEvent:] + 304
    69  com.apple.AppKit                        0x00007fff88b8424a -[NSApplication run] + 636
    70  com.adobe.premiere.frontend             0x000000010c782784 FE::MacApplication::RunSelf() + 44
    71  com.adobe.premiere.frontend             0x000000010c72cdef FE::Application::Run(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 5681
    72  com.adobe.premiere.frontend             0x000000010c783cfc AppMain + 380
    73  com.adobe.premiere.startup              0x000000010c8f41d7 Run + 247
    74  com.adobe.AdobePremierePro              0x00000001000038b7 main + 647
    75  com.adobe.AdobePremierePro              0x000000010000361c start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff82eecd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff85512dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff855129ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.ASLFoundation.framework          0x00000001005c0770 ASL::(anonymous namespace)::TaskProc(void*) + 160
    6   com.apple.CoreServices.CarbonCore          0x00007fff89bf97e0 PrivateMPEntryPoint + 58
    7   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff82eecd16 kevent + 10
    1   com.adobe.dvatransport.framework          0x000000010079bf12 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 240
    2   com.adobe.dvatransport.framework          0x00000001007a60da boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<b oost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 512
    3   com.adobe.dvatransport.framework          0x00000001007a6467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework          0x0000000100792fbd SkyConnectionEnv::MainLoop() + 129
    5   com.adobe.dvatransport.framework          0x000000010079303b SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    7   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.adobe.dvatransport.framework          0x00000001007a604b boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<b oost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 369
    3   com.adobe.dvatransport.framework          0x00000001007a6467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework          0x0000000100793c2a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_b ase::work_io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework          0x0000000100796c33 boost_asio_detail_posix_thread_function + 19
    6   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff82eec122 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa9dfd pthread_mutex_lock + 536
    2   com.adobe.AudioSupport.framework          0x000000010308b132 ML::MonitorMixer::Stop() + 30
    3   com.adobe.PlayerHost.framework          0x00000001049b79b4 ML::VideoPlayer::PlayerCallback_StopAudio() + 256
    4   com.adobe.PlayerHost.framework          0x00000001049d6ad6 ML::SDKCallback_StopAudio(int) + 86
    5   com.adobe.PlayerMediaCore.framework          0x0000000119de812d AdobePlayer::PlayerAudioHost::StopPlayback() + 137
    6   com.adobe.TransmitHost.framework          0x000000010d1e0aa0 ML::TransmitManager::StopPlayback() + 182
    7   com.adobe.PlayerMediaCore.framework          0x0000000119de9754 AdobePlayer::PlayerClock::SetState(AdobePlayer::PlayState, PrActivationEvent) + 828
    8   com.adobe.PlayerMediaCore.framework          0x0000000119df88a3 AdobePlayer::PlayerMain::ForceStop() + 253
    9   com.adobe.PlayerMediaCore.framework          0x0000000119df89e3 AdobePlayer::PlayerMain::OnStop() + 79
    10  com.adobe.PlayerMediaCore.framework          0x0000000119e05926 PrPlayModule<AdobePlayer::PlayerMain>::PlayEntry(int, pmStdParms*, void*, void*) + 302
    11  com.adobe.PlayerHost.framework          0x000000010499b0c9 ML::CallPlayerModuleGuarded(int (*)(int, pmStdParms*, void*, void*), int, pmStdParms*, void*, void*, int*, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 137
    12  com.adobe.PlayerHost.framework          0x000000010499bf94 ML::PlayerModule::CallPlugin(int, void*, void*) + 130
    13  com.adobe.PlayerHost.framework          0x00000001049c0e77 ML::VideoPlayer::CallPlayModuleSelector_Stop() + 79
    14  com.adobe.PlayerHost.framework          0x00000001049abb16 ML::VideoPlayer::StopPlayback(bool, bool) + 64
    15  com.adobe.PlayerHost.framework          0x00000001049a0500 ML::PlayModuleThreadQueue::ExecuteDeferredCall(ASL::ObjectPtr<ML::DeferredCallB ase, ASL::AtomicValue>) + 280
    16  com.adobe.PlayerHost.framework          0x00000001049a1537 ML::PlayModuleThreadQueue::ServiceQueue() + 253
    17  com.adobe.ASLFoundation.framework          0x00000001005b3232 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54
    18  com.adobe.dvacore.framework             0x00000001001f62a2 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 194
    19  com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    20  com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    21  libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    22  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff82eea686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff82ee9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8475b233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff84760916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff847600e2 CFRunLoopRunSpecific + 290
    5   com.apple.AVCVideoServices              0x0000000119c71ad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff82eea686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff82ee9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8475b233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff84760916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff847600e2 CFRunLoopRunSpecific + 290
    5   com.apple.AVCVideoServices              0x0000000119c71ad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa9023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    4   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    5   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    6   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    7   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    8   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff82eea686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff82ee9c42 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c1f3dd TS_exception_listener_thread + 67
    3   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff82eec386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8d02e800 nanosleep + 163
    2   com.adobe.ScriptLayerPPro.framework          0x0000000106d0c6fb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.ScriptLayerPPro.framework          0x0000000106cf8259 ScObjects::BridgeTalkThread::run() + 169
    4   com.adobe.ScriptLayerPPro.framework          0x0000000106d0ca66 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 20:: com.apple.audio.IOThread.client
    0   libsystem_c.dylib                       0x00007fff8cf92d2c OSAtomicAdd64Barrier$VARIANT$mp + 8
    1   com.adobe.dvacore.framework             0x0000000100241356 dvacore::utility::AllocatorManager<64ul, 4160ul, 66624ul, 1ul>::TrySimpleAllocate() + 144
    2   com.adobe.dvacore.framework             0x00000001002642e2 dvacore::utility::AllocatorManager<64ul, 4160ul, 66624ul, 1ul>::DoAllocate() + 28
    3   com.adobe.dvacore.framework             0x0000000100245829 dvacore::utility::AllocatorManager<64ul, 4160ul, 66624ul, 1ul>::Allocate(unsigned long) + 279
    4   com.adobe.dvacore.framework             0x000000010016412f dvacore::utility::SmallBlockAllocator::Allocate(unsigned long) + 63
    5   com.adobe.Backend.framework             0x00000001015adcd4 std::_Rb_tree<ASL::ImmutableString, std::pair<ASL::ImmutableString const, BE::OutputValueBase*>, std::_Select1st<std::pair<ASL::ImmutableString const, BE::OutputValueBase*> >, std::less<ASL::ImmutableString>, dvacore::utility::SmallBlockAllocator::STLAllocator<std::pair<ASL::ImmutableStr ing const, BE::OutputValueBase*> > >::_M_create_node(std::pair<ASL::ImmutableString const, BE::OutputValueBase*> const&) + 20
    6   com.adobe.Backend.framework             0x00000001015ade02 std::_Rb_tree<ASL::ImmutableString, std::pair<ASL::ImmutableString const, BE::OutputValueBase*>, std::_Select1st<std::pair<ASL::ImmutableString const, BE::OutputValueBase*> >, std::less<ASL::ImmutableString>, dvacore::utility::SmallBlockAllocator::STLAllocator<std::pair<ASL::ImmutableStr ing const, BE::OutputValueBase*> > >::_M_insert_unique(std::pair<ASL::ImmutableString const, BE::OutputValueBase*> const&) + 206
    7   com.adobe.Backend.framework             0x00000001015ac650 BE::CompositeOutputValue::CompositeOutputValue(BE::CompositeOutputValue const&) + 234
    8   com.adobe.Backend.framework             0x00000001015ab298 BE::CompositeOutputValue::Clone() const + 34
    9   com.adobe.Backend.framework             0x00000001015ac6d2 BE::CompositeOutputValue::CompositeOutputValue(BE::CompositeOutputValue const&) + 364
    10  com.adobe.Backend.framework             0x00000001015bacec BE::CompositeProperty::CompositeProperty(BE::CompositeOutputValue const&, std::map<dvacore::utility::Guid, ASL::ObjectPtr<BE::OutputValueEntry, ASL::AtomicValue>, std::less<dvacore::utility::Guid>, std::allocator<std::pair<dvacore::utility::Guid const, ASL::ObjectPtr<BE::OutputValueEntry, ASL::AtomicValue> > > > const&) + 52
    11  com.adobe.Backend.framework             0x00000001015b69f1 BE::PropertiesImpl::SetOpaqueUnknown(ASL::ImmutableString const&, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>, bool) + 963
    12  com.adobe.Backend.framework             0x00000001015bb93c BE::PropertiesProxy::SetOpaqueUnknown(ASL::ImmutableString const&, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>, bool) + 144
    13  com.adobe.HandlerProject.framework          0x0000000109576871 void BE::IProperties::SetOpaque<ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown> >(ASL::ImmutableString const&, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>&, bool) + 121
    14  com.adobe.HandlerProject.framework          0x00000001095759bc HandlerProject::ProjectViewStateList::WriteViewStateList() + 138
    15  com.adobe.HandlerProject.framework          0x00000001094a827e HandlerProject::ProjectHandler::ViewDestroyed(HandlerProject::ProjectView*, dvacore::utility::Guid) + 866
    16  com.adobe.HandlerProject.framework          0x0000000109523289 HandlerProject::ProjectView::DestroySelf() + 139
    17  com.adobe.dvaworkspace.framework          0x0000000106a342dc dvaworkspace::workspace::Workspace::RemoveTab(dvaworkspace::workspace::Workspac eFrame*, int, bool, bool) + 140
    18  com.adobe.dvaworkspace.framework          0x0000000106a31cbf dvaworkspace::workspace::Workspace::RemoveTab(dvaworkspace::workspace::Workspac eFrame*, dvaworkspace::workspace::TabPanel*, bool, bool) + 67
    19  com.adobe.dvaworkspace.framework          0x0000000106a48400 dvaworkspace::workspace::WorkspaceFrame::RemoveAllTabs(bool) + 162
    20  com.adobe.dvaworkspace.framework          0x0000000106a346c6 dvaworkspace::workspace::TopLevelWindow::RemoveTabPanels(bool) + 392
    21  com.adobe.dvaworkspace.framework          0x0000000106a3552a dvaworkspace::workspace::Workspace::RemoveTabPanels() + 150
    22  com.adobe.premiere.frontend             0x000000010c726700 FE::Application::CloseCurrentWorkspace() + 552
    23  com.adobe.premiere.frontend             0x000000010c75e50d FE::DocumentManager::CloseDocumentWithPrompt(bool, bool) + 353
    24  com.adobe.premiere.frontend             0x000000010c75f151 FE::DocumentManager::AttemptPanicProjectSave() + 991
    25  com.adobe.premiere.frontend             0x000000010c72b74e FE::Application::AttemptPanicProjectSave() + 24
    26  com.adobe.premiere.frontend             0x000000010c78327c UnixInterruptSignal(int) + 44
    27  com.adobe.dvacore.framework             0x0000000100279b15 (anonymous namespace)::SignalHandler(int, __siginfo*, void*) + 261
    28  libsystem_c.dylib                       0x00007fff8cf9294a _sigtramp + 26
    29  libsystem_c.dylib                       0x00007fff8cf91ac7 memmove$VARIANT$sse42 + 159
    30  com.adobe.AudioRenderer.framework          0x0000000100df1fbb AR::AudioBuffer::CopyFrom(AR::AudioBuffer const&, unsigned int) + 59
    31  com.adobe.AudioRenderer.framework          0x0000000100e4797b AR::AudioPannerDirectChannelAssignmentBase::Process(AR::AudioBuffer const&, AR::AudioBuffer&) + 713
    32  com.adobe.AudioRenderer.framework          0x0000000100e4cc46 AR::AudioPannerStereoTo16Channel::ProcessAudioData(AR::AudioBuffer const&, AR::AudioBuffer&) + 174
    33  com.adobe.AudioRenderer.framework          0x0000000100e1ff32 AR::RealtimeAudioClipTrackItemRenderer::GetAudioData(dvamediatypes::TickTime const&, AR::AudioBuffer&, bool) + 3666
    34  com.adobe.AudioRenderer.framework          0x0000000100df7822 AR::AudioClipTrackRenderer::GetAudioData(dvamediatypes::TickTime const&, AR::AudioBuffer&, bool) + 2530
    35  com.adobe.AudioRenderer.framework          0x0000000100e13697 AR::AudioTrackGroupRenderer::GetAudioData(dvamediatypes::TickTime const&, AR::AudioBuffer&, bool) + 571
    36  com.adobe.AudioSupport.framework          0x0000000103089b67 ML::MonitorMixer::AudioCallback(AR::AudioBuffer&, dvamediatypes::TickTime&) + 6969
    37  com.adobe.AudioSupport.framework          0x000000010309284c ML::AudioPlaybackBuffer::GetAudioData(AR::AudioBuffer&) + 106
    38  com.adobe.AudioSupport.framework          0x00000001030993af ML::CoreAudioHost::ProcessAudio(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*) + 813
    39  com.adobe.AudioSupport.framework          0x000000010309954e ML::CoreAudioHost::DeviceIOProc(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*, void*) + 38
    40  com.apple.audio.CoreAudio               0x00007fff8f09fbad HALC_ProxyIOContext::IOWorkLoop() + 2413
    41  com.apple.audio.CoreAudio               0x00007fff8f09f1a1 HALC_ProxyIOContext::IOThreadEntry(void*) + 83
    42  com.apple.audio.CoreAudio               0x00007fff8f09f069 HALB_IOThread::Entry(void*) + 75
    43  libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    44  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff82eec2aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x000000011ff375ec Invoke + 45721
    2   ServiceManager-Launcher.dylib           0x000000011ff36813 Invoke + 42176
    3   ServiceManager-Launcher.dylib           0x000000011ff35be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib           0x000000011ff35c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib           0x000000011ff3130f Invoke + 20412
    6   ServiceManager-Launcher.dylib           0x000000011ff31616 Invoke + 21187
    7   ServiceManager-Launcher.dylib           0x000000011ff31cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib           0x000000011ff31f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib           0x000000011ff3461d Invoke + 33482
    10  ServiceManager-Launcher.dylib           0x000000011ff34775 Invoke + 33826
    11  ServiceManager-Launcher.dylib           0x000000011ff34fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib           0x000000011ff350ad Invoke + 36186
    13  ServiceManager-Launcher.dylib           0x000000011ff27d6b Login + 480
    14  ServiceManager-Launcher.dylib           0x000000011ff2b7ad Login + 15394
    15  ServiceManager-Launcher.dylib           0x000000011ff35412 Invoke + 37055
    16  ServiceManager-Launcher.dylib           0x000000011ff37253 Invoke + 44800
    17  libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    18  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa9023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c21f6d TSWaitOnSemaphoreCommon + 265
    4   com.apple.CoreServices.CarbonCore          0x00007fff89be5b93 AsyncFileThread(void*) + 257
    5   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff82eec6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8cfa6f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8cfa6d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8cf911d1 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff82eec6d6 __workq_ke

    Either or both of the following third-party system modifications may be contributing to your problem:
    FxFactory
    CUDA
    I suggest you uninstall them, one at a time, according to the developers' instructions, to see whether you can identify which is at fault. Reboot after uninstalling CUDA.
    Back up all data before making any changes.

  • My Illustrator crashes when using the move tool

    I've been dealing with the Adobe support team for over one year. I've tried everything in the book related to fixing this problem, yet it still prevails. As you can imagine this very frustrating and not an efficient way to get work done. I wanted to see if any one has had similar problems and if they have been able to permanently fix it. I've also attached the crash report:
    Process:         Adobe Illustrator [1819]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         691 (16.0.4)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1095]
    Responsible:     Adobe Illustrator [1819]
    User ID:         504
    Date/Time:       2014-05-05 09:23:16.557 -0500
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  4018D0AB-3B6E-33BF-D0C1-5FB1ADF1F607
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000841f0f
    VM Regions Near 0x841f0f:
    -->
        __TEXT                 0000000100000000-0000000101877000 [ 24.5M] r-x/rwx SM=COW  /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib               0x00007fff8bc6922b lookUpImpOrForward + 129
    1   libobjc.A.dylib               0x00007fff8bc5c169 objc_msgSend + 233
    2   com.apple.CoreFoundation       0x00007fff88e1650d -[__NSDictionaryM objectForKey:] + 77
    3   com.apple.AppKit               0x00007fff857a6331 +[NSPasteboard _pasteboardWithName:] + 140
    4   com.adobe.dvaui.framework     0x00000001084c44b2 dvaui::datatransfer::OS_SendData::DoDragAndDrop(int, int*) + 370
    5   com.adobe.illustrator         0x00000001008c137f 0x100000000 + 9180031
    6   com.adobe.illustrator         0x00000001007cd988 0x100000000 + 8182152
    7   com.adobe.illustrator         0x00000001007cf210 0x100000000 + 8188432
    8   com.adobe.illustrator         0x00000001007b14da 0x100000000 + 8066266
    9   com.adobe.illustrator         0x00000001007b7745 0x100000000 + 8091461
    10  com.adobe.illustrator         0x00000001007a1ff4 0x100000000 + 8003572
    11  com.adobe.illustrator         0x0000000100755757 0x100000000 + 7690071
    12  com.adobe.illustrator         0x0000000100759d7f 0x100000000 + 7708031
    13  com.adobe.illustrator         0x000000010075a05a 0x100000000 + 7708762
    14  com.adobe.illustrator         0x000000010075b5c9 0x100000000 + 7714249
    15  com.adobe.illustrator         0x0000000100761228 0x100000000 + 7737896
    16  com.adobe.dvaui.framework     0x000000010855db90 dvaui::ui::UI_Node::UI_DispatchMouseEventToLeaf(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 112
    17  com.adobe.dvaui.framework     0x0000000108561462 dvaui::ui::UI_Node::DispatchMouseEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 194
    18  com.adobe.dvaui.framework     0x000000010856af0c std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 124
    19  com.adobe.dvaui.framework     0x00000001085616a6 dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeaf(dvaui::ui::MouseEvent const&, bool) + 86
    20  com.adobe.dvaui.framework     0x00000001085617af dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 175
    21  com.adobe.dvaui.framework     0x0000000108561874 dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 68
    22  com.adobe.dvaui.framework     0x00000001085f5388 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 296
    23  com.adobe.dvaui.framework     0x00000001085ed501 dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 321
    24  com.adobe.dvaui.framework     0x00000001085f636c dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 268
    25  com.adobe.dvaui.framework     0x00000001085e171f dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 31
    26  com.adobe.dvaui.framework     0x00000001085ed1a1 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 65
    27  com.adobe.dvacore.framework   0x0000000107eece4b int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 123
    28  com.adobe.illustrator         0x0000000100767ccb 0x100000000 + 7765195
    29  com.adobe.dvacore.framework   0x0000000107eebeda void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 250
    30  com.adobe.dvacore.framework   0x0000000107eef9bd void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 93
    31  com.adobe.dvaui.framework     0x00000001085f09c4 -[DVAMacContainerView mouseDown:] + 148
    32  com.apple.AppKit               0x00007fff857efb48 -[NSWindow sendEvent:] + 11296
    33  com.adobe.owl                 0x0000000105c01fc5 0x105bcb000 + 225221
    34  com.apple.AppKit               0x00007fff8578e6e4 -[NSApplication sendEvent:] + 2021
    35  com.adobe.dvaui.framework     0x00000001085e0745 -[DVAMacApplication sendEvent:] + 261
    36  com.adobe.exo.framework       0x0000000108e6d12c -[ExoMacApplication sendEvent:] + 956
    37  com.apple.AppKit               0x00007fff855deb89 -[NSApplication run] + 646
    38  com.adobe.exo.framework       0x0000000108e6b767 exo::app::OS_AppBase::RunEventLoop() + 55
    39  com.adobe.illustrator         0x0000000100765bc8 0x100000000 + 7756744
    40  com.adobe.illustrator         0x0000000100704b95 0x100000000 + 7359381
    41  com.adobe.illustrator         0x00000001006f4d04 0x100000000 + 7294212
    42  com.adobe.illustrator         0x0000000100163528 0x100000000 + 1455400
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8da16662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8927b43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8927b152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f03b800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f03b9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8f00c145 MPWaitOnQueue + 192
    5   com.adobe.ACE                 0x0000000102a2e2c9 0x1029f5000 + 234185
    6   com.adobe.ACE                 0x0000000102a2d5da 0x1029f5000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.AGM                 0x0000000102edccfb AGMInitialize + 3255535
    3   com.adobe.AGM                 0x0000000102eddafc AGMInitialize + 3259120
    4   com.adobe.AGM                 0x0000000102ee4d8b AGMInitialize + 3288447
    5   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x000000011c55fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011c30dec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x000000011c55fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011c30dec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x000000011c55fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011c30dec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x000000011c55fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011c30dec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x000000011c55fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011c30dec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.ape.engine           0x000000011c55fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011c30dec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x000000011c55fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x000000011c577ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x000000011c55fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x000000011c6f22c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.adobe.AFlame               0x000000012d7165f5 Flame_Terminate + 1642661
    3   com.adobe.AFlame               0x000000012d6f74cb Flame_Terminate + 1515387
    4   com.adobe.AFlame               0x000000012d6af28a Flame_Terminate + 1219898
    5   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff8da15a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff877d1dc0 nanosleep + 200
    2   libsystem_c.dylib             0x00007fff877d1cb2 usleep + 54
    3   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a12d2 PluginMain + 364594
    4   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 32:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 33:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 34:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 35:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x00000001219a37ea PluginMain + 374090
    Thread 36:
    0   libsystem_kernel.dylib         0x00007fff8da15a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff877d1dc0 nanosleep + 200
    2   com.adobe.illustrator.plugins.ScriptingSupport 0x000000011bce78cb PluginMain + 1570155
    3   com.adobe.illustrator.plugins.ScriptingSupport 0x000000011bccf5b9 PluginMain + 1471065
    4   com.adobe.illustrator.plugins.ScriptingSupport 0x000000011bce7c16 PluginMain + 1570998
    5   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib         0x00007fff8da1591a __recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x000000013936b5ec Invoke + 45721
    2   ServiceManager-Launcher.dylib 0x000000013936a813 Invoke + 42176
    3   ServiceManager-Launcher.dylib 0x0000000139369be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib 0x0000000139369c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib 0x000000013936530f Invoke + 20412
    6   ServiceManager-Launcher.dylib 0x0000000139365616 Invoke + 21187
    7   ServiceManager-Launcher.dylib 0x0000000139365cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib 0x0000000139365f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib 0x000000013936861d Invoke + 33482
    10  ServiceManager-Launcher.dylib 0x0000000139368775 Invoke + 33826
    11  ServiceManager-Launcher.dylib 0x0000000139368fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib 0x00000001393690ad Invoke + 36186
    13  ServiceManager-Launcher.dylib 0x000000013935bd6b Login + 480
    14  ServiceManager-Launcher.dylib 0x000000013935f7ad Login + 15394
    15  ServiceManager-Launcher.dylib 0x0000000139369412 Invoke + 37055
    16  ServiceManager-Launcher.dylib 0x000000013936b253 Invoke + 44800
    17  libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    18  libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    19  libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 38:
    0   libsystem_kernel.dylib         0x00007fff8da11a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8da10d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff88e3dfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff88e3d5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff88e3cf25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8578b16e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 39:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x000000011c55fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x000000011c577ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 40:
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c77 _pthread_cond_wait + 787
    2   com.adobe.ape.engine           0x000000011c55fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x000000011c6f22c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine           0x000000011c55fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x000000011c55fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x000000011c55fe79 APXGetHostAPI + 2516713
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 41:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8da11a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8da10d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff88e3dfc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff88e3d5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff88e3cf25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff91162967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff9116276b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 42:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8da159aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff88e89ab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 43:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff8da15716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff908c2c3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo           0x00007fff89f43a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo           0x00007fff89f4378f startIOThread(void*) + 147
    4   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 44:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff8da11a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8da10d18 mach_msg + 64
    2   com.apple.QuartzCore           0x00007fff908f4377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x00007fff908f42ad thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 45:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator         0x00000001001b9145 0x100000000 + 1806661
    2   com.adobe.illustrator         0x00000001001b8d1e 0x100000000 + 1805598
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    4   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 46:
    0   libsystem_kernel.dylib         0x00007fff8da11a56 semaphore_wait_trap + 10
    1   com.adobe.illustrator         0x00000001001b9145 0x100000000 + 1806661
    2   com.adobe.illustrator         0x00000001001b8d1e 0x100000000 + 1805598
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f00c6c3 PrivateMPEntryPoint + 58
    4   libsystem_pthread.dylib       0x00007fff908c0899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff908c072a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff908c4fc9 thread_start + 13
    Thread 47:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 48:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 49:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 50:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 51:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 52:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 53:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 54:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 55:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 56:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 57:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 58:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 59:
    0   libsystem_kernel.dylib         0x00007fff8da15e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff908c1f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff908c4fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000001008c2d20  rbx: 0x00000001018b7770  rcx: 0x0000000000841f0f  rdx: 0x000061800082fa80
      rdi: 0x00000001018b7770  rsi: 0x00007fff86017fe5  rbp: 0x00007fff5fbfd3a0  rsp: 0x00007fff5fbfd360
       r8: 0x0000000000000000   r9: 0x0000000000000001  r10: 0x0000000103813310  r11: 0x00000001018b7770
      r12: 0x000061800087c380  r13: 0x00007fff86017fe5  r14: 0x000061800082fa80  r15: 0x00000001018b7770
      rip: 0x00007fff8bc6922b  rfl: 0x0000000000010202  cr2: 0x0000000000841f0f
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x100000000 -        0x101876fef +com.adobe.illustrator (691 - 16.0.4) <69AF39E9-A928-8769-94DE-AC579EB0FD84> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101ab9000 -        0x1027feff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x102811000 -        0x10287ffef +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028d3000 -        0x1028d5fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x1028da000 -        0x102937ff7 +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.690) <577BD19B-B362-35B4-6020-2F038DEA5877> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
           0x10295e000 -        0x1029c3ff7 +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.690) <0298BED7-3107-5330-292B-D7BAA1326B8E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
           0x1029f1000 -        0x1029f1ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.690) <5DB43D6A-1CA5-CD74-C2B9-5B02AAC809FD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1029f5000 -        0x102b6efff +com.adobe.ACE (AdobeACE 2.19.18.20990 - 2.19.18.20990) <48C7C467-93A7-F609-1083-D0DD3C0B8988> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x102b81000 -        0x103189fff +com.adobe.AGM (AdobeAGM 4.26.20.20990 - 4.26.20.20990) <8F9BD5CF-287E-9EF1-926D-728359878CAC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x103225000 -        0x103267ff7 +com.adobe.ARE (AdobeARE 1.5.02.20990 - 1.5.02.20990) <2FF36232-F715-2228-ACC0-BABFC0D6F779> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x10326f000 -        0x103369fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x10340d000 -        0x10342cfff +com.adobe.BIB (AdobeBIB 1.2.02.20990 - 1.2.02.20990) <84AEC009-ED37-875D-BA3B-19FF2A53F9EF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x103433000 -        0x10345bff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4D9551F1-B07C-3BAF-0CED-1F83C866BCAA> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x103462000 -        0x1037c6ff7 +com.adobe.CoolType (AdobeCoolType 5.10.34.20990 - 5.10.34.20990) <3D5F8577-39F8-D1D0-81FE-6DC4203A9719> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x103812000 -        0x103c58fff +com.adobe.MPS (AdobeMPS 5.8.0.24821 - 5.8.0.24821) <E8E87710-F66B-32B5-97C6-A35D20867697> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103cd5000 -        0x104dd3fef +com.adobe.psl (AdobePSL 13.0.0.21041 - 13.0.0.21041) <910C283A-607C-F863-97EF-07FB2EEB38AD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x104f94000 -        0x104ff4ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x104ffe000 -        0x1050b6fe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x1050e9000 -        0x105193fe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x1051ba000 -        0x1052fafe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x105379000 -        0x10547bfef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x1054c3000 -        0x105610ff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x105684000 -        0x1058cdfe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x105950000 -        0x105957fff +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <E1A491B4-8427-45ED-D312-5BC6E1ABF0A1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x105961000 -        0x10598dfff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x1059b0000 -        0x105a6dfff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x105ab7000 -        0x105b7cfff +com.adobe.JP2K (2.0.0 - 2.0.0.25990) <1D61D0B2-F263-72E6-C2BB-C8BA6EBB9BAD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bcb000 -        0x105d94fff +com.adobe.owl (AdobeOwl version 5.0.3 - 5.0.3) <1DEEBFAD-1C6D-303B-9F68-B39677534527> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x105dd6000 -        0x1065a9ff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.18562) <8DC49EE4-5700-97A1-EBFE-68024AE1980C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106661000 -        0x106762fff +com.adobe.PDFPort (AdobePDFPort 2.1.0.20993 - 2.1.0.20993) <4356804E-2D42-1280-DC3B-66448D57F05A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x106776000 -        0x10679bffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsetting s
           0x1067d7000 -        0x10681dfe7 +com.adobe.pip (6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x10682a000 -        0x1068d8fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x106915000 -        0x1069d1fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9C3A0810-22F9-5C20-C5A9-44C552076054> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x1069f3000 -        0x106d09fff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <041B948F-2768-2FC9-712A-43AE264510DB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x106dd5000 -        0x106defff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x106df8000 -        0x106e11fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <0EDFCF84-BC82-4466-D878-69327B1722AF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x106e18000 -        0x106efcfe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Illustrat

    Even a decent RAM upgrade is usually only a few hundred dollars nowadays, but it's not a trivially simple process.  That said, with a little research and care you can do it.  Alternatively, you can hire people (e.g., "Geek Squad") to do such an upgrade.
    First, you'll need to know what your operating system capacity is.  For example, a 32 bit Windows system can really only use up to a bit more than 3 GB of RAM, while a 64 bit Windows system can use all the RAM you can find a place to plug in.  What version of Windows are you running?
    Then you'll need to determine what RAM you have installed and what your computer's maximum RAM capacity is - usually you can do this through internet research, either by visiting your computer manufacturer's web site or doing google searches.  There are even RAM manufacturer web sites that will tell you what kind of RAM your computer needs and suggest sources, for example:
    http://www.kingston.com/
    It may be that you can just plug additional chips into currently empty sockets, or it is possible you'll need to replace the RAM chips you have installed in your computer to make room for an upgrade.  Every computer is different.
    If you list your computer model and current RAM that you have installed here, it may be that someone can help with more specific advice.
    -Noel

  • Illustrator CS6 crashes every time I move an object

    Every time I have tried to use illustrator in the past hour or so, it will quit when I try to use the selection tool to move an object or type. This is also going on in InDesign, but it doesn't crash. Both programs were working fine this morning when I used them.
    Any fixes?
    I use a Macbook Pro OSX Lion 2.3 GHz processor, 8 GB memory if any of that is relevant.
    Also, this is the error message I get in Illustrator:
    Process:         Adobe Illustrator [39528]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         682 (16.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [146]
    Date/Time:       2013-07-09 16:18:05.538 -0700
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          1535 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  132 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      F381CC70-DFFB-4C24-8867-23D6A5EB633B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[39528]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff8b5e1a1b CFRelease + 27
    1   com.adobe.dvaui.framework               0x0000000109785a7e dvaui::datatransfer::OS_SendData::~OS_SendData() + 62
    2   com.adobe.illustrator                   0x00000001008b5b0a 0x100000000 + 9132810
    3   com.adobe.illustrator                   0x00000001007c24f8 0x100000000 + 8135928
    4   com.adobe.illustrator                   0x00000001007c3d80 0x100000000 + 8142208
    5   com.adobe.illustrator                   0x00000001007a60ca 0x100000000 + 8020170
    6   com.adobe.illustrator                   0x00000001007ac274 0x100000000 + 8045172
    7   com.adobe.illustrator                   0x0000000100797054 0x100000000 + 7958612
    8   com.adobe.illustrator                   0x000000010074b127 0x100000000 + 7647527
    9   com.adobe.illustrator                   0x000000010074f35f 0x100000000 + 7664479
    10  com.adobe.illustrator                   0x000000010074f63a 0x100000000 + 7665210
    11  com.adobe.illustrator                   0x0000000100750d69 0x100000000 + 7671145
    12  com.adobe.illustrator                   0x0000000100756ae8 0x100000000 + 7695080
    13  com.adobe.dvaui.framework               0x000000010981a550 dvaui::ui::UI_Node::UI_DispatchMouseEventToLeaf(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 112
    14  com.adobe.dvaui.framework               0x000000010981de92 dvaui::ui::UI_Node::DispatchMouseEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 194
    15  com.adobe.dvaui.framework               0x000000010982792c std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 124
    16  com.adobe.dvaui.framework               0x000000010981e0d6 dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeaf(dvaui::ui::MouseEvent const&, bool) + 86
    17  com.adobe.dvaui.framework               0x000000010981e1df dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 175
    18  com.adobe.dvaui.framework               0x000000010981e2a4 dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 68
    19  com.adobe.dvaui.framework               0x00000001098b43f8 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 296
    20  com.adobe.dvaui.framework               0x000000010989f1d1 dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 321
    21  com.adobe.dvaui.framework               0x00000001098b342c dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 268
    22  com.adobe.dvaui.framework               0x000000010989e0ff dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 31
    23  com.adobe.dvaui.framework               0x00000001098a87e1 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 65
    24  com.adobe.dvacore.framework             0x00000001091aae4b int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 123
    25  com.adobe.illustrator                   0x000000010075d79b 0x100000000 + 7722907
    26  com.adobe.dvacore.framework             0x00000001091a9eda void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 250
    27  com.adobe.dvacore.framework             0x00000001091ad9bd void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 93
    28  com.adobe.dvaui.framework               0x00000001098acdd4 -[DVAMacContainerView mouseDown:] + 148
    29  com.apple.AppKit                        0x0000000101b82c98 -[NSWindow sendEvent:] + 6306
    30  com.adobe.owl                           0x0000000106e85558 OWLRemoveObjCExceptionCallback + 1100
    31  com.adobe.owl                           0x0000000106e87961 OWLRemoveObjCExceptionCallback + 10325
    32  com.apple.AppKit                        0x0000000101b1c3a5 -[NSApplication sendEvent:] + 5593
    33  com.adobe.dvaui.framework               0x000000010989d145 -[DVAMacApplication sendEvent:] + 261
    34  com.adobe.exo.framework                 0x000000010a1231cc -[ExoMacApplication sendEvent:] + 956
    35  com.apple.AppKit                        0x0000000101ab2a0e -[NSApplication run] + 555
    36  com.adobe.exo.framework                 0x000000010a121807 exo::app::OS_AppBase::RunEventLoop() + 55
    37  com.adobe.illustrator                   0x000000010075b698 0x100000000 + 7714456
    38  com.adobe.illustrator                   0x00000001006ff385 0x100000000 + 7336837
    39  com.adobe.illustrator                   0x00000001006ef5d4 0x100000000 + 7271892
    40  com.adobe.illustrator                   0x00000001001635f8 0x100000000 + 1455608
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff84b947e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8dda5786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8dda4316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff84c4fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff84be1ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff84c26e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000103cb12c9 0x103c78000 + 234185
    6   com.adobe.ACE                           0x0000000103cb05da 0x103c78000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff84c4fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff84be1ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff84c26e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000103cb12c9 0x103c78000 + 234185
    6   com.adobe.ACE                           0x0000000103cb05da 0x103c78000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff84c4fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff84be1ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff84c26e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x0000000103cb12c9 0x103c78000 + 234185
    6   com.adobe.ACE                           0x0000000103cb05da 0x103c78000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.AGM                           0x000000010415fd5b AGMInitialize + 3255471
    3   com.adobe.AGM                           0x0000000104160b5c AGMInitialize + 3259056
    4   com.adobe.AGM                           0x0000000104167deb AGMInitialize + 3288383
    5   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff84103274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000011980fc0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x00000001195bdec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff84b9267a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84b91d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b60950c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b611c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b611486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff8cf14fe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff8cf0b15a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000119827ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x00000001199a22c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff84b93e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff840b5dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff840b5bb5 usleep + 53
    3   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bb2d2 PluginMain + 364210
    4   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool          0x000000011d8bd7ea PluginMain + 373706
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff84b93e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff840b5dea nanosleep + 164
    2   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000112bb088b PluginMain + 1570187
    3   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000112b98579 PluginMain + 1471097
    4   com.adobe.illustrator.plugins.ScriptingSupport          0x0000000112bb0bd6 PluginMain + 1571030
    5   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff84b93d7a __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x000000010fe975ec Invoke + 45721
    2   ServiceManager-Launcher.dylib           0x000000010fe96813 Invoke + 42176
    3   ServiceManager-Launcher.dylib           0x000000010fe95be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib           0x000000010fe95c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib           0x000000010fe9130f Invoke + 20412
    6   ServiceManager-Launcher.dylib           0x000000010fe91616 Invoke + 21187
    7   ServiceManager-Launcher.dylib           0x000000010fe91cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib           0x000000010fe91f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib           0x000000010fe9461d Invoke + 33482
    10  ServiceManager-Launcher.dylib           0x000000010fe94775 Invoke + 33826
    11  ServiceManager-Launcher.dylib           0x000000010fe94fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib           0x000000010fe950ad Invoke + 36186
    13  ServiceManager-Launcher.dylib           0x000000010fe87d6b Login + 480
    14  ServiceManager-Launcher.dylib           0x000000010fe8b7ad Login + 15394
    15  ServiceManager-Launcher.dylib           0x000000010fe95412 Invoke + 37055
    16  ServiceManager-Launcher.dylib           0x000000010fe97253 Invoke + 44800
    17  libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    18  libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000119827ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff84b93bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff841032a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000011980fbd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x00000001199a22c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000011980fcd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000011980fd4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000011980fe79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 22:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff84b9267a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84b91d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b60950c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b611c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b611486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8348dfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff8348272a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff834826a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 23:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff84b93df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8b65ac8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff84b94192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84101594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84102b85 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010023b585 0x100000000 + 2340229
    2   com.adobe.illustrator                   0x000000010023b15e 0x100000000 + 2339166
    3   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff84b926b6 semaphore_wait_trap + 10
    1   com.adobe.illustrator                   0x000000010023b585 0x100000000 + 2340229
    2   com.adobe.illustrator                   0x000000010023b15e 0x100000000 + 2339166
    3   com.apple.CoreServices.CarbonCore          0x00007fff84c27ce6 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib                       0x00007fff840ff8bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff84102b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000109a8c530  rbx: 0x00007fff5fbfd490  rcx: 0x000000010e122f80  rdx: 0x00007fff5fbfd568
      rdi: 0x0000000000000000  rsi: 0x00007fff89edaaf9  rbp: 0x00007fff5fbfd450  rsp: 0x00007fff5fbfd410
       r8: 0x000000005517aff9   r9: 0x000000005516df00  r10: 0x0000000000200000  r11: 0x0000000109785be0
      r12: 0x0000000000000000  r13: 0x0000000112873a30  r14: 0x00007fff5fbfd490  r15: 0x00007fff5fbfd550
      rip: 0x00007fff8b5e1a1b  rfl: 0x0000000000000246  cr2: 0x0000000110ef6000
    Logical CPU: 2
    Binary Images:
           0x100000000 -        0x10186cfe7 +com.adobe.illustrator (682 - 16.0.0) <8F6F07B7-9649-7267-D555-D35E1326F0C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101aae000 -        0x1026b4fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x102d39000 -        0x103a7eff7 +libicudata.40.0.dylib (40.0.0 - compatibility 40.0.0) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x103a91000 -        0x103afffef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x103b53000 -        0x103b57ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x103b5d000 -        0x103bbaff7 +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.682) <013A7667-AC54-C394-36EC-DE3E058EBBB8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
           0x103be1000 -        0x103c46ff7 +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.682) <4D4BAF9C-D816-167D-C653-3E61955725A9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
           0x103c74000 -        0x103c74ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.682) <6344CAA3-C943-9DF3-CCCB-AB443149DF6A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x103c78000 -        0x103df1fff +com.adobe.ACE (AdobeACE 2.19.18.19822 - 2.19.18.19822) <01A168B2-A4AA-71B3-D8F1-2F4A367485BB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x103e04000 -        0x10440cfff +com.adobe.AGM (AdobeAGM 4.26.20.19822 - 4.26.20.19822) <4AB2E56F-811A-C769-4F3C-CBE1530C8A56> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1044a8000 -        0x1044eaff7 +com.adobe.ARE (AdobeARE 1.5.02.19822 - 1.5.02.19822) <FB3356DF-DBCD-CE4C-DC16-63540BC96C5C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x1044f2000 -        0x1045ecfe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x104690000 -        0x1046affff +com.adobe.BIB (AdobeBIB 1.2.02.19822 - 1.2.02.19822) <7EC75BFC-1A1C-8FD3-56BB-D6B6EB5CA9A1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1046b6000 -        0x1046deff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4886F3FC-D31A-6149-1E03-EBA15E262086> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1046e5000 -        0x104a46fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19822 - 5.10.31.19822) <14E82AD0-5994-21FA-D963-D3FB2A113349> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x104a93000 -        0x104ed9ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19673 - 5.8.0.19673) <E63AFCA8-3E74-1745-8C74-8B0A78073BE5> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104f55000 -        0x106053fef +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <8029DA17-402C-301F-02E9-D0EC8DF48BE8> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x106213000 -        0x106273ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x10627d000 -        0x106335fe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x106368000 -        0x106412fe7 +libicucnv.40.0.dylib (40.0.0 - compatibility 40.0.0) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x106439000 -        0x106579fe7 +libicui18n.40.0.dylib (40.0.0 - compatibility 40.0.0) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x1065f8000 -        0x1066fafef +libicuuc.40.0.dylib (40.0.0 - compatibility 40.0.0) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x106742000 -        0x10688fff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x106903000 -        0x106b4cfe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x106bcf000 -        0x106bd6fef +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <E678CE59-3C6E-386B-92F1-48B49B1727E0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x106be0000 -        0x106c0cfff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x106c2f000 -        0x106cecfff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x106d36000 -        0x106dfbfff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x106e48000 -        0x107056fff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x107098000 -        0x10786bff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.18562) <8DC49EE4-5700-97A1-EBFE-68024AE1980C> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x107923000 -        0x107a23ff7 +com.adobe.PDFPort (AdobePDFPort 2.1.0.19734 - 2.1.0.19734) <8C850D5F-FCF1-8620-6DAE-240667C80F9A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x107a37000 -        0x107a5cffe +adobepdfsettings (??? - ???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsetting s
           0x107a98000 -        0x107adefe7 +com.adobe.pip (??? - 6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x107aeb000 -        0x107b99fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x107bd6000 -        0x107c92fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9C3A0810-22F9-5C20-C5A9-44C552076054> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x107cb4000 -        0x107fcafff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <041B948F-2768-2FC9-712A-43AE264510DB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x108096000 -        0x1080b0ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1080b9000 -        0x1080d2fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <0EDFCF84-BC82-4466-D878-69327B1722AF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x1080d9000 -        0x1081bdfe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1081ce000 -        0x1081d6fef +com.adobe.boost_date_time.framework (6.0.0 - 6.0.0.0) <C4819F09-AB6C-1282-F489-48671509CE71> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x1081f0000 -        0x108209ff7 +com.adobe.boost_filesystem.framework (6.0.0 - 6.0.0.0) <CD4FF487-E0AA-0D76-A87D-9252F242C314> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x10822b000 -        0x1082dffef +com.adobe.boost_regex.framework (6.0.0 - 6.0.0.0) <FD24C4C8-AA95-3FB1-6350-639D50D7ACEF> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x10836b000 -        0x1083d8fef +com.adobe.boost_serialization.framework (6.0.0 - 6.0.0.0) <4BD779CA-98D8-9DC5-4B79-2E30E102EE31> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x1084db000 -        0x1084e8fff +com.adobe.boost_signals.framework (6.0.0 - 6.0.0.0) <B0761444-05C8-F8AC-B3F3-CBA2C83129AC> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x1084fd000 -        0x1084ffff7 +com.adobe.boost_system.framework (6.0.0 - 6.0.0.0) <5A598FE6-82A6-D73A-B509-9A2902097AFE> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x108506000 -        0x108512fff +com.adobe.boost_threads.framework (6.0.0 - 6.0.0.0) <92B1610F-451D-3684-8882-599DB6B00C23> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x108530000 -        0x10897aff7 +com.adobe.dvaadameve.framework (6.0.0 - 6.0.0.0) <3921F600-9022-192D-BC1B-D5D2A3A96CBD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x108fd5000 -        0x1090c0fe7 +com.adobe.dvaai.framework (6.0.0 - 6.0.0.0) <E9ECB4F4-B4C8-8D8F-1362-255FC8986938> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x10916c000 -        0x109360fff +com.adobe.dvacore.framework (6.0.0 - 6.0.0.0) <E0CC2892-B8B1-7439-494E-0FFB4D07E7F9> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x109528000 -        0x109a48fff +com.adobe.dvaui.framework (6.0.0 - 6.0.0.0) <86B829A9-FF1A-DEDA-26F7-D3BA4EF7AF35> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x109f56000 -        0x10a023ff7 +com.adobe.dvaworkspace.framework (6.0.0 - 6.0.0.0) <92204BF4-539F-C35E-8F5C-DA4AD4B48568> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x10a117000 -        0x10a203ff7 +com.adobe.exo.framework (6.0.0 - 6.0.0.0) <D136ACCA-E1C5-6D39-16DE-411471D06AED> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x10a34d000 -        0x10a3cbfff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x10a3dc000 -        0x10a408ff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x10a421000 -        0x10a42fff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10a445000 -        0x10a647fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
           0x10a6d6000 -        0x10a9cbff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10aae8000 -        0x10aae8fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
           0x10aaec000 -        0x10ab54ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10ab93000 -        0x10aba2fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10abaa000 -        0x10abfcff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10ac0b000 -        0x10ac12fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
           0x10ac18000 -        0x10ac2efff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10ac40000 -        0x10ac80fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    You might try updating your software to the latest versions. AICS6 is up to 16.0.4 right now.

  • Crashing problem EXC_BAD_ACCESS (SIGABRT)

    Crashing reporter is offline/page not found?
    Have a problem with After Effects CS5 crashing randomly - here's the logs from the last two:
    Is it a corrupted font? I have removed one with was a serious error, but want to resolve this as it's slowing my work down.
    Process:         After Effects [2850]
    Path:            /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/MacOS/After Effects
    Identifier:      com.adobe.AfterEffects
    Version:         10.0.1 (10.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [233]
    Date/Time:       2011-03-03 13:17:42.585 +0000
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x00007fff80be9616 __kill + 10
    1   libSystem.B.dylib                 0x00007fff80c89cca abort + 83
    2   U.dylib                           0x0000000102a89867 U_LoadFrameworkBundle + 695
    3   libSystem.B.dylib                 0x00007fff80bfb67a _sigtramp + 26
    4   ???                               0x00007fff5fbfdf50 0 + 140734799798096
    5   ...e.AfterEffectsLib.framework    0x0000000100b51982 CRQRenderSettings::SetRS_FromPref(int) + 61698
    6   ...e.AfterEffectsLib.framework    0x0000000100b529a4 CRQRenderSettings::SetRS_FromPref(int) + 65828
    7   ...e.AfterEffectsLib.framework    0x0000000100b5a20b CRQRenderSettings::SetRS_FromPref(int) + 96651
    8   ...e.AfterEffectsLib.framework    0x0000000100b498f9 CRQRenderSettings::SetRS_FromPref(int) + 28793
    9   ...e.AfterEffectsLib.framework    0x0000000100a1d7e3 COutlineDir::GetOutlinePano() + 23411
    10  ...e.AfterEffectsLib.framework    0x0000000100a1ff45 COutlineDir::GetOutlinePano() + 33493
    11  ...e.AfterEffectsLib.framework    0x0000000100af0811 CTLOutlinePano::CenterCurrentTimeIfNecessary() + 8865
    12  ...e.AfterEffectsLib.framework    0x00000001006d4679 CView::DispatchMouseEvent(ae::egg::MouseEvent const&) + 393
    13  ...e.AfterEffectsLib.framework    0x00000001006d4594 CView::DispatchMouseEvent(ae::egg::MouseEvent const&) + 164
    14  ...e.AfterEffectsLib.framework    0x00000001006d4594 CView::DispatchMouseEvent(ae::egg::MouseEvent const&) + 164
    15  ...e.AfterEffectsLib.framework    0x0000000100702ad8 dvacore::utility::SearchLiveHelp(std::basic_string<unsigned short, std::char_traits<unsigned short>, std::allocator<unsigned short> >) + 7480
    16  ...e.AfterEffectsLib.framework    0x0000000100a17c0e GetCEffects(BEE_Layer*) + 67326
    17  com.adobe.dvaui.framework         0x00000001031d9822 dvaui::ui::UI_Node::UI_DispatchMouseEventToLeaf(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 146
    18  com.adobe.dvaui.framework         0x00000001031dc7d5 dvaui::ui::UI_Node::DispatchMouseEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 165
    19  com.adobe.dvaui.framework         0x00000001031e6243 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::DispatchMouseEv ent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 131
    20  com.adobe.dvaui.framework         0x00000001031e0613 dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeaf(dvaui::ui::MouseEvent const&, bool) + 83
    21  com.adobe.dvaui.framework         0x00000001031e1dcf dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 159
    22  com.adobe.dvaui.framework         0x00000001031e1eb4 dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 68
    23  com.adobe.dvaui.framework         0x0000000103255433 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 595
    24  com.adobe.dvaui.framework         0x0000000103251249 dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 313
    25  com.adobe.dvaui.framework         0x00000001032578a2 dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 450
    26  com.adobe.dvaui.framework         0x000000010324238f dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 31
    27  com.adobe.dvaui.framework         0x000000010324808b dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 59
    28  com.adobe.dvacore.framework       0x0000000102d4de16 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 38
    29  ...e.AfterEffectsLib.framework    0x0000000100663396 EggMain(bool, bool, bool, bool, bool, bool, char*, bool, int) + 5382
    30  ...e.AfterEffectsLib.framework    0x00000001006634c1 EggMain(bool, bool, bool, bool, bool, bool, char*, bool, int) + 5681
    31  com.adobe.dvacore.framework       0x0000000102d4ccf5 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 197
    32  com.adobe.dvacore.framework       0x0000000102d4ec83 void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 99
    33  com.adobe.dvaui.framework         0x000000010324b34d -[DVAMacContainerView mouseDown:] + 253
    34  com.apple.AppKit                  0x00007fff882d934f -[NSWindow sendEvent:] + 5409
    35  com.apple.AppKit                  0x00007fff8820ea86 -[NSApplication sendEvent:] + 4719
    36  com.adobe.dvaui.framework         0x0000000103243d6f -[DVAMacApplication sendEvent:] + 223
    37  ...e.AfterEffectsLib.framework    0x0000000100470f73 0x10046a000 + 28531
    38  com.apple.AppKit                  0x00007fff881a54da -[NSApplication run] + 474
    39  ...e.AfterEffectsLib.framework    0x00000001006b74a2 PT_RegisterTracker(A_Version, A_Version, int, _AEGP_GlobalRefcon*, char const*, char const*, PT_TrackerEntryPoints const*) + 16386
    40  ...e.AfterEffectsLib.framework    0x000000010066181c SetAPETerminateFunc(boost::function<void ()()> const&) + 1308
    41  ...e.AfterEffectsLib.framework    0x0000000100661ee4 EggMain(bool, bool, bool, bool, bool, bool, char*, bool, int) + 84
    42  com.adobe.AfterEffects            0x00000001000043b8 main + 1144
    43  com.adobe.AfterEffects            0x0000000100003895 _start + 227
    44  com.adobe.AfterEffects            0x00000001000037b1 start + 33
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff80bb416a kevent + 10
    1   libSystem.B.dylib                 0x00007fff80bb603d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff80bb5d14 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff80bb583e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff80bb5168 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff80bb5005 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services            0x000000010dd23c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services            0x000000010dd1ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services            0x000000010dd23cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   ...e.Frameworks.ASL.Foundation    0x0000000104dc2080 ASL::(anonymous namespace)::TaskProc(void*) + 96
    6   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   AdobeACE                          0x0000000108eff18d 0x108ec5000 + 237965
    6   AdobeACE                          0x0000000108efeb3a 0x108ec5000 + 236346
    7   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   AdobeACE                          0x0000000108eff18d 0x108ec5000 + 237965
    6   AdobeACE                          0x0000000108efeb3a 0x108ec5000 + 236346
    7   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   AdobeACE                          0x0000000108eff18d 0x108ec5000 + 237965
    6   AdobeACE                          0x0000000108efeb3a 0x108ec5000 + 236346
    7   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                 0x00007fff80bb416a kevent + 10
    1   ...dobe.dvatransport.framework    0x0000000107d2ec4e boost::asio::detail::kqueue_reactor<false>::run(bool) + 478
    2   ...dobe.dvatransport.framework    0x0000000107d2fd05 boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 517
    3   ...dobe.dvatransport.framework    0x0000000107d0d8cc SkyConnectionEnv::MainLoop() + 76
    4   ...dobe.dvatransport.framework    0x0000000107d0d939 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    6   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...dobe.dvatransport.framework    0x0000000107d2fe3f boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 831
    3   ...dobe.dvatransport.framework    0x0000000107d30a35 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service<boost::asio ::ip::tcp>::work_io_service_runner>::run() + 53
    4   ...dobe.dvatransport.framework    0x0000000107d15c79 asio_detail_posix_thread_function + 25
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                 0x00007fff80bb416a kevent + 10
    1   ...dobe.dvatransport.framework    0x0000000107d2ec4e boost::asio::detail::kqueue_reactor<false>::run(bool) + 478
    2   ...dobe.dvatransport.framework    0x0000000107d2fd05 boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 517
    3   ...dobe.dvatransport.framework    0x0000000107d0d8cc SkyConnectionEnv::MainLoop() + 76
    4   ...dobe.dvatransport.framework    0x0000000107d0d939 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    6   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...dobe.dvatransport.framework    0x0000000107d2fe3f boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 831
    3   ...dobe.dvatransport.framework    0x0000000107d30a35 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service<boost::asio ::ip::tcp>::work_io_service_runner>::run() + 53
    4   ...dobe.dvatransport.framework    0x0000000107d15c79 asio_detail_posix_thread_function + 25
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.AfterEffects.MThread    0x00000001282fea8f main + 20783
    3   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    4   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    5   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    6   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.AfterEffects.MThread    0x00000001282fea8f main + 20783
    3   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    4   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    5   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    6   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.AfterEffects.MThread    0x00000001282fea8f main + 20783
    3   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    4   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    5   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    6   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib                 0x00007fff80bb416a kevent + 10
    1   ...dobe.dvatransport.framework    0x0000000107d2ec4e boost::asio::detail::kqueue_reactor<false>::run(bool) + 478
    2   ...dobe.dvatransport.framework    0x0000000107d2fd05 boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 517
    3   ...dobe.dvatransport.framework    0x0000000107d0d8cc SkyConnectionEnv::MainLoop() + 76
    4   ...dobe.dvatransport.framework    0x0000000107d0d939 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    6   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...dobe.dvatransport.framework    0x0000000107d2fe3f boost::asio::detail::task_io_service<boost::asio::detail::kqueue_reactor<false> >::run(boost::system::error_code&) + 831
    3   ...dobe.dvatransport.framework    0x0000000107d30a35 boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service<boost::asio ::ip::tcp>::work_io_service_runner>::run() + 53
    4   ...dobe.dvatransport.framework    0x0000000107d15c79 asio_detail_posix_thread_function + 25
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.AfterEffects.OpenEXR    0x000000012a0814c6 IlmThread::Semaphore::wait() + 70
    3   com.adobe.AfterEffects.OpenEXR    0x000000012a08033c IlmThread::(anonymous namespace)::WorkerThread::run() + 188
    4   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.AfterEffects.OpenEXR    0x000000012a0814c6 IlmThread::Semaphore::wait() + 70
    3   com.adobe.AfterEffects.OpenEXR    0x000000012a08033c IlmThread::(anonymous namespace)::WorkerThread::run() + 188
    4   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.AfterEffects.OpenEXR    0x000000012a0814c6 IlmThread::Semaphore::wait() + 70
    3   com.adobe.AfterEffects.OpenEXR    0x000000012a08033c IlmThread::(anonymous namespace)::WorkerThread::run() + 188
    4   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.AfterEffects.OpenEXR    0x000000012a0814c6 IlmThread::Semaphore::wait() + 70
    3   com.adobe.AfterEffects.OpenEXR    0x000000012a08033c IlmThread::(anonymous namespace)::WorkerThread::run() + 188
    4   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd5e59 nanosleep + 148
    2   ...dobe.AfterEffects.Scripting    0x000000012ab08c7b zcfree + 197989
    3   ...dobe.AfterEffects.Scripting    0x000000012aaebc93 zcfree + 79229
    4   ...dobe.AfterEffects.Scripting    0x000000012ab08d76 zcfree + 198240
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x000000012b3da89d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl               0x000000012b1935e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl               0x000000012b3da9b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl               0x000000012b3dad1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl               0x000000012b3dae49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x000000012b3da89d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl               0x000000012b1935e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl               0x000000012b3da9b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl               0x000000012b3dad1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl               0x000000012b3dae49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x000000012b3da89d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl               0x000000012b1935e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl               0x000000012b3da9b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl               0x000000012b3dad1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl               0x000000012b3dae49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl               0x000000012b3da89d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl               0x000000012b1935e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl               0x000000012b3da9b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl               0x000000012b3dad1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl               0x000000012b3dae49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib                 0x00007fff80b9b2da mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff80b9b94d mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff81c12932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff81c11dbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices     0x00007fff85e7b62b MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices     0x00007fff85e7d1f6 CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib                 0x00007fff80b9b33a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff80bd9cd2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl               0x000000012b3da869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl               0x000000012b3f70ec APXGetHostAPI + 2582620
    4   com.adobe.adobeswfl               0x000000012b3da9b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl               0x000000012b3dad1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl               0x000000012b3dae49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib                 0x00007fff80b9b33a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff80bd9cd2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl               0x000000012b3da869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl               0x000000012b574ef3 APXGetHostAPI + 4146787
    4   com.adobe.adobeswfl               0x000000012b3da9b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl               0x000000012b3dad1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl               0x000000012b3dae49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x000000010001222c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x000000010001cb84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000100014e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 37:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x000000010001222c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x000000010001cb84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000100014e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 38:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   libtbb.dylib                      0x000000010001222c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                      0x000000010001cb84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                      0x0000000100014e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 39:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 40:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...e.AfterEffectsLib.framework    0x00000001006a901e ae::egg::KeyboardEvent::KeyboardEvent(dvaui::ui::KeyboardEvent const&) + 40558
    3   ...e.AfterEffectsLib.framework    0x00000001006abe26 ae::egg::KeyboardEvent::KeyboardEvent(dvaui::ui::KeyboardEvent const&) + 52342
    4   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    5   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    6   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 41:
    0   libSystem.B.dylib                 0x00007fff80b9b32e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff828f31f2 MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x0000000125ce7bd1 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 42:
    0   libSystem.B.dylib                 0x00007fff80b9b32e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff828f31f2 MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x0000000125ce7bd1 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 43:
    0   libSystem.B.dylib                 0x00007fff80b9b32e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore    0x00007fff828f31f2 MPWaitOnSemaphore + 96
    2   MultiProcessor Support            0x0000000125ce7bd1 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 44:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   com.BorisFX.bcc_ae_8bit           0x00000001373b5563 XSyncEvent::WaitForEvent(int) + 131
    3   com.BorisFX.bcc_ae_8bit           0x00000001374ba94b OGL::Thread::Process() + 155
    4   com.BorisFX.bcc_ae_8bit           0x00000001373b5752 XSyncThreadTask(void*) + 18
    5   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    6   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 45:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.BorisFX.bcc_ae_8bit           0x0000000136a6be31 Queue::Wait(long*, Job**, int) + 17
    6   com.BorisFX.bcc_ae_8bit           0x0000000137184f3d BankQueue::DoMPTask(Task*) + 77
    7   com.BorisFX.bcc_ae_8bit           0x00000001371850a3 Task::MPTask(void*) + 19
    8   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 46:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.BorisFX.bcc_ae_8bit           0x0000000136a6be31 Queue::Wait(long*, Job**, int) + 17
    6   com.BorisFX.bcc_ae_8bit           0x0000000137184f3d BankQueue::DoMPTask(Task*) + 77
    7   com.BorisFX.bcc_ae_8bit           0x00000001371850a3 Task::MPTask(void*) + 19
    8   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 47:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.BorisFX.bcc_ae_8bit           0x0000000136a6be31 Queue::Wait(long*, Job**, int) + 17
    6   com.BorisFX.bcc_ae_8bit           0x0000000137184f3d BankQueue::DoMPTask(Task*) + 77
    7   com.BorisFX.bcc_ae_8bit           0x00000001371850a3 Task::MPTask(void*) + 19
    8   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 48:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.BorisFX.bcc_ae_8bit           0x0000000136a6be31 Queue::Wait(long*, Job**, int) + 17
    6   com.BorisFX.bcc_ae_8bit           0x0000000137184f3d BankQueue::DoMPTask(Task*) + 77
    7   com.BorisFX.bcc_ae_8bit           0x00000001371850a3 Task::MPTask(void*) + 19
    8   ...ple.CoreServices.CarbonCore    0x00007fff8285e411 PrivateMPEntryPoint + 63
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 49:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x00007fff80bdee92 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x00007fff81c34498 __CFSocketManager + 824
    2   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    3   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 50:
    0   libSystem.B.dylib                 0x00007fff80bd5fca __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff80bd9de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore    0x00007fff8291ce27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore    0x00007fff8288c310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore    0x00007fff8288621b MPWaitOnQueue + 215
    5   com.adobe.dvacore.framework       0x0000000102db5a1f dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 143
    6   com.adobe.dvacore.framework       0x0000000102d4ed5e boost::function0<void>::operator()() const + 46
    7   com.adobe.dvacore.framework       0x0000000102dade53 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()()> const&, boost::function<void ()()> const&) + 99
    8   ...obe.boost_threads.framework    0x0000000107fd4ac4 thread_proxy + 132
    9   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    10  libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 51:
    0   libSystem.B.dylib                 0x00007fff80b9b33a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff80bd9cd2 _pthread_cond_wait + 1015
    2   com.apple.audio.CoreAudio         0x00007fff831b967c CAGuard::WaitFor(unsigned long long) + 168
    3   com.apple.audio.CoreAudio         0x00007fff831bbc0b CAGuard::WaitUntil(unsigned long long) + 185
    4   com.apple.audio.CoreAudio         0x00007fff831b9d75 HP_IOThread::WorkLoop() + 1369
    5   com.apple.audio.CoreAudio         0x00007fff831b9817 HP_IOThread::ThreadEntry(HP_IOThread*) + 9
    6   com.apple.audio.CoreAudio         0x00007fff831b9745 CAPThread::Entry(CAPThread*) + 125
    7   libSystem.B.dylib                 0x00007fff80bd4536 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff80bd43e9 thread_start + 13
    Thread 52:
    0   libSystem.B.dylib                 0x00007fff80bb4f8a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff80bb539c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff80bb5005 start_wqthread + 13
    Thread 53:
    0   libSystem.B.dylib                 0x00007fff80bb4f8a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff80bb539c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff80bb5005 start_wqthread + 13
    Thread 54:
    0   libSystem.B.dylib                 0x00007fff80bb4f8a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff80bb539c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff80bb5005 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff5fbfdab0  rcx: 0x00007fff5fbfda88  rdx: 0x0000000000000000
      rdi: 0x0000000000000b22  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfdaa0  rsp: 0x00007fff5fbfda88
       r8: 0x0000000102a96760   r9: 0x0000000000000001  r10: 0x00007fff80be5656  r11: 0x0000000000000206
      r12: 0x00007fff5fbfdac0  r13: 0x00007fff5fbfe180  r14: 0x00000001b0f21c50  r15: 0x000000010eaa6410
      rip: 0x00007fff80be9616  rfl: 0x0000000000000206  cr2: 0x00007fff80c74436
    Binary Images:
           0x100000000 -        0x100004ff3 +com.adobe.AfterEffects 10.0.1 (10.0) <6B57EDE6-8898-E72E-05C0-D54EA9E78EF7> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/MacOS/After Effects
           0x100009000 -        0x100022feb +libtbb.dylib ??? (???) /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/libtbb.dylib
           0x100033000 -        0x100039feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x100040000 -        0x10004cff5 +com.adobe.boost_signals.framework boost_signals version 5.0.0 (5.0.0.213330) <7C5184BC-4FE9-56D9-CAE9-49D669C6108B> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x10005e000 -        0x10005ffff +com.adobe.boost_system.framework boost_system version 5.0.0 (5.0.0.213330) <5B2E6816-3C31-78F7-A163-368475286EDA> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x100065000 -        0x10006cff3 +com.adobe.boost_date_time.framework boost_date_time version 5.0.0 (5.0.0.213330) <784431BB-1A4A-5F0F-4641-0541FE7F4430> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x10007c000 -        0x100081ffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x100086000 -        0x1001c9fef +WRServices ??? (???) <DD50D315-C0EC-C729-AC67-92588187E8C7> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x100215000 -        0x100319fef +hydra_filters ??? (???) <177463AB-3833-13B3-20B3-7B228BE9BC9C> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/hydra_filters.framework/Versions/A/hydra_filters
           0x10040e000 -        0x10042cfff +image_runtime ??? (???) <5896DB90-E23E-5C6E-98E5-8E52698ACE61> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x100466000 -        0x100467fff +ALOG.dylib ??? (???) <247DF308-661D-FC7A-4A53-C8EA58CB478C> /Applications/Adobe After Effects CS5/Adobe After Effects CS5.app/Contents/Frameworks/ALOG.dylib
           0x10046a000 -        0x1

    I just installed AE, have never used it, and am seeing it bail on startup with the same odd language registry key error. Please see my post on a related thread.
    Any luck here? Would be nice to get AE to boot so I could evaluate it.

  • Safari crashes after 5 min - copy of error report

    Safari will crash within 5 minutes of opening it...sometime's it immediately and sometimes it takes a little while...ive done everything i can think of to fix it and it still keeps happening...here is a copy of the report from the apple error message:
    Process: Safari [109]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.2.1 (5525.27.1)
    Build Info: WebBrowser-55252701~1
    Code Type: X86 (Native)
    Parent Process: launchd [69]
    Date/Time: 2009-02-16 20:28:17.754 -0500
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000001c93c4
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libSystem.B.dylib 0xffff01a4 _atomicadd32 + 4 (cpu_capabilities.h:230)
    1 com.apple.Safari 0x0001e4c6 0x1000 + 120006
    2 com.apple.WebKit 0x9626b280 CallDelegate(objc_object* ()(objc_object, objc_selector*, ...), WebView*, objc_object*, objc_selector*, objc_object*) + 112
    3 com.apple.WebKit 0x9626b06a WebFrameLoaderClient::dispatchDidStartProvisionalLoad() + 106
    4 com.apple.WebCore 0x93bf3487 WebCore::FrameLoader::continueLoadAfterWillSubmitForm(WebCore::PolicyAction) + 39
    5 com.apple.WebCore 0x93bf2bf1 WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceReques t const&, ***::PassRefPtr<WebCore::FormState>, bool) + 529
    6 com.apple.WebCore 0x93bf2947 WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool) + 55
    7 com.apple.WebCore 0x93bf278e WebCore::PolicyCheck::call(bool) + 78
    8 com.apple.WebCore 0x93bf2190 WebCore::FrameLoader::continueAfterNavigationPolicy(WebCore::PolicyAction) + 592
    9 com.apple.WebKit 0x9626acbc -[WebFramePolicyListener receivedPolicyDecision:] + 60
    10 com.apple.WebKit 0x9626ac7a -[WebFramePolicyListener use] + 42
    11 com.pozytron.AcidSearch 0x002bf1e4 -[PZWebView webView:decidePolicyForNavigationAction:request:frame:decisionListener:] + 238
    12 com.apple.CoreFoundation 0x92a42a3d _invoking__ + 29
    13 com.apple.CoreFoundation 0x92a42428 -[NSInvocation invoke] + 136
    14 com.apple.CoreFoundation 0x92a424f8 -[NSInvocation invokeWithTarget:] + 72
    15 com.apple.WebKit 0x9626ab4f -[_WebSafeForwarder forwardInvocation:] + 367
    16 com.apple.CoreFoundation 0x92a4296a __forwarding__ + 986
    17 com.apple.CoreFoundation 0x92a429d2 CF_forwarding_prep0 + 50
    18 com.apple.WebKit 0x9626a175 WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(void (WebCore::FrameLoader::*)(WebCore::PolicyAction), WebCore::NavigationAction const&, WebCore::ResourceRequest const&) + 181
    19 com.apple.WebCore 0x93bf0843 WebCore::FrameLoader::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, ***::PassRefPtr<WebCore::FormState>, void ()(void, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool), void*) + 435
    20 com.apple.WebCore 0x93befa37 WebCore::FrameLoader::load(WebCore::DocumentLoader*, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::FormState>) + 199
    21 com.apple.WebCore 0x93cd37d0 WebCore::FrameLoader::load(WebCore::ResourceRequest const&, WebCore::NavigationAction const&, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::FormState>) + 384
    22 com.apple.WebCore 0x93d81b44 WebCore::FrameLoader::continueLoadAfterNewWindowPolicy(WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&, bool) + 244
    23 com.apple.WebCore 0x93d819ae WebCore::FrameLoader::callContinueLoadAfterNewWindowPolicy(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&, bool) + 62
    24 com.apple.WebCore 0x93bf27ec WebCore::PolicyCheck::call(bool) + 172
    25 com.apple.WebCore 0x93d81770 WebCore::FrameLoader::continueAfterNewWindowPolicy(WebCore::PolicyAction) + 496
    26 com.apple.WebKit 0x9626acbc -[WebFramePolicyListener receivedPolicyDecision:] + 60
    27 com.apple.WebKit 0x9626ac7a -[WebFramePolicyListener use] + 42
    28 com.apple.CoreFoundation 0x92a42a3d _invoking__ + 29
    29 com.apple.CoreFoundation 0x92a42428 -[NSInvocation invoke] + 136
    30 com.apple.CoreFoundation 0x92a424f8 -[NSInvocation invokeWithTarget:] + 72
    31 com.apple.WebKit 0x9626ab4f -[_WebSafeForwarder forwardInvocation:] + 367
    32 com.apple.CoreFoundation 0x92a4296a __forwarding__ + 986
    33 com.apple.CoreFoundation 0x92a429d2 CF_forwarding_prep0 + 50
    34 com.apple.WebKit 0x9628cf19 WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction(void (WebCore::FrameLoader::*)(WebCore::PolicyAction), WebCore::NavigationAction const&, WebCore::ResourceRequest const&, WebCore::String const&) + 201
    35 com.apple.WebCore 0x93d8112a WebCore::FrameLoader::checkNewWindowPolicy(WebCore::NavigationAction const&, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&) + 154
    36 com.apple.WebCore 0x93cd3400 WebCore::FrameLoader::load(WebCore::KURL const&, WebCore::String const&, WebCore::FrameLoadType, WebCore::String const&, WebCore::Event*, ***::PassRefPtr<WebCore::FormState>) + 2080
    37 com.apple.WebCore 0x93d10475 WebCore::FrameLoader::load(WebCore::FrameLoadRequest const&, bool, bool, WebCore::Event*, WebCore::HTMLFormElement*, ***::HashMap<WebCore::String, WebCore::String, WebCore::StringHash, ***::HashTraits<WebCore::String>, ***::HashTraits<WebCore::String> > const&) + 1157
    38 com.apple.WebCore 0x93d187bc WebCore::FrameLoader::urlSelected(WebCore::FrameLoadRequest const&, WebCore::Event*, bool, bool) + 636
    39 com.apple.WebCore 0x93d182b9 WebCore::FrameLoader::urlSelected(WebCore::ResourceRequest const&, WebCore::String const&, WebCore::Event*, bool, bool) + 649
    40 com.apple.WebCore 0x93d13451 WebCore::HTMLAnchorElement::defaultEventHandler(WebCore::Event*) + 1457
    41 com.apple.WebCore 0x93be7303 WebCore::EventTarget::dispatchGenericEvent(WebCore::EventTargetNode*, ***::PassRefPtr<WebCore::Event>, int&, bool) + 707
    42 com.apple.WebCore 0x93be6f4f WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 255
    43 com.apple.WebCore 0x93da4c1d WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 509
    44 com.apple.WebCore 0x93da49d5 WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 165
    45 com.apple.WebCore 0x93da44d5 WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 101
    46 com.apple.WebCore 0x93d161c2 WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 722
    47 com.apple.WebCore 0x93d15df9 WebCore::EventHandler::mouseUp(NSEvent*) + 393
    48 com.apple.WebKit 0x962858bc -[WebHTMLView mouseUp:] + 220
    49 com.apple.AppKit 0x93131241 -[NSWindow sendEvent:] + 5539
    50 com.apple.Safari 0x0002b0d3 0x1000 + 172243
    51 com.apple.AppKit 0x930fdd49 -[NSApplication sendEvent:] + 2941
    52 com.apple.Safari 0x0002ab58 0x1000 + 170840
    53 com.apple.AppKit 0x9305b69f -[NSApplication run] + 847
    54 com.apple.AppKit 0x930288a4 NSApplicationMain + 574
    55 com.apple.Safari 0x000b9b16 0x1000 + 756502
    Thread 1:
    0 libSystem.B.dylib 0x90a0d3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90a37d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x93b898ff WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x93b42065 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x90a37095 pthreadstart + 321
    5 libSystem.B.dylib 0x90a36f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x90a061c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x90a0d9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x929c30ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x929c3cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x94429ebe CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x90a37095 pthreadstart + 321
    6 libSystem.B.dylib 0x90a36f52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x90a061c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x90a0d9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x929c30ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x929c3cd8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00118d4d 0x1000 + 1146189
    5 com.apple.Safari 0x00117fd3 0x1000 + 1142739
    6 com.apple.Safari 0x00118081 0x1000 + 1142913
    7 libSystem.B.dylib 0x90a37095 pthreadstart + 321
    8 libSystem.B.dylib 0x90a36f52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x90a061c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x90a0d9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x929c30ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x929c3cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x91505d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x914a27ed -[NSThread main] + 45
    6 com.apple.Foundation 0x914a2394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x90a37095 pthreadstart + 321
    8 libSystem.B.dylib 0x90a36f52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x90a556f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x90a37095 pthreadstart + 321
    2 libSystem.B.dylib 0x90a36f52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0x15f9ee30 ecx: 0x00000001 edx: 0x001c93c4
    edi: 0x003366d0 esi: 0x15f849c0 ebp: 0xbfffdb98 esp: 0xbfffdb58
    ss: 0x0000001f efl: 0x00010202 eip: 0xffff01a4 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x001c93c4
    Binary Images:
    0x1000 - 0x1d7fe2 com.apple.Safari 3.2.1 (5525.27.1) <66278f41bc085c64e0f06ff487af4adc> /Applications/Safari.app/Contents/MacOS/Safari
    0x223000 - 0x232ff8 SyndicationUI ??? (???) <9272a16db977c7a8efb814b6a8897bda> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x291000 - 0x293fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x2a6000 - 0x2d9fe7 +com.pozytron.AcidSearch ??? (0.7b3) /Library/Application Support/SIMBL/Plugins/AcidSearch.bundle/Contents/MacOS/AcidSearch
    0x500000 - 0x501ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x7a0000 - 0x7a5ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x119c5000 - 0x11bbbfff com.apple.RawCamera.bundle 2.0.12 (421) <02fe3f4ea6251f7b2d23d855ce5c5fd2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1588b000 - 0x1588bffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x15891000 - 0x15897ffd com.apple.JavaVM 12.2.2 (12.2.2) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x9003afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9003b000 - 0x9007afef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9013b000 - 0x90220ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90221000 - 0x9025bffe com.apple.securityfoundation 3.0.1 (35844) <2fbb6a1177ef98350b8aefc60737ba0e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x902b0000 - 0x905b8fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x905b9000 - 0x90638ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x908a2000 - 0x908c0fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x908c1000 - 0x908c1ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x908ec000 - 0x908f4fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x908f5000 - 0x909a5fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x909a6000 - 0x909a6ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x909a7000 - 0x909cbfff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x909cc000 - 0x909dcffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x909dd000 - 0x909e9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x909f4000 - 0x909f9fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x909fa000 - 0x90a04feb 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
    0x90a05000 - 0x90b6cff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x90bbd000 - 0x90bbffff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90bc0000 - 0x90c72ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x90c73000 - 0x90c82ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90c83000 - 0x90dd5ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90dd6000 - 0x90df5ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90ef1000 - 0x90f2fff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90f30000 - 0x91340fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91341000 - 0x91487ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91488000 - 0x91497fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x91498000 - 0x91713fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91876000 - 0x91877ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x91878000 - 0x918bafef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x918bb000 - 0x91942ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x91a42000 - 0x91d1cff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91d1d000 - 0x91d1dfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91d4f000 - 0x91dacffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x91dbd000 - 0x9245dfff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9245e000 - 0x9247cff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9247d000 - 0x9247dff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x924b1000 - 0x9257cfff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x925cf000 - 0x9265afff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9265b000 - 0x9265ffff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92660000 - 0x92707feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92708000 - 0x9271efff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9271f000 - 0x927e6ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x927e7000 - 0x927e7ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x927e8000 - 0x928a2fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x928a3000 - 0x928fcff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9293a000 - 0x9294fffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92950000 - 0x92a83fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92a84000 - 0x92ab6fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92ab7000 - 0x92e75fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92ee9000 - 0x93021ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x93022000 - 0x93820fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93821000 - 0x938abfe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x939e5000 - 0x93a41ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93a42000 - 0x93b23ff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x93b3c000 - 0x93b3eff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93b3f000 - 0x94190fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94191000 - 0x94196fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x94354000 - 0x9436cfff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9436d000 - 0x94391feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x94393000 - 0x94426ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94427000 - 0x944c4fe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x954b5000 - 0x954c3ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x954c4000 - 0x954cbffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x954cc000 - 0x954e7ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x954e8000 - 0x954f3fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x954f4000 - 0x95504fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9554a000 - 0x955d6ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x955d7000 - 0x955d9fff com.apple.CrashReporterSupport 10.5.5 (159) <4ca9b6643fcbafd76424a46d162363eb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x955da000 - 0x955e7fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95657000 - 0x95b28f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95b29000 - 0x95ec6fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95ef9000 - 0x95f28fe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95f29000 - 0x95fa3ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9615a000 - 0x961b4ff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x961b5000 - 0x961cdff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x961ce000 - 0x961daffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x961db000 - 0x961defff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x961df000 - 0x96219fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9621a000 - 0x9625bfe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9625c000 - 0x9631afff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9637e000 - 0x9647ffe7 com.apple.PubSub 1.0.3 (65.1.2) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x964ee000 - 0x965cefff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x965e1000 - 0x965e1ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x965e2000 - 0x967b0ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x967b1000 - 0x9682efeb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9682f000 - 0x9682fffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96830000 - 0x9685bfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x96926000 - 0x9692cfff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9692d000 - 0x96934ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x96935000 - 0x96962feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96963000 - 0x969adfe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x969ae000 - 0x969f7fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x969f8000 - 0x96a5effb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96a5f000 - 0x96a87fff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
    0x96a88000 - 0x96abefef libtidy.A.dylib ??? (???) <5351215b54226cc47eb1cd4b011cc2f3> /usr/lib/libtidy.A.dylib
    0x96b63000 - 0x96bb4ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96bb5000 - 0x96bddff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96bde000 - 0x96be5fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x96be6000 - 0x96beffff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96bf0000 - 0x96bf0ffd 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
    0x96bf1000 - 0x96bf5fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96f33000 - 0x970b2fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x970b3000 - 0x97146fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x97147000 - 0x971c4fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x971c5000 - 0x97293ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97294000 - 0x97294ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /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
    Please let me know if anyone can help! I'm going crazy haha!
    Thanks!

    Hi,
    It looks like AcidSearch is causing you the grief:
    0x291000 - 0x293fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x2a6000 - 0x2d9fe7 +com.pozytron.AcidSearch ??? (0.7b3) /Library/Application Support/SIMBL/Plugins/AcidSearch.bundle/Contents/MacOS/AcidSearch
    Delete the 2 folders highlighted above and give Safari another go. (Note those paths are from the top level of your hard drive, not from your home folder).
    Good luck!

  • Safari 4.1.3 crashing all the time on OSX 10.4.11

    I have a iMac g5 running Tiger 10.4.11 and Safari 4.1.3. I installed ClickToFlash about eight months ago which solved all my Safari crashing problems. Now it's back to crashing all the time. I have 300+ GB disk space free. Here is my crash report:
    Date/Time:      2011-12-23 09:52:59.313 -0500
    OS Version:     10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path:    /Applications/Safari.app/Contents/MacOS/Safari
    Parent:  WindowServer [59]
    Version:        4.1.3 (4533.19.4)
    Build Version:  1
    Project Name:   WebBrowser
    Source Version: 75331904
    PID:    216
    Thread: 0
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0   <<00000000>>           0xfffeff20 objc_msgSend_rtp + 32
    1   com.apple.CoreFoundation                 0x907c8d7c _CFBundleCopyDirectoryContentsAtPath + 136
    2   com.apple.CoreFoundation                 0x907ebd98 _CFSearchBundleDirectory + 132
    3   com.apple.CoreFoundation                 0x907ebb98 _CFFindBundleResourcesInRawDir + 316
    4   com.apple.CoreFoundation                 0x907eb8e4 _CFFindBundleResourcesInResourcesDir + 328
    5   com.apple.CoreFoundation                 0x907eb6fc _CFFindBundleResources + 792
    6   com.apple.CoreFoundation                 0x907e5a84 CFBundleCopyResourceURL + 144
    7   com.apple.Foundation                     0x92be7664 -[NSBundle pathForResource:ofType:] + 60
    8   com.apple.AppKit                         0x938922a0 -[NSWindowController windowNibPath] + 152
    9   com.apple.AppKit                         0x9389210c -[NSWindowController loadWindow] + 76
    10  com.apple.AppKit                         0x93891eb0 -[NSWindowController window] + 92
    11  com.apple.Safari                         0x000ab1d0 0x1000 + 696784
    12  com.apple.Safari                         0x000cd640 0x1000 + 837184
    13  libobjc.A.dylib                          0x90a461f4 objc_msgSendv + 180
    14  com.apple.Foundation                     0x92bf2184 -[NSInvocation invoke] + 1384
    15  com.apple.Foundation                     0x92bf257c -[NSInvocation invokeWithTarget:] + 64
    16  com.apple.WebKit                         0x01019628 -[_WebSafeForwarder forwardInvocation:] + 248
    17  com.apple.Foundation                     0x92bea378 -[NSObject(NSForwardInvocation) forward::] + 408
    18  libobjc.A.dylib                          0x90a460b0 _objc_msgForward + 176
    19  com.apple.WebKit                         0x01047510 WebFrameLoaderClient::dispatchCreatePage() + 112
    20  com.apple.WebCore                        0x01c48e98 WebCore::FrameLoader::continueLoadAfterNewWindowPolicy(WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&, bool) + 120
    21  com.apple.WebCore                        0x01c4925c WebCore::FrameLoader::callContinueLoadAfterNewWindowPolicy(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&, bool) + 44
    22  com.apple.WebCore                        0x0157927c WebCore::PolicyCallback::call(bool) + 396
    23  com.apple.WebCore                        0x018878bc WebCore::PolicyChecker::continueAfterNewWindowPolicy(WebCore::PolicyAction) + 140
    24  com.apple.WebKit                         0x01019840 -[WebFramePolicyListener receivedPolicyDecision:] + 64
    25  com.apple.Safari                         0x00026574 0x1000 + 152948
    26  libobjc.A.dylib                          0x90a461f4 objc_msgSendv + 180
    27  com.apple.Foundation                     0x92bf1fcc -[NSInvocation invoke] + 944
    28  com.apple.Foundation                     0x92bf257c -[NSInvocation invokeWithTarget:] + 64
    29  com.apple.WebKit                         0x01019628 -[_WebSafeForwarder forwardInvocation:] + 248
    30  com.apple.Foundation                     0x92bea378 -[NSObject(NSForwardInvocation) forward::] + 408
    31  libobjc.A.dylib                          0x90a460b0 _objc_msgForward + 176
    32  com.apple.WebKit                         0x0107907c WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction(void (WebCore::PolicyChecker::*)(WebCore::PolicyAction), WebCore::NavigationAction const&, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&) + 236
    33  com.apple.WebCore                        0x01ddf1f8 WebCore::PolicyChecker::checkNewWindowPolicy(WebCore::NavigationAction const&, void (*)(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&, bool), WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, WebCore::String const&, void*) + 392
    34  com.apple.WebCore                        0x01c49818 WebCore::FrameLoader::loadURL(WebCore::KURL const&, WebCore::String const&, WebCore::String const&, bool, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>) + 1224
    35  com.apple.WebCore                        0x01c4a890 WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest const&, bool, bool, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>, WebCore::ReferrerPolicy) + 1184
    36  com.apple.WebCore                        0x01c4ae54 WebCore::FrameLoader::urlSelected(WebCore::ResourceRequest const&, WebCore::String const&, ***::PassRefPtr<WebCore::Event>, bool, bool, bool, WebCore::ReferrerPolicy) + 596
    37  com.apple.WebCore                        0x01758ebc WebCore::HTMLAnchorElement::defaultEventHandler(WebCore::Event*) + 2924
    38  com.apple.WebCore                        0x01553c6c WebCore::Node::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>) + 1580
    39  com.apple.WebCore                        0x01553470 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 352
    40  com.apple.WebCore                        0x015d5a84 WebCore::Node::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 1172
    41  com.apple.WebCore                        0x015d557c WebCore::Node::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 204
    42  com.apple.WebCore                        0x015d4860 WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 128
    43  com.apple.WebCore                        0x016f3b68 WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 1144
    44  com.apple.WebCore                        0x016f3654 WebCore::EventHandler::mouseUp(NSEvent*) + 468
    45  com.apple.WebKit                         0x01030218 -[WebHTMLView mouseUp:] + 232
    46  com.apple.AppKit                         0x937fd550 -[NSWindow sendEvent:] + 4728
    47  com.apple.Safari                         0x000394f0 0x1000 + 230640
    48  com.apple.Safari                         0x00039470 0x1000 + 230512
    49  com.apple.AppKit                         0x937a6524 -[NSApplication sendEvent:] + 4172
    50  com.apple.Safari                         0x00031654 0x1000 + 198228
    51  com.apple.AppKit                         0x9379d960 -[NSApplication run] + 508
    52  com.apple.AppKit                         0x9388e458 NSApplicationMain + 452
    53  com.apple.Safari                         0x00118adc 0x1000 + 1145564
    54  com.apple.Safari                         0x00007ea0 0x1000 + 28320
    Thread 1:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.WebCore                        0x014e98d0 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3   com.apple.WebCore                        0x014e73b8 WebCore::IconDatabase::iconDatabaseSyncThread() + 440
    4   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 2:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.Foundation                     0x92c1eb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5   com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 3:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.Safari                         0x000298e0 0x1000 + 166112
    5   com.apple.Safari                         0x00029864 0x1000 + 165988
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 4:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.Foundation                     0x92c1da3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5   com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 5:
    0   libSystem.B.dylib                        0x9001f48c select + 12
    1   com.apple.CoreFoundation                 0x907f1240 __CFSocketManager + 472
    2   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 6:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.Foundation                     0x92bfd644 -[NSConditionLock lockWhenCondition:] + 68
    3   com.apple.Syndication                    0x9a3c926c -[AsyncDB _run:] + 192
    4   com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    5   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 7:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.JavaScriptCore                 0x00510ed4 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3   com.apple.Safari                         0x003082f0 dyld_stub__ZNSt8ios_base4InitC1Ev + 215408
    4   com.apple.Safari                         0x003083d4 dyld_stub__ZNSt8ios_base4InitC1Ev + 215636
    5   com.apple.Safari                         0x0003d9c8 0x1000 + 248264
    6   com.apple.Safari                         0x0003d920 0x1000 + 248096
    7   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 8:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.JavaScriptCore                 0x00510ed4 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3   com.apple.WebCore                        0x01801988 WebCore::LocalStorageThread::threadEntryPoint() + 104
    4   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 9:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.audio.CoreAudio                0x91459524 HALRunLoop::OwnThread(void*) + 264
    5   com.apple.audio.CoreAudio                0x914592c4 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 10:
    0   libSystem.B.dylib                        0x90053f88 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib                        0x900707e8 pthread_cond_timedwait_relative_np + 556
    2   ...lashPlayer-10.4-10.5.plugin           0x0deb82c8 unregister_ShockwaveFlash + 40932
    3   ...lashPlayer-10.4-10.5.plugin           0x0dcb8324 dyld_stub_write + 223864800
    4   ...lashPlayer-10.4-10.5.plugin           0x0deb8388 unregister_ShockwaveFlash + 41124
    5   ...lashPlayer-10.4-10.5.plugin           0x0deb83d4 unregister_ShockwaveFlash + 41200
    6   ...lashPlayer-10.4-10.5.plugin           0x0deb851c unregister_ShockwaveFlash + 41528
    7   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 11:
    0   libSystem.B.dylib                        0x90053f88 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib                        0x900707e8 pthread_cond_timedwait_relative_np + 556
    2   ...lashPlayer-10.4-10.5.plugin           0x0deb82c8 unregister_ShockwaveFlash + 40932
    3   ...lashPlayer-10.4-10.5.plugin           0x0dcb8324 dyld_stub_write + 223864800
    4   ...lashPlayer-10.4-10.5.plugin           0x0deb8388 unregister_ShockwaveFlash + 41124
    5   ...lashPlayer-10.4-10.5.plugin           0x0deb83d4 unregister_ShockwaveFlash + 41200
    6   ...lashPlayer-10.4-10.5.plugin           0x0deb851c unregister_ShockwaveFlash + 41528
    7   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 12:
    0   libSystem.B.dylib                        0x90053f88 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib                        0x900707e8 pthread_cond_timedwait_relative_np + 556
    2   ...lashPlayer-10.4-10.5.plugin           0x0deb82c8 unregister_ShockwaveFlash + 40932
    3   ...lashPlayer-10.4-10.5.plugin           0x0dcb8324 dyld_stub_write + 223864800
    4   ...lashPlayer-10.4-10.5.plugin           0x0deb8388 unregister_ShockwaveFlash + 41124
    5   ...lashPlayer-10.4-10.5.plugin           0x0deb83d4 unregister_ShockwaveFlash + 41200
    6   ...lashPlayer-10.4-10.5.plugin           0x0deb851c unregister_ShockwaveFlash + 41528
    7   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 13:
    0   libSystem.B.dylib                        0x90053f88 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib                        0x900707e8 pthread_cond_timedwait_relative_np + 556
    2   ...lashPlayer-10.4-10.5.plugin           0x0deb82c8 unregister_ShockwaveFlash + 40932
    3   ...lashPlayer-10.4-10.5.plugin           0x0dcb8324 dyld_stub_write + 223864800
    4   ...lashPlayer-10.4-10.5.plugin           0x0deb8388 unregister_ShockwaveFlash + 41124
    5   ...lashPlayer-10.4-10.5.plugin           0x0deb83d4 unregister_ShockwaveFlash + 41200
    6   ...lashPlayer-10.4-10.5.plugin           0x0deb851c unregister_ShockwaveFlash + 41528
    7   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 0 crashed with PPC Thread State 64:
      srr0: 0x00000000fffeff20 srr1: 0x100000000200f030                        vrsave: 0x0000000000000000
        cr: 0x44284458          xer: 0x0000000020000000   lr: 0x00000000907c8d7c  ctr: 0xfffffffffffeff00
        r0: 0x00000000907c8d7c   r1: 0x00000000bfff9710   r2: 0x0000000000000000   r3: 0x0000000005bf7080
        r4: 0x0000000090aacaa0   r5: 0x000000000000002b   r6: 0x0000000000000073   r7: 0x0000000000000010
        r8: 0x000000000000002b   r9: 0x0000000002801538  r10: 0x00000000907c2db0  r11: 0x000000006f54caa0
       r12: 0x00000000081d4c80  r13: 0x0000000000000001  r14: 0x0000000008145aa0  r15: 0x0000000000000000
       r16: 0x00000000a07bb154  r17: 0x00000000a07c8d00  r18: 0x0000000000000003  r19: 0x0000000000000007
       r20: 0x0000000008145aa0  r21: 0x000000000313e730  r22: 0x0000000000000007  r23: 0x0000000000000000
       r24: 0x000000000000002b  r25: 0x00000000bfffbd50  r26: 0x00000000053cf660  r27: 0x0000000008d7160e
       r28: 0x0000000000000000  r29: 0x00000000bfffbd80  r30: 0x0000000005bf7080  r31: 0x00000000907c8d00
    Binary Images Description:
        0x1000 -   0x355fff com.apple.Safari 4.1.3 (4533.19.4)          /Applications/Safari.app/Contents/MacOS/Safari
      0x505000 -   0x681fff com.apple.JavaScriptCore 4533.19 (4533.19.1)          /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptC ore
      0x6d9000 -   0x7c7fff libxml2.2.dylib           /usr/lib/libxml2.2.dylib
    0x1008000 -  0x1109fff com.apple.WebKit 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x11b0000 -  0x1452fff com.apple.QuartzCore 1.4.13          /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.f ramework/Versions/A/QuartzCore
    0x14e5000 -  0x218afff com.apple.WebCore 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore. framework/Versions/A/WebCore
    0x922e000 -  0x923ffff com.apple.Tokenizer_ja 1.0.1          /System/Library/CoreServices/Tokenizers/ja.tokenizer/Contents/MacOS/ja
    0xcff5000 -  0xcff9fff com.macromedia.Flash Player.plugin 10.1.102.64          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0xd146000 -  0xd150fff com.apple.IOFWDVComponents 1.7.9          /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWD VComponents
    0xd901000 -  0xd934fff com.apple.QuickTimeIIDCDigitizer 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/ QuickTimeIIDCDigitizer
    0xdb00000 -  0xe2f0fff com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.102.64          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0xe5d6000 -  0xe61bfff com.apple.QuickTimeUSBVDCDigitizer 1.7.5          /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacO S/QuickTimeUSBVDCDigitizer
    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/Framew orks/CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35)          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
    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.19 (681.21)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca rbonCore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS Services.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.24)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CF Network.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/We bServicesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se archKit.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me tadata.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/DiskArbitr ation
    0x913ed000 - 0x913f5fff libbsm.dylib           /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3          /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System Configuration
    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/Applic ationServices
    0x914fe000 - 0x91536fff com.apple.AE 312.2          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.13          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/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/Framew orks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d02fff libPng.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d07000 - 0x91d0afff libRadiance.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e19000 - 0x91e57fff libTIFF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5e000 - 0x91e5efff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e60000 - 0x91f45fff com.apple.vImage 2.4          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma ge.framework/Versions/A/vImage
    0x91f4d000 - 0x91f6cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/vecLib
    0x91fd8000 - 0x92046fff libvMisc.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvMisc.dylib
    0x92051000 - 0x920e6fff libvDSP.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvDSP.dylib
    0x92100000 - 0x92688fff libBLAS.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libBLAS.dylib
    0x926bb000 - 0x929e6fff libLAPACK.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libLAPACK.dylib
    0x92a16000 - 0x92b04fff libiconv.2.dylib           /usr/lib/libiconv.2.dylib
    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7          /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A /DesktopServicesPriv
    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 (567.42)          /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f36000 - 0x92f54fff libGL.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl ib
    0x92f5f000 - 0x92fb9fff libGLU.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy lib
    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCap ture.framework/Versions/A/ImageCapture
    0x93005000 - 0x93015fff com.apple.speech.recognition.framework 3.4          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe cognition.framework/Versions/A/SpeechRecognition
    0x93021000 - 0x93036fff com.apple.securityhi 2.0 (203)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Security HI.framework/Versions/A/SecurityHI
    0x93048000 - 0x930cffff com.apple.ink.framework 101.2 (69)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram ework/Versions/A/Ink
    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.fra mework/Versions/A/Help
    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScri pting.framework/Versions/A/OpenScripting
    0x93140000 - 0x9314ffff com.apple.print.framework.Print 5.2 (192.4)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr amework/Versions/A/Print
    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRend ering.framework/Versions/A/HTMLRendering
    0x931f2000 - 0x93241fff com.apple.NavigationServices 3.4.4 (3.4.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigati onServices.framework/Versions/A/NavigationServices
    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSo und.framework/Versions/A/CarbonSound
    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPa nels.framework/Versions/A/CommonPanels
    0x932b4000 - 0x935c2fff com.apple.HIToolbox 1.4.10 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo x.framework/Versions/A/HIToolbox
    0x93712000 - 0x9371efff com.apple.opengl 1.4.7          /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93723000 - 0x93743fff com.apple.DirectoryService.Framework 3.3          /System/Library/Frameworks/DirectoryService.framework/Versions/A/Directory Service
    0x93759000 - 0x9375afff com.apple.ServerControl 10.3.0          /System/Library/PrivateFrameworks/ServerControl.framework/Versions/A/Serve rControl
    0x93797000 - 0x93797fff com.apple.Cocoa 6.4 (???)          /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93799000 - 0x93dccfff com.apple.AppKit 6.4.10 (824.48)          /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94159000 - 0x941cbfff com.apple.CoreData 91 (92.1)          /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94204000 - 0x942c9fff com.apple.audio.toolbox.AudioToolbox 1.4.7          /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431c000 - 0x9431cfff com.apple.audio.units.AudioUnit 1.4          /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94528000 - 0x94565fff libsqlite3.0.dylib           /usr/lib/libsqlite3.0.dylib
    0x9456d000 - 0x945bdfff libGLImage.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag e.dylib
    0x945ef000 - 0x94610fff com.apple.framework.Admin 1.5.7          /System/Library/PrivateFrameworks/Admin.framework/Admin
    0x94625000 - 0x94625fff com.apple.AFPDefines 3.1.6          /System/Library/PrivateFrameworks/AFPDefines.framework/Versions/A/AFPDefin es
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85)          /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f5000 - 0x94711fff com.apple.securityfoundation 2.2 (27710)          /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit yFoundation
    0x94725000 - 0x94769fff com.apple.securityinterface 2.2 (27692)          /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Security Interface
    0x9478d000 - 0x9479cfff libCGATS.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a4000 - 0x947b1fff libCSync.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x94810fff libRIP.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94c32000 - 0x94ca3fff libstdc++.6.dylib           /usr/lib/libstdc++.6.dylib
    0x94d41000 - 0x94d4dfff com.apple.framework.Apple80211 4.2.9 (429.6)          /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802 11
    0x94e19000 - 0x94f49fff com.apple.AddressBook.framework 4.0.6 (490)          /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdc000 - 0x94febfff com.apple.DSObjCWrappers.Framework 1.1          /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSOb jCWrappers
    0x94ff3000 - 0x95020fff com.apple.LDAPFramework 1.4.1 (69.0.1)          /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95027000 - 0x95037fff libsasl2.2.dylib           /usr/lib/libsasl2.2.dylib
    0x9503b000 - 0x9506afff libssl.0.9.7.dylib           /usr/lib/libssl.0.9.7.dylib
    0x9507a000 - 0x95097fff libresolv.9.dylib           /usr/lib/libresolv.9.dylib
    0x95b4d000 - 0x95b7ffff com.apple.PDFKit 1.0.4          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.f ramework/Versions/A/PDFKit
    0x960bc000 - 0x960bdfff libCyrillicConverter.dylib           /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x960bf000 - 0x960c0fff libGreekConverter.dylib           /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x960c5000 - 0x960dbfff libJapaneseConverter.dylib           /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x960dd000 - 0x960fdfff libKoreanConverter.dylib           /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x9610b000 - 0x96119fff libSimplifiedChineseConverter.dylib           /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9611e000 - 0x9611ffff libThaiConverter.dylib           /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x96121000 - 0x96134fff libTraditionalChineseConverter.dylib           /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dyli b
    0x96205000 - 0x96209fff com.apple.LanguageAnalysisCore 1.0.2          /System/Library/PrivateFrameworks/LanguageAnalysisCore.framework/Versions/ A/LanguageAnalysisCore
    0x969e1000 - 0x96a00fff com.apple.vecLib 3.2.2 (vecLib 3.2.2)          /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9725d000 - 0x9726afff com.apple.agl 2.5.6 (AGL-2.5.6)          /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97ce5000 - 0x97db6fff com.apple.QuartzComposer 1.2.6 (32.25)          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCo mposer.framework/Versions/A/QuartzComposer
    0x97e33000 - 0x97e33fff com.apple.quartzframework 1.0          /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a3c6000 - 0x9a3fcfff com.apple.Syndication 1.0.8 (56.1)          /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndica tion
    0x9ae2b000 - 0x9ae3dfff com.apple.SyndicationUI 1.0.8 (56.1)          /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndi cationUI
    0x9ec1e000 - 0x9ec5dfff com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/Qui ckTimeFireWireDV
    0x9ec66000 - 0x9f89ffff com.apple.QuickTimeComponents.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/Qui ckTimeComponents
    0x9fa13000 - 0x9fa55fff com.apple.CoreMediaIOServicesPrivate 20.0          /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Ver sions/A/CoreMediaIOServicesPrivate
    0x9fa7a000 - 0x9faa4fff com.apple.CoreMediaPrivate 15.0          /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/Co reMediaPrivate
    0x9fab2000 - 0x9fde5fff com.apple.QuickTime 7.6.4 (1327.73)          /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9fecd000 - 0x9ff7dfff com.apple.QTKit 7.6.4 (1327.73)          /System/Library/Frameworks/QTKit.framework/QTKit
    0x9ffd7000 - 0x9fff0fff com.apple.CoreVideo 1.4.2          /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    Model: PowerMac8,2, BootROM 5.2.5f1, 1 processors, PowerPC G5  (3.1), 2 GHz, 512 MB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM1/J4001, 512 MB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Parallel ATA Device: MATSHITADVD-R   UJ-845
    USB Device: HP LaserJet 1022, Hewlett-Packard, Up to 480 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: FANTOM DRIVE, MICRONET, Up to 400 Mb/sec

    Safari crashing again after fix:
    The fix I used yesterday (deleting WebpageIcons.db) seemed to allow Safari to work fine until this morning. Now it has crashed again 3 times in a row.
    Would someone smarter than me please take a look at this new crash report to see if anything else (i.e., bad ram) might be the problem?
    Many thanks.
    Date/Time:      2011-12-24 09:14:41.953 -0500
    OS Version:     10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path:    /Applications/Safari.app/Contents/MacOS/Safari
    Parent:  WindowServer [58]
    Version:        4.1.3 (4533.19.4)
    Build Version:  1
    Project Name:   WebBrowser
    Source Version: 75331904
    PID:    225
    Thread: 14
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x14a615c4
    Thread 0:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.HIToolbox                      0x932bcb20 RunCurrentEventLoopInMode + 264
    5   com.apple.HIToolbox                      0x932bc1b4 ReceiveNextEventCommon + 380
    6   com.apple.HIToolbox                      0x932bc020 BlockUntilNextEventMatchingListInMode + 96
    7   com.apple.AppKit                         0x937a1734 _DPSNextEvent + 384
    8   com.apple.AppKit                         0x937a13f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9   com.apple.Safari                         0x00011638 0x1000 + 67128
    10  com.apple.AppKit                         0x9379d93c -[NSApplication run] + 472
    11  com.apple.AppKit                         0x9388e458 NSApplicationMain + 452
    12  com.apple.Safari                         0x00118adc 0x1000 + 1145564
    13  com.apple.Safari                         0x00007ea0 0x1000 + 28320
    Thread 1:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.WebCore                        0x014e98d0 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3   com.apple.WebCore                        0x014e73b8 WebCore::IconDatabase::iconDatabaseSyncThread() + 440
    4   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 2:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.Foundation                     0x92c1eb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5   com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 3:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.Foundation                     0x92c1da3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5   com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 4:
    0   libSystem.B.dylib                        0x9001f48c select + 12
    1   com.apple.CoreFoundation                 0x907f1240 __CFSocketManager + 472
    2   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 5:
    0   libSystem.B.dylib                        0x9000af48 mach_msg_trap + 8
    1   libSystem.B.dylib                        0x9000ae9c mach_msg + 60
    2   com.apple.CoreFoundation                 0x907de9ac __CFRunLoopRun + 832
    3   com.apple.CoreFoundation                 0x907de2b0 CFRunLoopRunSpecific + 268
    4   com.apple.Safari                         0x000298e0 0x1000 + 166112
    5   com.apple.Safari                         0x00029864 0x1000 + 165988
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 6:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.JavaScriptCore                 0x00510ed4 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3   com.apple.Safari                         0x003082f0 dyld_stub__ZNSt8ios_base4InitC1Ev + 215408
    4   com.apple.Safari                         0x003083d4 dyld_stub__ZNSt8ios_base4InitC1Ev + 215636
    5   com.apple.Safari                         0x0003d9c8 0x1000 + 248264
    6   com.apple.Safari                         0x0003d920 0x1000 + 248096
    7   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 7:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.Foundation                     0x92bfd644 -[NSConditionLock lockWhenCondition:] + 68
    3   com.apple.Syndication                    0x9a3c926c -[AsyncDB _run:] + 192
    4   com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    5   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 8:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.Foundation                     0x92bfd644 -[NSConditionLock lockWhenCondition:] + 68
    3   com.apple.AppKit                         0x9383e358 -[NSUIHeartBeat _heartBeatThread:] + 324
    4   com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    5   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 9:
    0   libSystem.B.dylib                        0x9002ec8c kevent + 12
    1   com.adobe.Acrobat.framework              0x8096d384 AcroSecurityBailOutImpl + 9055744
    2   com.adobe.Acrobat.framework              0x80a6cb54 AcroSecurityBailOutImpl + 10102224
    3   com.adobe.Acrobat.framework              0x807df494 AcroSecurityBailOutImpl + 7425808
    4   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 10:
    0   libSystem.B.dylib                        0x90053f88 semaphore_timedwait_signal_trap + 8
    1   libSystem.B.dylib                        0x900707e8 pthread_cond_timedwait_relative_np + 556
    2   ...ple.CoreServices.CarbonCore           0x90bc684c MPWaitOnQueue + 224
    3   ...adobe.AcrobatPlugin.Updater           0x73e49460 AcroPluginMain + 129548
    4   ...adobe.AcrobatPlugin.Updater           0x73e2a3ec AcroPluginMain + 2456
    5   ...ple.CoreServices.CarbonCore           0x90bc665c PrivateMPEntryPoint + 76
    6   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 11:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   com.apple.JavaScriptCore                 0x00510ed4 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3   com.apple.WebCore                        0x01801988 WebCore::LocalStorageThread::threadEntryPoint() + 104
    4   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 12:
    0   libSystem.B.dylib                        0x9002ec8c kevent + 12
    1   com.apple.DesktopServices                0x92b09e50 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2   ...ple.CoreServices.CarbonCore           0x90bc665c PrivateMPEntryPoint + 76
    3   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 13:
    0   libSystem.B.dylib                        0x9002bfc8 semaphore_wait_signal_trap + 8
    1   libSystem.B.dylib                        0x90030aac pthread_cond_wait + 480
    2   ...ple.CoreServices.CarbonCore           0x90bc684c MPWaitOnQueue + 224
    3   com.apple.DesktopServices                0x92b0a4cc TNodeSyncTask::SyncTaskProc(void*) + 116
    4   ...ple.CoreServices.CarbonCore           0x90bc665c PrivateMPEntryPoint + 76
    5   libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 14 Crashed:
    0   <<00000000>>           0x14a615c4 0 + 346428868
    1   com.apple.Safari                         0x00010adc 0x1000 + 64220
    2   com.apple.SearchKit                      0x9102a838 Page::~Page [unified]() + 80
    3   com.apple.SearchKit                      0x9102a838 Page::~Page [unified]() + 80
    4   com.apple.SearchKit                      0x9102a6e4 BTree::~BTree [unified]() + 132
    5   com.apple.SearchKit                      0x9102a4f4 TermIndex::~TermIndex [unified]() + 172
    6   com.apple.SearchKit                      0x9102a2c4 TIAInvertedIndex::~TIAInvertedIndex [unified]() + 228
    7   com.apple.SearchKit                      0x9102a114 TIAIndex::~TIAIndex [unified]() + 76
    8   com.apple.SearchKit                      0x9102a080 TIAIndex::Close() + 100
    9   com.apple.SearchKit                      0x91029fe0 IAIndexRelease + 28
    10  com.apple.SearchKit                      0x91029fa0 SKIndexDealloc(void const*) + 196
    11  com.apple.CoreFoundation                 0x907bed54 _CFRelease + 240
    12  com.apple.Safari                         0x0004871c 0x1000 + 292636
    13  com.apple.Safari                         0x00047ce8 0x1000 + 290024
    14  com.apple.Foundation                     0x92bf64d8 forkThreadForFunction + 108
    15  libSystem.B.dylib                        0x9002b908 _pthread_body + 96
    Thread 14 crashed with PPC Thread State 64:
      srr0: 0x0000000014a615c4 srr1: 0x100000004200f030                        vrsave: 0x0000000000000000
        cr: 0x44004424          xer: 0x0000000000000000   lr: 0x00000000907ed3c0  ctr: 0x0000000014a615c4
        r0: 0x00000000907ed2d8   r1: 0x00000000f593ef50   r2: 0x0000000000000000   r3: 0x00000000031949a0
        r4: 0x0000000000000000   r5: 0x0000000000000000   r6: 0x00000000000a26dd   r7: 0x000000004ef5de51
        r8: 0x4ef5de500004881d   r9: 0x00000000908783d0  r10: 0x000000009087d23c  r11: 0x0000000001525daa
       r12: 0x0000000014a615c4  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
       r16: 0x0000000000000000  r17: 0x0000000000000000  r18: 0x0000000000000000  r19: 0x0000000000000000
       r20: 0x0000000000000000  r21: 0x0000000000000000  r22: 0x0000000000000000  r23: 0x0000000000000000
       r24: 0x0000000000000000  r25: 0x0000000000000000  r26: 0x00000000000436d4  r27: 0x00000000f593f018
       r28: 0x000000000000002e  r29: 0x000000007329bdfe  r30: 0x0000000007d9a6e0  r31: 0x00000000907ed23c
    Binary Images Description:
        0x1000 -   0x355fff com.apple.Safari 4.1.3 (4533.19.4)          /Applications/Safari.app/Contents/MacOS/Safari
      0x505000 -   0x681fff com.apple.JavaScriptCore 4533.19 (4533.19.1)          /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptC ore
      0x6d9000 -   0x7c7fff libxml2.2.dylib           /usr/lib/libxml2.2.dylib
    0x1008000 -  0x1109fff com.apple.WebKit 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x11b0000 -  0x1452fff com.apple.QuartzCore 1.4.13          /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.f ramework/Versions/A/QuartzCore
    0x14e5000 -  0x218afff com.apple.WebCore 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore. framework/Versions/A/WebCore
    0x7c1d000 -  0x7c34fff com.github.rentzsch.clicktoflash 1.6b9          /Users/emilymchale/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/MacOS/ClickToFlash
    0x7caf000 -  0x7cb0fff com.adobe.eulaframework ??? (1.0)          /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/EULA.framework/Versions/A/EULA
    0x8cdf000 -  0x8ce1fff com.apple.textencoding.unicode 2.0          /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x98db000 -  0x98e4fff com.zeno.print.1020series.pde.Paper 1.0.1013          /Library/Printers/hp/laserjet/1020Series/Paper.plugin/Contents/MacOS/Paper
    0xbcda000 -  0xbcfffff com.adobe.acrobat.pdfviewer 9.4.6          /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0xc040000 -  0xc049fff com.zeno.print.1020series.pde.PrintQuality 1.0.1013          /Library/Printers/hp/laserjet/1020Series/PrintQuality.plugin/Contents/MacO S/PrintQuality
    0xddc0000 -  0xddc8fff com.apple.print.converter.plugin 4.0 (157)          /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
    0xde1e000 -  0xde41fff com.adobe.BIBUtils AdobeBIBUtils 1.1.01 (1.1.01)          /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/AdobeBIBUtils.framework/AdobeBIBUtils
    0xe50a000 -  0xe579fff com.adobe.AcroSQLite AcroSQLite (1.0.0)          /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/AcroSQLite.framework/AcroSQLite
    0xe79f000 -  0xe7a8fff com.zeno.print.1020series.pde.ManualDuplex 1.0.1201          /Library/Printers/hp/laserjet/1020Series/Duplex.plugin/Contents/MacOS/Dupl ex
    0xf255000 -  0xf25efff com.zeno.print.1020series.pde.Options 1.0.1013          /Library/Printers/hp/laserjet/1020Series/Options.plugin/Contents/MacOS/Opt ions
    0xf490000 -  0xf4a9fff com.apple.print.PrintingTiogaPDEs 4.6 (163.10)          /System/Library/Frameworks/Carbon.framework/Frameworks/Print.framework/Ver sions/A/Plugins/PrintingTiogaPDEs.bundle/Contents/MacOS/PrintingTiogaPDEs
    0xf575000 -  0xf5a1fff com.apple.print.framework.Print.Private 4.6 (163.10)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr amework/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0xf856000 -  0xf876fff com.apple.print.PrintingCocoaPDEs 4.6 (163.10)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr amework/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoa PDEs
    0xfd49000 -  0xfd5afff com.apple.Tokenizer_ja 1.0.1          /System/Library/CoreServices/Tokenizers/ja.tokenizer/Contents/MacOS/ja
    0x73e25000 - 0x73e62fff com.adobe.AcrobatPlugin.Updater 9.4.6          /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Plug-ins/Updater.acroplugin/Contents/MacOS/Updater
    0x78e00000 - 0x78e07fff libLW8Utils.dylib           /System/Library/Printers/Libraries/libLW8Utils.dylib
    0x79200000 - 0x7923ffff libLW8Converter.dylib           /System/Library/Printers/Libraries/libLW8Converter.dylib
    0x798aa000 - 0x79a8efff com.adobe.AcrobatPlugin.EScript 9.4.6          /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Plug-ins/EScript.acroplugin/Contents/MacOS/EScript
    0x7aa33000 - 0x7aebdfff com.adobe.AcrobatPlugin.Comments 9.4.6          /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS/Comments
    0x7d735000 - 0x7d9c2fff AdobeCoolType           /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x7e3ad000 - 0x7e3ccfff AdobeBIB           /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7e460000 - 0x7e976fff AdobeAGM           /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7fb25000 - 0x7fc27fff AdobeACE           /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x7fdc1000 - 0x81541fff com.adobe.Acrobat.framework 9.4.6          /Applications/Adobe Reader 9___/Adobe Reader.app/Contents/Frameworks/Acrobat.framework/Acrobat
    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/Framew orks/CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35)          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
    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.19 (681.21)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca rbonCore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS Services.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.24)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CF Network.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/We bServicesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se archKit.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me tadata.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/DiskArbitr ation
    0x913ed000 - 0x913f5fff libbsm.dylib           /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3          /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System Configuration
    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/Applic ationServices
    0x914fe000 - 0x91536fff com.apple.AE 312.2          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.13          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/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/Framew orks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d02fff libPng.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d07000 - 0x91d0afff libRadiance.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e19000 - 0x91e57fff libTIFF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5e000 - 0x91e5efff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e60000 - 0x91f45fff com.apple.vImage 2.4          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma ge.framework/Versions/A/vImage
    0x91f4d000 - 0x91f6cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/vecLib
    0x91fd8000 - 0x92046fff libvMisc.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvMisc.dylib
    0x92051000 - 0x920e6fff libvDSP.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvDSP.dylib
    0x92100000 - 0x92688fff libBLAS.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libBLAS.dylib
    0x926bb000 - 0x929e6fff libLAPACK.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libLAPACK.dylib
    0x92a16000 - 0x92b04fff libiconv.2.dylib           /usr/lib/libiconv.2.dylib
    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7          /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A /DesktopServicesPriv
    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 (567.42)          /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f36000 - 0x92f54fff libGL.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl ib
    0x92f5f000 - 0x92fb9fff libGLU.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy lib
    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCap ture.framework/Versions/A/ImageCapture
    0x93005000 - 0x93015fff com.apple.speech.recognition.framework 3.4          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe cognition.framework/Versions/A/SpeechRecognition
    0x93021000 - 0x93036fff com.apple.securityhi 2.0 (203)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Security HI.framework/Versions/A/SecurityHI
    0x93048000 - 0x930cffff com.apple.ink.framework 101.2 (69)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram ework/Versions/A/Ink
    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.fra mework/Versions/A/Help
    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScri pting.framework/Versions/A/OpenScripting
    0x93140000 - 0x9314ffff com.apple.print.framework.Print 5.2 (192.4)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr amework/Versions/A/Print
    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRend ering.framework/Versions/A/HTMLRendering
    0x931f2000 - 0x93241fff com.apple.NavigationServices 3.4.4 (3.4.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigati onServices.framework/Versions/A/NavigationServices
    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSo und.framework/Versions/A/CarbonSound
    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPa nels.framework/Versions/A/CommonPanels
    0x932b4000 - 0x935c2fff com.apple.HIToolbox 1.4.10 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo x.framework/Versions/A/HIToolbox
    0x93712000 - 0x9371efff com.apple.opengl 1.4.7          /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93723000 - 0x93743fff com.apple.DirectoryService.Framework 3.3          /System/Library/Frameworks/DirectoryService.framework/Versions/A/Directory Service
    0x93759000 - 0x9375afff com.apple.ServerControl 10.3.0          /System/Library/PrivateFrameworks/ServerControl.framework/Versions/A/Serve rControl
    0x93797000 - 0x93797fff com.apple.Cocoa 6.4 (???)          /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93799000 - 0x93dccfff com.apple.AppKit 6.4.10 (824.48)          /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94159000 - 0x941cbfff com.apple.CoreData 91 (92.1)          /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94204000 - 0x942c9fff com.apple.audio.toolbox.AudioToolbox 1.4.7          /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431c000 - 0x9431cfff com.apple.audio.units.AudioUnit 1.4          /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94528000 - 0x94565fff libsqlite3.0.dylib           /usr/lib/libsqlite3.0.dylib
    0x9456d000 - 0x945bdfff libGLImage.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag e.dylib
    0x945ef000 - 0x94610fff com.apple.framework.Admin 1.5.7          /System/Library/PrivateFrameworks/Admin.framework/Admin
    0x94625000 - 0x94625fff com.apple.AFPDefines 3.1.6          /System/Library/PrivateFrameworks/AFPDefines.framework/Versions/A/AFPDefin es
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85)          /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f5000 - 0x94711fff com.apple.securityfoundation 2.2 (27710)          /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit yFoundation
    0x94725000 - 0x94769fff com.apple.securityinterface 2.2 (27692)          /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Security Interface
    0x9478d000 - 0x9479cfff libCGATS.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a4000 - 0x947b1fff libCSync.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947b7000 - 0x947d6fff libPDFRIP.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x947f7000 - 0x94810fff libRIP.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94c32000 - 0x94ca3fff libstdc++.6.dylib           /usr/lib/libstdc++.6.dylib
    0x94d41000 - 0x94d4dfff com.apple.framework.Apple80211 4.2.9 (429.6)          /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802 11
    0x94e19000 - 0x94f49fff com.apple.AddressBook.framework 4.0.6 (490)          /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdc000 - 0x94febfff com.apple.DSObjCWrappers.Framework 1.1          /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSOb jCWrappers
    0x94ff3000 - 0x95020fff com.apple.LDAPFramework 1.4.1 (69.0.1)          /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95027000 - 0x95037fff libsasl2.2.dylib           /usr/lib/libsasl2.2.dylib
    0x9503b000 - 0x9506afff libssl.0.9.7.dylib           /usr/lib/libssl.0.9.7.dylib
    0x9507a000 - 0x95097fff libresolv.9.dylib           /usr/lib/libresolv.9.dylib
    0x95b4d000 - 0x95b7ffff com.apple.PDFKit 1.0.4          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.f ramework/Versions/A/PDFKit
    0x960bc000 - 0x960bdfff libCyrillicConverter.dylib           /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x960bf000 - 0x960c0fff libGreekConverter.dylib           /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x960c5000 - 0x960dbfff libJapaneseConverter.dylib           /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x960dd000 - 0x960fdfff libKoreanConverter.dylib           /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x9610b000 - 0x96119fff libSimplifiedChineseConverter.dylib           /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9611e000 - 0x9611ffff libThaiConverter.dylib           /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x96121000 - 0x96134fff libTraditionalChineseConverter.dylib           /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dyli b
    0x96205000 - 0x96209fff com.apple.LanguageAnalysisCore 1.0.2          /System/Library/PrivateFrameworks/LanguageAnalysisCore.framework/Versions/ A/LanguageAnalysisCore
    0x969e1000 - 0x96a00fff com.apple.vecLib 3.2.2 (vecLib 3.2.2)          /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9725d000 - 0x9726afff com.apple.agl 2.5.6 (AGL-2.5.6)          /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97ce5000 - 0x97db6fff com.apple.QuartzComposer 1.2.6 (32.25)          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCo mposer.framework/Versions/A/QuartzComposer
    0x97e33000 - 0x97e33fff com.apple.quartzframework 1.0          /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a3c6000 - 0x9a3fcfff com.apple.Syndication 1.0.8 (56.1)          /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndica tion
    0x9a71b000 - 0x9a732fff libCFilter.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
    0x9ae2b000 - 0x9ae3dfff com.apple.SyndicationUI 1.0.8 (56.1)          /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndi cationUI
    0x9ec66000 - 0x9f89ffff com.apple.QuickTimeComponents.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/Qui ckTimeComponents
    0x9fa13000 - 0x9fa55fff com.apple.CoreMediaIOServicesPrivate 20.0          /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Ver sions/A/CoreMediaIOServicesPrivate
    0x9fa7a000 - 0x9faa4fff com.apple.CoreMediaPrivate 15.0          /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/Co reMediaPrivate
    0x9fab2000 - 0x9fde5fff com.apple.QuickTime 7.6.4 (1327.73)          /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9fecd000 - 0x9ff7dfff com.apple.QTKit 7.6.4 (1327.73)          /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9ffd7000 - 0x9fff0fff com.apple.CoreVideo 1.4.2          /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0xeab00000 - 0xeab25fff libConverter.dylib           /System/Library/Printers/Libraries/libConverter.dylib
    Model: PowerMac8,2, BootROM 5.2.5f1, 1 processors, PowerPC G5  (3.1), 2 GHz, 512 MB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM1/J4001, 512 MB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Parallel ATA Device: MATSHITADVD-R   UJ-845
    USB Device: HP LaserJet 1022, Hewlett-Packard, Up to 480 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: FANTOM DRIVE, MICRONET, Up to 400 Mb/sec

  • Web browsers and app store keep crashing

    Hi, both Safari and Firefox keep crashing on me at random intervals.  The app store will crash as well, though not as frequently.  I can't seem to identify any particular trigger that causes the crashes but I have reinstalled Flash, Java, Safari, and updated mountain lion and nothing has seemed to solve the problem.  I don't know if this makes any difference but I swapped out my RAM months ago, though I'm not sure the crashes started until some time afterward.  Below is the crash report for the most recent Safari event, thanks in advance for any help!
    Process:    
    WebProcess [1826]
    Path:       
    /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Content s/MacOS/WebProcess
    Identifier: 
    com.apple.WebProcess
    Version:    
    7536 (7536.26.17)
    Build Info: 
    WebKit2-7536026017000000~2
    Code Type:  
    X86-64 (Native)
    Parent Process:  ??? [1824]
    Date/Time:  
    2012-12-18 02:16:35.379 +0430
    OS Version: 
    Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    VM Regions Near 0:
    -->
    __TEXT            
    000000010780c000-000000010780d000 [
    4K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Application Specific Information:
    objc[1826]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore        
    0x0000000107f89b4f WebCore::RenderThemeMac::platformFocusRingColor() const + 15
    1   com.apple.WebCore        
    0x0000000107f89afe WebCore::RenderTheme::focusRingColor() + 94
    2   com.apple.WebCore        
    0x00000001089c4be6 WebCore::StyleResolver::colorFromPrimitiveValue(WebCore::CSSPrimitiveValue*, bool) const + 246
    3   com.apple.WebCore        
    0x0000000108997ada WebCore::ApplyPropertyColor<(WebCore::ColorInherit)0, &(WebCore::RenderStyle::outlineColor() const), &(WebCore::RenderStyle::setOutlineColor(WebCore::Color const&)), &(WebCore::RenderStyle::setVisitedLinkOutlineColor(WebCore::Color const&)), &(WebCore::RenderStyle::color() const), &(WebCore::defaultInitialColor())>::applyValue(WebCore::StyleResolver*, WebCore::CSSValue*) + 58
    4   com.apple.WebCore        
    0x00000001089bcdb4 WebCore::StyleResolver::applyProperty(WebCore::CSSPropertyID, WebCore::CSSValue*) + 484
    5   com.apple.WebCore        
    0x00000001089cf0b6 void WebCore::StyleResolver::applyProperties<false>(WebCore::StylePropertySet const*, WebCore::StyleRule*, bool, bool, bool) + 230
    6   com.apple.WebCore        
    0x00000001089cb4b4 void WebCore::StyleResolver::applyMatchedProperties<false>(WebCore::StyleResolver::M atchResult const&, bool, int, int, bool) + 132
    7   com.apple.WebCore        
    0x00000001089bba6c WebCore::StyleResolver::applyMatchedProperties(WebCore::StyleResolver::MatchRes ult const&) + 812
    8   com.apple.WebCore        
    0x00000001089b78e7 WebCore::StyleResolver::styleForElement(WebCore::Element*, WebCore::RenderStyle*, WebCore::StyleSharingBehavior, WebCore::RuleMatchingBehavior, WebCore::RenderRegion*) + 3239
    9   com.apple.WebCore        
    0x0000000107f26093 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 515
    10  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    11  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    12  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    13  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    14  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    15  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    16  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    17  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    18  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    19  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    20  com.apple.WebCore        
    0x0000000107f26445 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1461
    21  com.apple.WebCore        
    0x0000000107ef5a0f WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 559
    22  com.apple.WebCore        
    0x0000000107f1fcf3 WebCore::Document::updateStyleIfNeeded() + 67
    23  com.apple.WebCore        
    0x0000000107f2b18e WebCore::Document::setFocusedNode(***::PassRefPtr<WebCore::Node>) + 1998
    24  com.apple.WebCore        
    0x0000000107f887ad WebCore::FocusController::setFocusedNode(WebCore::Node*, ***::PassRefPtr<WebCore::Frame>) + 973
    25  com.apple.WebCore        
    0x0000000108009bd0 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 592
    26  com.apple.WebCore        
    0x000000010800d02c WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 1452
    27  com.apple.WebKit2        
    0x000000010791425c _ZN6WebKitL16handleMouseEventERKNS_13WebMouseEventEPNS_7WebPageEb + 165
    28  com.apple.WebKit2        
    0x0000000107914189 WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 127
    29  com.apple.WebKit2        
    0x000000010792056f void CoreIPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(CoreIPC::ArgumentDecoder*, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 83
    30  com.apple.WebKit2        
    0x00000001078eb751 WebKit::WebConnectionToUIProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) + 179
    31  com.apple.WebKit2        
    0x000000010785bcad CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::Argu mentDecoder>&) + 175
    32  com.apple.WebKit2        
    0x000000010789eab3 CoreIPC::Connection::dispatchOneMessage() + 139
    33  com.apple.WebCore        
    0x000000010894c57c WebCore::RunLoop::performWork() + 156
    34  com.apple.WebCore        
    0x000000010894cc17 WebCore::RunLoop::performWork(void*) + 71
    35  com.apple.CoreFoundation 
    0x00007fff92fc44f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    36  com.apple.CoreFoundation 
    0x00007fff92fc3d5d __CFRunLoopDoSources0 + 253
    37  com.apple.CoreFoundation 
    0x00007fff92feab49 __CFRunLoopRun + 905
    38  com.apple.CoreFoundation 
    0x00007fff92fea486 CFRunLoopRunSpecific + 230
    39  com.apple.HIToolbox      
    0x00007fff926682bf RunCurrentEventLoopInMode + 277
    40  com.apple.HIToolbox      
    0x00007fff9266f56d ReceiveNextEventCommon + 355
    41  com.apple.HIToolbox      
    0x00007fff9266f3fa BlockUntilNextEventMatchingListInMode + 62
    42  com.apple.AppKit         
    0x00007fff95564779 _DPSNextEvent + 659
    43  com.apple.AppKit         
    0x00007fff9556407d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    44  com.apple.AppKit         
    0x00007fff955609b9 -[NSApplication run] + 470
    45  com.apple.WebCore        
    0x000000010894cfef WebCore::RunLoop::run() + 63
    46  com.apple.WebKit2        
    0x0000000107941054 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    47  com.apple.WebKit2        
    0x000000010790bac5 WebKitMain + 285
    48  com.apple.WebProcess     
    0x000000010780ce5e 0x10780c000 + 3678
    49  com.apple.WebProcess     
    0x000000010780cd80 0x10780c000 + 3456
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff940167e6 kevent + 10
    1   libdispatch.dylib        
    0x00007fff9b317786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x00007fff9b316316 _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff94015bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff97898274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000107b84fb6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore 
    0x0000000107da6d9a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore 
    0x0000000107dbc38f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff94015bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff97898274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000107d097b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore 
    0x0000000107d09696 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore 
    0x0000000107dbc38f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff94015bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff97898274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000107d097b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore 
    0x0000000107d09696 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore 
    0x0000000107dbc38f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff94015bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff97898274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000107d097b4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore 
    0x0000000107d09696 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore 
    0x0000000107dbc38f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff9401467a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff94013d71 mach_msg + 73
    2   com.apple.security       
    0x00007fff91a3c07b ocsp_client_ocspdFetch + 157
    3   com.apple.security       
    0x00007fff91a3bb90 ocspdFetch + 108
    4   com.apple.security       
    0x00007fff91a399d0 tpVerifyCertGroupWithOCSP + 3271
    5   com.apple.security       
    0x00007fff91a2b5a4 AppleTPSession::CertGroupVerify(long, long, cssm_certgroup const&, cssm_tp_verify_context const*, cssm_tp_verify_context_result*) + 3262
    6   com.apple.security       
    0x00007fff91a2a83b _ZL20cssm_CertGroupVerifylllPK14cssm_certgroupPK22cssm_tp_verify_contextP29cssm _tp_verify_context_result + 129
    7   com.apple.security       
    0x00007fff91a2a615 CSSM_TP_CertGroupVerify + 111
    8   com.apple.security       
    0x00007fff91a29e75 Security::CssmClient::TPImpl::certGroupVerify(Security::CertGroup const&, Security::TPVerifyContext const&, Security::TPVerifyResult*) + 133
    9   com.apple.security       
    0x00007fff91a245b6 Security::KeychainCore::Trust::evaluate(bool) + 2200
    10  com.apple.security       
    0x00007fff91a23c1b SecTrustEvaluate + 49
    11  com.apple.CFNetwork      
    0x00007fff8f6a8d3b CFNetworkTrust::evaluate() + 33
    12  com.apple.CFNetwork      
    0x00007fff8f6a8c89 SocketStream::doSettingsOverrideTrustEvaluation() + 705
    13  com.apple.CFNetwork      
    0x00007fff8f6a8986 SocketStream::securityAcceptPeerTrust_NoLock(unsigned char) + 376
    14  com.apple.CFNetwork      
    0x00007fff8f69c6f8 SocketStream::setProperty(void const*, __CFString const*, void const*) + 2480
    15  com.apple.CFNetwork      
    0x00007fff8f69bd40 virtual thunk to SocketStream::setProperty(void const*, __CFString const*, void const*) + 16
    16  com.apple.CFNetwork      
    0x00007fff8f69c8ef ReadStreamCallbacks::_setProperty(__CFReadStream*, __CFString const*, void const*, void*) + 45
    17  com.apple.CoreFoundation 
    0x00007fff93059594 CFReadStreamSetProperty + 180
    18  com.apple.CFNetwork      
    0x00007fff8f69de3c HTTPReadFilter::streamSetProperty(__CFReadStream*, __CFString const*, void const*) + 266
    19  com.apple.CFNetwork      
    0x00007fff8f69dd2c non-virtual thunk to HTTPReadFilter::streamSetProperty(__CFReadStream*, __CFString const*, void const*) + 13
    20  com.apple.CFNetwork      
    0x00007fff8f69dd18 CFNetworkReadStream::httpStreamSetProperty(__CFReadStream*, __CFString const*, void const*, void*) + 26
    21  com.apple.CoreFoundation 
    0x00007fff93059594 CFReadStreamSetProperty + 180
    22  com.apple.CFNetwork      
    0x00007fff8f69f3f8 HTTPNetStreamInfo::streamSetProperty(__CFReadStream*, __CFString const*, void const*) + 366
    23  com.apple.CFNetwork      
    0x00007fff8f69f284 non-virtual thunk to HTTPNetStreamInfo::streamSetProperty(__CFReadStream*, __CFString const*, void const*) + 13
    24  com.apple.CFNetwork      
    0x00007fff8f69dd18 CFNetworkReadStream::httpStreamSetProperty(__CFReadStream*, __CFString const*, void const*, void*) + 26
    25  com.apple.CoreFoundation 
    0x00007fff93059594 CFReadStreamSetProperty + 180
    26  com.apple.CFNetwork      
    0x00007fff8f6a85f1 HTTPProtocol::useCredential(_CFURLCredential const*, _CFURLAuthChallenge*) + 123
    27  com.apple.CFNetwork      
    0x00007fff8f6a850d URLConnectionLoader::loaderUseCredential(_CFURLCredential const*) + 139
    28  com.apple.CFNetwork      
    0x00007fff8f76526b URLConnectionLoader::LoaderConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XLoaderEvent, XLoaderEventParams>*, long) + 547
    29  com.apple.CFNetwork      
    0x00007fff8f6930d9 URLConnectionLoader::processEvents() + 111
    30  com.apple.CFNetwork      
    0x00007fff8f68e0fe MultiplexerSource::perform() + 212
    31  com.apple.CoreFoundation 
    0x00007fff92fc44f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    32  com.apple.CoreFoundation 
    0x00007fff92fc3d5d __CFRunLoopDoSources0 + 253
    33  com.apple.CoreFoundation 
    0x00007fff92feab49 __CFRunLoopRun + 905
    34  com.apple.CoreFoundation 
    0x00007fff92fea486 CFRunLoopRunSpecific + 230
    35  com.apple.Foundation     
    0x00007fff97148fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    36  com.apple.Foundation     
    0x00007fff9713d72a -[NSThread main] + 68
    37  com.apple.Foundation     
    0x00007fff9713d6a2 __NSThread__main__ + 1575
    38  libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    39  libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff94015df2 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff93033c8b __CFSocketManager + 1355
    2   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    3   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 8:: WebCore: LocalStorage
    0   libsystem_kernel.dylib   
    0x00007fff94015bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff97898274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000107b84f7d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x00000001089840a1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore        
    0x0000000107ee2afa WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore 
    0x0000000107dbc38f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 9:: WebCore: LocalStorage
    0   libsystem_kernel.dylib   
    0x00007fff94015bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff97898274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x0000000107b84f7d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x00000001089840a1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore        
    0x0000000107ee2afa WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore 
    0x0000000107dbc38f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 10:: CVDisplayLink
    0   libsystem_kernel.dylib   
    0x00007fff94015bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff978982a6 _pthread_cond_wait + 890
    2   com.apple.CoreVideo      
    0x00007fff90e721cb CVDisplayLink::waitUntil(unsigned long long) + 279
    3   com.apple.CoreVideo      
    0x00007fff90e71631 CVDisplayLink::runIOThread() + 559
    4   com.apple.CoreVideo      
    0x00007fff90e713e9 _ZL13startIOThreadPv + 148
    5   libsystem_c.dylib        
    0x00007fff978948bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff97897b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib   
    0x00007fff94016192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff97896594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff97897b85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib   
    0x00007fff94016192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff97896594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff97897b85 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib   
    0x00007fff94016192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff97896594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff97897b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000108fd6d70  rbx: 0x0000000109840d80  rcx: 0x00000001503ee480  rdx: 0x00000001097964a8
      rdi: 0x0000000109840d80  rsi: 0x0000000000000000  rbp: 0x00007fff67408600  rsp: 0x00007fff674085f0
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x00000000004e8ebd  r11: 0x000000004db654cd
      r12: 0x00000001097a4010  r13: 0x000000014cead400  r14: 0x00000001097a4010  r15: 0x000000014e9cfde0
      rip: 0x0000000107f89b4f  rfl: 0x0000000000010206  cr2: 0x00000001080f48b0
    Logical CPU: 1
    Binary Images:
    0x10780c000 -   
    0x10780cfff  com.apple.WebProcess (7536 - 7536.26.17) <2188CE7D-394B-344E-8C8D-10B6E7147DCC> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    0x107815000 -   
    0x107815fff  WebProcessShim.dylib (536.26.17 - compatibility 1.0.0) <E951FB41-1358-32EF-9002-80DE9160AC12> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
    0x107847000 -   
    0x107a21ff7  com.apple.WebKit2 (7536 - 7536.26.17) <581B0D94-3749-3DFC-B15B-68E026AF5942> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x107b7e000 -   
    0x107e18ff7  com.apple.JavaScriptCore (7536 - 7536.26.15) <DE475475-D66E-3BF3-9AA6-422601989CF6> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x107ec4000 -   
    0x108e6aff7  com.apple.WebCore (7536 - 7536.26.15) <BB07086A-227A-3817-BFED-4DF34E04CD56> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x14bd7c000 -   
    0x14c21efff  com.apple.Safari.framework (7536 - 7536.26.17) <8C9589AE-EA24-3360-812B-DBAE560FBE7F> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x14c53d000 -   
    0x14c6c1fff  com.apple.WebKit (7536 - 7536.26.17) <8FC2CDD6-82DB-3ECE-A5C1-5CDA0E0575F1> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x14cfb3000 -   
    0x14cfc9fff  com.apple.WebInspector (7536 - 7536.26.7) <0A8DB0C8-6526-33AF-91BB-910D2B4E3AE8> /System/Library/StagedFrameworks/Safari/WebInspector.framework/Versions/A/WebIn spector
    0x7fff6740c000 -
    0x7fff67440baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8e456000 -
    0x7fff8e4e9fff  com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8e4ea000 -
    0x7fff8e55afff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8e55b000 -
    0x7fff8e57cfff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8e667000 -
    0x7fff8e8d8fff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8e8d9000 -
    0x7fff8e8dfff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x7fff8e8e0000 -
    0x7fff8e8fafff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff8e8fb000 -
    0x7fff8e917fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8f650000 -
    0x7fff8f667fff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8f67d000 -
    0x7fff8f684fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8f685000 -
    0x7fff8f685fff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8f686000 -
    0x7fff8f7edfff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8f7ee000 -
    0x7fff8f800ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff8f801000 -
    0x7fff8f801fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8f8fd000 -
    0x7fff8f938fff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8f939000 -
    0x7fff8fa1dff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8fa1e000 -
    0x7fff8fac3fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8fac4000 -
    0x7fff8fbd1fff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8fbd2000 -
    0x7fff8fbdfff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff8fbe0000 -
    0x7fff8fbfcff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8fbfd000 -
    0x7fff8fc09fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8fc33000 -
    0x7fff903dbfff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff903dc000 -
    0x7fff903e1fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff903e2000 -
    0x7fff903fffff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff90400000 -
    0x7fff9047bff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff90490000 -
    0x7fff904b4fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff9068c000 -
    0x7fff90722ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff90723000 -
    0x7fff9075efff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff9075f000 -
    0x7fff90d43fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff90d44000 -
    0x7fff90dacff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff90dad000 -
    0x7fff90db8ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff90db9000 -
    0x7fff90e05ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff90e06000 -
    0x7fff90e11ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff90e6f000 -
    0x7fff90e98fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff90e99000 -
    0x7fff91024ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff91025000 -
    0x7fff9102bfff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff9102c000 -
    0x7fff91061fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff91062000 -
    0x7fff91062fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff91063000 -
    0x7fff9108bfff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff9108c000 -
    0x7fff914aaff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff914ab000 -
    0x7fff914e5fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff914e6000 -
    0x7fff914edfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff914ee000 -
    0x7fff91530ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91531000 -
    0x7fff91558fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff91559000 -
    0x7fff91560ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff91561000 -
    0x7fff9156efff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff9179b000 -
    0x7fff918a0fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff918a1000 -
    0x7fff918a4fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff919f1000 -
    0x7fff91ce6ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff91dd4000 -
    0x7fff91ddeff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
    0x7fff91ddf000 -
    0x7fff91de0fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff91de3000 -
    0x7fff91fe5fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x7fff91fe6000 -
    0x7fff91fe6fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff91fe7000 -
    0x7fff91fe9fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff91fea000 -
    0x7fff92262fff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff92263000 -
    0x7fff922bbff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff922bc000 -
    0x7fff9231eff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff92345000 -
    0x7fff924a2fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff924a3000 -
    0x7fff925d9fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff9262f000 -
    0x7fff92633fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff92634000 -
    0x7fff92634fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff92666000 -
    0x7fff92992fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff92993000 -
    0x7fff92e5afff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff92e65000 -
    0x7fff92e92fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff92e93000 -
    0x7fff92f5aff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff92f5b000 -
    0x7fff92f5dfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff92f5e000 -
    0x7fff92fb1fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff92fb2000 -
    0x7fff93186ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff93313000 -
    0x7fff93410ff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff93411000 -
    0x7fff93451fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff93452000 -
    0x7fff93468ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff93469000 -
    0x7fff93488fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff93489000 -
    0x7fff9348dfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff9348e000 -
    0x7fff934d0fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff934d1000 -
    0x7fff9352dff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff9352e000 -
    0x7fff93557fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff93558000 -
    0x7fff93664fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff937e8000 -
    0x7fff937faff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff937fb000 -
    0x7fff93ab3fff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff93ab4000 -
    0x7fff93ac9fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff93aca000 -
    0x7fff93b40fff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff93b41000 -
    0x7fff93b95fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff93b96000 -
    0x7fff93b9cff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff93b9d000 -
    0x7fff93bfaff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff93bfb000 -
    0x7fff93f17fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff93f7f000 -
    0x7fff93f8cfff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff93f8d000 -
    0x7fff93f93fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff93f94000 -
    0x7fff93f97fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff93f98000 -
    0x7fff93f99ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff93f9a000 -
    0x7fff93fa5ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff93fce000 -
    0x7fff93fddfff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
    0x7fff93ff6000 -
    0x7fff93ffefff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff93fff000 -
    0x7fff9401ffff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    0x7fff940d2000 -
    0x7fff9412dff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9412e000 -
    0x7fff94175ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff94176000 -
    0x7fff94176fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff94177000 -
    0x7fff9417bfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff941d3000 -
    0x7fff94274fff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff94275000 -
    0x7fff942a8ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff942a9000 -
    0x7fff942edff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff946be000 -
    0x7fff946c7ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff946c8000 -
    0x7fff946cdfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff946ce000 -
    0x7fff9471fff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff94720000 -
    0x7fff94720fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff94760000 -
    0x7fff947e4ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff947f0000 -
    0x7fff94875ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff94876000 -
    0x7fff9488aff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff948b4000 -
    0x7fff948b9fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff948ba000 -
    0x7fff94a5aff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    If you can't reproduce the crash, it will be very hard to track down. I suggest you start by removing the memory modules, cleaning the gold contacts with a mild solvent such as rubbing alcohol, and then reseating them, taking care not to touch the contacts. If that doesn't help, replace the old memory and see whether there's any improvement.

Maybe you are looking for

  • What about session memory when using BEA Weblogic connection pooling?

    Hi, consider a web application, allowing database connections via a BEA Weblogic 8.1 application server. The app-server is pooling the oracle connections. The oracle database is running in dedicated server mode. How are the database requests from the

  • EP200 Certification Procedure, Interview Questions & Free Ebooks..

    hi all. I am planning to do EP certification on Administration..i heard that EP200 is Portal Administration and ADM200 is the pre-requisite for the EP200 certification, my question here is, do i need to get certified on ADM200 before getting certifie

  • Developing reports in bw for basis

    hi all can we develop reports in basis in bw? shalini

  • Error message when running tutorial

    I am running the Create a Data Model Using Oracle Top Link and I am using JDeveloper 10.1.3.3.0. When I get to the stage where the wizard is to create the java objects from the tables in the tutorial schema, I get the following message: java.lang.Nul

  • Capturing Parameters in WebDB aplication

    ***I am sorry to post the message in 8ilite forum as I couldn't find one for WebDB **** In my application on WebDB I have to populate the table with the data displayed on the screen. I am planning to capture the parameter passed to the report in "aft