Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor::stop() crash in mac #682

Closed
blackmiaool opened this issue May 26, 2015 · 3 comments
Closed

Editor::stop() crash in mac #682

blackmiaool opened this issue May 26, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@blackmiaool
Copy link
Contributor

Process: aseprite [231]
Path: /Applications/Aseprite.app/Contents/MacOS/aseprite
Identifier: org.aseprite.Aseprite
Version: 1.1 (1.1)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: aseprite [231]
User ID: 501

Date/Time: 2015-05-27 00:45:19.977 +0800
OS Version: Mac OS X 10.10.3 (14D136)
Report Version: 11
Anonymous UUID: 8DF0B977-D14C-8B0F-6FF6-C07CD5F7967E

Sleep/Wake UUID: 8FD6B51D-0A68-47F6-AD2E-0F2ADB30470B

Time Awake Since Boot: 20000 seconds
Time Since Wake: 9700 seconds

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x991fe54a psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x9b876210 _pthread_mutex_lock + 520
2 libsystem_pthread.dylib 0x9b876003 pthread_mutex_lock + 16
3 org.aseprite.Aseprite 0x0023b4e2 _unix_lock_mutex + 34
4 org.aseprite.Aseprite 0x0023beda -[AllegroAppDelegate applicationDidFinishLaunching:] + 426
5 com.apple.Foundation 0x92e6e053 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 50
6 com.apple.CoreFoundation 0x927c4c34 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 20
7 com.apple.CoreFoundation 0x926a4901 _CFXNotificationPost + 3713
8 com.apple.Foundation 0x92e4f224 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
9 com.apple.AppKit 0x978af448 -[NSApplication _postDidFinishNotification] + 365
10 com.apple.AppKit 0x978af138 -[NSApplication _sendFinishLaunchingNotification] + 239
11 com.apple.AppKit 0x978abc3d -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 827
12 com.apple.AppKit 0x978ab50a -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 277
13 libobjc.A.dylib 0x9226b119 -[NSObject performSelector:withObject:withObject:] + 84
14 com.apple.Foundation 0x92e85db7 76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]block_invoke + 118
15 com.apple.Foundation 0x92e858ff -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 451
16 com.apple.Foundation 0x92e856f4 NSAppleEventManagerGenericHandler + 211
17 com.apple.AE 0x94460952 aeDispatchAppleEvent(AEDesc const
, AEDesc
, unsigned long, unsigned char
) + 583
18 com.apple.AE 0x9442b3b7 dispatchEventAndSendReply(AEDesc const
, AEDesc*) + 44
19 com.apple.AE 0x9442b2aa aeProcessAppleEvent + 313
20 com.apple.HIToolbox 0x944c31c1 AEProcessAppleEvent + 55
21 com.apple.AppKit 0x978a4ece _DPSNextEvent + 2707
22 com.apple.AppKit 0x978a3dc5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 350
23 com.apple.AppKit 0x9789877c -[NSApplication run] + 907
24 org.aseprite.Aseprite 0x0023c5ca allegro_main + 1066
25 org.aseprite.Aseprite 0x001d1339 main + 121
26 org.aseprite.Aseprite 0x00007b42 _start + 216
27 org.aseprite.Aseprite 0x00007a69 start + 41

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x991ff8ce kevent64 + 10
1 libdispatch.dylib 0x913d473f _dispatch_mgr_invoke + 245
2 libdispatch.dylib 0x913d43a2 _dispatch_mgr_thread + 52

Thread 2:
0 org.aseprite.Aseprite 0x000f0401 app::Editor::stop() + 17
1 org.aseprite.Aseprite 0x000f6aca app::PlayState::onBeforeCommandExecution(app::Command_) + 122
2 org.aseprite.Aseprite 0x000f6dda Slot1_mem<void, app::PlayState, app::Command_>::operator()(app::Command_) + 42
3 org.aseprite.Aseprite 0x00072f34 Signal1<void, app::Command_>::operator()(app::Command_) + 116
4 org.aseprite.Aseprite 0x00072cbc app::Context::executeCommand(app::Command_, app::Params const&) + 76
5 org.aseprite.Aseprite 0x000af050 app::CustomizedGuiManager::onProcessMessage(ui::Message_) + 128
6 org.aseprite.Aseprite 0x001b890c ui::Manager::pumpQueue() + 300
7 org.aseprite.Aseprite 0x001bd885 ui::MessageLoop::pumpMessages() + 53
8 org.aseprite.Aseprite 0x001b7188 ui::Manager::run() + 88
9 org.aseprite.Aseprite 0x000ae94a app::gui_run() + 26
10 org.aseprite.Aseprite 0x0000b0bb app::App::run() + 107
11 org.aseprite.Aseprite 0x00007c54 app_main(int, char_*) + 244
12 org.aseprite.Aseprite 0x0023c0a9 +[AllegroAppDelegate app_main:] + 89
13 com.apple.Foundation 0x92e8aaed -[NSThread main] + 45
14 com.apple.Foundation 0x92e8a896 NSThread__main + 1538
15 libsystem_pthread.dylib 0x9b877e13 _pthread_body + 138
16 libsystem_pthread.dylib 0x9b877d89 _pthread_start + 162
17 libsystem_pthread.dylib 0x9b875e52 thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x991f89ce mach_msg_trap + 10
1 libsystem_kernel.dylib 0x991f7a70 mach_msg + 68
2 com.apple.CoreFoundation 0x9270cef6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x9270c309 __CFRunLoopRun + 1529
4 com.apple.CoreFoundation 0x9270baa6 CFRunLoopRunSpecific + 390
5 com.apple.CoreFoundation 0x9270b90b CFRunLoopRunInMode + 123
6 com.apple.AppKit 0x97973ea0 _NSEventThread + 283
7 libsystem_pthread.dylib 0x9b877e13 _pthread_body + 138
8 libsystem_pthread.dylib 0x9b877d89 _pthread_start + 162
9 libsystem_pthread.dylib 0x9b875e52 thread_start + 34

Thread 4:
0 libsystem_kernel.dylib 0x991f8aee mach_wait_until + 10
1 libsystem_c.dylib 0x914b3d48 nanosleep + 360
2 libsystem_c.dylib 0x914b3b81 usleep + 60
3 org.aseprite.Aseprite 0x001dc31f base::this_thread::sleep_for(double) + 47
4 org.aseprite.Aseprite 0x0007345a app::crash::BackupObserver::backgroundThread() + 282
5 org.aseprite.Aseprite 0x00073991 base::thread::func_wrapper0<BindAdapter0_mem<void, app::crash::BackupObserver> >::operator()() + 33
6 org.aseprite.Aseprite 0x001dc290 (anonymous namespace)::pthread_thread_proxy(void*) + 16
7 libsystem_pthread.dylib 0x9b877e13 _pthread_body + 138
8 libsystem_pthread.dylib 0x9b877d89 _pthread_start + 162
9 libsystem_pthread.dylib 0x9b875e52 thread_start + 34

Thread 5:
0 libsystem_kernel.dylib 0x991fe432 poll_nocancel + 10
1 org.aseprite.Aseprite 0x0030d3e4 Curl_socket_ready + 180
2 org.aseprite.Aseprite 0x00303415 Curl_do_perform + 1461
3 org.aseprite.Aseprite 0x001dd11c net::HttpRequest::send(net::HttpResponse&) + 28
4 org.aseprite.Aseprite 0x001ddb0e updater::CheckUpdate::CheckUpdateImpl::checkNewVersion(std::string const&, std::string const&, updater::CheckUpdateDelegate
) + 366
5 org.aseprite.Aseprite 0x001dd999 updater::CheckUpdate::checkNewVersion(std::string const&, std::string const&, updater::CheckUpdateDelegate
) + 41
6 org.aseprite.Aseprite 0x00012669 app::CheckUpdateThreadLauncher::checkForUpdates() + 265
7 org.aseprite.Aseprite 0x00012f21 base::thread::func_wrapper0<BindAdapter0_mem<void, app::CheckUpdateThreadLauncher> >::operator()() + 33
8 org.aseprite.Aseprite 0x001dc290 (anonymous namespace)::pthread_thread_proxy(void*) + 16
9 libsystem_pthread.dylib 0x9b877e13 _pthread_body + 138
10 libsystem_pthread.dylib 0x9b877d89 _pthread_start + 162
11 libsystem_pthread.dylib 0x9b875e52 thread_start + 34

Thread 6:
0 libsystem_kernel.dylib 0x991fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b8782b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b875e2e start_wqthread + 30

Thread 7:
0 libsystem_kernel.dylib 0x991fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b8782b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b875e2e start_wqthread + 30

Thread 8:
0 libsystem_kernel.dylib 0x991fee6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b8782b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b875e2e start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000004 ebx: 0x14873c00 ecx: 0xbfffeb3c edx: 0x991fe54a
edi: 0x0090cb88 esi: 0x0090cb78 ebp: 0xbfffeba8 esp: 0xbfffeb3c
ss: 0x00000023 efl: 0x00000247 eip: 0x991fe54a cs: 0x0000000b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x4c700010

Logical CPU: 0
Error Code: 0x0000012d
Trap Number: 132

Binary Images:
0x1000 - 0x3c7ffb +org.aseprite.Aseprite (1.1 - 1.1) <578567D8-98B2-301B-A382-1684C21E9A8A> /Applications/Aseprite.app/Contents/MacOS/aseprite
0x4a75000 - 0x4a75ffb +cl_kernels (???) cl_kernels
0x4a83000 - 0x4a83ff9 +cl_kernels (???) cl_kernels
0x4a85000 - 0x4b70ff7 unorm8_bgra.dylib (2.4.5) <8F181889-D219-3292-B6C0-F6607D1924B0> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x5c41000 - 0x5c8efff com.apple.CloudDocs (1.0 - 321.6) /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x8fe83000 - 0x8feb6e03 dyld (353.2.1) <06B1254D-9BB9-327C-BA15-8F18FFF97586> /usr/lib/dyld
0x90008000 - 0x9000cfff libheimdal-asn1.dylib (398.10.1) <6F113AF8-F5AD-330B-B029-F7AF28A93F28> /usr/lib/libheimdal-asn1.dylib
0x9000d000 - 0x90027ff7 liblzma.5.dylib (7) /usr/lib/liblzma.5.dylib
0x90028000 - 0x9002cffb libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
0x9002d000 - 0x90035feb libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x90036000 - 0x90043ff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <3771942E-13BB-30C0-9992-11EE637871DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x90044000 - 0x9009ffff com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x900a0000 - 0x900ddfff libsystem_network.dylib (412.20.3) <039F7709-8BFA-3299-8FD7-168145568642> /usr/lib/system/libsystem_network.dylib
0x900de000 - 0x900e4ff7 libsystem_trace.dylib (72.20.1) <5F23BE77-1C60-3859-B528-C6B3C184C95C> /usr/lib/system/libsystem_trace.dylib
0x900e9000 - 0x900eeff7 libmacho.dylib (862) <48DE74F8-09E3-344F-A82F-665083A3BF8F> /usr/lib/system/libmacho.dylib
0x900ef000 - 0x90277ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x90278000 - 0x9029cffb com.apple.framework.Apple80211 (10.3 - 1030.71.6) <84F7040E-713D-3B0E-8397-7CE0C377C52A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x903b1000 - 0x903bcff7 com.apple.NetAuth (5.2 - 5.2) <3E650FB0-5EB5-3807-8B71-8FAF64D6A0FC> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9056c000 - 0x905e2ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <3693A221-B615-37D4-9FB1-F5F6CC7EE1A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x905e3000 - 0x9060cfff libRIP.A.dylib (779.11) <4BD501EF-1671-3165-BD7A-CF227F4BD690> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9060d000 - 0x90633ff7 com.apple.IconServices (47.1 - 47.1) <9C537499-B375-3F84-BF4A-EEF757FC26A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x90634000 - 0x90634fff libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
0x90635000 - 0x9072bff7 libxml2.2.dylib (26) <2F37833C-4D55-3A09-9A0C-5904E8B6892A> /usr/lib/libxml2.2.dylib
0x9072c000 - 0x90766fff com.apple.MediaKit (16 - 757.2) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x90767000 - 0x90819fff libCoreStorage.dylib (471.20.7) <34D9A40A-97EB-3365-B809-13DA5BF569C6> /usr/lib/libCoreStorage.dylib
0x9081a000 - 0x9081dfff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x9081e000 - 0x9089bff3 com.apple.framework.IOKit (2.0.2 - 1050.20.2) <84299E45-C5F3-365F-AC1B-0EAFF8057112> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x908c6000 - 0x908c8fff libsystem_sandbox.dylib (358.20.5) /usr/lib/system/libsystem_sandbox.dylib
0x91278000 - 0x91284ff3 libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
0x91285000 - 0x912b4fff com.apple.CoreVideo (1.8 - 145.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9130f000 - 0x9137aff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x9137b000 - 0x913cffff com.apple.HIServices (1.22 - 522.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x913d0000 - 0x913f7fff libdispatch.dylib (442.1.4) /usr/lib/system/libdispatch.dylib
0x913f8000 - 0x91400fff libsystem_dnssd.dylib (561.1.1) <45CDAF46-03DE-33DB-A627-14F245993EF2> /usr/lib/system/libsystem_dnssd.dylib
0x91401000 - 0x9142dfff com.apple.ChunkingLibrary (2.1 - 163.6) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x9142e000 - 0x914c3fff libsystem_c.dylib (1044.10.1) <9804163C-4DEC-3B94-9854-00248E44554F> /usr/lib/system/libsystem_c.dylib
0x914c4000 - 0x914dbfff libsystem_asl.dylib (267) <85BD88AD-618E-3325-AC31-10DBAB8E9AF3> /usr/lib/system/libsystem_asl.dylib
0x914dc000 - 0x91539ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) <86895179-C54B-3D8A-B515-92DFA6315FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9153a000 - 0x91540ff3 libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
0x91541000 - 0x91570ff7 com.apple.DictionaryServices (1.2 - 229) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x91571000 - 0x9159fff7 libarchive.2.dylib (30) <8758D35F-ADF8-30F6-8EB2-9B852876EAC8> /usr/lib/libarchive.2.dylib
0x915dd000 - 0x915dffff libsystem_configuration.dylib (699.1.5) /usr/lib/system/libsystem_configuration.dylib
0x915e0000 - 0x9160dfff com.apple.ProtectedCloudStorage (1.0 - 1) <1CF781F8-1210-3B77-964B-D85F98B90681> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x9160e000 - 0x91612ffb libGIF.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91613000 - 0x91623fff libGL.dylib (11.1.2) <44DD250B-CB98-3FD1-BF5B-6AD85A68BF9A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x91624000 - 0x91630ff7 libcsfde.dylib (471.20.7) <95CB28B6-A722-3660-AD1B-07A7C0B8C74A> /usr/lib/libcsfde.dylib
0x91631000 - 0x91664fe3 libsystem_m.dylib (3086.1) <951F633F-57B7-398B-912F-F6ED4DB1C597> /usr/lib/system/libsystem_m.dylib
0x91665000 - 0x919bfff7 libmecabra.dylib (666.7) <55A50B97-92D3-3DDC-8E3A-58BC5FFE5E3F> /usr/lib/libmecabra.dylib
0x91a7f000 - 0x91d71ff3 com.apple.CoreImage (10.3.4) <6A0E17E6-9F56-3450-8892-670A9C489C30> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x91d72000 - 0x91d73fff com.apple.TrustEvaluationAgent (2.0 - 25) <28BBD931-EF7C-3753-B50E-6568F4075086> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x91d74000 - 0x91e75ff7 com.apple.LaunchServices (644.56 - 644.56) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91e76000 - 0x91e76fff com.apple.CoreServices (62 - 62) <08A581EC-2E8B-30CF-B555-64171C8FE5EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x91e77000 - 0x920f5ff3 com.apple.security (7.0 - 57031.20.26) <7E5439C5-752D-367F-A28A-AA34C7307981> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x920f6000 - 0x920fafff com.apple.CommonPanels (1.2.6 - 96) <955375E6-2416-38E1-AFC6-477827119329> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x920fb000 - 0x9210ffff com.apple.ImageCapture (9.0 - 9.0) <4B84B5D5-A5F3-3B35-93CE-568A73486B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92110000 - 0x92110fff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x92111000 - 0x9211afff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9211b000 - 0x92120fff com.apple.print.framework.Print (10.0 - 265) <7C3984BB-8337-3B90-A414-17C181A45744> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92121000 - 0x92253fff com.apple.UIFoundation (1.0 - 1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x92254000 - 0x92261ff7 libbz2.1.0.dylib (36) <6BC7B049-8F03-3217-9840-B1804CCBF742> /usr/lib/libbz2.1.0.dylib
0x92262000 - 0x924512ef libobjc.A.dylib (647) <7648C174-3098-3B26-AD20-490DBFFD5D4C> /usr/lib/libobjc.A.dylib
0x925c7000 - 0x9263dfff com.apple.securityfoundation (6.0 - 55126) <2DB5BDF8-FB04-317B-9A7F-9AC8733947BF> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9266c000 - 0x92674ff7 libCGCMS.A.dylib (779.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x92675000 - 0x92694ff7 com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) <9265A1BE-FA6F-38C7-BDFB-FA05EEC683CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x92695000 - 0x92a49ff7 com.apple.CoreFoundation (6.9 - 1153.18) <267B1002-C755-37B4-95CD-92358CF994B8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x92a4a000 - 0x92a4dfff libdyld.dylib (353.2.1) <30CE0D0E-7E82-3CD5-92E7-9C1D6AD3327C> /usr/lib/system/libdyld.dylib
0x92a4e000 - 0x92a8effb libGLImage.dylib (11.1.2) <9BAF083D-12EF-3CD9-A875-191B1A3CC687> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92a8f000 - 0x92ab5ff3 libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x92ab6000 - 0x92ac9fff com.apple.Sharing (328.16 - 328.16) <57F64876-D785-3B35-91B9-B2800F800C37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x92aca000 - 0x92b95fff com.apple.backup.framework (1.6.4 - 1.6.4) <75DC1CA0-5D18-3E8F-A8BC-D737FC9C55C4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x92b96000 - 0x92bd9fff libGLU.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92bda000 - 0x92c04fff libxslt.1.dylib (13) <0F55B64A-6C55-304E-ACE0-B531027AA066> /usr/lib/libxslt.1.dylib
0x92c05000 - 0x92d49ff7 com.apple.ImageIO.framework (3.3.0 - 1237) <314B3F6B-4DC5-31E9-BE67-032901676A34> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x92d4a000 - 0x92d4cff7 libquarantine.dylib (76.20.1) <8694AC5A-7359-3CC6-8E93-CABFCC919D4B> /usr/lib/system/libquarantine.dylib
0x92d4d000 - 0x92d51ff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x92d52000 - 0x92d52fff libOpenScriptingUtil.dylib (162.1) /usr/lib/libOpenScriptingUtil.dylib
0x92d53000 - 0x92e44ffb libiconv.2.dylib (42) <4AF77F10-0BEC-3BE0-99DF-C5170EDB316B> /usr/lib/libiconv.2.dylib
0x92e45000 - 0x92e47ff3 com.apple.EFILogin (2.0 - 2) <00F6D57F-5B4F-373E-BBFF-D19E1E7F87E6> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x92e48000 - 0x931a9ff3 com.apple.Foundation (6.9 - 1153.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x931aa000 - 0x931afff7 libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
0x93271000 - 0x93271fff libunc.dylib (29) /usr/lib/system/libunc.dylib
0x932a0000 - 0x932acfff com.apple.CrashReporterSupport (10.10 - 631) <456980E6-2F31-321B-B35D-CA54B88C6F1C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x932ad000 - 0x93397fff libcrypto.0.9.8.dylib (52.20.2) <3BE03EE0-9DAE-395D-8292-0371FB21EE3F> /usr/lib/libcrypto.0.9.8.dylib
0x93549000 - 0x9354bfff libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
0x9354c000 - 0x9354cfff com.apple.ApplicationServices (48 - 48) <76C301A4-705B-33DE-BA11-C89DCF1EDCDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9354d000 - 0x93663fff com.apple.CoreText (352.0 - 454.6) <5F236E10-C911-3AAF-8BA6-2F0F68A87443> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x93664000 - 0x93664fff com.apple.Cocoa (6.8 - 21) <6AF80DDB-C28E-36FF-BC11-D7D561AC52A9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93665000 - 0x936b6fff libcups.2.dylib (408.2) <425E4328-ECA1-31EE-B2C4-0D67FB8848BE> /usr/lib/libcups.2.dylib
0x936b7000 - 0x936ddffb libPng.dylib (1237) <7EA0DEBE-4000-39D4-89E5-17F655BA317E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x936de000 - 0x9377bfff com.apple.ink.framework (10.9 - 213) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9377c000 - 0x93847fff com.apple.DiscRecording (9.0 - 9000.4.2) <8E19F180-3D32-3C7A-8E73-272F2955D9A8> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9384b000 - 0x9384bfff liblaunch.dylib (559.20.9) /usr/lib/system/liblaunch.dylib
0x9384c000 - 0x9387effb com.apple.GSS (4.0 - 2.0) <2E9B0C48-962E-3CAB-ABCE-0A16CFCEF53E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9387f000 - 0x938d5fff libc++.1.dylib (120) /usr/lib/libc++.1.dylib
0x938d6000 - 0x93942ff3 com.apple.datadetectorscore (6.0 - 396.1.1) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9394a000 - 0x939e4fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93cfa000 - 0x93d08ff3 com.apple.opengl (11.1.2 - 11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93d09000 - 0x93d0fff7 libsystem_networkextension.dylib (167.1.10) /usr/lib/system/libsystem_networkextension.dylib
0x93e5f000 - 0x93e67fff com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x93e68000 - 0x93ec3ffb libTIFF.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93ec4000 - 0x93fc8ff7 libJP2.dylib (1237) <3A85AB3C-AFC7-3761-A198-D6C7317E476A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x93fc9000 - 0x94260fff com.apple.CoreData (111 - 526.3) <93295B9D-6C48-3919-8B9C-A4291D3522CE> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94261000 - 0x942d8fff com.apple.ApplicationServices.ATS (360 - 375.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x942d9000 - 0x942f2fff libsystem_malloc.dylib (53.1.1) <58CD8BC7-55D1-3862-8E5D-728EE2EBE447> /usr/lib/system/libsystem_malloc.dylib
0x942f3000 - 0x942f7fff libCoreVMClient.dylib (79.1) <3DB52AB1-D41E-3AC9-A355-1B6DCEDB4DFD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9441f000 - 0x94420fff libDiagnosticMessagesClient.dylib (100) <3EE83437-AA9C-356B-810B-589346B73797> /usr/lib/libDiagnosticMessagesClient.dylib
0x94421000 - 0x94485ff7 com.apple.AE (681.2 - 681.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94486000 - 0x9485fff3 com.apple.HIToolbox (2.1.1 - 758.7) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94860000 - 0x94976ff3 com.apple.desktopservices (1.9.3 - 1.9.3) <544FDA55-063A-3787-A55A-A54290E4BE6E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x95285000 - 0x95294ffb libxar.1.dylib (255) <4FF7DB6F-3232-302F-94BC-F1188F78AF25> /usr/lib/libxar.1.dylib
0x95295000 - 0x952c9ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x952ca000 - 0x952daff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9583c000 - 0x9588aff7 libcurl.4.dylib (83.1.2) <50E14C55-B150-39E1-BA2C-B0658D38E580> /usr/lib/libcurl.4.dylib
0x9588b000 - 0x958defff libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
0x95c63000 - 0x95f61ffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x95f62000 - 0x95f65ffb libutil.dylib (38) /usr/lib/libutil.dylib
0x95f66000 - 0x95fa6fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x96450000 - 0x96453fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x96454000 - 0x9649bff3 com.apple.AppleJPEG (1.0 - 1) <677BE130-F5AB-36F4-A51A-1FF20FC0085A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x9649c000 - 0x9649efff com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9649f000 - 0x964baff7 com.apple.CFOpenDirectory (10.10 - 187) <44C81E98-710E-30EB-829D-7374B9339345> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x964bb000 - 0x964bdfff libCVMSPluginSupport.dylib (11.1.2) <2C725DC9-0773-3637-B905-7A8B2001192F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x964be000 - 0x96743fff com.apple.QuickTime (7.7.3 - 2890) <34289D2B-07CC-3D12-8F32-6F97D96DEE81> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x96744000 - 0x9674dff7 libsystem_notify.dylib (133.1.1) /usr/lib/system/libsystem_notify.dylib
0x9674e000 - 0x9678aff3 com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x9678b000 - 0x96797ff7 libkxld.dylib (2782.20.48) /usr/lib/system/libkxld.dylib
0x96798000 - 0x968c6ff7 com.apple.coreui (2.1 - 308.6) <908A9C21-7AE9-3480-A858-2E4D928F661D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x968c7000 - 0x968d9ff7 libsasl2.2.dylib (194.1) <34CB75C7-09BE-3319-BF7E-D4E56495F07A> /usr/lib/libsasl2.2.dylib
0x968da000 - 0x96967ff3 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x96d39000 - 0x96d42fff com.apple.AppleSRP (5.0 - 1) <41C48FA8-C249-3800-A551-7F4AFA3E723F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x96d97000 - 0x96dd1fff com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x97072000 - 0x974adfeb com.apple.vImage (8.0 - 8.0) <56F6B317-9D70-3DC5-9868-BB6D7CB6E55D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x974ae000 - 0x974c1fff com.apple.CoreBluetooth (1.0 - 1) <153F2DDE-CCCF-3C63-AF70-2EA306DACDCD> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x974ca000 - 0x974ccfff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x974cd000 - 0x97522ff7 com.apple.htmlrendering (77 - 1.1.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x97531000 - 0x97570fff com.apple.NavigationServices (3.8 - 215.1) <46D8B66D-CB59-36F5-BD26-FD8309337BB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x97571000 - 0x9761efff libcrypto.0.9.7.dylib (106) <19669D99-DC79-3715-BC3A-850016DDDD7F> /usr/lib/libcrypto.0.9.7.dylib
0x976af000 - 0x976b0fff liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
0x976b4000 - 0x976b8ffb com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x976b9000 - 0x976bafff libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
0x976bb000 - 0x9772ffff com.apple.Heimdal (4.0 - 2.0) <0082F991-F391-31A6-915C-1FCB0AD004AC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x97730000 - 0x977dfffb com.apple.Bluetooth (4.3.4 - 4.3.4f4) <90D495A0-431F-363B-8818-230CB096D6E1> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x977e0000 - 0x977eaffb com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x977eb000 - 0x9780affb libresolv.9.dylib (57) /usr/lib/libresolv.9.dylib
0x9780b000 - 0x98437fff com.apple.AppKit (6.9 - 1347.57) <2E995EB6-3DB5-3FE0-B140-3E7563903322> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x98438000 - 0x98455fff libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
0x98456000 - 0x98469fff libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
0x985e0000 - 0x985f1fff libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x985f2000 - 0x98625fff com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <709E9F1B-D266-399B-9A4B-3785BBF64E01> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x988ca000 - 0x988d8ff7 libz.1.dylib (55) /usr/lib/libz.1.dylib
0x988d9000 - 0x98a68ff3 libsqlite3.dylib (168) /usr/lib/libsqlite3.dylib
0x98a6c000 - 0x98af3fff com.apple.CoreServices.OSServices (640.4 - 640.4) <6ABC3CCE-5A4E-3CB2-AA12-3FFAB27D835A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x98b48000 - 0x98f3ffff com.apple.CoreGraphics (1.600.0 - 779.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x98f40000 - 0x99105fff com.apple.QuartzCore (1.10 - 361.18) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x99106000 - 0x99185fff com.apple.SystemConfiguration (1.14 - 1.14) <6081992E-6825-3F69-AACF-70ABFA4CE379> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x99193000 - 0x991e4fff com.apple.opencl (2.4.2 - 2.4.2) <0751975F-97E4-3271-BA93-2FC7A5FDB940> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x991e5000 - 0x99204fff libsystem_kernel.dylib (2782.20.48) /usr/lib/system/libsystem_kernel.dylib
0x99205000 - 0x99207ffb libCGXType.A.dylib (779.11) <2B22C4C3-CF75-3909-B9A0-1B9A23028FBB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x99208000 - 0x99209fff libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
0x9920a000 - 0x99223fff com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x99224000 - 0x99310fe7 libvMisc.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x99313000 - 0x9931afff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <5D268178-3812-3777-92A6-D7D3395405B8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9931b000 - 0x99324fff libGFXShared.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x99325000 - 0x99325fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9933e000 - 0x994afffb libBLAS.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x99555000 - 0x9955cff3 libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
0x995be000 - 0x999f1ff3 com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x999f2000 - 0x99be8fff libicucore.A.dylib (531.48) /usr/lib/libicucore.A.dylib
0x99be9000 - 0x99c00ff3 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x99c01000 - 0x99c27ff3 libxpc.dylib (559.20.9) <15931AC6-7282-332D-9A44-6CFF84AC63AF> /usr/lib/system/libxpc.dylib
0x99c28000 - 0x99c7dff3 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <2AF304F7-5DA4-3035-9E15-070F16700789> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x99c7e000 - 0x99c99ff3 com.apple.openscripting (1.4 - 162.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x99c9a000 - 0x99d0dffb com.apple.framework.CoreWLAN (5.0 - 500.35.2) <8D5F7007-D938-3A4D-841A-647D272D2DB6> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x99d0e000 - 0x99d31fff libJPEG.dylib (1237) <6838FF44-9DF6-349E-AFB4-182F80C2DA79> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x99d32000 - 0x99d3fff3 com.apple.ProtocolBuffer (1 - 228.0.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x99d40000 - 0x99d43ff7 com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x99d44000 - 0x99dadff7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x99dae000 - 0x99dbcff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x99dbd000 - 0x99de6fff libsystem_info.dylib (459.20.1) <91DEA2CC-26A7-32CD-ABC5-0B2754874E38> /usr/lib/system/libsystem_info.dylib
0x9ada1000 - 0x9ada3ffb libsystem_secinit.dylib (18) <3CBA3BD3-8BA2-358D-BD1A-A1C3DF5D84E6> /usr/lib/system/libsystem_secinit.dylib
0x9ada4000 - 0x9addeff7 com.apple.DebugSymbols (115 - 115) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9addf000 - 0x9aecfff3 com.apple.DiskImagesFramework (10.10.1 - 396) <25716B90-E152-3666-92BB-FE543AEB6FA9> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9aed0000 - 0x9aeedffb com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x9aeee000 - 0x9aef0ffb libRadiance.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9b875000 - 0x9b87dfff libsystem_pthread.dylib (105.10.1) <4A229519-29A1-3ABF-8CEF-43BCE4ACDA06> /usr/lib/system/libsystem_pthread.dylib
0x9b91e000 - 0x9b93dff7 com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9b93e000 - 0x9b94ffff libsystem_coretls.dylib (35.20.2) <3688680D-90B5-373F-9E0D-46809E98B023> /usr/lib/system/libsystem_coretls.dylib
0x9b950000 - 0x9b959ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9b95a000 - 0x9b99afff libauto.dylib (186) <1609D0F9-6E3A-3C67-87EF-BB0BD93EDAC9> /usr/lib/libauto.dylib
0x9b99b000 - 0x9ba92ff7 libFontParser.dylib (134.2) <1CE9DA9E-FBF3-32E4-838D-455EA531F26E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9ba93000 - 0x9bb39fff com.apple.Metadata (10.7.0 - 917.35) <3A9CD210-E9CC-3C1C-A72F-278F0694C1B1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9bb3a000 - 0x9bb3dfff libextension.dylib (55.2) /usr/lib/libextension.dylib
0x9bb3e000 - 0x9bbd0fff com.apple.CoreSymbolication (3.1 - 57020.1) <7A6A6AD6-E46A-334F-ACC4-41B179505EC9> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9bbd1000 - 0x9bc1affb libFontRegistry.dylib (134.1) <6CF6177B-D5D6-3E7B-88BC-BE833D55018C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9bc1b000 - 0x9bc3dff3 libssl.0.9.7.dylib (106) /usr/lib/libssl.0.9.7.dylib
0x9bc3e000 - 0x9bd4bfe3 libvDSP.dylib (516) <53F7A960-01E1-3B79-A7FD-67BD19471420> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9bd4c000 - 0x9bdecfff com.apple.QD (301 - 301) <4DFE3689-59DE-3FBC-806B-6A4056573E52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9bded000 - 0x9bdf6fff libcopyfile.dylib (118.1.2) /usr/lib/system/libcopyfile.dylib
0x9bdf7000 - 0x9be04ff7 com.apple.OpenDirectory (10.10 - 187) <60A9481B-2191-35A2-AB7E-E48A2B49BF09> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9be55000 - 0x9c063ff7 com.apple.CFNetwork (720.3.13 - 720.3.13) <2593580E-5547-37C7-A99A-9D1B086C8B69> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9c064000 - 0x9c44cff7 libLAPACK.dylib (1128) <4E3D1289-2C98-3E53-BB8D-AD911357FF66> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9c44d000 - 0x9c44dfff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9c44e000 - 0x9c44efff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9c44f000 - 0x9c450fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x9c45d000 - 0x9c465ffb com.apple.NetFS (6.0 - 4.0) <141BFE7E-634E-32A0-8EC9-0A1A4DFEA7D9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9c466000 - 0x9c46eff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 4222
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: 978955
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=159.5M resident=34.3M(22%) swapped_out_or_unallocated=125.1M(78%)
Writable regions: Total=104.4M written=29.2M(28%) resident=17.2M(16%) swapped_out=33.2M(32%) unallocated=87.2M(84%)

REGION TYPE VIRTUAL
=========== =======
Activity Tracing 2048K
CG backing stores 7024K
CG image 32K
CG shared images 272K
CoreUI image data 84K
Kernel Alloc Once 4K
MALLOC 66.5M
MALLOC (admin) 48K
Memory Tag 242 12K
OpenCL 16K
Stack 67.6M
VM_ALLOCATE 17.2M
__DATA 7152K
__IMAGE 528K
__LINKEDIT 43.6M
__OBJC 2268K
__TEXT 115.9M
__UNICODE 552K
mapped file 158.4M
shared memory 4K
=========== =======
TOTAL 488.8M

Model: MacBookPro11,1, BootROM MBP111.0138.B14, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x344B54463235363634485A2D314736453120
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x344B54463235363634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.4f4 15601, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

@dacap dacap added the bug label May 26, 2015
@dacap dacap added this to the v1.1 milestone May 26, 2015
@dacap
Copy link
Member

dacap commented May 28, 2015

(Internal note: I've added some debug checks about this issue in 71efdfd)

@blackmiaool
Copy link
Contributor Author

OK , I'll update it.

@dacap
Copy link
Member

dacap commented Jun 2, 2015

I've found the real problem here. I'll push a fix in a couple of minutes.

@dacap dacap closed this as completed in cd922fc Jun 2, 2015
@dacap dacap self-assigned this Jun 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants