I am receviing repeated crashes on startup. It shows emacs window, but
crashes if I click the mouse anywhwere inside. The workaround I found
is to go to File menu and open a file using it.
Here is crash dump:
Process: Emacs [95740]
Path: /Applications/Emacs.app/Contents/MacOS/Emacs
Identifier: org.gnu.Emacs
Version: 22.3 (1.1)
Code Type: X86 (Native)
Parent Process: launchd [179]
Date/Time: 2011-06-20 19:09:36.339 -0700
OS Version: Mac OS X 10.6.7 (10J869)
Report Version: 6
Interval Since Last Report: 136935 sec
Crashes Since Last Report: 3
Per-App Interval Since Last Report: 774 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 1F1E3C36-87C1-414F-
A5D1-686D1A6E6EF9
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x9442a156 __kill + 10
1 libSystem.B.dylib 0x9442a148 kill$UNIX2003 + 32
2 org.gnu.Emacs 0x0007afae fatal_error_signal + 302
3 libSystem.B.dylib 0x9442f45b _sigtramp + 43
4 ??? 0xffffffff 0 + 4294967295
5 com.apple.Foundation 0x95bc63be -[NSConcretePortCoder
encodeObject:isBycopy:isByref:] + 192
6 com.apple.Foundation 0x95be7e4a -[NSConcretePortCoder
encodeBycopyObject:] + 57
7 com.apple.Foundation 0x95beb45e -
[NSDictionary(NSDictionary) encodeWithCoder:] + 255
8 com.apple.Foundation 0x95bc6691 -[NSConcretePortCoder
encodeObject:isBycopy:isByref:] + 915
9 com.apple.Foundation 0x95be7e4a -[NSConcretePortCoder
encodeBycopyObject:] + 57
10 com.apple.Foundation 0x95beb45e -
[NSDictionary(NSDictionary) encodeWithCoder:] + 255
11 com.apple.Foundation 0x95bc6691 -[NSConcretePortCoder
encodeObject:isBycopy:isByref:] + 915
12 com.apple.Foundation 0x95bc5bb9 _NSWalkData2 + 1518
13 com.apple.Foundation 0x95bf0dd4 -[NSConcretePortCoder
encodeReturnValue:] + 204
14 com.apple.Foundation 0x95bedaeb -[NSConnection
returnResult:exception:sequence:imports:] + 621
15 com.apple.Foundation 0x95bec054 -[NSConnection
handleRequest:sequence:] + 1663
16 com.apple.Foundation 0x95be5d76 -[NSConnection
handlePortCoder:] + 951
17 com.apple.Foundation 0x95be59a5 -[NSConcretePortCoder
dispatch] + 160
18 com.apple.Foundation 0x95bcd301 __NSFireMachPort + 325
19 com.apple.CoreFoundation 0x98137772 __CFMachPortPerform +
338
20 com.apple.CoreFoundation 0x981334db __CFRunLoopRun + 6523
21 com.apple.CoreFoundation 0x98131464 CFRunLoopRunSpecific +
452
22 com.apple.CoreFoundation 0x98131291 CFRunLoopRunInMode + 97
23 com.apple.Foundation 0x95bc4aa2 -[NSConnection
sendInvocation:internal:] + 2587
24 com.apple.Foundation 0x95bc3f01 -[NSDistantObject
forwardInvocation:] + 411
25 com.apple.CoreFoundation 0x9816fcd4 ___forwarding___ + 1108
26 com.apple.CoreFoundation 0x9816f802 _CF_forwarding_prep_0 +
50
27 com.apple.HIToolbox 0x908606a6 -[IMKInputSession
handleEvent:] + 1500
28 com.apple.HIToolbox 0x90812494
IMKInputSessionProcessEventRef + 63
29 com.apple.HIToolbox 0x908116c8
InputMethodInstanceProcessEventRef + 113
30 com.apple.HIToolbox 0x90802c77 TSMEventToInputMethod +
97
31 com.apple.HIToolbox 0x90802d0d
TSMEventToKeyboardInputMethod + 66
32 com.apple.HIToolbox 0x905e8041 TSMProcessRawKeyEvent +
3042
33 com.apple.HIToolbox 0x9063596f
HandleCompatibilityKeyEvent + 331
34 com.apple.HIToolbox 0x9056f9b2
HIApplication::EventHandler(OpaqueEventHandlerCallRef*,
OpaqueEventRef*, void*) + 2716
35 com.apple.HIToolbox 0x90573c2f
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 1567
36 com.apple.HIToolbox 0x90572ef6
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 411
37 com.apple.HIToolbox 0x90572d55
SendEventToEventTargetWithOptions + 58
38 com.apple.HIToolbox 0x905a760b
ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*,
OpaqueEventRef*, void*) + 1957
39 com.apple.HIToolbox 0x90574080
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*,
HandlerCallRec*) + 2672
40 com.apple.HIToolbox 0x90572ef6
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) + 411
41 com.apple.HIToolbox 0x905957f3 SendEventToEventTarget +
52
42 org.gnu.Emacs 0x0016eb01 XTread_socket + 561
43 org.gnu.Emacs 0x000829c1 read_avail_input + 321
44 org.gnu.Emacs 0x00082bfa handle_async_input + 42
45 org.gnu.Emacs 0x0013ebaf select_and_poll_event +
575
46 org.gnu.Emacs 0x00142f5e sys_select$UNIX2003 +
1342
47 org.gnu.Emacs 0x00128841
wait_reading_process_output + 1137
48 org.gnu.Emacs 0x00084b80 kbd_buffer_get_event +
576
49 org.gnu.Emacs 0x0008980b read_char + 3915
50 org.gnu.Emacs 0x0008ac40 read_key_sequence + 1664
51 org.gnu.Emacs 0x0008c593 command_loop_1 + 531
52 org.gnu.Emacs 0x000ee8cd internal_condition_case
+ 253
53 org.gnu.Emacs 0x0008712b command_loop_2 + 75
54 org.gnu.Emacs 0x000ee99c internal_catch + 172
55 org.gnu.Emacs 0x00087b7e command_loop + 174
56 org.gnu.Emacs 0x00087f53 recursive_edit_1 + 147
57 org.gnu.Emacs 0x0008806e Frecursive_edit + 158
58 org.gnu.Emacs 0x0007b930 main + 2320
59 org.gnu.Emacs 0x00002556 start + 54
Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x943ef922 kevent + 10
1 libSystem.B.dylib 0x943f003c _dispatch_mgr_invoke +
215
2 libSystem.B.dylib 0x943ef4f9 _dispatch_queue_invoke +
163
3 libSystem.B.dylib 0x943ef29e _dispatch_worker_thread2
+ 240
4 libSystem.B.dylib 0x943eed21 _pthread_wqthread + 390
5 libSystem.B.dylib 0x943eeb66 start_wqthread + 30
Thread 2:
0 libSystem.B.dylib 0x943ee9b2 __workq_kernreturn + 10
1 libSystem.B.dylib 0x943eef48 _pthread_wqthread + 941
2 libSystem.B.dylib 0x943eeb66 start_wqthread + 30
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x0007ae94 ecx: 0xbfffb19c edx: 0x9442a156
edi: 0x00000000 esi: 0x0000000a ebp: 0xbfffb1b8 esp: 0xbfffb19c
ss: 0x0000001f efl: 0x00000286 eip: 0x9442a156 cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x7aae0000
Binary Images:
0x1000 - 0x189ffb +org.gnu.Emacs 22.3 (1.1) <E8263EA8-89B1-E520-
E43A-C64CDDC6DA25> /Applications/Emacs.app/Contents/MacOS/Emacs
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-
ABB2CD06F448> /usr/lib/dyld
0x90044000 - 0x90091feb
com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-
D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/
PasswordServer.framework/Versions/A/PasswordServer
0x900a6000 - 0x9015cffb libFontParser.dylib ??? (???)
<D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/Resources/libFontParser.dylib
0x9015d000 - 0x90166ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-
DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/
DiskArbitration.framework/Versions/A/DiskArbitration
0x901a8000 - 0x90513ff7 com.apple.QuartzCore 1.6.3 (227.36) <8E927524-
EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/
QuartzCore.framework/Versions/A/QuartzCore
0x9054d000 - 0x9055fff7 com.apple.MultitouchSupport.framework 207.10
(207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/
PrivateFrameworks/MultitouchSupport.framework/Versions/A/
MultitouchSupport
0x9056c000 - 0x90890fef com.apple.HIToolbox 1.6.5 (???)
<21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/
HIToolbox
0x90891000 - 0x909cdff7 com.apple.audio.toolbox.AudioToolbox 1.6.6
(1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/
Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x90a5b000 - 0x90b05fe7 com.apple.CFNetwork 454.11.12 (454.11.12)
<BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/
Versions/A/CFNetwork
0x90d77000 - 0x90e78fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0)
<C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
0x90fab000 - 0x9102dffb SecurityFoundation ??? (???) <3670AE8B-06DA-
C447-EB14-79423DB9C474> /System/Library/Frameworks/
SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9216e000 - 0x9219fff7 libGLImage.dylib ??? (???)
<1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x921a0000 - 0x9237cfe7 libType1Scaler.dylib ??? (???) <CB930F73-3CD3-
BF41-645B-470660F57FF6> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/Resources/libType1Scaler.dylib
0x92391000 - 0x923e1ff7 com.apple.framework.familycontrols 2.0.2
(2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/
PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x923e2000 - 0x923ecffb com.apple.speech.recognition.framework 3.11.1
(3.11.1) <6E3481DF-645E-6095-0CD7-9BEBEC2ED9D1> /System/Library/
Frameworks/Carbon.framework/Versions/A/Frameworks/
SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92430000 - 0x925b2fe7 libicucore.A.dylib 40.0.0 (compatibility
1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/
libicucore.A.dylib
0x925b3000 - 0x92614fe7 com.apple.CoreText 3.151.8 (???)
<6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/
Versions/A/CoreText
0x92615000 - 0x92657ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0)
<EF769BD0-63B6-B65D-FA54-8F2354CAD865> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib
0x92786000 - 0x927a5ff7 com.apple.CoreVideo 1.6.2 (45.6)
<EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/
CoreVideo.framework/Versions/A/CoreVideo
0x927a6000 - 0x927bbfff com.apple.ImageCapture 6.0.2 (6.0.2)
<E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/
A/ImageCapture
0x927bc000 - 0x927bdff7 com.apple.TrustEvaluationAgent 1.1 (1)
<07E7D892-5054-23A8-7144-3F19D3BFD48F> /System/Library/
PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/
TrustEvaluationAgent
0x927e0000 - 0x92844ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-
FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/
Versions/A/HTMLRendering
0x92864000 - 0x92c7aff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0)
<C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libBLAS.dylib
0x93153000 - 0x93197fe7 com.apple.Metadata 10.6.3 (507.15) <A23633F1-
E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/Metadata.framework/
Versions/A/Metadata
0x93284000 - 0x93287ff7 libCGXType.A.dylib 545.0.0 (compatibility
64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x93288000 - 0x93295ff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-
C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/
NetFS.framework/Versions/A/NetFS
0x93296000 - 0x932a2ff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-
D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
0x932af000 - 0x932b2fe7 libmathCommon.A.dylib 315.0.0 (compatibility
1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/
libmathCommon.A.dylib
0x932b3000 - 0x932b7ff7 libGFXShared.dylib ??? (???)
<4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x932b8000 - 0x932b8ff7 com.apple.Accelerate 1.6 (Accelerate 1.6)
<BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Accelerate
0x932b9000 - 0x93367ff3 com.apple.ink.framework 1.3.3 (107) <0AFEBD7C-
D83C-7847-C075-9B427505F7F0> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93368000 - 0x933abff7 com.apple.NavigationServices 3.5.4 (182)
<ED268D94-E544-5548-AA59-7EC70DCB5EE4> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/
Versions/A/NavigationServices
0x93464000 - 0x93485fe7 com.apple.opencl 12.3.6 (12.3.6)
<B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/
OpenCL.framework/Versions/A/OpenCL
0x93486000 - 0x934a1ff7 libPng.dylib ??? (???) <65E824F7-523A-CC34-
ABDD-2A3B12DE1CA9> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libPng.dylib
0x9354c000 - 0x93552fff com.apple.CommonPanels 1.2.4 (91)
<2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/
A/CommonPanels
0x93553000 - 0x93563ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0)
<C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x93752000 - 0x937bcfe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0)
<411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x93a67000 - 0x93ac4ff7 com.apple.framework.IOKit 2.0 (???) <A769737F-
E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit
0x93ac5000 - 0x93ac8ff7 libCoreVMClient.dylib ??? (???)
<12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x93ac9000 - 0x93f1bffb com.apple.RawCamera.bundle 3.7.0 (569)
<A991D958-B0D3-D071-7EE5-7DDA597653FC> /System/Library/CoreServices/
RawCamera.bundle/Contents/MacOS/RawCamera
0x93f6c000 - 0x93f6cff7 com.apple.CoreServices 44 (44)
<51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/
CoreServices.framework/Versions/A/CoreServices
0x9406b000 - 0x9406fff7 libGIF.dylib ??? (???)
<447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libGIF.dylib
0x94082000 - 0x940a6ff7 libJPEG.dylib ??? (???) <A50127EB-C202-0436-
E62D-41E2E893E436> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJPEG.dylib
0x940a7000 - 0x940bbffb com.apple.speech.synthesis.framework 3.10.35
(3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x940bc000 - 0x940c7ff7 libCSync.A.dylib 545.0.0 (compatibility
64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x940ce000 - 0x943c7fef com.apple.QuickTime 7.6.6 (1756.15)
<C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/
QuickTime.framework/Versions/A/QuickTime
0x943c8000 - 0x9456fff7 libSystem.B.dylib 125.2.10 (compatibility
1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/
libSystem.B.dylib
0x94570000 - 0x94570ff7 com.apple.ApplicationServices 38 (38)
<8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/ApplicationServices
0x94571000 - 0x94651fe7 com.apple.vImage 4.1 (4.1)
<D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/
vImage
0x946a9000 - 0x946e6ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2)
<362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/
SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9482b000 - 0x94864ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0)
<90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
0x948bc000 - 0x948c7ff7 libGL.dylib ??? (???) <4425B9AA-B494-A336-
EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/
Versions/A/Libraries/libGL.dylib
0x94902000 - 0x94b67feb com.apple.security 6.1.2 (55002) <7F00A51B-
F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/
Security.framework/Versions/A/Security
0x94b68000 - 0x94b6dff7 com.apple.OpenDirectory 10.6 (10.6)
<C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/
OpenDirectory.framework/Versions/A/OpenDirectory
0x94b6e000 - 0x94b8efe7 libresolv.9.dylib 41.0.0 (compatibility
1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.
9.dylib
0x94b8f000 - 0x94bb5ffb com.apple.DictionaryServices 1.1.2 (1.1.2)
<43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/
DictionaryServices.framework/Versions/A/DictionaryServices
0x94c70000 - 0x94d7cff7 libGLProgrammability.dylib ??? (???)
<2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x94e2e000 - 0x94e71ff7 libGLU.dylib ??? (???) <2C7B2727-26F6-
F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/
Versions/A/Libraries/libGLU.dylib
0x94e72000 - 0x94e75ffb com.apple.help 1.3.1 (41) <EF92C648-2085-
C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/
Versions/A/Frameworks/Help.framework/Versions/A/Help
0x94f7b000 - 0x94fbcff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0)
<95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x951bc000 - 0x951beff7 com.apple.securityhi 4.0 (36638) <38D36D4D-
C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/
SecurityHI
0x951bf000 - 0x951dbfe3 com.apple.openscripting 1.3.1 (???) <480D41B6-
F98E-8E21-CA3C-4CA6A9752D3D> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/
Versions/A/OpenScripting
0x951dc000 - 0x9520fff3 libTrueTypeScaler.dylib ??? (???)
<E5E16584-870F-CBCD-F861-3BB45324DE16> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/Resources/libTrueTypeScaler.dylib
0x95272000 - 0x95272ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6)
<1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
vecLib
0x95273000 - 0x9530bfe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-
A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/
Kerberos.framework/Versions/A/Kerberos
0x9588c000 - 0x9588dff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6)
<253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/
AudioUnit.framework/Versions/A/AudioUnit
0x958df000 - 0x9599bfff com.apple.ColorSync 4.6.6 (4.6.6)
<D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x9599c000 - 0x959a6fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3)
<5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/
A/CarbonSound
0x95a85000 - 0x95ab8ff7 com.apple.AE 496.4 (496.4)
<582F5E9D-1B8E-6D03-EBB8-AA85F66253E2> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/
AE
0x95ab9000 - 0x95b54ff7 com.apple.ApplicationServices.ATS 275.15.1
(???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ATS.framework/Versions/A/ATS
0x95b55000 - 0x95dc8fe7 com.apple.Foundation 6.6.6 (751.53)
<C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/
Foundation.framework/Versions/C/Foundation
0x95dc9000 - 0x95e0fff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-
CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x95e10000 - 0x95e10ff7 com.apple.vecLib 3.6 (vecLib 3.6)
<7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/
vecLib.framework/Versions/A/vecLib
0x95e6d000 - 0x95eb6fe7 libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-
FDB3-61E86407CBB8> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libTIFF.dylib
0x95eb7000 - 0x95f82fef com.apple.CoreServices.OSServices 359 (359)
<EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
Versions/A/OSServices
0x95f83000 - 0x96015fe7 com.apple.print.framework.PrintCore 6.3
(312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
PrintCore.framework/Versions/A/PrintCore
0x96016000 - 0x961d0feb com.apple.ImageIO.framework 3.0.4 (3.0.4)
<C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO
0x961ea000 - 0x96259ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0)
<5C3D7DA5-29EB-A745-E32B-26DBF547D532> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvMisc.dylib
0x9629b000 - 0x9629dff7 libRadiance.dylib ??? (???) <B83179D4-E41C-
D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRadiance.dylib
0x962c9000 - 0x963a3ffb com.apple.DesktopServices 1.5.10 (1.5.10)
<2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/
PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
DesktopServicesPriv
0x96eff000 - 0x97003fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility
0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.
0.9.8.dylib
0x97147000 - 0x9714dfe7 com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-
AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/
CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/
Versions/A/CommerceCore
0x97243000 - 0x9727efeb libFontRegistry.dylib ??? (???)
<4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/Resources/libFontRegistry.dylib
0x9727f000 - 0x97338fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0)
<52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x9744b000 - 0x97463ff7 com.apple.CFOpenDirectory 10.6 (10.6)
<F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/
OpenDirectory.framework/Versions/A/Frameworks/
CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x97464000 - 0x9749cfe7 libncurses.5.4.dylib 5.4.0 (compatibility
5.4.0) <8776C654-D54E-9756-A58D-74738A4E9497> /usr/lib/libncurses.
5.4.dylib
0x9749d000 - 0x9753afe3 com.apple.LaunchServices 362.2 (362.2)
<F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/
Versions/A/LaunchServices
0x9753b000 - 0x97542ff3 com.apple.print.framework.Print 6.1 (237.1)
<F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/
Print
0x97543000 - 0x97d32557 com.apple.CoreGraphics 1.545.0 (???)
<8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/CoreGraphics
0x97fcb000 - 0x98078fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0)
<22CD62D4-9E7D-C31A-F585-FCEF1FE4C39A> /usr/lib/libobjc.A.dylib
0x980f5000 - 0x98270fe7 com.apple.CoreFoundation 6.6.4 (550.42)
<C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation
0x98271000 - 0x9827ffe7 libz.1.dylib 1.2.3 (compatibility 1.0.0)
<3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
0x982c6000 - 0x983f4fe7 com.apple.CoreData 102.1 (251)
<460D594D-09DC-9082-3FD3-F93D6A08AE71> /System/Library/Frameworks/
CoreData.framework/Versions/A/CoreData
0x98d05000 - 0x98d13ff7 com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-
E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/
OpenGL.framework/Versions/A/OpenGL
0x98df3000 - 0x98e73feb com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-
A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/
Versions/A/SearchKit
0x98e74000 - 0x98e9cff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0)
<769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x98f0c000 - 0x98f20fe7 libbsm.0.dylib ??? (???) <821E415B-6C42-
D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
0x98f21000 - 0x98f43fef com.apple.DirectoryService.Framework 3.6
(621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/
Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x98f44000 - 0x98f48ff7 IOSurface ??? (???)
<D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/
IOSurface.framework/Versions/A/IOSurface
0x98f96000 - 0x992b6ff3 com.apple.CoreServices.CarbonCore 861.34
(861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
CarbonCore.framework/Versions/A/CarbonCore
0x9941a000 - 0x9942bff7 com.apple.LangAnalysis 1.6.6 (1.6.6)
<97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x9942c000 - 0x994a6fff com.apple.audio.CoreAudio 3.2.6 (3.2.6)
<F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/
CoreAudio.framework/Versions/A/CoreAudio
0x994a7000 - 0x994ebff3 com.apple.coreui 2 (114)
<E6096C79-94B0-730E-6070-3AE93B5678FE> /System/Library/
PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x994ec000 - 0x99921ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0)
<5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libLAPACK.dylib
0x99922000 - 0x99973ff7 com.apple.HIServices 1.8.2 (???)
<F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
HIServices.framework/Versions/A/HIServices
0x99a4e000 - 0x99a4eff7 com.apple.Carbon 150 (152)
<9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/
Carbon.framework/Versions/A/Carbon
0x99a4f000 - 0x99af7ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-
DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???)
<ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib