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

Crash/Large Kaboom #9

Closed
chrisgeo opened this issue Nov 14, 2011 · 4 comments
Closed

Crash/Large Kaboom #9

chrisgeo opened this issue Nov 14, 2011 · 4 comments

Comments

@chrisgeo
Copy link

Interesting problem I'm having:


Process:         Hermes [25067]
Path:            /Applications/Hermes.app/Contents/MacOS/Hermes
Identifier:      com.alexcrichton.Hermes
Version:         1.0.10 (100)
Code Type:       X86-64 (Native)
Parent Process:  launchd [110]

Date/Time:       2011-11-14 08:24:33.025 -0800
OS Version:      Mac OS X 10.7.2 (11C74)
Report Version:  9
Sleep/Wake UUID: 03144A47-C737-4821-B7EF-E573A843F365

Interval Since Last Report:          32134 sec
Crashes Since Last Report:           12
Per-App Interval Since Last Report:  14355 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      F8B3BB3B-7865-4DE9-A5C2-A6A6BD004022

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 000000010ad6c000-000000010ad88000 [  112K] r-x/rwx SM=COW  /Applications/Hermes.app/Contents/MacOS/Hermes

Application Specific Information:
objc_msgSend() selector name: imageLoaded:
objc[25067]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff97602e90 objc_msgSend + 16
1   com.apple.Foundation            0x00007fff98205de2 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
2   com.apple.CoreFoundation        0x00007fff948c2e0a _CFXNotificationPost + 2634
3   com.apple.Foundation            0x00007fff981f2097 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
4   com.apple.Foundation            0x00007fff98257712 ___NSURLConnectionDidFinishLoading_block_invoke_1 + 122
5   com.apple.Foundation            0x00007fff98257692 _NSURLConnectionDidFinishLoading + 81
6   com.apple.CFNetwork             0x00007fff997caee2 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnectionEventQueue*) + 296
7   com.apple.CFNetwork             0x00007fff9987ad0e URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo*, long) + 862
8   com.apple.CFNetwork             0x00007fff997a5dfd URLConnectionClient::processEvents() + 185
9   com.apple.CFNetwork             0x00007fff997a5ca2 MultiplexerSource::perform() + 212
10  com.apple.CoreFoundation        0x00007fff94888b51 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
11  com.apple.CoreFoundation        0x00007fff948883bd __CFRunLoopDoSources0 + 253
12  com.apple.CoreFoundation        0x00007fff948af1a9 __CFRunLoopRun + 905
13  com.apple.CoreFoundation        0x00007fff948aeae6 CFRunLoopRunSpecific + 230
14  com.apple.HIToolbox             0x00007fff945203d3 RunCurrentEventLoopInMode + 277
15  com.apple.HIToolbox             0x00007fff9452763d ReceiveNextEventCommon + 355
16  com.apple.HIToolbox             0x00007fff945274ca BlockUntilNextEventMatchingListInMode + 62
17  com.apple.AppKit                0x00007fff905463f1 _DPSNextEvent + 659
18  com.apple.AppKit                0x00007fff90545cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
19  com.apple.AppKit                0x00007fff9054262d -[NSApplication run] + 470
20  com.apple.AppKit                0x00007fff907c180c NSApplicationMain + 867
21  com.alexcrichton.Hermes         0x000000010ad6e134 0x10ad6c000 + 8500

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff941f77e6 kevent + 10
1   libdispatch.dylib               0x00007fff943395be _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff9433814e _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib          0x00007fff941f7192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff935ce594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff935cfb85 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff941f7192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff935ce594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff935cfb85 start_wqthread + 13

Thread 4:
0   libsystem_c.dylib               0x00007fff935cfb78 start_wqthread + 0

Thread 5:
0   libsystem_kernel.dylib          0x00007fff941f7192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff935ce594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff935cfb85 start_wqthread + 13

Thread 6:: CVDisplayLink
0   libsystem_kernel.dylib          0x00007fff941f6bca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff935d02a6 _pthread_cond_wait + 890
2   com.apple.CoreVideo             0x00007fff94d3063f CVDisplayLink::waitUntil(unsigned long long) + 279
3   com.apple.CoreVideo             0x00007fff94d2faa5 CVDisplayLink::runIOThread() + 559
4   com.apple.CoreVideo             0x00007fff94d2f85d _ZL13startIOThreadPv + 148
5   libsystem_c.dylib               0x00007fff935cc8bf _pthread_start + 335
6   libsystem_c.dylib               0x00007fff935cfb75 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff941f7192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff935ce594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff935cfb85 start_wqthread + 13

Thread 8:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff941f567a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff941f4d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff948a6b6c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff948af2d4 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff948aeae6 CFRunLoopRunSpecific + 230
5   com.apple.Foundation            0x00007fff982550ab +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation            0x00007fff982497fe -[NSThread main] + 68
7   com.apple.Foundation            0x00007fff98249776 __NSThread__main__ + 1575
8   libsystem_c.dylib               0x00007fff935cc8bf _pthread_start + 335
9   libsystem_c.dylib               0x00007fff935cfb75 thread_start + 13

Thread 9:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff941f6df2 __select + 10
1   com.apple.CoreFoundation        0x00007fff948f7f9b __CFSocketManager + 1355
2   libsystem_c.dylib               0x00007fff935cc8bf _pthread_start + 335
3   libsystem_c.dylib               0x00007fff935cfb75 thread_start + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff941f567a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff941f4d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff948a6b6c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff948af2d4 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff948aeae6 CFRunLoopRunSpecific + 230
5   com.apple.Foundation            0x00007fff981fb04f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
6   com.alexcrichton.Hermes         0x000000010ad73970 0x10ad6c000 + 31088
7   com.apple.Foundation            0x00007fff982497fe -[NSThread main] + 68
8   com.apple.Foundation            0x00007fff98249776 __NSThread__main__ + 1575
9   libsystem_c.dylib               0x00007fff935cc8bf _pthread_start + 335
10  libsystem_c.dylib               0x00007fff935cfb75 thread_start + 13

Thread 11:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib          0x00007fff941f6e42 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff93582dea nanosleep + 164
2   libsystem_c.dylib               0x00007fff93582bb5 usleep + 53
3   com.apple.AppKit                0x00007fff9077d97f -[NSUIHeartBeat _heartBeatThread:] + 1727
4   com.apple.Foundation            0x00007fff982497fe -[NSThread main] + 68
5   com.apple.Foundation            0x00007fff98249776 __NSThread__main__ + 1575
6   libsystem_c.dylib               0x00007fff935cc8bf _pthread_start + 335
7   libsystem_c.dylib               0x00007fff935cfb75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007ff509e28700  rbx: 0x00007ff5099f37e0  rcx: 0x00000000000f449a  rdx: 0x00007ff5099f37e0
  rdi: 0x00007ff509e28780  rsi: 0x000000010ad7e932  rbp: 0x00007fff6a96a0f0  rsp: 0x00007fff6a96a0d0
   r8: 0x00007ff509a09050   r9: 0x00007ff509a09050  r10: 0x0000000000000010  r11: 0x9000000000000000
  r12: 0x00007ff509099000  r13: 0x00000000000f449b  r14: 0x000000010ad7e932  r15: 0x0000000000000111
  rip: 0x00007fff97602e90  rfl: 0x0000000000010246  cr2: 0x000000011194dff8
Logical CPU: 2

Binary Images:
       0x10ad6c000 -        0x10ad87ff7 +com.alexcrichton.Hermes (1.0.10 - 100)  /Applications/Hermes.app/Contents/MacOS/Hermes
       0x10ad98000 -        0x10ada4ff7 +com.growl.growlframework (1.2.2 - 1.2.2)  /Applications/Hermes.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x10adb4000 -        0x10adcbfff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <7D298003-0E13-7E27-8237-9C0E1D621133> /Applications/Hermes.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10adeb000 -        0x10adf4ff7 +org.brautaset.JSON (3.0beta1 - 1.1.1)  /Applications/Hermes.app/Contents/Frameworks/JSON.framework/Versions/A/JSON
       0x10ae08000 -        0x10aeebfff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
       0x10d88d000 -        0x10da25ff7  GLEngine (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x10da59000 -        0x10db52fff  libGLProgrammability.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x10dbaa000 -        0x10df9dfff  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.14.5 - 7.1.4)  /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver
       0x10e1aa000 -        0x10e1d8ff7  GLRendererFloat (??? - ???) <16DF14A0-7264-31A4-83F6-E6F96CF4AB3D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x110527000 -        0x110527ff5 +cl_kernels (??? - ???)  cl_kernels
       0x11062c000 -        0x11062fff7  libCoreFSCache.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x1110bb000 -        0x11114dff7  com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x1111a5000 -        0x1111abfef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0)  /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x1111c1000 -        0x111254ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x200000000 -        0x2007e3fff  com.apple.GeForceGLDriver (7.14.5 - 7.1.4)  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff6a96c000 -     0x7fff6a9a0ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
    0x7fff8e38f000 -     0x7fff8e395fff  com.apple.DiskArbitration (2.4.1 - 2.4.1)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8e396000 -     0x7fff8e5b0fef  com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8e817000 -     0x7fff8e825fff  com.apple.NetAuth (1.0 - 3.0)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e826000 -     0x7fff8e89bff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0)  /usr/lib/libc++.1.dylib
    0x7fff8e89c000 -     0x7fff8eb0ffff  com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8eb10000 -     0x7fff8ebaaff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8ebab000 -     0x7fff8ebadfff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
    0x7fff8ebcc000 -     0x7fff8ebd1fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0)  /usr/lib/libpam.2.dylib
    0x7fff8ebd2000 -     0x7fff8ebeffff  libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8ebf0000 -     0x7fff8ebf2fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8ebf3000 -     0x7fff8ec0fff7  com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8ec9b000 -     0x7fff8ed05fff  com.apple.framework.IOKit (2.0 - ???) <87D55F1D-CDB5-3D13-A5F9-98EA4E22F8EE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8ed17000 -     0x7fff8ed56ff7  libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8f9fa000 -     0x7fff8fa7dfef  com.apple.Metadata (10.7.0 - 627.20)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8fadd000 -     0x7fff901b8ff7  libclh.dylib (4.0.3 - 4.0.3)  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff901b9000 -     0x7fff901c4fff  com.apple.CommonAuth (2.1 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff901d2000 -     0x7fff902c7fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff9030c000 -     0x7fff90339ff7  com.apple.opencl (1.50.63 - 1.50.63)  /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9037d000 -     0x7fff9051cfff  com.apple.QuartzCore (1.7 - 270.0)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9051d000 -     0x7fff9052afff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff90537000 -     0x7fff9053cfff  libcache.dylib (47.0.0 - compatibility 1.0.0)  /usr/lib/system/libcache.dylib
    0x7fff9053d000 -     0x7fff9113eff7  com.apple.AppKit (6.7.2 - 1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9113f000 -     0x7fff91163fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9119f000 -     0x7fff911d2ff7  com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff911d3000 -     0x7fff911fafff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff9125a000 -     0x7fff9125afff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff9125b000 -     0x7fff9125cff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0)  /usr/lib/system/libremovefile.dylib
    0x7fff9147f000 -     0x7fff9147ffff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff915f7000 -     0x7fff91667fff  com.apple.datadetectorscore (3.0 - 179.4) <2A822A13-94B3-3A43-8724-98FDF698BB12> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff917fe000 -     0x7fff918b1fff  com.apple.CoreText (220.11.0 - ???) <4EA8E2DF-542D-38D5-ADB9-C0DAA73F898B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff918b7000 -     0x7fff918f2ff7  libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib
    0x7fff918f3000 -     0x7fff91905ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff91906000 -     0x7fff91919ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x7fff9191a000 -     0x7fff91937ff7  com.apple.openscripting (1.3.3 - ???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff9196e000 -     0x7fff9196ffff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
    0x7fff91cc9000 -     0x7fff91cdffff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff91cfd000 -     0x7fff922e1fff  libBLAS.dylib (??? - ???)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff92321000 -     0x7fff92326ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff92329000 -     0x7fff92482fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff92489000 -     0x7fff92490fff  com.apple.NetFS (4.0 - 4.0)  /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff92491000 -     0x7fff924cbfe7  com.apple.DebugSymbols (2.1 - 87)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff92506000 -     0x7fff92612fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff92613000 -     0x7fff9261dff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
    0x7fff92aa3000 -     0x7fff92aa3fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff92bd0000 -     0x7fff92c38ff7  com.apple.Symbolication (1.2 - 89) <1D7F9E72-B1B6-30CF-AC8A-23A763930A92> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff92d18000 -     0x7fff92d1dfff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff92d1e000 -     0x7fff92d5ffff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff92e1d000 -     0x7fff92e1dfff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff92e1e000 -     0x7fff93020fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff93021000 -     0x7fff93024fff  libRadiance.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff93500000 -     0x7fff93509ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0)  /usr/lib/system/libsystem_notify.dylib
    0x7fff9357e000 -     0x7fff9365bfef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0)  /usr/lib/system/libsystem_c.dylib
    0x7fff9365c000 -     0x7fff93660fff  libdyld.dylib (195.5.0 - compatibility 1.0.0)  /usr/lib/system/libdyld.dylib
    0x7fff93661000 -     0x7fff93675ff7  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
    0x7fff93676000 -     0x7fff93695fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
    0x7fff93696000 -     0x7fff93696fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff93dda000 -     0x7fff93df7ff7  libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib
    0x7fff93f06000 -     0x7fff93f81ff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff941e0000 -     0x7fff94200fff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    0x7fff94201000 -     0x7fff9430efff  libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff9430f000 -     0x7fff94326fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff94334000 -     0x7fff94335ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff94336000 -     0x7fff94344fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    0x7fff943dc000 -     0x7fff944bafff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <13E549F8-5BD6-3BAE-8C33-1D0BD269C081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff944bb000 -     0x7fff94516ff7  com.apple.HIServices (1.10 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff94517000 -     0x7fff9451cfff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff9451d000 -     0x7fff9451dfff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff9451e000 -     0x7fff94842fff  com.apple.HIToolbox (1.8 - ???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff94843000 -     0x7fff94847ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff94876000 -     0x7fff94a4afff  com.apple.CoreFoundation (6.7.1 - 635.15)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff94a4d000 -     0x7fff94a8cfff  com.apple.AE (527.7 - 527.7)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff94a8d000 -     0x7fff94adfff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff94ae0000 -     0x7fff94b64ff7  com.apple.ApplicationServices.ATS (317.5.0 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff94b65000 -     0x7fff94c68fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
    0x7fff94c69000 -     0x7fff94cdcfff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff94cdd000 -     0x7fff94cf3ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff94d2e000 -     0x7fff94d56ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff94e9c000 -     0x7fff94ea7ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff94f26000 -     0x7fff94f4aff7  com.apple.RemoteViewServices (1.2 - 39) <862849C8-84C1-32A1-B87E-B29E74778C9F> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff94f4b000 -     0x7fff94f4eff7  com.apple.securityhi (4.0 - 1)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff94f56000 -     0x7fff94fadfff  libTIFF.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff95010000 -     0x7fff954d7fff  FaceCoreLight (1.4.7 - compatibility 1.0.0)  /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff954f7000 -     0x7fff95520fff  com.apple.CoreServicesInternal (113.8 - 113.8)  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff95521000 -     0x7fff9565afef  com.apple.vImage (5.1 - 5.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff9565b000 -     0x7fff95661fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff95662000 -     0x7fff956caff7  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <7966E3BE-376B-371A-A21D-9BD763C0BAE7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff956cb000 -     0x7fff963d1fef  com.apple.WebCore (7534.51 - 7534.51.22) <352D30ED-1D1D-390E-B7CB-18E954485FD3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff963d5000 -     0x7fff96802fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff96813000 -     0x7fff96822ff7  com.apple.opengl (1.7.5 - 1.7.5) <2945F1A6-910C-3596-9988-5701B04BD821> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff968b1000 -     0x7fff968b7ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff968b8000 -     0x7fff968bdfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff9691d000 -     0x7fff96948ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
    0x7fff96949000 -     0x7fff9694cfff  com.apple.help (1.3.2 - 42)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff9694d000 -     0x7fff9697afe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
    0x7fff96a44000 -     0x7fff96a98ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff96a99000 -     0x7fff96afbfff  com.apple.coreui (1.2.1 - 164.1)  /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff96cbc000 -     0x7fff96cbffff  libCoreVMClient.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff97109000 -     0x7fff9720bff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0)  /usr/lib/libxml2.2.dylib
    0x7fff9720c000 -     0x7fff9720dfff  liblangid.dylib (??? - ???)  /usr/lib/liblangid.dylib
    0x7fff9720e000 -     0x7fff97234ff7  com.apple.framework.familycontrols (3.0 - 300) <41A6DFC2-EAF5-390A-83A1-C8832528705C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff97238000 -     0x7fff9728bfff  libFontRegistry.dylib (??? - ???) <57FBD85F-41A6-3DB9-B5F4-FCC6B260F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9728c000 -     0x7fff97564ff7  com.apple.security (7.0 - 55010) <93713FF4-FE86-3B4C-8150-5FCC7F3320C8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff975f8000 -     0x7fff975f8fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff975f9000 -     0x7fff976dddef  libobjc.A.dylib (228.0.0 - compatibility 1.0.0)  /usr/lib/libobjc.A.dylib
    0x7fff976de000 -     0x7fff9771eff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0)  /usr/lib/libcups.2.dylib
    0x7fff9781e000 -     0x7fff9781efff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff97866000 -     0x7fff978cefff  com.apple.CoreSymbolication (2.1 - 71) <0715BF39-D53C-3BFE-BBEA-B8EBF7274850> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff980c4000 -     0x7fff980edfff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff980ee000 -     0x7fff980eefff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff980ef000 -     0x7fff980fdff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
    0x7fff980fe000 -     0x7fff98113fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff98127000 -     0x7fff981eeff7  com.apple.ColorSync (4.7.0 - 4.7.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff981ef000 -     0x7fff98508ff7  com.apple.Foundation (6.7.1 - 833.20)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff985d4000 -     0x7fff98616ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0)  /usr/lib/system/libcommonCrypto.dylib
    0x7fff98617000 -     0x7fff986f8fff  com.apple.CoreServices.OSServices (478.29 - 478.29)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff988d0000 -     0x7fff988d2fff  libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff988fd000 -     0x7fff988fefff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff98b9e000 -     0x7fff98c34ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff98c35000 -     0x7fff98c3cfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
    0x7fff98c48000 -     0x7fff98c4efff  libmacho.dylib (800.0.0 - compatibility 1.0.0)  /usr/lib/system/libmacho.dylib
    0x7fff98c6b000 -     0x7fff98c71fff  libGFXShared.dylib (??? - ???) <343AE6C0-EB02-333C-8D35-DF6093B92758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff9910b000 -     0x7fff99395fff  com.apple.JavaScriptCore (7534.51 - 7534.51.21)  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff99396000 -     0x7fff9943afef  com.apple.ink.framework (1.3.2 - 110)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff9943b000 -     0x7fff99443fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff99444000 -     0x7fff9944bff7  com.apple.CommerceCore (1.0 - 17)  /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff9944c000 -     0x7fff994ebfff  com.apple.LaunchServices (480.21 - 480.21) <6BFADEA9-5BC1-3B53-A013-488EB7F1AB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff996ef000 -     0x7fff996faff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff996fb000 -     0x7fff9979dff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff9979e000 -     0x7fff99904fff  com.apple.CFNetwork (520.2.5 - 520.2.5) <406712D9-3F0C-3763-B4EB-868D01F1F042> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff99905000 -     0x7fff99953fff  libauto.dylib (??? - ???)  /usr/lib/libauto.dylib
    0x7fff99958000 -     0x7fff9995aff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff9995b000 -     0x7fff9a06e587  com.apple.CoreGraphics (1.600.0 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff9a06f000 -     0x7fff9a0cffff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff9a0d0000 -     0x7fff9a11bff7  com.apple.SystemConfiguration (1.11.1 - 1.11)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9a11c000 -     0x7fff9a11dfff  libunc.dylib (24.0.0 - compatibility 1.0.0)  /usr/lib/system/libunc.dylib
    0x7fff9a146000 -     0x7fff9a5b4fff  com.apple.RawCamera.bundle (3.8.2 - 579) <3D4EBC1A-4139-3E22-B407-0D4887D8D208> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff9a5b5000 -     0x7fff9a73fff7  com.apple.WebKit (7534.51 - 7534.51.22)  /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff9a740000 -     0x7fff9a744fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff9a745000 -     0x7fff9a74cfff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff9a74d000 -     0x7fff9a865ff7  com.apple.DesktopServices (1.6.1 - 1.6.1) <4418EAA6-7163-3A77-ABD3-F8289796C81A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9a8ca000 -     0x7fff9a9cfff7  libFontParser.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff9a9d0000 -     0x7fff9a9d1fff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9aa1b000 -     0x7fff9aa4bff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff9aaa0000 -     0x7fff9aaa4fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0)  /usr/lib/system/libmathCommon.A.dylib
    0x7fff9aaf4000 -     0x7fff9ab0bfff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1)  /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff9ab53000 -     0x7fff9ab65ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff9ab66000 -     0x7fff9ae82ff7  com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff9ae83000 -     0x7fff9af08ff7  com.apple.Heimdal (2.1 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff9af09000 -     0x7fff9af4cff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=186.2M resident=117.7M(63%) swapped_out_or_unallocated=68.5M(37%)
Writable regions: Total=110.6M written=9.9M(9%) resident=60.7M(55%) swapped_out=0K(0%) unallocated=49.9M(45%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                   848K
CG image                              4K
CG raster data                      244K
CG shared images                   3440K
CoreAnimation                       344K
CoreGraphics                         16K
CoreImage                             4K
CoreServices                       2376K
IOKit                              31.8M
MALLOC                             46.6M
MALLOC guard page                    32K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=243                       12K
Memory tag=251                        8K
OpenCL                                8K
OpenGL GLSL                        1372K
OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
SQLite page cache                   192K
STACK GUARD                        56.0M
Stack                              13.1M
VM_ALLOCATE                        16.4M
__CI_BITMAP                          80K
__DATA                             20.4M
__IMAGE                            1256K
__LINKEDIT                         50.3M
__TEXT                            135.9M
__UNICODE                           544K
mapped file                        33.6M
shared memory                       892K
===========                      =======
TOTAL                             415.9M
TOTAL, minus reserved VM space    415.7M

Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f16
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333531533641465238432D47372020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333531533641465238432D47372020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.18)
Bluetooth: Version 4.0.1f4, 2 service, 11 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: M4-CT256M4SSD2, 256.06 GB
Serial ATA Device: MATSHITADVD-R   UJ-898
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
USB Device: SATAWire, 0x0984  (Apricorn), 0x0040, 0xfa140000 / 6
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 5
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 4
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 7
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
USB Device: hub_device, 0x0409  (NEC Corporation), 0x005a, 0xfd130000 / 5
USB Device: Keyboard Hub, apple_vendor_id, 0x1005, 0xfd131000 / 7
USB Device: Apple Keyboard, apple_vendor_id, 0x021d, 0xfd131200 / 8
USB Device: Apple Keyboard, apple_vendor_id, 0x021d, 0xfd134000 / 6
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
@alexcrichton
Copy link
Contributor

I'm currently looking into this, as a temporary fix, you can delete the ~/Library/Application Support/Hermes folder.

@alexcrichton
Copy link
Contributor

Does this build work for you?

@chrisgeo
Copy link
Author

@alexcrichton Looks like it so far; as did removing the app support files.

@alexcrichton
Copy link
Contributor

Thanks! I'll build 1.0.11 once #5 is sorted out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants