Hi,
I recently upgraded my desktop mac to the closed beta OS X 10.8 Mountain Lion "Developer Preview 3". I'm now unable to use Wii Remotes with the computer. They pair fine, but when using Dolphin 3.0-655 and clicking 'Refresh' in the Real Wiimotes section of the Wiimote settings pane, once the controller connects and vibrates, stops vibrating, and then Dolphin crashes with an EXC_BAD_ACCESS exception. The remote is left disconnected from the computer and stops blinking, seeming to turn off.
Sometimes when dolphin crashes, the remote stays connected and keeps blinking, with the vibration motor stopped. At least once the LEDs have changed to indicate it is controller 1, and dolphin hasn't crashed, but the remote has disconnected after a second or two.
Sometimes if the controller is already connected when I launch dolphin and press refresh, the GUI updates to say one controller is connected, but the remote keeps blinking and doesn't vibrate or work in game.
Here's the output of dolphin launched in a terminal:
And a typical crash report
I recently upgraded my desktop mac to the closed beta OS X 10.8 Mountain Lion "Developer Preview 3". I'm now unable to use Wii Remotes with the computer. They pair fine, but when using Dolphin 3.0-655 and clicking 'Refresh' in the Real Wiimotes section of the Wiimote settings pane, once the controller connects and vibrates, stops vibrating, and then Dolphin crashes with an EXC_BAD_ACCESS exception. The remote is left disconnected from the computer and stops blinking, seeming to turn off.
Sometimes when dolphin crashes, the remote stays connected and keeps blinking, with the vibration motor stopped. At least once the LEDs have changed to indicate it is controller 1, and dolphin hasn't crashed, but the remote has disconnected after a second or two.
Sometimes if the controller is already connected when I launch dolphin and press refresh, the GUI updates to say one controller is connected, but the remote keeps blinking and doesn't vibrate or work in game.
Here's the output of dolphin launched in a terminal:
Code:
31:02:921 /Users/User/Desktop/slave2/macbuilder/build/Source/Core/Common/Src/FileUtil.cpp:100 W[COMMON]: IsDirectory: stat failed on /Users/apricot/Library/Application Support/Dolphin/Wii/title/00000001/00000002/content/: No such file or directory
31:02:954 /Users/User/Desktop/slave2/macbuilder/build/Source/Core/Common/Src/FileUtil.cpp:100 W[COMMON]: IsDirectory: stat failed on /Users/apricot/Library/Application Support/Dolphin/Wii/title/00000001/00000002/content/: No such file or directory
31:25:023 /Users/User/Desktop/slave2/macbuilder/build/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm:142 N[Wiimote]: Found 0 bluetooth devices
31:39:925 /Users/User/Desktop/slave2/macbuilder/build/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm:26 N[Wiimote]: Discovered bluetooth device at d8-6b-f7-44-de-5d: Nintendo RVL-CNT-01
31:39:933 /Users/User/Desktop/slave2/macbuilder/build/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm:142 N[Wiimote]: Found 1 bluetooth device
31:40:369 /Users/User/Desktop/slave2/macbuilder/build/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm:190 N[Wiimote]: Connected to wiimote 1 at d8-6b-f7-44-de-5d
31:40:570 /Users/User/Desktop/slave2/macbuilder/build/Source/Core/Core/Src/HW/WiimoteReal/IOdarwin.mm:210 N[Wiimote]: Disconnecting wiimote 1
Abort trap: 6
And a typical crash report
Code:
Process: Dolphin [17029]
Path: /Applications/Dolphin.app/Contents/MacOS/Dolphin
Identifier: com.dolphin-emulator.dolphin
Version: 3.0-655 (3.0)
Code Type: X86-64 (Native)
Parent Process: launchd [153]
User ID: 501
Date/Time: 2012-05-28 17:21:16.052 +1000
OS Version: Mac OS X 10.8 (12A206j)
Report Version: 10
Interval Since Last Report: 10585 sec
Crashes Since Last Report: 15
Per-App Interval Since Last Report: 1304 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 6C658A7D-FD90-40E7-A480-51DCE47B8BA7
Crashed Thread: 6
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: EXC_I386_GPFLT
Application Specific Information:
abort() called
Thread 0:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff8b45d2ea objc_msgSend + 42
1 com.dolphin-emulator.dolphin 0x0000000000521df2 wxWidgetCocoaImpl::IsVisible() const + 18
2 com.dolphin-emulator.dolphin 0x00000000004df3d5 wxWindow::IsShownOnScreen() const + 117
3 com.dolphin-emulator.dolphin 0x000000000032310e wxUpdateUIEvent::CanUpdate(wxWindowBase*) + 46
4 com.dolphin-emulator.dolphin 0x000000000043c2bc wxWindowBase::OnInternalIdle() + 12
5 com.dolphin-emulator.dolphin 0x000000000043c229 wxWindowBase::SendIdleEvents(wxIdleEvent&) + 25
6 com.dolphin-emulator.dolphin 0x000000000043c280 wxWindowBase::SendIdleEvents(wxIdleEvent&) + 112
7 com.dolphin-emulator.dolphin 0x000000000043c280 wxWindowBase::SendIdleEvents(wxIdleEvent&) + 112
8 com.dolphin-emulator.dolphin 0x000000000043c280 wxWindowBase::SendIdleEvents(wxIdleEvent&) + 112
9 com.dolphin-emulator.dolphin 0x00000000002c82d7 wxAppBase::ProcessIdle() + 151
10 com.dolphin-emulator.dolphin 0x00000000004e372a wxApp::ProcessIdle() + 26
11 com.dolphin-emulator.dolphin 0x00000000003288dd wxEventLoopBase::ProcessIdle() + 29
12 com.dolphin-emulator.dolphin 0x000000000052cfaa wxCFEventLoop::OSXCommonModeObserverCallBack(__CFRunLoopObserver*, int, void*) + 58
13 com.apple.CoreFoundation 0x00007fff8bf295c7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
14 com.apple.CoreFoundation 0x00007fff8bf29531 __CFRunLoopDoObservers + 369
15 com.apple.CoreFoundation 0x00007fff8bf04a91 __CFRunLoopRun + 929
16 com.apple.CoreFoundation 0x00007fff8bf042f2 CFRunLoopRunSpecific + 290
17 com.apple.HIToolbox 0x00007fff8c42c6e4 RunCurrentEventLoopInMode + 209
18 com.apple.HIToolbox 0x00007fff8c433f1a ReceiveNextEventCommon + 356
19 com.apple.HIToolbox 0x00007fff8c433dab BlockUntilNextEventMatchingListInMode + 62
20 com.apple.AppKit 0x00007fff8e09a96b _DPSNextEvent + 685
21 com.apple.AppKit 0x00007fff8e09a229 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
22 com.apple.AppKit 0x00007fff8e339fe9 -[NSApplication _realDoModalLoop:peek:] + 485
23 com.apple.AppKit 0x00007fff8e33a2ae -[NSApplication runModalForWindow:] + 120
24 com.dolphin-emulator.dolphin 0x00000000005072c1 wxModalEventLoop::DoRun() + 225
25 com.dolphin-emulator.dolphin 0x000000000052d51c wxCFEventLoop::Run() + 108
26 com.dolphin-emulator.dolphin 0x00000000004be27e wxDialog::ShowModal() + 78
27 com.dolphin-emulator.dolphin 0x00000000000ac6d3 CFrame::OnConfigWiimote(wxCommandEvent&) + 99
28 com.dolphin-emulator.dolphin 0x0000000000323bb3 wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 371
29 com.dolphin-emulator.dolphin 0x0000000000324c42 wxEvtHandler::ProcessEvent(wxEvent&) + 226
30 com.dolphin-emulator.dolphin 0x0000000000324d0c wxEvtHandler::ProcessEventLocally(wxEvent&) + 140
31 com.dolphin-emulator.dolphin 0x0000000000324c4f wxEvtHandler::ProcessEvent(wxEvent&) + 239
32 com.dolphin-emulator.dolphin 0x000000000043d2f4 wxWindowBase::TryAfter(wxEvent&) + 180
33 com.dolphin-emulator.dolphin 0x0000000000324c69 wxEvtHandler::ProcessEvent(wxEvent&) + 265
34 com.dolphin-emulator.dolphin 0x00000000002887a3 wxAuiToolBar::OnLeftUp(wxMouseEvent&) + 307
35 com.dolphin-emulator.dolphin 0x0000000000323bb3 wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 371
36 com.dolphin-emulator.dolphin 0x0000000000324cd6 wxEvtHandler::ProcessEventLocally(wxEvent&) + 86
37 com.dolphin-emulator.dolphin 0x0000000000324c4f wxEvtHandler::ProcessEvent(wxEvent&) + 239
38 com.dolphin-emulator.dolphin 0x0000000000324e27 wxEvtHandler::SafelyProcessEvent(wxEvent&) + 7
39 com.dolphin-emulator.dolphin 0x0000000000437add wxWindowBase::HandleWindowEvent(wxEvent&) const + 13
40 com.dolphin-emulator.dolphin 0x0000000000524198 wxWidgetCocoaImpl::DoHandleMouseEvent(NSEvent*) + 72
41 com.dolphin-emulator.dolphin 0x0000000000511a32 -[NSWindow(wxNSWindowSupport) WX_filterSendEvent:] + 178
42 com.dolphin-emulator.dolphin 0x0000000000511a84 -[wxNSWindow sendEvent:] + 36
43 com.apple.AppKit 0x00007fff8e0f9552 -[NSApplication sendEvent:] + 5759
44 com.apple.AppKit 0x00007fff8e0968ca -[NSApplication run] + 636
45 com.dolphin-emulator.dolphin 0x0000000000506f79 wxGUIEventLoop::DoRun() + 41
46 com.dolphin-emulator.dolphin 0x000000000052d51c wxCFEventLoop::Run() + 108
47 com.dolphin-emulator.dolphin 0x00000000002c4786 wxAppConsoleBase::MainLoop() + 150
48 com.dolphin-emulator.dolphin 0x00000000004e377a wxApp::OnRun() + 26
49 com.dolphin-emulator.dolphin 0x0000000000396583 wxEntry(int&, wchar_t**) + 227
50 com.dolphin-emulator.dolphin 0x000000000010adeb main + 43
51 com.dolphin-emulator.dolphin 0x00000000000075c4 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff86634d2a kevent + 10
1 libdispatch.dylib 0x00007fff8fd8df62 _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff8fd8dbef _dispatch_mgr_thread + 54
Thread 2:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff8663439a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8b27ca10 nanosleep + 163
2 libsystem_c.dylib 0x00007fff8b27c927 usleep + 54
3 com.apple.AppKit 0x00007fff8e2c3698 -[NSUIHeartBeat _heartBeatThread:] + 543
4 com.apple.Foundation 0x00007fff90802bc8 __NSThread__main__ + 1345
5 libsystem_c.dylib 0x00007fff8b1f14a2 _pthread_start + 327
6 libsystem_c.dylib 0x00007fff8b1ddee1 thread_start + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff866346ea __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8b1f3c4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff8b1f3a13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff8b1dded1 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff866346ea __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8b1f3c4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff8b1f3a13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff8b1dded1 start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff866346ea __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8b1f3c4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff8b1f3a13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff8b1dded1 start_wqthread + 13
Thread 6 Crashed:
0 libsystem_kernel.dylib 0x00007fff86634226 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8b1f2854 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff8b242064 abort + 143
3 com.dolphin-emulator.dolphin 0x000000000054dade wxFatalSignalHandler + 30
4 libsystem_c.dylib 0x00007fff8b1df64a _sigtramp + 26
5 libobjc.A.dylib 0x00007fff8b45d2d0 objc_msgSend + 16
6 com.dolphin-emulator.dolphin 0x0000000000235147 WiimoteReal::Wiimote::IOWrite(unsigned char*, int) + 55
7 com.dolphin-emulator.dolphin 0x00000000001d5ce9 WiimoteReal::Wiimote::ThreadFunc() + 169
8 com.dolphin-emulator.dolphin 0x000000000023519f void* std::thread::RunAndDelete<std::thread::FuncArg<std::mem_fun_t<void, WiimoteReal::Wiimote>, WiimoteReal::Wiimote*> >(void*) + 63
9 libsystem_c.dylib 0x00007fff8b1f14a2 _pthread_start + 327
10 libsystem_c.dylib 0x00007fff8b1ddee1 thread_start + 13
Thread 6 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00000000b038f8a8 rdx: 0x0000000000000000
rdi: 0x000000000000bd13 rsi: 0x0000000000000006 rbp: 0x00000000b038f8d0 rsp: 0x00000000b038f8a8
r8: 0x00007fff749e6278 r9: 0x0000000026856bd2 r10: 0x0000000020000000 r11: 0x0000000000000206
r12: 0x000000000000bd13 r13: 0x0000000000000000 r14: 0x00000000b0390000 r15: 0x0000000006445ac0
rip: 0x00007fff86634226 rfl: 0x0000000000000206 cr2: 0x00007fff749dffe8
Logical CPU: 0
Binary Images:
0x1000 - 0x841fff +com.dolphin-emulator.dolphin (3.0-655 - 3.0) <3AC47096-585F-3234-9B83-3A06AC480755> /Applications/Dolphin.app/Contents/MacOS/Dolphin
0x48f2000 - 0x4e4afef +com.nvidia.cg (3.0.0007 - 0) /Applications/Dolphin.app/Contents/Frameworks/Cg.framework/Cg
0x54a7000 - 0x54d2fff com.apple.audio.OpenAL (1.6 - 1.6) <C1547992-26C1-3A78-BF41-24D0365B1502> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x5700000 - 0x5705ff7 libFontRegistryUI.dylib (94) <C39391BA-A719-328D-A949-A1750C117569> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x575d000 - 0x576cff7 libSimplifiedChineseConverter.dylib (61) <0E3019B7-FEFE-3CD1-A256-F722262E0C0A> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x5770000 - 0x5782ff7 libTraditionalChineseConverter.dylib (61) <3B56279D-3B0D-3B3B-8D4F-729ADD3B520A> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x57a6000 - 0x57b3ff7 com.apple.iokit.IOHIDLib (1.8.0 - 1.8.0) <420B1401-1EA2-3A98-989B-7BFE4CF63612> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0xba900000 - 0xba91cff7 libJapaneseConverter.dylib (61) <0DCFAF23-40D7-32A0-8802-3127B238263F> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fff libKoreanConverter.dylib (61) <C3834B7B-65CD-3DE1-9983-4D06D9619798> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x7fff6d1b7000 - 0x7fff6d1eb92f dyld (210.2.2) <201B6506-50D4-3BCD-BD42-4AB7EABE47D8> /usr/lib/dyld
0x7fff83da6000 - 0x7fff83da7ff7 libSystem.B.dylib (169.2) <C88918F1-25E2-367D-9EDB-C7C68F9D74FC> /usr/lib/libSystem.B.dylib
0x7fff83f01000 - 0x7fff83f01ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <15E836F0-2EFC-37DC-A5CD-228E3476743E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff84e8e000 - 0x7fff84ea5fff com.apple.GenerationalStorage (1.0 - 131.2) <BA5E7E91-4F6F-3095-8991-DBE3059D2287> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff84efa000 - 0x7fff85080fff libBLAS.dylib (1073.3) <81ADCA10-EA12-3C01-ABBA-7158DC177A78> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff85081000 - 0x7fff859a9757 com.apple.CoreGraphics (1.600.0 - 296.0.1) <995EB675-100B-355A-BFC4-C6AFA57B893C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff859ab000 - 0x7fff85a38ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <62F2B272-7284-350D-91C0-9F5F49E8F028> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff85a39000 - 0x7fff85b2efff libiconv.2.dylib (34) <4A8742D4-2793-3BC6-8739-E207FCE48773> /usr/lib/libiconv.2.dylib
0x7fff85b2f000 - 0x7fff85f26fff libLAPACK.dylib (1073.3) <22935E82-784F-3DF6-92A4-A0D9F0B5B4A1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8621d000 - 0x7fff8625bfff com.apple.RemoteViewServices (2.0 - 74) <5075F56C-AAC7-362B-AAAB-DB026D469E0C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8625c000 - 0x7fff862b9fff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <190AA45B-D897-3872-A684-C51F94496542> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff862fe000 - 0x7fff86311ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <41E864B9-F0AF-3DD4-870A-C4B44E32EC5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8635a000 - 0x7fff86379fff com.apple.ChunkingLibrary (2.0 - 131) <CA5EFFB0-5A75-326A-9D5C-1F1FBE98852E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff86433000 - 0x7fff865e0fff com.apple.QuartzCore (1.8 - 297.0) <B9A39624-3A21-3777-BE1D-F1F889C7AB8A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff865e1000 - 0x7fff86621ff7 libcorecrypto.dylib (90) <3C505C43-4DE8-397A-82AA-68DC9B9CB675> /usr/lib/system/libcorecrypto.dylib
0x7fff86622000 - 0x7fff8663dff7 libsystem_kernel.dylib (2050.5.8) <BE5C94C5-542F-3CB1-B963-F2E25B858CEF> /usr/lib/system/libsystem_kernel.dylib
0x7fff86642000 - 0x7fff86959fff com.apple.CoreServices.CarbonCore (1031 - 1031) <8319398A-17E0-39EA-9967-A8ABB7D8B41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8695a000 - 0x7fff86962ff7 liblaunch.dylib (442.19) <FC6F0A58-928A-3572-BD98-8DE6FD11477A> /usr/lib/system/liblaunch.dylib
0x7fff869c0000 - 0x7fff869d4fff libGL.dylib (8.1.28) <A2A98D90-B8F8-3367-8EDC-68E2A2187FD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff869d5000 - 0x7fff86a24ff7 libFontRegistry.dylib (94) <3A18E239-7E66-3E58-905C-017EC977169F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff86a25000 - 0x7fff86ac3fff com.apple.ink.framework (1.4 - 110) <D42688FD-B247-39CA-952E-587A650185A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff86ac4000 - 0x7fff86b20ff7 com.apple.Symbolication (1.3 - 92) <D62CBF4C-9AA6-3B2D-83C0-E0FF3D2826F0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff86bc0000 - 0x7fff86be7ff7 com.apple.PerformanceAnalysis (1.16 - 16) <61131B8A-0902-30EC-889C-1D7B238E5F9E> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff86c0a000 - 0x7fff86c0eff7 com.apple.CommonPanels (1.2.5 - 94) <8964AD0E-3554-37E7-81F6-5454B0BC5D11> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff86cf5000 - 0x7fff86cf6ff7 libdnsinfo.dylib (453.13) <A80C5B11-25A1-3280-823D-D4403D0C0A54> /usr/lib/system/libdnsinfo.dylib
0x7fff86e82000 - 0x7fff86e82fff com.apple.CoreServices (57 - 57) <5503C74A-45AE-398C-8C48-9FE3EBAA0620> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86e83000 - 0x7fff86e89fff libmacho.dylib (825) <F9F8FB83-3256-3774-976A-75F92809C52A> /usr/lib/system/libmacho.dylib
0x7fff8737f000 - 0x7fff87394fff com.apple.ImageCapture (8.0 - 8.0) <013AF90F-4945-39CB-9BB7-05479F2B9EDC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff87395000 - 0x7fff873b7fff libxpc.dylib (140.34) <898F4D84-E3B6-3ED3-BDEB-C29009F6D711> /usr/lib/system/libxpc.dylib
0x7fff873b8000 - 0x7fff873caff7 libz.1.dylib (43) <D0882A16-1887-3E5A-99C4-25BE5838680C> /usr/lib/libz.1.dylib
0x7fff873cb000 - 0x7fff873cffff libCGXType.A.dylib (296.0.1) <4679F5C2-E045-3031-8ED8-89AD0E1E82B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff873d0000 - 0x7fff87425fff libTIFF.dylib (833) <F664BC0F-BC95-3242-81BF-DDB9501CA0C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff87426000 - 0x7fff87431ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <0DDD0C23-A9CD-3A18-B99B-8B9D45FAF8D5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8748a000 - 0x7fff87499fff com.apple.opengl (1.8.1 - 1.8.1) <CC9FDAE5-E534-3B24-98F9-DE6453169B11> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff874f1000 - 0x7fff874f3fff libquarantine.dylib (51) <863EC54C-4A7E-32BB-9825-8FDDDA24565F> /usr/lib/system/libquarantine.dylib
0x7fff87829000 - 0x7fff8792bfff libJP2.dylib (833) <A09FACC1-412E-31F5-8CB6-DF36BE00244B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff87bbb000 - 0x7fff87bc9fff com.apple.Librarian (1.1 - 1) <BDEE610A-A031-3CC8-B874-FFB5D6D536E4> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff87bca000 - 0x7fff87bcdfff com.apple.TCC (1.0 - 1) <D09C8B29-4F9F-33B1-91C8-AC528897C3F1> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff87bce000 - 0x7fff87beafff com.apple.openscripting (1.3.5 - 147) <C186F083-DD82-3EBF-B8C8-0D8999F57125> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff87beb000 - 0x7fff87c28fe7 libGLImage.dylib (8.1.28) <A118076F-C96D-37E7-A1B3-4AD8ADAF25F1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff87c29000 - 0x7fff87d26ff7 libxml2.2.dylib (22.3) <C8DF7684-6D36-333F-823B-D93C7C2BB502> /usr/lib/libxml2.2.dylib
0x7fff87d27000 - 0x7fff87fedff7 com.apple.security (7.0 - 55163.21) <F319F369-BF0B-3E78-84E7-C769EFBD65A7> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff87fee000 - 0x7fff87ff4fff com.apple.DiskArbitration (2.5 - 2.5) <5887A6CF-488A-3C2E-A3C4-41613C2AFB7A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8803e000 - 0x7fff88042fff libpam.2.dylib (20) <7FED9441-0321-3D66-B266-94012E39AF26> /usr/lib/libpam.2.dylib
0x7fff88043000 - 0x7fff8808fff7 libauto.dylib (185.1) <731AA92B-B920-3C8A-8340-37B42F4641AE> /usr/lib/libauto.dylib
0x7fff88090000 - 0x7fff88202fff com.apple.CFNetwork (588.2 - 588.2) <D812C14A-28B4-3C19-AA20-4BF4D79C8A12> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff88480000 - 0x7fff884e9fff libstdc++.6.dylib (56) <1A096078-BBE2-36E0-A07B-4D05744AFD5B> /usr/lib/libstdc++.6.dylib
0x7fff884ea000 - 0x7fff884f7fff libcommonCrypto.dylib (60022) <5CD8076F-963C-37B7-983E-D2B6C824C648> /usr/lib/system/libcommonCrypto.dylib
0x7fff884f8000 - 0x7fff885befff com.apple.coreui (2.0 - 177) <EC8EF0E2-F381-3897-95F1-181C0FA361FE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff886b5000 - 0x7fff886b5fff com.apple.vecLib (3.8 - vecLib 3.8) <38386BCA-A78D-314B-A8E2-386BBB4C3318> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff88795000 - 0x7fff887b4ff7 libresolv.9.dylib (51) <64B2C437-1096-30F1-BF35-537CEA3B4BD5> /usr/lib/libresolv.9.dylib
0x7fff887c7000 - 0x7fff887edfff com.apple.framework.familycontrols (4.0 - 400) <0FFAA66D-4147-36AD-AB56-BD652673D1B0> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff88817000 - 0x7fff88899fff com.apple.Heimdal (3.0 - 2.0) <AE82F0D2-2420-3B4D-9FD5-37AF2399FC40> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8889a000 - 0x7fff888c6fff libRIP.A.dylib (296.0.1) <A126BAB8-D3FD-330C-B874-FD7FCD15E883> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff88dc6000 - 0x7fff88dc9ff7 libdyld.dylib (210.2.2) <82A17D0B-6279-3B53-BF27-A7E1121BA615> /usr/lib/system/libdyld.dylib
0x7fff88df9000 - 0x7fff88ec8fff com.apple.CoreText (260.0 - 275.4) <E4171320-FDAD-36F0-BC30-2554DE60140C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff88ec9000 - 0x7fff890c8ff7 libicucore.A.dylib (491.10) <5B9C4202-463C-364F-8A24-755C1AB3D03C> /usr/lib/libicucore.A.dylib
0x7fff890c9000 - 0x7fff890c9fff com.apple.Accelerate (1.8 - Accelerate 1.8) <E34D1884-4638-3575-85F6-9DB1DFF5F844> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff890ca000 - 0x7fff89132ff7 libc++.1.dylib (65) <6407B73C-8B77-3E4E-A027-98E1A4E5EAD1> /usr/lib/libc++.1.dylib
0x7fff8a9f6000 - 0x7fff8aa17ff7 com.apple.Ubiquity (1.2 - 227) <CCE7E589-3927-3C44-8EBC-480CEB149FC1> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8aa18000 - 0x7fff8aa21fff com.apple.CommerceCore (1.0 - 25) <3E60DFAC-5D85-301C-A944-9DAACF19D58A> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8aa22000 - 0x7fff8aa65ff7 com.apple.bom (12.0 - 188) <0E13B7EE-C9D7-310C-8C7A-15D845B0C03C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8aa69000 - 0x7fff8aa94fff libxslt.1.dylib (11.3) <6557C105-B0A4-38BC-BCE3-95A7FAD16468> /usr/lib/libxslt.1.dylib
0x7fff8aa95000 - 0x7fff8aaefff7 com.apple.print.framework.PrintCore (8.0 - 387) <AE078F35-ED94-3C10-8C05-71AA66A6FFA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8aaf0000 - 0x7fff8aaf3fff com.apple.help (1.3.2 - 42) <4B9F369B-0A3F-39A2-A1E9-F9B40DD8B9A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8aaf4000 - 0x7fff8ab14fff libPng.dylib (833) <7E608C63-3CE9-3628-9C09-880F77582218> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8ab15000 - 0x7fff8ab24ff7 libxar.1.dylib (105) <030B542D-F639-3CB9-994E-98712056FF6C> /usr/lib/libxar.1.dylib
0x7fff8abfb000 - 0x7fff8ad16fff com.apple.desktopservices (1.7.0 - 1.7.0) <5A749D00-D003-359E-95BF-C0C5CE4CACEC> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8ad17000 - 0x7fff8ad84fff com.apple.framework.IOKit (2.0 - 755.9.1) <685AC4CF-35F9-3EB6-9C80-FE2625FAB23D> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8b1dd000 - 0x7fff8b2aafef libsystem_c.dylib (825.21) <A1F4BA93-95EC-3045-A02B-CF24FD5894F8> /usr/lib/system/libsystem_c.dylib
0x7fff8b2e4000 - 0x7fff8b435fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C19B230E-9743-3CCB-8261-ACF0C3C1AA8E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8b436000 - 0x7fff8b436fff libkeymgr.dylib (25) <91DF5C9D-837C-30C6-B9EC-379C90C4E03F> /usr/lib/system/libkeymgr.dylib
0x7fff8b437000 - 0x7fff8b43cff7 com.apple.OpenDirectory (10.8 - 151.9) <A7F090BF-729B-3A20-AD30-27D413359F68> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8b448000 - 0x7fff8b448fff com.apple.Carbon (154 - 155) <917DC7D2-A8D9-3C0F-BCCD-C84EB1864E26> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8b457000 - 0x7fff8b56fa27 libobjc.A.dylib (530) <0AD9F0AB-1B47-358F-8E55-E3A345259617> /usr/lib/libobjc.A.dylib
0x7fff8b570000 - 0x7fff8b574fff libGIF.dylib (833) <FD615C2A-6815-3302-B155-ADC3BA069E0D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8b575000 - 0x7fff8b990fff FaceCoreLight (2) <281A63D3-7BD2-30F2-BB9F-496C03B71299> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8b991000 - 0x7fff8b9bfff7 libsystem_m.dylib (3022.6) <8F2A4A8E-9AD1-38D9-BD6F-0BB25C02158C> /usr/lib/system/libsystem_m.dylib
0x7fff8bb1b000 - 0x7fff8bb1dfff com.apple.securityhi (4.0 - 55002) <1C2E0774-2C10-33ED-B95A-7D54BE091ABA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8bc0b000 - 0x7fff8bcbcff7 com.apple.LaunchServices (523 - 523) <77A21E29-5402-3622-AEF9-C6390105BA47> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8bdd7000 - 0x7fff8be2eff7 com.apple.ScalableUserInterface (1.0 - 1) <5E3B5A0B-72F8-38D0-A2E2-FEF62B528276> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8be34000 - 0x7fff8becefff libvMisc.dylib (380.6) <1AC63E9A-BDC6-31A0-A668-7F0665FBC1C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8becf000 - 0x7fff8c0b8ff7 com.apple.CoreFoundation (6.8 - 733.1) <1BE17C25-44C8-38D9-B452-8EABF80FC538> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8c266000 - 0x7fff8c2ddff7 com.apple.CoreSymbolication (2.2 - 85) <1D0E5411-3E8F-3D4E-8FEE-A966AE8684F7> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8c3d0000 - 0x7fff8c3d0fff libOpenScriptingUtil.dylib (147) <D558BBE8-E2E4-3849-B9BD-F5D0A789AD3E> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8c3d1000 - 0x7fff8c427fff com.apple.opencl (2.1.12 - 2.1.12) <30ABC426-52BB-3BCE-91FC-091EF934F8CB> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8c42a000 - 0x7fff8c758fff com.apple.HIToolbox (2.0 - 613.1) <931130FC-3CF5-3AF3-8BFF-3FF97D3B5E7A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8c759000 - 0x7fff8c75efff libcompiler_rt.dylib (30) <A12AAA6C-C00D-32FB-A241-AAB4A0943CBA> /usr/lib/system/libcompiler_rt.dylib
0x7fff8c907000 - 0x7fff8c911fff com.apple.speech.recognition.framework (4.1.4 - 4.1.4) <AF099E1C-4200-36C8-9FE5-122CE2A4F489> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8c912000 - 0x7fff8c963fff com.apple.SystemConfiguration (1.12 - 1.12) <FAA04ED1-83D9-308E-B16E-475C4AF543B0> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8c964000 - 0x7fff8c985ff7 libCRFSuite.dylib (33) <91BCA773-D15B-351F-844E-128CEBAFEAAD> /usr/lib/libCRFSuite.dylib
0x7fff8c988000 - 0x7fff8c989ff7 libremovefile.dylib (23.1) <BCAAD94A-DD4D-3649-AEB6-48C9D5A3A309> /usr/lib/system/libremovefile.dylib
0x7fff8c98a000 - 0x7fff8c991fff libcopyfile.dylib (89) <7F4CC0CE-32DB-395C-B59E-F92FCA01EF4D> /usr/lib/system/libcopyfile.dylib
0x7fff8ce61000 - 0x7fff8ce62ff7 libsystem_sandbox.dylib (219) <6B50C2F2-43AE-3CBF-8B50-2D0CD4F8C58E> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8ce63000 - 0x7fff8cf31fff com.apple.Bluetooth (4.0.9 - 4.0.9b7) <2F175C86-E21B-32FA-ABBA-8FF161CDE2F6> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8cf32000 - 0x7fff8cf9ffff com.apple.datadetectorscore (4.0 - 269.1) <51802281-E206-339C-9B6D-9DDFE7C270A7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8cfa0000 - 0x7fff8cfa5fff libcache.dylib (57) <9F444A05-4041-33DC-AD35-FA6A52A7DC8B> /usr/lib/system/libcache.dylib
0x7fff8cff2000 - 0x7fff8cffdfff libsystem_notify.dylib (98.4) <7E3872BB-4125-3459-A3BA-89D5AA8B6469> /usr/lib/system/libsystem_notify.dylib
0x7fff8d01c000 - 0x7fff8d020fff com.apple.IOSurface (85.0 - 85.0) <B325B5D6-79ED-3368-9327-358BA54001DE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8d124000 - 0x7fff8d12ffff com.apple.CoreBluetooth (100.6 - 1) <767AFA9F-BE7E-3A4B-9346-5FD9032D987C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8d1cf000 - 0x7fff8d1f9fff com.apple.CoreVideo (1.8 - 99.0) <F5E98A71-4B2C-35DF-9CD0-B2B9E378236F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8d1fa000 - 0x7fff8d227fff com.apple.CoreServicesInternal (147 - 147) <DE23FA24-1231-3343-A712-451CDF807577> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8d228000 - 0x7fff8d234ff7 libCSync.A.dylib (296.0.1) <D272028E-F1C3-3D29-A4B2-1608A92A0E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff8d235000 - 0x7fff8d2b3ff7 com.apple.securityfoundation (6.0 - 55115.4) <B30D9BCC-D020-3992-82F7-585E3C38FFD1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8d348000 - 0x7fff8d35ffff com.apple.CFOpenDirectory (10.8 - 151.9) <0609E5B0-FC22-3B30-96A5-957BED77C5FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8d3df000 - 0x7fff8d3e0fff liblangid.dylib (116) <A855CF60-4A38-3A45-9ACA-AF47FD8D5070> /usr/lib/liblangid.dylib
0x7fff8d3e1000 - 0x7fff8d3e3ff7 com.apple.print.framework.Print (8.0 - 258) <F7D37A02-8E1A-3CCA-ACDA-741DB67ED556> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8d442000 - 0x7fff8d4c2ff7 com.apple.Metadata (10.7.0 - 677.1) <91E13B05-DAE9-3C35-B6D9-B3D29B47F449> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8d4c3000 - 0x7fff8d4c8fff libCoreVMClient.dylib (24.2) <22F4AC6A-4A6A-3C59-BC02-6744CE754581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8d4c9000 - 0x7fff8d4d4fff com.apple.CommonAuth (3.0 - 2.0) <C46DB764-9883-31B8-AA72-9070F16160F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8d4d5000 - 0x7fff8d4dcfff com.apple.NetFS (5.0 - 4.0) <2356F1E0-7BDE-3104-AB9D-8FB47442B036> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8d4dd000 - 0x7fff8d5dafff libsqlite3.dylib (136) <8AF5C9CD-B703-36EC-A7D3-E684ACA6A322> /usr/lib/libsqlite3.dylib
0x7fff8d64d000 - 0x7fff8d6cdff7 com.apple.ApplicationServices.ATS (332 - 336) <FE821FD0-E1FE-3F5B-88E3-956133FE5C5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8d95d000 - 0x7fff8d98cfff com.apple.DictionaryServices (1.2 - 173.1) <23ED7A8E-E570-3E5F-809D-DAE2A51162DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8d98d000 - 0x7fff8d9b5fff libJPEG.dylib (833) <69A60C90-3061-3758-A940-55593DB60007> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8d9b6000 - 0x7fff8dacdfff com.apple.ImageIO.framework (3.2.0 - 3.2.0) <EA9DAF33-D603-3ACA-8EE7-18C147568BB8> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8db06000 - 0x7fff8db3cff7 libsystem_info.dylib (406.17) <57C5B9E5-8F06-3A92-BE4B-593CBC158F63> /usr/lib/system/libsystem_info.dylib
0x7fff8dc2e000 - 0x7fff8dcd2fff com.apple.CoreServices.OSServices (545 - 545) <77F67688-95D8-34FB-B164-9E05982D2F77> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8dd31000 - 0x7fff8dd99fff libvDSP.dylib (380.6) <354CBDF7-947C-3712-ADD2-F134CE71B628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8ddf2000 - 0x7fff8de06fff com.apple.speech.synthesis.framework (4.1.5 - 4.1.5) <CDA4C328-2F2C-3CD7-8FA6-6CBC4DFB11DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8e08e000 - 0x7fff8e090ff7 libunc.dylib (25) <786B8C89-E4D5-368E-B31D-1C45133FDBBE> /usr/lib/system/libunc.dylib
0x7fff8e091000 - 0x7fff8ec9fff7 com.apple.AppKit (6.8 - 1172.1) <6260837D-0B9F-3280-959E-21CF95861617> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8eca0000 - 0x7fff8eca2fff com.apple.TrustEvaluationAgent (2.0 - 23) <B521B110-0039-3588-A5C2-30AF905BF690> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8eca3000 - 0x7fff8eca6fff libRadiance.dylib (833) <4BFBDD41-C087-3F5C-A9D3-43E98B1BDC40> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8ed39000 - 0x7fff8ed4cff7 libbsm.0.dylib (32) <4944EB08-9F9F-38B1-A04F-5F314BD655FD> /usr/lib/libbsm.0.dylib
0x7fff8ed5e000 - 0x7fff8ed6bff7 com.apple.NetAuth (4.0 - 4.0) <8456E946-3F0A-3BAB-A91E-12CF9525251D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8edcb000 - 0x7fff8edd7ff7 com.apple.CrashReporterSupport (10.8 - 411) <4B4315FD-247B-33C0-BDAE-2A16B8D98CC2> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8edd8000 - 0x7fff8ede6ff7 libkxld.dylib (2050.5.8) <599DD2DA-7D8E-3719-97AC-88E966D8B82A> /usr/lib/system/libkxld.dylib
0x7fff8ede7000 - 0x7fff8ee1dfff com.apple.DebugSymbols (98 - 98) <B403DE8C-6120-3BEB-AB24-038CE8F88689> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8f03c000 - 0x7fff8f05eff7 com.apple.Kerberos (2.0 - 1) <6F876C9F-4185-3650-8F0A-9574DA8DF534> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f05f000 - 0x7fff8f083ff7 libc++abi.dylib (24) <646C6DFA-6A73-330F-89ED-0F3CD0916B21> /usr/lib/libc++abi.dylib
0x7fff8f0ab000 - 0x7fff8f0edff7 libcups.2.dylib (322) <9039129A-D6FA-3E9A-9311-F237D51C9D84> /usr/lib/libcups.2.dylib
0x7fff8f0ee000 - 0x7fff8f0effff libsystem_blocks.dylib (59) <627B80F1-A872-3C97-B6F8-DE928ECF5E4F> /usr/lib/system/libsystem_blocks.dylib
0x7fff8f0f0000 - 0x7fff8f1adff7 com.apple.ColorSync (4.8.0 - 4.8.0) <ED9EE8ED-1955-354A-8271-A323ABAFC56A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8f1ae000 - 0x7fff8f1b6ff7 libsystem_dnssd.dylib (379.21) <8DEB1D26-D06F-3FB1-8028-131386117E99> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8f1be000 - 0x7fff8f1bffff libDiagnosticMessagesClient.dylib (7) <EC727F62-ACFE-3235-AE26-D222E04B60D5> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8f1c0000 - 0x7fff8f1c2fff libCVMSPluginSupport.dylib (8.1.28) <542A3478-901A-34EB-8829-B67ABBA3F600> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8f375000 - 0x7fff8f375fff com.apple.ApplicationServices (45 - 45) <6DE1E9DB-D4BC-3975-BE0A-6F66A260FB90> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8f376000 - 0x7fff8f376fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <95DD61BA-2F20-3C18-B1DE-A35A3FC0E304> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8f3dd000 - 0x7fff8f4e8ff7 libFontParser.dylib (84.1) <6BE4018A-2E73-3847-AF59-7886849C0AF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8f8e3000 - 0x7fff8f8e9fff libGFXShared.dylib (8.1.28) <2EA7E434-7B31-34C0-8FCD-3655D824F947> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8f920000 - 0x7fff8fa0ffff com.apple.backup.framework (1.4 - 1.4) <BF628F0A-4506-3EF5-BBE0-FC52A769C421> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8fa10000 - 0x7fff8fa16ff7 libunwind.dylib (35.1) <3D92B707-9B9E-3A9A-9DAD-E24C9A86C866> /usr/lib/system/libunwind.dylib
0x7fff8fa79000 - 0x7fff8fa87ff7 libsystem_network.dylib (77.9) <ACE2A44B-A259-3AC8-99C7-614AF87C015C> /usr/lib/system/libsystem_network.dylib
0x7fff8fa88000 - 0x7fff8fa9eff7 com.apple.MultitouchSupport.framework (235.24 - 235.24) <BA86595A-8019-3041-8703-80D0E3B741BA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8faad000 - 0x7fff8fae7fff com.apple.GSS (3.0 - 2.0) <E4F55CD0-649B-30DE-9ABB-91F5833E774E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8fd88000 - 0x7fff8fd9dff7 libdispatch.dylib (228.17) <9ECAA074-B312-3892-9469-E655E96B5095> /usr/lib/system/libdispatch.dylib
0x7fff90006000 - 0x7fff90221fff com.apple.CoreData (106 - 405) <23F9CA3C-B0D9-3241-B3FC-6F4C4C66C702> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff90222000 - 0x7fff90261ff7 com.apple.QD (3.42 - 285) <64BE7C8C-7462-39F5-BB69-887E5C664528> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9026d000 - 0x7fff902b7ff7 libGLU.dylib (8.1.28) <04D962E8-5DF1-3B20-8120-B352FA5A2BAA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff902b8000 - 0x7fff9054afff com.apple.CoreImage (8.0.10 - 1.0.1) <9DD2E4A3-1570-3DAE-B853-4F0A1FD4E926> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9054b000 - 0x7fff905a2ff7 com.apple.AE (630.1 - 630.1) <DE956540-0C34-3A65-B2D2-BEBF36FC8E99> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff905a8000 - 0x7fff90742fef com.apple.vImage (6.0 - 6.0) <7D02A08F-A41E-3FBB-AC5B-E25783961165> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff90747000 - 0x7fff9079dfff com.apple.HIServices (1.20 - 411) <B9403CB2-1824-33BF-AB37-2EC1F3186697> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9079e000 - 0x7fff907abfff com.apple.AppleFSCompression (49 - 1.0) <B66AB466-E6E3-3158-8C96-9C53E9D637CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff907ac000 - 0x7fff90b02ff7 com.apple.Foundation (6.8 - 934.11) <5549B83A-5F2F-343B-B279-146C38F1604C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff90b03000 - 0x7fff90b10fff libbz2.1.0.dylib (29) <70B6ED1F-088A-30C5-9DAE-40F156480A37> /usr/lib/libbz2.1.0.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 10465
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=160.6M resident=85.5M(53%) swapped_out_or_unallocated=75.1M(47%)
Writable regions: Total=175.9M written=4448K(2%) resident=11.2M(6%) swapped_out=4K(0%) unallocated=164.7M(94%)
REGION TYPE VIRTUAL
=========== =======
ATS (font support) 31.8M
ATS (font support) (reserved) 8K reserved VM address space (unallocated)
CG backing stores 4152K
CG image 12K
CG raster data 16K
CG shared images 224K
CoreServices 1608K
IOKit 48K
MALLOC 42.6M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
STACK GUARD 56.0M
Stack 11.5M
VM_ALLOCATE 21.2M
__DATA 78.2M
__IMAGE 528K
__LINKEDIT 56.0M
__TEXT 104.6M
__UNICODE 544K
mapped file 42.0M
shared memory 308K
=========== =======
TOTAL 451.4M
TOTAL, minus reserved VM space 451.4M
Model: Macmini5,2, BootROM MM51.0077.B10, 2 processors, Intel Core i7, 2.7 GHz, 8 GB, SMC 1.75f0
Graphics: AMD Radeon HD 6630M, AMD Radeon HD 6630M, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE4), Broadcom BCM43xx 1.0 (5.106.98.75.8)
Bluetooth: Version 4.0.9b7 9960, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa130000 / 5
USB Device: Simple Remote, 0x16c0, 0x05df, 0xfa134000 / 6
USB Device: Wireless Button, 0x16c0, 0x27db, 0xfa120000 / 4
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 3
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8281, 0xfa113000 / 8
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
USB Device: My Book, 0x1058 (Western Digital Technologies, Inc.), 0x1100, 0xfd120000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3