[Aquamacs-bugs] 23.3.50; Crash in syms_of_xfaces + 3973

48 views
Skip to first unread message

Patrick Feuerstein

unread,
Mar 13, 2012, 6:38:55 AM3/13/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/MacGPG2/bin:/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2011/bin

exec-path: (/opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/local/MacGPG2/bin /usr/texbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2011/bin)

Process: Aquamacs [33946]
Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)
Parent Process: launchd [116]

Date/Time: 2012-03-13 11:38:13.803 +0100
OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9
Sleep/Wake UUID: BDB65FD2-958C-482B-B7D0-53A6FAF9BD75

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

Exception Type: EXC_BAD_INSTRUCTION (SIGABRT)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Application Specific Information:
objc[33946]: garbage collection is OFF
objc[33946]: FREED(id): message release sent to freed object=0x814b1a0
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x998fc332 __kill + 10
1 libsystem_kernel.dylib 0x998fb932 kill$UNIX2003 + 32
2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446
3 libsystem_c.dylib 0x94e4559b _sigtramp + 43
4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973
6 libsystem_c.dylib 0x94de0bdd abort + 167
7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347
10 libsystem_c.dylib 0x94e4559b _sigtramp + 43
11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973
13 libobjc.A.dylib 0x962e0da9 _objc_error + 114
14 libobjc.A.dylib 0x962e0e7a __objc_error + 45
15 libobjc.A.dylib 0x962dd876 _freedHandler + 53
16 com.apple.AppKit 0x98143b3c __-[NSWindow release]_block_invoke_1 + 42
17 libdispatch.dylib 0x90d21e11 _dispatch_call_block_and_release + 15
18 libdispatch.dylib 0x90d23da1 _dispatch_main_queue_callback_4CF + 260
19 com.apple.CoreFoundation 0x96ef8fe3 __CFRunLoopRun + 2003
20 com.apple.CoreFoundation 0x96ef847c CFRunLoopRunSpecific + 332
21 com.apple.CoreFoundation 0x96ef8328 CFRunLoopRunInMode + 120
22 com.apple.HIToolbox 0x959e617f RunCurrentEventLoopInMode + 318
23 com.apple.HIToolbox 0x959ed412 ReceiveNextEventCommon + 168
24 com.apple.HIToolbox 0x959ed356 BlockUntilNextEventMatchingListInMode + 88
25 com.apple.AppKit 0x97a22a9c _DPSNextEvent + 678
26 com.apple.AppKit 0x97a22306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
27 com.apple.AppKit 0x97a1e675 -[NSApplication run] + 911
28 org.gnu.Aquamacs 0x002044a4 ns_read_socket + 769
29 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
30 org.gnu.Aquamacs 0x000d8c7a gobble_input + 176
31 org.gnu.Aquamacs 0x000d8b85 get_input_pending + 125
32 org.gnu.Aquamacs 0x000e0c25 detect_input_pending_run_timers + 64
33 org.gnu.Aquamacs 0x000d0b54 read_char + 1298
34 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
35 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
36 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
37 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
38 org.gnu.Aquamacs 0x00170964 internal_catch + 215
39 org.gnu.Aquamacs 0x000cce57 command_loop + 207
40 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
41 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
42 org.gnu.Aquamacs 0x000ca913 main + 5915
43 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x998fd90a kevent + 10
1 libdispatch.dylib 0x90d23c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x90d226a7 _dispatch_mgr_thread + 53

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x998fcb42 __select + 10
1 com.apple.CoreFoundation 0x96f46ee5 __CFSocketManager + 1557
2 libsystem_c.dylib 0x94deded9 _pthread_start + 335
3 libsystem_c.dylib 0x94df16de thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x998fd02e __workq_kernreturn + 10
1 libsystem_c.dylib 0x94defccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x94df16fe start_wqthread + 30

Thread 4:
0 libsystem_kernel.dylib 0x998fd02e __workq_kernreturn + 10
1 libsystem_c.dylib 0x94defccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x94df16fe start_wqthread + 30

Thread 5:
0 libsystem_kernel.dylib 0x998fd02e __workq_kernreturn + 10
1 libsystem_c.dylib 0x94defccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x94df16fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffd27c edx: 0x998fc332
edi: 0xac5bc2c0 esi: 0x00000006 ebp: 0xbfffd298 esp: 0xbfffd27c
ss: 0x00000023 efl: 0x00000282 eip: 0x998fc332 cs: 0x0000000b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x004e6040
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
0xfd9000 - 0xfdcff7 +net.culater.SIMBL.osax (0.9.7 - 0.9.7) <ADABA540-531E-706F-D0E5-FD3EA152172E> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
0xffa000 - 0xffcfff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1c2d000 - 0x1c48ff7 +net.infinite-labs.Afloat (2.2 - 2.2) <62EE2BC8-8625-DED6-C919-7E54759069FA> /Users/USER/Library/Application Support/SIMBL/*/Afloat.bundle/Contents/MacOS/Afloat
0x1e29000 - 0x1e2efe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1e5c000 - 0x1e5cffb +cl_kernels (??? - ???) <CA28C682-D3A6-426A-B4A2-3390533F5130> cl_kernels
0x1e61000 - 0x1e62ff8 +cl_kernels (??? - ???) <304BF881-2AB1-498E-9B47-31B6C7A9AFDF> cl_kernels
0x1ecc000 - 0x1ed0ffb libFontRegistryUI.dylib (??? - ???) <E986346C-8132-33B6-8525-AA2A3233F99C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x1ede000 - 0x1edeffb +cl_kernels (??? - ???) <5F8E0155-BE86-48FF-97B1-AA3C4B5C40E5> cl_kernels
0x1ee4000 - 0x1ee5ff6 +cl_kernels (??? - ???) <C3BC6AD2-79D4-4530-B965-0BE05C2C9B55> cl_kernels
0x1eec000 - 0x1eedff0 +cl_kernels (??? - ???) <7C228033-2CDF-485E-9F91-5BFBFA276682> cl_kernels
0x1efc000 - 0x1efdffb +cl_kernels (??? - ???) <568B08F0-EF71-4212-A112-B911E8BE53ED> cl_kernels
0x2800000 - 0x28a1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x28d4000 - 0x28d5ff8 +cl_kernels (??? - ???) <C2C5CEEA-1232-4EEE-A8AE-9D1544BD6FDB> cl_kernels
0x28d9000 - 0x28d9ff3 +cl_kernels (??? - ???) <B3821A8B-5960-4228-A6B7-F44E6C78B326> cl_kernels
0x28f2000 - 0x28f8ffa com.apple.qldisplay.Text (3.1 - 500.10) <26E092DF-6BF6-3859-9E87-C2A9041443BF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/PlugIns/Text.qldisplay/Contents/MacOS/Text
0x2f2d000 - 0x2fd0ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x86ad000 - 0x86daff8 GLRendererFloat (??? - ???) <046FB12A-6022-3A91-8385-5BDF85BDACE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0xb7be000 - 0xb92bffc GLEngine (??? - ???) <5C52561A-F1B6-33ED-B6A0-7439EA2B0920> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0xb95f000 - 0xba56ffb libGLProgrammability.dylib (??? - ???) <C45CEE58-603A-371C-B4AB-5346DC13D8F3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x8effe000 - 0x8f7a3ffb com.apple.GeForceGLDriver (7.18.11 - 7.1.8) <71391D53-5F7C-3DA2-AB51-B9CFE665FF2A> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fe3c000 - 0x8fe6eaa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90007000 - 0x9003efef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x900ee000 - 0x90102ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x90103000 - 0x9010dff0 com.apple.DirectoryService.Framework (10.7 - 146) <EDAEA2B3-2BDE-377D-9170-750DE5753029> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x90125000 - 0x90187ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x90188000 - 0x901a5fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x901a6000 - 0x90221ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90226000 - 0x902e6ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x902f8000 - 0x90349ff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9034a000 - 0x90421ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x90422000 - 0x90470ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x90471000 - 0x9049cfff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9049d000 - 0x90857ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x90858000 - 0x90865fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x90866000 - 0x90867fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9096d000 - 0x9096eff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9096f000 - 0x90976ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9099c000 - 0x90a7dff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x90a7e000 - 0x90a81ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x90af1000 - 0x90b0dffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x90b0e000 - 0x90b56ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90ba4000 - 0x90ba7fff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x90ba8000 - 0x90bbfff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x90bdb000 - 0x90bdbfff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x90be7000 - 0x90c4fff3 com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x90c56000 - 0x90c5fff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x90c60000 - 0x90cb0ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x90cb1000 - 0x90cb9ff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x90cba000 - 0x90cbaff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90cbb000 - 0x90cbdff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x90cbe000 - 0x90cc0ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x90cc1000 - 0x90ceaffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x90ceb000 - 0x90cf1ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x90cf2000 - 0x90cf6fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90d21000 - 0x90d2ffff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x90d30000 - 0x90d81ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x90d82000 - 0x90d8bfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x90d8c000 - 0x90da8ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x90da9000 - 0x90e6bfff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90e6c000 - 0x90e71ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x90e72000 - 0x90e73ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x90e9b000 - 0x90ecefef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x90ecf000 - 0x90efdff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x90efe000 - 0x90f01ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x90f39000 - 0x90f3afff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x90f3b000 - 0x90f46fff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x90f47000 - 0x90fd4ff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90fd5000 - 0x90ff2ff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x90ff3000 - 0x910c2fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x910c3000 - 0x9173efe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9173f000 - 0x91782ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x91803000 - 0x9180effc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9180f000 - 0x9180ffff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x91810000 - 0x921385eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x92139000 - 0x923befe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x923bf000 - 0x924a2ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x924a3000 - 0x925b3fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x925b4000 - 0x925fdff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x925fe000 - 0x92614ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x92615000 - 0x92a08ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x92a09000 - 0x92a3dff3 libTrueTypeScaler.dylib (??? - ???) <43479E0A-C47D-3CE3-B328-9CB33D3FC3B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x92a3e000 - 0x92a68ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x92a69000 - 0x92a98ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x92a99000 - 0x92a9bffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92a9c000 - 0x92adafff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92adb000 - 0x92ae2ffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x92ae3000 - 0x92b0cfff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x92b0d000 - 0x92b0efff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x92b0f000 - 0x92baaff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92bab000 - 0x92da0ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x92ed0000 - 0x92f11ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x92f12000 - 0x93002ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x93003000 - 0x93052ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x93053000 - 0x9314bff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x93e9d000 - 0x93ea4ff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x93ea5000 - 0x93fb6ff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x949de000 - 0x94ab5ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x94ab6000 - 0x94d72ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x94d82000 - 0x94d8afff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94d91000 - 0x94e5cfff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x94e5d000 - 0x94ebeffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x94ebf000 - 0x94fa0ff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x94fa1000 - 0x94fa1fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x94fa2000 - 0x94fb0fff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x94fb1000 - 0x95262ff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x95263000 - 0x95266ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x95267000 - 0x95743ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95749000 - 0x9575efff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x95857000 - 0x95966fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x95967000 - 0x959e3ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x959e4000 - 0x95d28ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x95d29000 - 0x95d79ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95d7a000 - 0x95e62fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x96228000 - 0x96264ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x96265000 - 0x96265fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x962b8000 - 0x962c2ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x962ce000 - 0x963a4aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x963b9000 - 0x963efff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x963f0000 - 0x963f1ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x963f2000 - 0x96402ff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x96403000 - 0x96430ff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x96431000 - 0x96444ffc com.apple.FileSync.framework (6.0.1 - 502.2) <B79DAE4B-3B1E-32D4-8BEC-F2C034C00B68> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
0x96445000 - 0x966b8ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x966b9000 - 0x966baff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x966bb000 - 0x96b08ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x96c3d000 - 0x96c42ffb com.apple.phonenumbers (1.0 - 47) <84484814-C9BE-33E7-A3DF-4DD0E970B902> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x96c43000 - 0x96c5bff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x96c5c000 - 0x96c9cff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x96ca1000 - 0x96ebcff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x96ebd000 - 0x97094fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x97095000 - 0x97095fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x970a8000 - 0x971bffe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x971c0000 - 0x971f1ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x971f2000 - 0x9727ffe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x97280000 - 0x97293ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x97294000 - 0x97294fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x9729a000 - 0x972daff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x97358000 - 0x97386fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
0x97387000 - 0x97395ff7 com.apple.AppleFSCompression (37 - 1.0) <5D91F412-7B04-335D-8E1A-AFD463859EA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x97396000 - 0x976c4fff com.apple.FinderKit (1.0.1 - 1.0.1) <5D4B0D33-C8FB-3E85-8B19-052B2A9B9918> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x976c5000 - 0x976c5ff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x976d4000 - 0x976fdff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x976fe000 - 0x97702ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9773a000 - 0x9773eff7 com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9798d000 - 0x9798dffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x9798e000 - 0x979adfff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x979ae000 - 0x979bffff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x979cc000 - 0x97a16ff2 com.apple.Suggestions (1.1 - 85.1) <1057087C-AC51-3C3B-BECD-BF97426B2372> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x97a18000 - 0x97a18fff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x97a19000 - 0x984acff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x984ad000 - 0x984eaff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x984eb000 - 0x9850dff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x985bf000 - 0x98635fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x986a3000 - 0x986fcfff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x986fd000 - 0x9876cfff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9876d000 - 0x987b0fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x987b1000 - 0x987c1fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9890a000 - 0x98940ff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x98941000 - 0x98947ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x98948000 - 0x9894bffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9896a000 - 0x98990ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x989b5000 - 0x98a10ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x98a2c000 - 0x98ea1ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x98ea2000 - 0x98fceff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x98fd8000 - 0x990f6fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x990f7000 - 0x9916bfff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9916c000 - 0x99171ffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x99172000 - 0x9917aff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9917b000 - 0x991dffff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x991e0000 - 0x991e8ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x991ee000 - 0x99350fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x99367000 - 0x99388fff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x993a0000 - 0x99554ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x99555000 - 0x9955effb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9955f000 - 0x99579fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9957a000 - 0x995d7ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9961a000 - 0x9961effa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x9967a000 - 0x9968afff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x9968b000 - 0x998d4ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x998d5000 - 0x998e3ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x998e4000 - 0x99902ff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x99936000 - 0x99998ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x999d7000 - 0x999f9ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x99b5c000 - 0x99f5eff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x99f5f000 - 0x9a003fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9a004000 - 0x9a02bff3 com.apple.framework.Apple80211 (7.1.2 - 712.1) <C573041F-4C85-3C7C-B2B2-9878DFBC7004> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x9a02c000 - 0x9a088fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9a147000 - 0x9a152ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x9a153000 - 0x9a1cbff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9a1cc000 - 0x9a4cefff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9a4cf000 - 0x9a812fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9a813000 - 0x9a814fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x9a826000 - 0x9a82dff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9a82e000 - 0x9a839ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9a842000 - 0x9a941ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9a942000 - 0x9a986ff3 com.apple.framework.CoreWLAN (2.1.2 - 212.1) <5F2FB135-3B53-3DA8-B7E1-90A0C5F42127> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x9a987000 - 0x9a9c8ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9a9c9000 - 0x9a9ecfff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9a9ff000 - 0x9aa96ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9aa97000 - 0x9aaa2ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9aaa3000 - 0x9aaa4ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9aaa5000 - 0x9abf7fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9abf8000 - 0x9ac06fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9ac1f000 - 0x9b63ffff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9b640000 - 0x9b655ff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9b766000 - 0x9b78bff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b7b8000 - 0x9b7ecff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9b845000 - 0x9bb4fff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9bb50000 - 0x9bb54fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9bb55000 - 0x9bb55fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9bb56000 - 0x9bb91fff com.apple.bom (11.0 - 183) <39257FE6-8B23-39B6-9528-57184104A98F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x9bb92000 - 0x9bb9ffff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9bbe9000 - 0x9bbecff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9bbed000 - 0x9bbf1ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9bbf6000 - 0x9bbf9ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9bbfd000 - 0x9bd5effb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9bd5f000 - 0x9bdc6fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9bdc7000 - 0x9be2cff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9be39000 - 0x9c4cafe3 libclh.dylib (4.0.3 - 4.0.3) <6A8847F2-1F44-3B30-A770-DAAF8D1D36C2> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x9c72f000 - 0x9c757ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x9c758000 - 0x9c7e2ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9c7e3000 - 0x9c7e4ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9c7e5000 - 0x9c86cfff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9c86d000 - 0x9c902ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9cb1b000 - 0x9cb6cfff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9cbbe000 - 0x9cde7ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0xbb100000 - 0xbb103fff libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <E04F79A8-130A-3529-8D8A-E62821CF6A81> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=211.9M resident=128.5M(61%) swapped_out_or_unallocated=83.4M(39%)
Writable regions: Total=101.7M written=6088K(6%) resident=32.2M(32%) swapped_out=0K(0%) unallocated=69.5M(68%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)
CG backing stores 5668K
CG image 68K
CG raster data 440K
CG shared images 4472K
CoreAnimation 4K
CoreGraphics 8K
CoreImage 4K
CoreServices 1852K
IOKit 408K
MALLOC 29.6M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
OpenCL 84K
OpenGL GLSL 1116K
OpenGL GLSL (reserved) 128K reserved VM address space (unallocated)
Stack 66.1M
VM_ALLOCATE 16.3M
__CI_BITMAP 80K
__DATA 26.1M
__DATA/__OBJC 288K
__IMAGE 528K
__IMPORT 12K
__LINKEDIT 43.2M
__OBJC 3212K
__OBJC/__DATA 136K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 168.7M
__UNICODE 544K
mapped file 115.7M
shared memory 25.4M
shared pmap 5556K
=========== =======
TOTAL 547.5M
TOTAL, minus reserved VM space 547.4M

---
Dr. Patrick Feuerstein
Institut für Soziologie
Georg-August-Universität Göttingen
Platz der Göttinger Sieben 3
37073 Göttingen

Tel.: +49 551 397188 oder 522050


_______________________________________________
Aquamacs-bugs mailing list
Aquama...@aquamacs.org
http://lists.aquamacs.org/mailman/listinfo.cgi/aquamacs-bugs

Alan Schmitt

unread,
Mar 13, 2012, 8:55:50 AM3/13/12
to aquama...@aquamacs.org
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

Emacs keeps crashing when I'm exporting an org-mode presentation to beamer. (More precisely: if I do something too soon after running the export, I get the crash.)

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/schmitta/godi/bin:/Users/schmitta/godi/sbin:/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2011/bin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /Users/schmitta/godi/bin /Users/schmitta/godi/sbin /usr/texbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2011/bin)

Process: Aquamacs [96795]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [131]

Date/Time: 2012-03-13 13:54:21.371 +0100


OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000024

VM Regions Near 0x24:
--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
__TEXT 0000000000001000-0000000000257000 [ 2392K] r-x/rwx SM=COW /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

Application Specific Information:
objc[96795]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x937c4332 __kill + 10
1 libsystem_kernel.dylib 0x937c3932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x91f0759b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x91ea2bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x91f0759b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 com.apple.AppKit 0x984ecb32 __NSPasteboardProvideData + 25
14 com.apple.AppKit 0x984ecd54 __NSPasteboardProvidePboardData + 53
15 com.apple.CoreFoundation 0x9c618515 __CFPasteboardClientCallBack + 1093
16 com.apple.CoreFoundation 0x9c60f44a __CFMessagePortPerform + 842
17 com.apple.CoreFoundation 0x9c50ce31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 49
18 com.apple.CoreFoundation 0x9c50ca5b __CFRunLoopDoSource1 + 155
19 com.apple.CoreFoundation 0x9c5460a1 __CFRunLoopRun + 2193
20 com.apple.CoreFoundation 0x9c54547c CFRunLoopRunSpecific + 332
21 com.apple.CoreFoundation 0x9c545328 CFRunLoopRunInMode + 120
22 com.apple.HIToolbox 0x958b817f RunCurrentEventLoopInMode + 318
23 com.apple.HIToolbox 0x958bf4e7 ReceiveNextEventCommon + 381
24 com.apple.HIToolbox 0x958bf356 BlockUntilNextEventMatchingListInMode + 88
25 com.apple.AppKit 0x97f8ca9c _DPSNextEvent + 678
26 com.apple.AppKit 0x97f8c306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
27 com.apple.AppKit 0x97f88675 -[NSApplication run] + 911


28 org.gnu.Aquamacs 0x002044a4 ns_read_socket + 769
29 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
30 org.gnu.Aquamacs 0x000d8c7a gobble_input + 176

31 org.gnu.Aquamacs 0x002047c8 ns_select + 640
32 org.gnu.Aquamacs 0x001d6f36 wait_reading_process_output + 2853
33 org.gnu.Aquamacs 0x0000faec sit_for + 437
34 org.gnu.Aquamacs 0x000d13d6 read_char + 3476
35 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
36 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
37 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
38 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
39 org.gnu.Aquamacs 0x00170964 internal_catch + 215
40 org.gnu.Aquamacs 0x000cce57 command_loop + 207
41 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
42 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
43 org.gnu.Aquamacs 0x000ca913 main + 5915
44 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x937c590a kevent + 10
1 libdispatch.dylib 0x9a9f0c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9a9ef6a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x937c502e __workq_kernreturn + 10
1 libsystem_c.dylib 0x91eb1ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x91eb36fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffcddc edx: 0x937c4332
edi: 0xac1df2c0 esi: 0x00000006 ebp: 0xbfffcdf8 esp: 0xbfffcddc
ss: 0x00000023 efl: 0x00000282 eip: 0x937c4332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x004e6040
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x57e000 - 0x57effb +GlimsLoaderMinimal.dylib (??? - ???) <D9C9F53F-1A94-4792-FED3-3F9AE6A98F91> /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib
0x7f1000 - 0x7f2ff7 +com.druide.Antidote.InjecteurOSAX (1.0.3 - 1) <B6CA0DB4-4850-4301-C685-C2E3BB61A9D9> /Library/ScriptingAdditions/Antidote - Assistant MC.osax/Contents/MacOS/Antidote - Assistant MC
0x1eb9000 - 0x1ee9fff com.apple.security.csparser (3.0 - 55110) <DB57DF04-CA6B-3EE1-83F5-7E7358599E59> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x2d58000 - 0x2db4feb +com.druide.Antidote.MC (3.1.6 - 316) <2D27A9C0-8B80-042B-4B0D-9EBE8FE4D587> /Library/Contextual Menu Items/Antidote - MC.plugin/Contents/MacOS/Antidote - MC
0x2dc5000 - 0x2dcafe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x2dd1000 - 0x2dd3fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x2dfb000 - 0x2dfbffb +cl_kernels (??? - ???) <54D1AE6C-9ECF-4581-82AF-BEBF8F5E98F1> cl_kernels
0x2f00000 - 0x2fa1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x2fba000 - 0x2fbbff8 +cl_kernels (??? - ???) <0BB71AB5-80CB-4233-BD80-8FFC217842A3> cl_kernels
0x5f47000 - 0x5f4bffb libFontRegistryUI.dylib (??? - ???) <8E04DD53-CA7A-3DC0-83ED-48DCFCAFEC63> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x8fe13000 - 0x8fe45aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x9000b000 - 0x90290fe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x90291000 - 0x902abfff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x902ac000 - 0x903bdff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x904a8000 - 0x907ebfff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x907ec000 - 0x907ecff0 com.apple.ApplicationServices (41 - 41) <45032433-76F6-365A-95CA-641C9427EAA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x907ed000 - 0x90861fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x90862000 - 0x90865ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x90866000 - 0x9088eff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x9088f000 - 0x90891ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x908d0000 - 0x9091fffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x90920000 - 0x90979fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9097a000 - 0x9097bfff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9097c000 - 0x9098dfff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x9098e000 - 0x90b42ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x90b43000 - 0x90baafff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x90be2000 - 0x90be5ffb com.apple.help (1.3.2 - 42) <46BC94D1-14C4-3178-9BFB-85470F1ED805> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x90c06000 - 0x90d24fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90d6a000 - 0x90dffff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90e00000 - 0x90e09ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x90ed9000 - 0x90f7dfff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x90f7e000 - 0x90fccff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x91117000 - 0x9111aff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9111b000 - 0x9115efff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9115f000 - 0x91247fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x91248000 - 0x91264ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x91265000 - 0x91275ff7 libCRFSuite.dylib (??? - ???) <B68CDEA4-8D6E-3625-B80F-3489E321E858> /usr/lib/libCRFSuite.dylib
0x91911000 - 0x91914ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x91921000 - 0x91929ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9192a000 - 0x9197aff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9197c000 - 0x91a8bfff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x91a8c000 - 0x91aa8ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91cab000 - 0x91dfdfff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91dfe000 - 0x91e09ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x91e0a000 - 0x91e52ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91e53000 - 0x91f1efff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x91f2c000 - 0x91f35fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x91f4f000 - 0x92309ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9230a000 - 0x9230bff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <9EF47F4C-32F6-3379-A3DD-89183D821B48> /usr/lib/system/libunc.dylib
0x9230c000 - 0x92313ffd com.apple.NetFS (4.0 - 4.0) <144149F1-057D-3A6F-974B-357461F7E438> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x92314000 - 0x923ebff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x923ec000 - 0x92462fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92463000 - 0x92466ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9246b000 - 0x92480fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <361FB1E8-461F-3349-B56E-A8BDB28B0010> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92481000 - 0x92580ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x92581000 - 0x925bdffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x925d2000 - 0x927c7ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x927c8000 - 0x927dcff7 com.apple.CFOpenDirectory (10.7 - 144) <708CEADD-B38F-3D74-BFBA-D54477B8561D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x927dd000 - 0x92cb9ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92cba000 - 0x92cbefff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x92cbf000 - 0x92da0ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x92f60000 - 0x92f60fff com.apple.quartzframework (1.5 - 1.5) <E897CB0C-1CCC-393F-AE36-A182723AFD37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x92f67000 - 0x92f70ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x92f7c000 - 0x92f89fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92f8a000 - 0x93014ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x93015000 - 0x93091ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x93092000 - 0x9370dfe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9370e000 - 0x93724ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x93725000 - 0x9374effe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x937ac000 - 0x937caff7 libsystem_kernel.dylib (1699.23.2 - compatibility 1.0.0) <92922567-64B5-3693-A3CD-9E1031850E3C> /usr/lib/system/libsystem_kernel.dylib
0x937e6000 - 0x93826ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x93827000 - 0x938f6fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x938f7000 - 0x938f8ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x93c28000 - 0x93ceafff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93dbf000 - 0x93e1cffb com.apple.htmlrendering (76 - 1.1.4) <792F1D51-3A88-3430-8A32-F252FAAE0D13> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93e1d000 - 0x93e25ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <97E73059-F645-33F4-BCC5-1FEA367D60D4> /usr/lib/system/libcopyfile.dylib
0x93e26000 - 0x93e2bff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <6DCCA207-8F4D-343A-B77D-C4FB905DADC4> /usr/lib/system/libmacho.dylib
0x93e2c000 - 0x9484cfff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9484d000 - 0x948aeffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x948af000 - 0x948efff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x948fc000 - 0x94993ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x94994000 - 0x94a6bffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x94a6c000 - 0x94abcff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x94b39000 - 0x94b44ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94b5f000 - 0x94bb0fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x94bbf000 - 0x94bc9ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94be0000 - 0x94c0efe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
0x94c0f000 - 0x94c0ffff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94c10000 - 0x94c97fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94c98000 - 0x94dc4ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x950ae000 - 0x950e4ff4 com.apple.LDAPFramework (3.0 - 120.1) <F56ACDE4-4DC3-3B1A-BA0D-FE5E7F3619C1> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x951bb000 - 0x951fcff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x952e4000 - 0x952e8ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <9DFB61F2-9B1F-31B2-BF41-099994D74E1F> /usr/lib/system/libcache.dylib
0x954b3000 - 0x954d0ff3 com.apple.openscripting (1.3.3 - ???) <476BFEC9-880C-3182-A5AA-2CAB2D82EACA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x954d4000 - 0x95503ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x95504000 - 0x95521fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x95522000 - 0x9574bffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9576c000 - 0x9576cfff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x957bf000 - 0x957c0ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <CECF26FA-E583-3B86-BCAA-DBF8FF72EAFC> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x957c1000 - 0x9581dfff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9581e000 - 0x95821ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95847000 - 0x95852ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <498E8130-07B1-3FCD-9C60-257929890445> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x95853000 - 0x958b5ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x958b6000 - 0x95bfaffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x95bfb000 - 0x95c09fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x95c15000 - 0x95c7aff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x95d27000 - 0x95d2bffd IOSurface (??? - ???) <8D56A6E8-5785-311E-BD0D-661B92C92A5A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x95f90000 - 0x95fb9ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x95fc4000 - 0x96002fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9602d000 - 0x9606aff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9606b000 - 0x96076ffc com.apple.NetAuth (1.0 - 3.0) <E4844688-90B6-3834-9C36-395797CEBC69> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x96077000 - 0x960c0ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x96102000 - 0x96124ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x96130000 - 0x96152ff1 com.apple.PerformanceAnalysis (1.10 - 10) <F60C8A7E-D7DE-31D4-9D78-6F8130914B13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x96153000 - 0x96161ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x96162000 - 0x96193ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x96194000 - 0x96195ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x96196000 - 0x961d9ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x96f77000 - 0x97281ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x97282000 - 0x97684ff6 libLAPACK.dylib (??? - ???) <6FCC72E8-CCA1-3AFC-B2B4-CC47BC1F27D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x97685000 - 0x97689ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9769c000 - 0x976c2ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <4BFB3107-CF63-3B9C-8F57-D2987FE50566> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x979d1000 - 0x979d3ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x979d4000 - 0x97a02ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x97e80000 - 0x97e97ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x97ecf000 - 0x97ed0fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x97ed1000 - 0x97ed1fff com.apple.Cocoa (6.6 - ???) <30E6ABEE-B390-3C02-8C76-9C62F19FAA83> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x97ed2000 - 0x97f06ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x97f07000 - 0x97f82ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x97f83000 - 0x98a16ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x98a17000 - 0x98a3cff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x98a3d000 - 0x98acaff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x98acb000 - 0x98b8bffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x98cbb000 - 0x98cceffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x98ccf000 - 0x98ccffff com.apple.Carbon (153 - 153) <A75A970B-6D82-3451-8D3E-05B1A130ABDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x98cd0000 - 0x990c3ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x990d2000 - 0x990fcff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x991a0000 - 0x995edffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x995ee000 - 0x99652fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x99653000 - 0x9989cff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9989d000 - 0x9989dfff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x9989e000 - 0x9992bfe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9993e000 - 0x99945ff5 libsystem_dnssd.dylib (??? - ???) <EC680003-9D5A-3949-B13B-8F7931861EB2> /usr/lib/system/libsystem_dnssd.dylib
0x99986000 - 0x99988ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x99989000 - 0x9998dff7 com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x99a89000 - 0x99a90ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x99a91000 - 0x99cacff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x99d76000 - 0x99d76ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x99d77000 - 0x99defff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x99df6000 - 0x99ed9ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x99efe000 - 0x99f02fff com.apple.CommonPanels (1.2.5 - 94) <DFA0D001-9890-32FB-B1BD-039DDA8F3E9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x99f03000 - 0x99f03fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9a596000 - 0x9a898fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9a899000 - 0x9a8b8fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x9a8fb000 - 0x9a8fcff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9a8fd000 - 0x9a9edff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9a9ee000 - 0x9a9fcfff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9a9fd000 - 0x9aa5fffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9aa6b000 - 0x9aa96fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9aa97000 - 0x9aba7fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9aba8000 - 0x9ac43ff3 com.apple.ink.framework (1.3.2 - 110) <1ACFD1F1-FB42-30C0-9C93-12D0BBE5BFE9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9ac44000 - 0x9ac7aff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9ac7b000 - 0x9ac7bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9acda000 - 0x9ace8fff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9ace9000 - 0x9ace9ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9ad0e000 - 0x9ad45fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9ad46000 - 0x9ad87ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9adbd000 - 0x9adc0fff com.apple.AppleSystemInfo (1.0 - 1) <1D454280-96FB-340D-A840-DCEAC9ED4481> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9adc1000 - 0x9b236ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9b237000 - 0x9b398ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9b399000 - 0x9b3f4ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9b41b000 - 0x9b423fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9b424000 - 0x9b434fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <8BE2D2EF-9AF0-3960-9845-052CCE04B53A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9b435000 - 0x9b440fff libkxld.dylib (??? - ???) <43429FCD-7243-3150-9E32-BF14EA6050FF> /usr/lib/system/libkxld.dylib
0x9b441000 - 0x9b492ff9 com.apple.ScalableUserInterface (1.0 - 1) <3E650401-FB58-3704-8A24-E0B2F3914884> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9b493000 - 0x9b5f5fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x9b5f6000 - 0x9b6ccaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9b6cd000 - 0x9b6d3ffd com.apple.CommerceCore (1.0 - 17) <595A67CF-3546-35FD-8D2E-2861CB959379> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9b6d4000 - 0x9b7ccff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9b8f1000 - 0x9b901fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x9ba36000 - 0x9ba4bff7 com.apple.ImageCapture (7.0 - 7.0) <086DF959-E47E-325A-A527-2EA3713137D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9ba4c000 - 0x9bb63fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9bb64000 - 0x9bbd3fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9bbda000 - 0x9bbe0ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9bbe1000 - 0x9c5095eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9c50a000 - 0x9c6e1fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9c6e2000 - 0x9c6e3ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9c7c6000 - 0x9c7cbffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9c7dd000 - 0x9c7e5ff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <15D6D66D-4DB9-3BCA-87EE-02EE9B7B6189> /usr/lib/system/liblaunch.dylib
0x9c7e6000 - 0x9c837ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9c838000 - 0x9caf4ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9caf5000 - 0x9caf6fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x9caf7000 - 0x9cb1afff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9cb1b000 - 0x9cb1cfff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9cb68000 - 0x9cddbff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 14


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: 211692
thread_create: 2
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=184.7M resident=50.7M(27%) swapped_out_or_unallocated=134.0M(73%)
Writable regions: Total=136.5M written=29.1M(21%) resident=41.8M(31%) swapped_out=7700K(6%) unallocated=94.7M(69%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 8296K
CG image 20K
CG raster data 128K
CG shared images 1280K
CoreGraphics 8K
CoreServices 3424K


MALLOC 63.8M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

Memory tag=243 4K
OpenCL 20K
Stack 65.0M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 22.8M
__DATA/__OBJC 240K
__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.5M
__OBJC 2628K
__OBJC/__DATA 64K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.2M
__UNICODE 544K
mapped file 108.5M
shared memory 3492K
shared pmap 6848K
=========== =======
TOTAL 520.2M
TOTAL, minus reserved VM space 520.2M

Joseph C. Slater PE, PhD

unread,
Mar 13, 2012, 9:59:12 AM3/13/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,


please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil

value of $LANG: en_US.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs Organization2012.tex)

PATH: :/usr/texbin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Users/jslater/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/Users/jslater/bin:/usr/texbin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/.:/Users/jslater/bin:/usr/texbin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/.:/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/Users/jslater/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/Users/jslater/bin:/usr/texbin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11R6/bin:/.:/usr/texbin:/usr/local/texlive/2011/bin:/usr/local/texlive/2010/bin:/usr/local/texlive/2009/bin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /Applications/Aquamacs Emacs.app/Contents/MacOS/libexec /Applications/Aquamacs Emacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [1958]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: tcsh [537]

Date/Time: 2012-03-13 09:58:26.830 -0400
OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

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

Application Specific Information:
objc[1958]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x903329c6 __pthread_kill + 10
1 libsystem_c.dylib 0x993e3f78 pthread_kill + 106
2 libsystem_c.dylib 0x993d4bdd abort + 167
3 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
4 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
5 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347
6 libsystem_c.dylib 0x9943959b _sigtramp + 43
7 ??? 0xffffffff 0 + 4294967295
8 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973
9 libsystem_c.dylib 0x993d4bdd abort + 167
10 org.gnu.Aquamacs 0x00171359 Fsignal + 107
11 org.gnu.Aquamacs 0x001716fc xsignal + 24
12 org.gnu.Aquamacs 0x0010ce30 report_file_error + 956
13 org.gnu.Aquamacs 0x001d4786 Fmake_network_process + 4997
14 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
15 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
16 org.gnu.Aquamacs 0x00172bf5 Feval + 1663
17 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
18 org.gnu.Aquamacs 0x001cbc92 Fbyte_code + 7513
19 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
20 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
21 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
22 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
23 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
24 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
25 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
26 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
27 org.gnu.Aquamacs 0x00173696 run_hook_with_args + 522
28 org.gnu.Aquamacs 0x0017340b Frun_hooks + 63
29 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
30 org.gnu.Aquamacs 0x001738d1 call1 + 44
31 org.gnu.Aquamacs 0x000caee3 Fkill_emacs + 124
32 org.gnu.Aquamacs 0x000e1a44 interrupt_signal + 178
33 libsystem_c.dylib 0x9943959b _sigtramp + 43
34 ??? 0xffffffff 0 + 4294967295
35 org.gnu.Aquamacs 0x000e1992 clear_waiting_for_input + 42
36 com.apple.CoreFoundation 0x956f5c7a __CFRunLoopServiceMachPort + 170
37 com.apple.CoreFoundation 0x956feda4 __CFRunLoopRun + 1428
38 com.apple.CoreFoundation 0x956fe47c CFRunLoopRunSpecific + 332
39 com.apple.CoreFoundation 0x956fe328 CFRunLoopRunInMode + 120
40 com.apple.HIToolbox 0x96c5e17f RunCurrentEventLoopInMode + 318
41 com.apple.HIToolbox 0x96c654e7 ReceiveNextEventCommon + 381
42 com.apple.HIToolbox 0x96c65356 BlockUntilNextEventMatchingListInMode + 88
43 com.apple.AppKit 0x97c45a9c _DPSNextEvent + 678
44 com.apple.AppKit 0x97c45306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
45 com.apple.AppKit 0x97c41675 -[NSApplication run] + 911
46 org.gnu.Aquamacs 0x002044a4 ns_read_socket + 769
47 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
48 org.gnu.Aquamacs 0x000d8c7a gobble_input + 176
49 org.gnu.Aquamacs 0x002047c8 ns_select + 640
50 org.gnu.Aquamacs 0x001d6f36 wait_reading_process_output + 2853
51 org.gnu.Aquamacs 0x0000faec sit_for + 437
52 org.gnu.Aquamacs 0x000d13d6 read_char + 3476
53 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
54 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
55 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
56 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
57 org.gnu.Aquamacs 0x00170964 internal_catch + 215
58 org.gnu.Aquamacs 0x000cce57 command_loop + 207
59 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
60 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
61 org.gnu.Aquamacs 0x000ca913 main + 5915
62 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x9033390a kevent + 10
1 libdispatch.dylib 0x98776c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x987756a7 _dispatch_mgr_thread + 53

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x00207a34 ecx: 0xbfffb38c edx: 0x903329c6
edi: 0xace662c0 esi: 0x00000006 ebp: 0xbfffb3a8 esp: 0xbfffb38c
ss: 0x00000023 efl: 0x00000246 eip: 0x903329c6 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x043e4000
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x689000 - 0x689fff +com.ksuther.chax.loader (??? - 2.2.1) <D767CBF1-668B-AC0D-4E47-64582F411674> /Library/InputManagers/*/Chax.bundle/Contents/MacOS/Chax
0x7b1000 - 0x7b3fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7c1000 - 0x7c6fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7f1000 - 0x7f1ffb +cl_kernels (??? - ???) <55A1EC4C-BAB7-45D6-B679-AF7A9281AF5F> cl_kernels
0x7f7000 - 0x7f8ff8 +cl_kernels (??? - ???) <8B48DCE6-5535-4AD0-8526-2CD1EFFCC437> cl_kernels
0xf42000 - 0xfe3ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x1afa000 - 0x1afaffb +cl_kernels (??? - ???) <AF2B4D8E-D645-4FFF-AF1A-F0F03C9B2CE9> cl_kernels
0x1ee5000 - 0x1ee9ffb libFontRegistryUI.dylib (??? - ???) <608F6D4D-9CDD-3D7F-8504-24398B4C1A54> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x1ef5000 - 0x1ef6ff6 +cl_kernels (??? - ???) <D2FDC2AE-5B96-4EA4-8BC4-D01794FDDBEE> cl_kernels
0x1efd000 - 0x1efdff3 +cl_kernels (??? - ???) <B7FAB0E2-5F99-4232-905E-E6F23C174EDF> cl_kernels
0x2800000 - 0x28a3ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8feb5000 - 0x8fee7aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90102000 - 0x90103fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x90104000 - 0x9017cff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9017d000 - 0x90193ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x90194000 - 0x9019dfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9019e000 - 0x901eeff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x90218000 - 0x90225fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x90226000 - 0x9023bff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9023c000 - 0x9023ffff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x90241000 - 0x90282ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x90283000 - 0x902e5ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x902e6000 - 0x902fbfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x902fc000 - 0x90319fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9031a000 - 0x90338ff7 libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x90339000 - 0x90342ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x90357000 - 0x904b9fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x904bf000 - 0x904defff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x90b71000 - 0x90bbaff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90bbb000 - 0x90e77ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x90e78000 - 0x90eddff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90ede000 - 0x90f65fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90f66000 - 0x90f69ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x91062000 - 0x91069ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9106a000 - 0x91162ff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x91163000 - 0x91173fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x91174000 - 0x911dbfff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x911dc000 - 0x9120afe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x9120b000 - 0x9127ffff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x912ae000 - 0x912dcff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x912dd000 - 0x912eafff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x912eb000 - 0x91308ff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x91309000 - 0x91351ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91352000 - 0x91377ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91378000 - 0x9139bfff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9139f000 - 0x91429ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9142a000 - 0x91453ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x91454000 - 0x9166fff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x91670000 - 0x916a4ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x916a5000 - 0x916a6ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x916b6000 - 0x91785fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9179f000 - 0x91876ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x918d2000 - 0x9192dff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9192e000 - 0x91b57ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x91b58000 - 0x91ba9fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x91baa000 - 0x91baafff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x91f72000 - 0x91fd4ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x91fd5000 - 0x91fd6ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x91fd7000 - 0x9207bfff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92129000 - 0x92139fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9213a000 - 0x9217dffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x921c9000 - 0x921dafff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x9227f000 - 0x92c9ffff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x92ca0000 - 0x92d01ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x92d02000 - 0x92d02ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x92fb5000 - 0x92fe8fef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x9312c000 - 0x93130ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x93131000 - 0x93148ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x93149000 - 0x933cefe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x933cf000 - 0x93428fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x93429000 - 0x93429fff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x9342a000 - 0x9342afff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9342b000 - 0x9342ffff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x93430000 - 0x934f0ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93549000 - 0x935c5ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x935c6000 - 0x93909fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9390a000 - 0x93918fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x93924000 - 0x93940ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x93941000 - 0x93fbcfe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x94331000 - 0x944e5ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x944e6000 - 0x948d9ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x948e6000 - 0x948f1fff libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x948f2000 - 0x94a10fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94c2c000 - 0x94c32ffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x94c33000 - 0x94c84ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x94e93000 - 0x94ef0ffb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94ef1000 - 0x94f7eff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x94f7f000 - 0x94f7ffff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94f93000 - 0x95408ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9540b000 - 0x9540cff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x9540d000 - 0x95414ff9 libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x95415000 - 0x95419ffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9544f000 - 0x956c2ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x956c3000 - 0x9589afff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x959e3000 - 0x959f1fff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x959f2000 - 0x959f2ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x95a4d000 - 0x95ab1fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95ab2000 - 0x95ab2ff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9683b000 - 0x9683ffff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96840000 - 0x9694ffff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96977000 - 0x9699dffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9699e000 - 0x969acff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x969ad000 - 0x969b0ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x969c5000 - 0x96ab5ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x96ab6000 - 0x96ab7fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x96ab8000 - 0x96bc8fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x96bc9000 - 0x96c09ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x96c0a000 - 0x96c5bff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x96c5c000 - 0x96fa0ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x96fb2000 - 0x96fceffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96fcf000 - 0x970b2ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x970b3000 - 0x970dcff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x970e3000 - 0x970e9ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x97153000 - 0x9715effb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9715f000 - 0x971afff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x971bb000 - 0x971c6ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x971c7000 - 0x971caff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x971cb000 - 0x971d6ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x971d7000 - 0x971d8ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x971d9000 - 0x97228ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97237000 - 0x97285ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x97286000 - 0x97288ff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9728d000 - 0x9758ffff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x977f4000 - 0x97946fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97947000 - 0x97a58ff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x97a59000 - 0x97a5eff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x97a71000 - 0x97a72fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x97afb000 - 0x97bfaffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x97bfb000 - 0x97c3bff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x97c3c000 - 0x986cfff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x986d9000 - 0x9876eff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9876f000 - 0x98773ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x98774000 - 0x98782fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x98783000 - 0x987feffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x987ff000 - 0x98807ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x98820000 - 0x98821ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x98b0d000 - 0x98b2fff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x98b6d000 - 0x98b80ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x98ba9000 - 0x98fabff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x98fac000 - 0x99366ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x99367000 - 0x9936fff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x99370000 - 0x99384fff com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x99385000 - 0x99450fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x99451000 - 0x9948dffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x994da000 - 0x994ddffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x994e6000 - 0x9951cff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x995f0000 - 0x995f0fff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9967f000 - 0x99699fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x996bf000 - 0x996e7ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x99742000 - 0x99778ff4 com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x99779000 - 0x997effff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x99e8b000 - 0x99f22ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9a0b5000 - 0x9a0b6ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9a233000 - 0x9a309aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9a30a000 - 0x9a379fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9a37a000 - 0x9a3a4ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9a3a5000 - 0x9a3cefff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9a3cf000 - 0x9a40dfff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9a40e000 - 0x9a415ffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9a416000 - 0x9a41eff3 liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x9a41f000 - 0x9a500ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9a504000 - 0x9a547fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9a548000 - 0x9a73dff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9a7b5000 - 0x9a7b6fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9a7b7000 - 0x9a7bbff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9a7c7000 - 0x9a7fefef com.apple.DebugSymbols (2.1 - 87) <84EF10C9-97C0-3AF5-9545-9F6BD1847090> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9a80b000 - 0x9a82dffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9a847000 - 0x9a888ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9a889000 - 0x9a892ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9a893000 - 0x9a896ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9a897000 - 0x9b1bf5eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9b1db000 - 0x9b2c3fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x9b34b000 - 0x9b34dff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x9b34e000 - 0x9b3e9ff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9b3f4000 - 0x9b3f4fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9b3f5000 - 0x9b400ffc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9b415000 - 0x9b446ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x9b447000 - 0x9b4d4fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9b4d5000 - 0x9b9b1ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9b9cc000 - 0x9b9d4fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9b9d5000 - 0x9b9e5ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x9b9e6000 - 0x9ba42fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9ba4e000 - 0x9ba4efff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9ba4f000 - 0x9ba52ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9ba86000 - 0x9bed3ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9c1e8000 - 0x9c4f2ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9c4f3000 - 0x9c4fdff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9c4fe000 - 0x9c503ffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9c504000 - 0x9c5dbffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9c5dc000 - 0x9c619ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9c61a000 - 0x9c77bffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9c77c000 - 0x9c77cfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9c7ea000 - 0x9c7ecffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9c7ed000 - 0x9c818fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9c819000 - 0x9c8dbfff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9c8e0000 - 0x9c9f7fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9c9f8000 - 0x9cc41ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9cc42000 - 0x9cc71ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9cc72000 - 0x9cd9eff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9cdde000 - 0x9cde5ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 4


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: 2044
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=185.2M resident=57.3M(31%) swapped_out_or_unallocated=128.0M(69%)
Writable regions: Total=93.1M written=14.6M(16%) resident=40.3M(43%) swapped_out=0K(0%) unallocated=52.8M(57%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 4392K
CG image 20K
CG raster data 380K
CG shared images 3408K
CoreGraphics 8K
CoreImage 4K
CoreServices 2884K
MALLOC 24.4M
MALLOC guard page 48K
Memory tag=242 12K
OpenCL 48K
Stack 64.5M
VM_ALLOCATE 16.1M
__CI_BITMAP 80K
__DATA 22.8M
__DATA/__OBJC 68K


__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.5M

__OBJC 2688K
__OBJC/__DATA 8K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.8M
__UNICODE 544K
mapped file 107.2M
shared memory 4540K
shared pmap 6968K
=========== =======
TOTAL 478.6M
TOTAL, minus reserved VM space 478.6M

________________________
(+1) 937-775-5001
http://www.cecs.wright.edu/~jslater

Guy Harding

unread,
Mar 13, 2012, 12:42:17 PM3/13/12
to aquama...@aquamacs.org
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/local/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process:         Aquamacs [45345]

Path:            /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier:      org.gnu.Aquamacs
Version:         2.4 (2.4.1319565789)
Code Type:       X86 (Native)
Parent Process:  launchd [26624]

Date/Time:       2012-03-13 10:41:12.001 -0600

OS Version:      Mac OS X 10.7.3 (11D50b)
Report Version:  9

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

Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:
    Stack                  00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW 
-->
    CG shared images       00000000c0003000-00000000c000b000 [   32K] r--/r-- SM=SHM 

Application Specific Information:
objc[45345]: garbage collection is OFF

abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        0x95e07332 __kill + 10
1   libsystem_kernel.dylib        0x95e06932 kill$UNIX2003 + 32

2   org.gnu.Aquamacs              0x000c8a5c fatal_error_signal + 446
3   libsystem_c.dylib             0x9293f59b _sigtramp + 43
4   ???                           0xffffffff 0 + 4294967295
5   org.gnu.Aquamacs              0x000c889e syms_of_xfaces + 3973
6   libsystem_c.dylib             0x928dabdd abort + 167
7   org.gnu.Aquamacs              0x00207a9e ns_term_shutdown + 118
8   org.gnu.Aquamacs              0x000cb08b shut_down_emacs + 282
9   org.gnu.Aquamacs              0x000c89f9 fatal_error_signal + 347
10  libsystem_c.dylib             0x9293f59b _sigtramp + 43
11  ???                           0xffffffff 0 + 4294967295
12  org.gnu.Aquamacs              0x000c889e syms_of_xfaces + 3973
13  org.gnu.Aquamacs              0x00023b41 handle_stop + 142
14  org.gnu.Aquamacs              0x0002b8a6 next_element_from_string + 85
15  org.gnu.Aquamacs              0x00029af1 get_next_display_element + 43
16  org.gnu.Aquamacs              0x0002c7a8 move_it_in_display_line_to + 350
17  org.gnu.Aquamacs              0x0002d8c1 move_it_to + 756
18  org.gnu.Aquamacs              0x0002e297 move_it_vertically + 114
19  org.gnu.Aquamacs              0x0006390a Fwindow_end + 486
20  org.gnu.Aquamacs              0x00173ec5 Ffuncall + 1166

21  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
22  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
23  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
24  org.gnu.Aquamacs              0x001738d1 call1 + 44
25  org.gnu.Aquamacs              0x0017f42b mapcar1 + 884
26  org.gnu.Aquamacs              0x0017f848 Fmapc + 121
27  org.gnu.Aquamacs              0x00173ec5 Ffuncall + 1166
28  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
29  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
30  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
31  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
32  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
33  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
34  org.gnu.Aquamacs              0x00173696 run_hook_with_args + 522
35  org.gnu.Aquamacs              0x0017340b Frun_hooks + 63
36  org.gnu.Aquamacs              0x00173d58 Ffuncall + 801
37  org.gnu.Aquamacs              0x001738d1 call1 + 44
38  org.gnu.Aquamacs              0x000cffd9 safe_run_hooks_1 + 84
39  org.gnu.Aquamacs              0x00170fd3 internal_condition_case + 304
40  org.gnu.Aquamacs              0x000d00bd safe_run_hooks + 110
41  org.gnu.Aquamacs              0x000cf11d command_loop_1 + 7807
42  org.gnu.Aquamacs              0x00170fd3 internal_condition_case + 304
43  org.gnu.Aquamacs              0x000ccece command_loop_2 + 53
44  org.gnu.Aquamacs              0x00170964 internal_catch + 215
45  org.gnu.Aquamacs              0x000ccddd command_loop + 85
46  org.gnu.Aquamacs              0x000cc42b recursive_edit_1 + 181
47  org.gnu.Aquamacs              0x000cc634 Frecursive_edit + 323
48  org.gnu.Aquamacs              0x00173e83 Ffuncall + 1100
49  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
50  org.gnu.Aquamacs              0x00172bf5 Feval + 1663
51  org.gnu.Aquamacs              0x0016eee3 Fprogn + 44
52  org.gnu.Aquamacs              0x0006f732 Fsave_window_excursion + 94
53  org.gnu.Aquamacs              0x001cbb71 Fbyte_code + 7224
54  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
55  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
56  org.gnu.Aquamacs              0x00173395 Fapply + 948
57  org.gnu.Aquamacs              0x00173872 apply1 + 102
58  org.gnu.Aquamacs              0x0016ec6e call_debugger + 523
59  org.gnu.Aquamacs              0x00171abd maybe_call_debugger + 225
60  org.gnu.Aquamacs              0x00171c46 find_handler_clause + 368
61  org.gnu.Aquamacs              0x00171545 Fsignal + 599
62  org.gnu.Aquamacs              0x00173ec5 Ffuncall + 1166
63  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
64  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
65  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
66  org.gnu.Aquamacs              0x00173395 Fapply + 948
67  org.gnu.Aquamacs              0x00173d58 Ffuncall + 801
68  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
69  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
70  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
71  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
72  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
73  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
74  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
75  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
76  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
77  org.gnu.Aquamacs              0x0017383b apply1 + 47
78  org.gnu.Aquamacs              0x0016c607 Fcall_interactively + 1134
79  org.gnu.Aquamacs              0x00173ef8 Ffuncall + 1217
80  org.gnu.Aquamacs              0x0017394b call3 + 56
81  org.gnu.Aquamacs              0x000e040a Fcommand_execute + 792
82  org.gnu.Aquamacs              0x000cf093 command_loop_1 + 7669
83  org.gnu.Aquamacs              0x00170fd3 internal_condition_case + 304
84  org.gnu.Aquamacs              0x000ccece command_loop_2 + 53
85  org.gnu.Aquamacs              0x00170964 internal_catch + 215
86  org.gnu.Aquamacs              0x000cce57 command_loop + 207
87  org.gnu.Aquamacs              0x000cc42b recursive_edit_1 + 181
88  org.gnu.Aquamacs              0x000cc634 Frecursive_edit + 323
89  org.gnu.Aquamacs              0x000ca913 main + 5915
90  org.gnu.Aquamacs              0x00003286 start + 54


Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        0x95e0890a kevent + 10
1   libdispatch.dylib             0x9b77dc58 _dispatch_mgr_invoke + 969
2   libdispatch.dylib             0x9b77c6a7 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib        0x95e0802e __workq_kernreturn + 10
1   libsystem_c.dylib             0x928e9ccf _pthread_wqthread + 773
2   libsystem_c.dylib             0x928eb6fe start_wqthread + 30


Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x000c88ab  ecx: 0xbfffa36c  edx: 0x95e07332
  edi: 0xac3452c0  esi: 0x00000006  ebp: 0xbfffa388  esp: 0xbfffa36c
   ss: 0x00000023  efl: 0x00000282  eip: 0x95e07332   cs: 0x0000000b

   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x000ef3c7

Logical CPU: 0

Binary Images:
    0x1000 -   0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
  0x6aa000 -   0x6aaff3 +cl_kernels (??? - ???) <57213DED-5EEE-4C6E-A526-C7A0115E6642> cl_kernels
  0xe5e000 -   0xe68fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
  0xff1000 -   0xff6fe2  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
  0xffd000 -   0xffdffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
0x1ec9000 -  0x1ecbfff  libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1edd000 -  0x1edeff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels
0x1ef8000 -  0x1ef9ffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x2800000 -  0x28a1ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x28c9000 -  0x28c9ffb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x28cd000 -  0x28cdff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x8001000 -  0x80a4ff7  unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8feed000 - 0x8ff1faa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90131ff9  com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90150000 - 0x90156ffb  com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90157000 - 0x90157fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90158000 - 0x9018ffef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x90190000 - 0x90267ffb  com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x903d4000 - 0x903f3fff  com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x903f4000 - 0x904ecff7  libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x904ed000 - 0x904eeff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x9055f000 - 0x9077aff7  com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9077b000 - 0x9092fff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x90930000 - 0x90953fff  com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x90954000 - 0x90962ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x909b0000 - 0x90a11ffb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90a12000 - 0x90a13fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x90a14000 - 0x90a9bfff  com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90a9c000 - 0x90aa5ffb  com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x90aa6000 - 0x90b21ffb  com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90b54000 - 0x90d9dff7  com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90d9e000 - 0x90f75fff  com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9106e000 - 0x91145ff6  com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x91146000 - 0x91548ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x91549000 - 0x91550ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x91551000 - 0x9158eff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9158f000 - 0x9159cfff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9159d000 - 0x915ddff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x915de000 - 0x919d1ffb  com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x919d2000 - 0x91aa8aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x91aa9000 - 0x91ad7fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x91ad8000 - 0x91be8fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x91be9000 - 0x91c1fff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91d54000 - 0x91d5ffff  libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x91d60000 - 0x91dd6fff  com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91de7000 - 0x91e1afef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x91e72000 - 0x91e8ffff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x91f05000 - 0x91f05fff  libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x91f06000 - 0x91f0dff8  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x91f3d000 - 0x91f44ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x91f45000 - 0x91f55fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x91f56000 - 0x921c9ff7  com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x921ca000 - 0x9220dffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x925a1000 - 0x925a9fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x925b6000 - 0x926a6ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x926a7000 - 0x92703fff  com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92704000 - 0x92740ffa  libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9274f000 - 0x92757ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x92758000 - 0x927fcfff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x927fd000 - 0x9288afe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9288b000 - 0x92956fff  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x92957000 - 0x92958ffd  libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x92965000 - 0x92970ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x92971000 - 0x929b2ff7  com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x929b3000 - 0x929f1fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x929f2000 - 0x92a7fff7  com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x92a80000 - 0x92a80fff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92a81000 - 0x92ac9ff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92b09000 - 0x92b12ff3  com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x92b13000 - 0x92b14ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x92b31000 - 0x92b33ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92b34000 - 0x92eeeffb  com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x92eef000 - 0x92f19ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x92f1a000 - 0x92f4bff7  libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x92f4c000 - 0x92fe1ff7  com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92fe2000 - 0x93018ff4  com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x93128000 - 0x93351ffb  com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x93363000 - 0x93df6ff6  com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93df7000 - 0x93dffff3  liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x93e00000 - 0x93e10ff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x93e20000 - 0x93e20ff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93e62000 - 0x93eb0ff3  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x93eb1000 - 0x93f02ff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x93f03000 - 0x94055fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94061000 - 0x94130fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94131000 - 0x9418effb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9418f000 - 0x944d3ffb  com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x944da000 - 0x944e4ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x944e5000 - 0x944fbffe  libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9459f000 - 0x9463aff3  com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9463b000 - 0x9466fff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x946ac000 - 0x946d4ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x946d5000 - 0x950f5fff  com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x950f6000 - 0x950f7fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x9510e000 - 0x9510efff  com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9510f000 - 0x9555cffb  com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9555d000 - 0x955c1fff  com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x955c2000 - 0x955c6fff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x955c7000 - 0x95689fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9568a000 - 0x95690ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x95691000 - 0x95694ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x95695000 - 0x95794ffb  com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x95795000 - 0x95a1afe3  com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95a1b000 - 0x95a46fff  com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x95a5b000 - 0x95aa4ff7  libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95aa5000 - 0x95da7fff  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x95def000 - 0x95e0dff7  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x95f56000 - 0x95fa6ff9  com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x95fa7000 - 0x9600efff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x962c1000 - 0x962d8ff8  com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x962d9000 - 0x962d9fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x969bc000 - 0x969c7ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x969ef000 - 0x96aafffb  com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96afe000 - 0x96b02ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x96b03000 - 0x96b06ffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96b07000 - 0x96dc3ff3  com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96dc4000 - 0x96f26fff  com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x96f27000 - 0x96f50ffe  com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x96f51000 - 0x96f5ffff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x96f60000 - 0x96f63ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x970c3000 - 0x97125ffb  com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x97126000 - 0x97142ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x971b6000 - 0x971b9ffd  libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x971ba000 - 0x971dcffe  com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x97205000 - 0x97366ffb  com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x97367000 - 0x9737cff7  com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9737d000 - 0x97ca55eb  com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x97ca6000 - 0x97cf5ffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97cf6000 - 0x97cf9ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x97d00000 - 0x97d59fff  com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97d69000 - 0x97d7afff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x97d7b000 - 0x97d8ffff  com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x97d90000 - 0x97db2ff1  com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x97db3000 - 0x97df6fff  com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x97e52000 - 0x97e52ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97e53000 - 0x97e6fffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x97f60000 - 0x97f60ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x97f98000 - 0x97f9fff9  libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x97fa0000 - 0x97fa1fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x97faa000 - 0x9800fff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9801c000 - 0x980fdff7  com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x980fe000 - 0x9820fff7  libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x98255000 - 0x982a6fff  libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x982a7000 - 0x9838ffff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x98447000 - 0x9844cffd  libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9844d000 - 0x9844fff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x98450000 - 0x988c5ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x988c6000 - 0x98907ff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x98908000 - 0x98980ff8  com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9899c000 - 0x989b6fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x989b7000 - 0x98e93ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x98e9f000 - 0x98ea2ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98ea3000 - 0x98ea3fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x98ea4000 - 0x98ea4fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x98ea5000 - 0x98ef5ff0  libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x98efd000 - 0x9900cfff  com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x99040000 - 0x9906fff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x99070000 - 0x996ebfe5  com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x996ec000 - 0x996f7ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x996f8000 - 0x99700ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x99701000 - 0x99705fff  libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x99706000 - 0x99782ff0  com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x99997000 - 0x99998ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x99999000 - 0x99a30ff3  com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x99ab3000 - 0x99dbdff3  com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9ab0f000 - 0x9ab12fff  com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9ab13000 - 0x9ad08ff7  com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9ad09000 - 0x9ad19fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9ad30000 - 0x9ad31ff7  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9ad32000 - 0x9ae15ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9ae16000 - 0x9aea0ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9af16000 - 0x9af3ffff  com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9af40000 - 0x9af42ff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9af4c000 - 0x9af72ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9af73000 - 0x9af86ffb  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9af87000 - 0x9afb0ff1  com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b118000 - 0x9b187fff  com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9b1b1000 - 0x9b20cff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9b5d5000 - 0x9b5faff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b5fb000 - 0x9b600ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9b647000 - 0x9b765fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9b77b000 - 0x9b789fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9b920000 - 0x9b93dff3  com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9b93e000 - 0x9b947fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9ba05000 - 0x9ba09ffd  IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9ba0a000 - 0x9ba1ffff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9bdbc000 - 0x9bdcafff  com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9bdcb000 - 0x9bdccff7  libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9c076000 - 0x9c07affa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x9c07b000 - 0x9c086ffc  com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c722000 - 0x9ca65fff  com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9ca66000 - 0x9cb7dfe9  com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9cb7e000 - 0x9cbacff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9cbe4000 - 0x9cbf1fff  com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9cbf2000 - 0x9cc66fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9cce7000 - 0x9cd27ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9cd28000 - 0x9cd8aff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9cd8b000 - 0x9cd8cfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9cd8d000 - 0x9cd91ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9cd95000 - 0x9cd95fff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9cd96000 - 0x9cde7ff3  com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 414

    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: 79252
    thread_create: 2
    thread_set_state: 107796

VM Region Summary:
ReadOnly portion of Libraries: Total=185.4M resident=93.9M(51%) swapped_out_or_unallocated=91.4M(49%)
Writable regions: Total=140.1M written=52.1M(37%) resident=68.6M(49%) swapped_out=12.4M(9%) unallocated=71.5M(51%)


REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 32.0M
CG backing stores                  5496K
CG image                             32K
CG raster data                      448K
CG shared images                   3504K
CoreGraphics                          8K
CoreImage                             4K
CoreServices                       2328K
MALLOC                             69.7M
MALLOC guard page                    48K

Memory tag=240                        4K
Memory tag=242                       12K
OpenCL                               56K
Stack                              65.0M
VM_ALLOCATE                        16.3M
__CI_BITMAP                          80K
__DATA                             22.9M
__DATA/__OBJC                       224K
__IMAGE                             528K
__IMPORT                             16K
__LINKEDIT                         42.6M
__OBJC                             2656K

__PAGEZERO                            4K
__RC_CAMERAS                        232K
__TEXT                            142.8M
__UNICODE                           544K
mapped file                       111.5M
shared memory                      4488K
shared pmap                        6788K
===========                      =======
TOTAL                             529.6M



----
Guy Harding
sms/telephone:  801-810-8489



Guy Harding

unread,
Mar 13, 2012, 12:49:09 PM3/13/12
to aquama...@aquamacs.org
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/subversion/bin/:/usr/local/mysql/bin:/usr/local/sphinx/bin:/usr/local/android-sdk-mac_x86:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /opt/subversion/bin/ /usr/local/mysql/bin /usr/local/sphinx/bin /usr/local/android-sdk-mac_x86 /opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process:         Aquamacs [83712]

Path:            /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier:      org.gnu.Aquamacs
Version:         2.4 (2.4.1319565789)
Code Type:       X86 (Native)
Parent Process:  launchd [26624]

Date/Time:       2012-03-13 10:48:21.164 -0600

OS Version:      Mac OS X 10.7.3 (11D50b)
Report Version:  9

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

Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:
    Stack                  00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW 
-->
    CG shared images       00000000c0003000-00000000c000b000 [   32K] r--/r-- SM=SHM 

Application Specific Information:
objc[83712]: garbage collection is OFF
45  org.gnu.Aquamacs              0x000cce57 command_loop + 207

46  org.gnu.Aquamacs              0x000cc42b recursive_edit_1 + 181
47  org.gnu.Aquamacs              0x000cc634 Frecursive_edit + 323
48  org.gnu.Aquamacs              0x000ca913 main + 5915
49  org.gnu.Aquamacs              0x00003286 start + 54


Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        0x95e0890a kevent + 10
1   libdispatch.dylib             0x9b77dc58 _dispatch_mgr_invoke + 969
2   libdispatch.dylib             0x9b77c6a7 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib        0x95e0802e __workq_kernreturn + 10
1   libsystem_c.dylib             0x928e9ccf _pthread_wqthread + 773
2   libsystem_c.dylib             0x928eb6fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x000c88ab  ecx: 0xbfffc42c  edx: 0x95e07332
  edi: 0xac3452c0  esi: 0x00000006  ebp: 0xbfffc448  esp: 0xbfffc42c
   ss: 0x00000023  efl: 0x00000286  eip: 0x95e07332   cs: 0x0000000b

   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x03129fff

Logical CPU: 0

Binary Images:
    0x1000 -   0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
  0xe5e000 -   0xe68fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
  0xf24000 -   0xf26fff  libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

  0xff1000 -   0xff6fe2  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1ed4000 -  0x1ed4ffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
0x1ed9000 -  0x1edaff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels

0x2800000 -  0x28a1ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x28e9000 -  0x28eaffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x28fa000 -  0x28faffb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x28fe000 -  0x28feff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x2f51000 -  0x2f52ff8 +cl_kernels (??? - ???) <BE4BD12D-832A-4929-B7C6-58188A2EFAED> cl_kernels

0x8001000 -  0x80a4ff7  unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8fe47000 - 0x8fe79aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x9af40000 - 0x9af42ff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9af4c000 - 0x9af72ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9af73000 - 0x9af86ffb  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9af87000 - 0x9afb0ff1  com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b118000 - 0x9b187fff  com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9b1b1000 - 0x9b20cff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9b5d5000 - 0x9b5faff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b5fb000 - 0x9b600ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9b647000 - 0x9b765fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9b77b000 - 0x9b789fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9b920000 - 0x9b93dff3  com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9b93e000 - 0x9b947fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9ba05000 - 0x9ba09ffd  IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9ba0a000 - 0x9ba1ffff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9bdbc000 - 0x9bdcafff  com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9bdcb000 - 0x9bdccff7  libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9c076000 - 0x9c07affa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x9c07b000 - 0x9c086ffc  com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c722000 - 0x9ca65fff  com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9ca66000 - 0x9cb7dfe9  com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9cb7e000 - 0x9cbacff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9cbf2000 - 0x9cc66fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9cce7000 - 0x9cd27ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9cd28000 - 0x9cd8aff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9cd8b000 - 0x9cd8cfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9cd8d000 - 0x9cd91ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9cd95000 - 0x9cd95fff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9cd96000 - 0x9cde7ff3  com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 43

    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: 81189

    thread_create: 2
    thread_set_state: 107796

VM Region Summary:
ReadOnly portion of Libraries: Total=184.9M resident=95.0M(51%) swapped_out_or_unallocated=90.0M(49%)
Writable regions: Total=108.4M written=27.5M(25%) resident=55.1M(51%) swapped_out=80K(0%) unallocated=53.3M(49%)


REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 32.0M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  3620K
CG image                             44K
CG raster data                      480K
CG shared images                   3440K
CoreGraphics                          8K
CoreImage                            76K
CoreServices                       2328K
MALLOC                             39.7M
MALLOC guard page                    48K
MALLOC_LARGE (reserved)               4K        reserved VM address space (unallocated)

Memory tag=240                        4K
Memory tag=242                       12K
OpenCL                               60K
Stack                              65.0M
VM_ALLOCATE                        16.2M

__CI_BITMAP                          80K
__DATA                             22.9M
__DATA/__OBJC                       224K
__IMAGE                             528K
__IMPORT                             16K
__LINKEDIT                         42.6M
__OBJC                             2628K
__PAGEZERO                            4K
__RC_CAMERAS                        232K
__TEXT                            142.4M
__UNICODE                           544K
mapped file                       107.7M
shared memory                      3460K

shared pmap                        6848K
===========                      =======
TOTAL                             492.6M
TOTAL, minus reserved VM space    492.6M

Stefano Torre

unread,
Mar 14, 2012, 7:34:05 AM3/14/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2009/bin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/X11/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin /usr/local/texlive/2009/bin)

Process: Aquamacs [2154]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [419]

Date/Time: 2012-03-14 11:33:33.092 +0000


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000d18000dc

VM Regions Near 0xd18000dc:
CG backing stores 00000000cbb72000-00000000cbf1b000 [ 3748K] rw-/rw- SM=SHM
-->
Submap 00000000ffff0000-00000000ffff2000 r-x/r-x process-only submap

Application Specific Information:
objc[2154]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x94bb0332 __kill + 10
1 libsystem_kernel.dylib 0x94baf932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9ccb559b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x9cc50bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x9ccb559b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 com.apple.AppKit 0x9a15a247 -[NSToolbarView _computeToolbarItemKeyboardLoop] + 735
14 com.apple.AppKit 0x9a159f4f -[NSToolbarView _computeToolbarItemKeyboardLoopIfNecessary] + 60
15 com.apple.AppKit 0x9a15468c -[NSToolbarView _layoutDirtyItemViewersAndTileToolbar] + 6523
16 com.apple.AppKit 0x9a190411 -[NSToolbarView _syncItemSetAndUpdateItemViewersWithSEL:setNeedsModeConfiguration:sizeToFit:setNeedsDisplay:updateKeyLoop:] + 165
17 com.apple.AppKit 0x9a190365 -[NSToolbarView _noteToolbarLayoutChanged] + 73
18 com.apple.AppKit 0x9a28b17d -[NSToolbar _notifyView_DidSetAllCurrentItems:] + 60
19 com.apple.AppKit 0x9a6cc824 -[NSToolbar _setCurrentItemsToItemIdentifiers:itemIndexToPlistDictionary:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] + 513
20 com.apple.AppKit 0x9a6c9169 -[NSToolbar _syncToChangedToolbar:toolbarReplacedAllItems:] + 123
21 com.apple.CoreFoundation 0x94c55298 -[NSObject performSelector:withObject:withObject:] + 72
22 com.apple.AppKit 0x9a6cdf57 _sendToolbarChangeSyncSEL + 316
23 com.apple.AppKit 0x9a6cbfea -[NSToolbar _notifyFamily_DidSetAllCurrentItems:] + 204
24 com.apple.AppKit 0x9a6cc801 -[NSToolbar _setCurrentItemsToItemIdentifiers:itemIndexToPlistDictionary:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:] + 478
25 com.apple.AppKit 0x9a289c56 -[NSToolbar _setConfigurationFromDictionary:notifyFamilyAndUpdateDefaults:upgradedConfiguration:] + 487
26 com.apple.AppKit 0x9a6c97ce -[NSToolbar setConfigurationFromDictionary:] + 56
27 org.gnu.Aquamacs 0x002220ca update_frame_tool_bar + 1448
28 org.gnu.Aquamacs 0x00034493 redisplay_tool_bar + 30
29 org.gnu.Aquamacs 0x0003daa0 redisplay_window + 8391
30 org.gnu.Aquamacs 0x000386d3 redisplay_window_0 + 68
31 org.gnu.Aquamacs 0x00171141 internal_condition_case_1 + 310
32 org.gnu.Aquamacs 0x00038635 redisplay_windows + 185
33 org.gnu.Aquamacs 0x00037761 redisplay_internal + 5426
34 org.gnu.Aquamacs 0x0003239f echo_area_display + 515
35 org.gnu.Aquamacs 0x0002f862 message2_nolog + 732
36 org.gnu.Aquamacs 0x0002f584 message2 + 75
37 org.gnu.Aquamacs 0x0002fd9d message1 + 78
38 org.gnu.Aquamacs 0x001fbfa6 ns_frame_list + 233
39 org.gnu.Aquamacs 0x00012d71 next_frame + 120
40 org.gnu.Aquamacs 0x00013c21 delete_frame + 825
41 org.gnu.Aquamacs 0x00014328 Fdelete_frame + 74
42 org.gnu.Aquamacs 0x00172bc5 Feval + 1615
43 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
44 org.gnu.Aquamacs 0x0016ee0b Fif + 107
45 org.gnu.Aquamacs 0x001728d8 Feval + 866
46 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
47 org.gnu.Aquamacs 0x001728d8 Feval + 866
48 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
49 org.gnu.Aquamacs 0x00170c3a Fcondition_case + 80
50 org.gnu.Aquamacs 0x001728d8 Feval + 866


51 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44

52 org.gnu.Aquamacs 0x0016039b Fsave_current_buffer + 83
53 org.gnu.Aquamacs 0x001728d8 Feval + 866
54 org.gnu.Aquamacs 0x00172f2f Feval + 2489
55 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
56 org.gnu.Aquamacs 0x00170495 Flet + 798
57 org.gnu.Aquamacs 0x001728d8 Feval + 866
58 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
59 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
60 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
61 org.gnu.Aquamacs 0x00172f60 Feval + 2538
62 org.gnu.Aquamacs 0x0016edeb Fif + 75
63 org.gnu.Aquamacs 0x001728d8 Feval + 866
64 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
65 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
66 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
67 org.gnu.Aquamacs 0x00172f60 Feval + 2538
68 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
69 org.gnu.Aquamacs 0x0016ee0b Fif + 107
70 org.gnu.Aquamacs 0x001728d8 Feval + 866
71 org.gnu.Aquamacs 0x00172f2f Feval + 2489
72 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
73 org.gnu.Aquamacs 0x001728d8 Feval + 866
74 org.gnu.Aquamacs 0x0016edeb Fif + 75
75 org.gnu.Aquamacs 0x001728d8 Feval + 866
76 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
77 org.gnu.Aquamacs 0x0017015c FletX + 469
78 org.gnu.Aquamacs 0x001728d8 Feval + 866
79 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
80 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
81 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
82 org.gnu.Aquamacs 0x00172f60 Feval + 2538
83 org.gnu.Aquamacs 0x0016ed6e Fand + 44
84 org.gnu.Aquamacs 0x001728d8 Feval + 866
85 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
86 org.gnu.Aquamacs 0x0017015c FletX + 469
87 org.gnu.Aquamacs 0x001728d8 Feval + 866
88 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
89 org.gnu.Aquamacs 0x001705c7 Fwhile + 242
90 org.gnu.Aquamacs 0x001728d8 Feval + 866
91 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
92 org.gnu.Aquamacs 0x00170495 Flet + 798
93 org.gnu.Aquamacs 0x001728d8 Feval + 866
94 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
95 org.gnu.Aquamacs 0x00170964 internal_catch + 215
96 org.gnu.Aquamacs 0x00170886 Fcatch + 68
97 org.gnu.Aquamacs 0x001728d8 Feval + 866
98 org.gnu.Aquamacs 0x00172aea Feval + 1396
99 org.gnu.Aquamacs 0x00172f2f Feval + 2489
100 org.gnu.Aquamacs 0x00172f2f Feval + 2489
101 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
102 org.gnu.Aquamacs 0x0017015c FletX + 469
103 org.gnu.Aquamacs 0x001728d8 Feval + 866
104 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
105 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
106 org.gnu.Aquamacs 0x00174213 Ffuncall + 2012
107 org.gnu.Aquamacs 0x00173696 run_hook_with_args + 522
108 org.gnu.Aquamacs 0x0017340b Frun_hooks + 63
109 org.gnu.Aquamacs 0x000f38ed Fkill_buffer + 472
110 org.gnu.Aquamacs 0x00172b9f Feval + 1577
111 org.gnu.Aquamacs 0x0016edeb Fif + 75
112 org.gnu.Aquamacs 0x001728d8 Feval + 866
113 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
114 org.gnu.Aquamacs 0x0017015c FletX + 469
115 org.gnu.Aquamacs 0x001728d8 Feval + 866
116 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
117 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
118 org.gnu.Aquamacs 0x00174213 Ffuncall + 2012
119 org.gnu.Aquamacs 0x00172a72 Feval + 1276
120 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
121 org.gnu.Aquamacs 0x00170495 Flet + 798
122 org.gnu.Aquamacs 0x001728d8 Feval + 866
123 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
124 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
125 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
126 org.gnu.Aquamacs 0x00172f60 Feval + 2538
127 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
128 org.gnu.Aquamacs 0x00170495 Flet + 798
129 org.gnu.Aquamacs 0x001728d8 Feval + 866
130 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
131 org.gnu.Aquamacs 0x0016ee8e Fcond + 119
132 org.gnu.Aquamacs 0x001728d8 Feval + 866
133 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
134 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
135 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
136 org.gnu.Aquamacs 0x00172f60 Feval + 2538
137 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
138 org.gnu.Aquamacs 0x00170495 Flet + 798
139 org.gnu.Aquamacs 0x001728d8 Feval + 866
140 org.gnu.Aquamacs 0x0016ed10 For + 44
141 org.gnu.Aquamacs 0x001728d8 Feval + 866
142 org.gnu.Aquamacs 0x0016ed6e Fand + 44
143 org.gnu.Aquamacs 0x001728d8 Feval + 866
144 org.gnu.Aquamacs 0x001705d2 Fwhile + 253
145 org.gnu.Aquamacs 0x001728d8 Feval + 866
146 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
147 org.gnu.Aquamacs 0x00170495 Flet + 798
148 org.gnu.Aquamacs 0x001728d8 Feval + 866
149 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
150 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
151 org.gnu.Aquamacs 0x00174213 Ffuncall + 2012
152 org.gnu.Aquamacs 0x0016e3fa Fcall_interactively + 8801
153 org.gnu.Aquamacs 0x00173ef8 Ffuncall + 1217
154 org.gnu.Aquamacs 0x0017394b call3 + 56
155 org.gnu.Aquamacs 0x000e040a Fcommand_execute + 792
156 org.gnu.Aquamacs 0x000d1b18 read_char + 5334
157 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
158 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
159 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
160 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
161 org.gnu.Aquamacs 0x00170964 internal_catch + 215
162 org.gnu.Aquamacs 0x000cce57 command_loop + 207
163 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
164 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
165 org.gnu.Aquamacs 0x000ca913 main + 5915
166 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x94bb190a kevent + 10
1 libdispatch.dylib 0x9bd8fc58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9bd8e6a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 4:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 5:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfff773c edx: 0x94bb0332
edi: 0xad2782c0 esi: 0x00000006 ebp: 0xbfff7758 esp: 0xbfff773c
ss: 0x00000023 efl: 0x00000282 eip: 0x94bb0332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x004e6040
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x6c2000 - 0x6c3ff0 +cl_kernels (??? - ???) <90924AC0-C346-4FF7-BD7A-69A7B4FFA470> cl_kernels
0x7c1000 - 0x7c3fff +net.culater.SIMBL (0.8.2 - 8) /Library/InputManagers/*/SIMBL.bundle/Contents/MacOS/SIMBL
0x7f3000 - 0x7f4ff7 +com.google.GoogleNotifierQuickAddCMPlugin (??? - 0.0.1.2) /Users/USER/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
0x7f9000 - 0x7f9ffc +com.rarmachine.CMPlugin (RachiverPlugIn version 1.0 - 1.0) <59478DA2-DBDA-9FED-FBA6-2FE91ED7FAF2> /Users/USER/Library/Contextual Menu Items/RarMachineCMPlugin.plugin/Contents/MacOS/RarMachineCMPlugin
0xf97000 - 0xf97ff3 +cl_kernels (??? - ???) <FAF957C0-FCB9-4033-B731-10B1676896DB> cl_kernels
0xfa2000 - 0xfa2fff +com.parallels.cmplugin (ParallelsCM version 1.0 - 1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
0xfe1000 - 0xfe3fff +com.lemkesoft.GraphicConverterCMI (1.5 - 1.6) /Users/USER/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
0xfed000 - 0xfeeffc +YSIFinderPlugin (??? - 1.0) <2E6CC350-5D06-4AAA-8173-6B0A92D5B2CD> /Library/Contextual Menu Items/YSIFinderPlugin.plugin/Contents/MacOS/YSIFinderPlugin
0x1b7d000 - 0x1b7ffff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1ef2000 - 0x1ef7fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x28f3000 - 0x28f3ffb +cl_kernels (??? - ???) <A07F2933-4B84-4CEF-9526-D849C2AD1D45> cl_kernels
0x28f8000 - 0x28f9ff8 +cl_kernels (??? - ???) <84E576F9-9996-4171-B3E2-795B19CC3F4C> cl_kernels
0x2ffd000 - 0x2ffdffb +cl_kernels (??? - ???) <0E153ADB-572E-4222-A116-017B5999060E> cl_kernels
0x57e9000 - 0x57eaff6 +cl_kernels (??? - ???) <9D13C6F2-D5C9-4B7C-B660-946BC23F3DF6> cl_kernels
0x96e5000 - 0x9786ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x9c02000 - 0x9ca5ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0xa573000 - 0xa612ff7 unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <3A06E8EA-0335-348A-BCCB-21C3E94AED31> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x8feec000 - 0x8ff1eaa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x9000affd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9000b000 - 0x9000fffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x90038000 - 0x90038ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90039000 - 0x90486ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x90487000 - 0x904a4fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x904a5000 - 0x904c2ff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x904d7000 - 0x905aeff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x905bb000 - 0x905c5ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x905c6000 - 0x905f1fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x905f2000 - 0x906eaff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x906eb000 - 0x907fafff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9083c000 - 0x908d3ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x908d4000 - 0x9094fffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9095b000 - 0x90a1bffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x90a1c000 - 0x90a75fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90a76000 - 0x90b94fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90b95000 - 0x90bfdff3 com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x90bfe000 - 0x90cfdffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x90cfe000 - 0x90d00ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x90d01000 - 0x90d01fff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x90d44000 - 0x90d44fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90d53000 - 0x90d59ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x90d5a000 - 0x90ebcfff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x90ec1000 - 0x918e1fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x918e2000 - 0x918ebffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x918ec000 - 0x91962fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91963000 - 0x91dd8ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x91dd9000 - 0x91e0fff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x91e10000 - 0x91e39ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x91e3a000 - 0x91e3dffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x924e8000 - 0x9254affb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x926e1000 - 0x92ae3ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92ae4000 - 0x92bf4fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x92c0e000 - 0x92c9bfe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92cee000 - 0x92cf6fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x92cf7000 - 0x92d6bfff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x92d6c000 - 0x92e01ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92e02000 - 0x92e23fff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x92e24000 - 0x92e35fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x92e36000 - 0x9317affb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9317b000 - 0x933c4ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x93417000 - 0x93418fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x93419000 - 0x9352aff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x93536000 - 0x9354bfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x93554000 - 0x93569ff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x937de000 - 0x93856ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x945a8000 - 0x945b3ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x945b6000 - 0x945c4fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x94669000 - 0x9466aff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9466b000 - 0x9467bfff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x946b1000 - 0x94713ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x94714000 - 0x94742ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x94945000 - 0x94b60ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x94b61000 - 0x94b97ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94b98000 - 0x94bb6ff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x94bb7000 - 0x94d8efff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94dda000 - 0x94e0bff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x94e0c000 - 0x94efcff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x94efd000 - 0x95029ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9502a000 - 0x9502dff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9502e000 - 0x95145fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95146000 - 0x9515eff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x9515f000 - 0x95164ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x95165000 - 0x95246ff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x95247000 - 0x9524eff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x95309000 - 0x9530cffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9530d000 - 0x95311fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x95312000 - 0x9531dfff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x9531e000 - 0x95321fff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x95374000 - 0x95377ffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x95396000 - 0x953d6ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x953d7000 - 0x95404ff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x95405000 - 0x954dcffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x95519000 - 0x95569ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9557c000 - 0x9557dfff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9557e000 - 0x955cfff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x95628000 - 0x95657ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9569d000 - 0x9572aff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9572b000 - 0x958dfff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x958e0000 - 0x9594ffff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x95c7f000 - 0x95c80fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x95c81000 - 0x95c83ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x95c84000 - 0x95d0bfff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x95d1d000 - 0x95d1efff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x95de7000 - 0x95e28ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x95e29000 - 0x95e45ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x95ed8000 - 0x96292ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x96381000 - 0x963a6fff com.apple.datadetectors (3.2 - 172.5) <6BD9F9AE-88BE-34B5-B951-181CE0662499> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x963a7000 - 0x963aaff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x963ab000 - 0x963cafff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x963cb000 - 0x96cf35eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96cf4000 - 0x96cfcff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x96cfd000 - 0x96f70ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x96fa5000 - 0x96fb0ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96fb1000 - 0x96fbaff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x97332000 - 0x97338ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x97345000 - 0x97345ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x97346000 - 0x975cbfe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x975cc000 - 0x975d0ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x975d1000 - 0x975defff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x975df000 - 0x97602fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x97617000 - 0x976d9fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x976da000 - 0x97737ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x977ca000 - 0x977cbffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x977cc000 - 0x977d0ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x978ca000 - 0x97abfff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9815b000 - 0x98162ff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x981bd000 - 0x98205ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x98206000 - 0x9820dff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9820e000 - 0x9826afff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9827a000 - 0x9829cff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9829d000 - 0x982c2ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x982c3000 - 0x982d3ff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x982d4000 - 0x984fdffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x984fe000 - 0x9850cff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x98641000 - 0x98655ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x98656000 - 0x9869fff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x986a0000 - 0x9895cff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9895d000 - 0x98999ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9899a000 - 0x9899bff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x98bca000 - 0x98c1bff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x98c1c000 - 0x98c21ff7 com.apple.phonenumbers (1.0 - 47) <ADC33EE9-AFEB-3C33-975C-48D828ACB0AD> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x98c22000 - 0x98f2cff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x98f32000 - 0x98f4cfff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x98f59000 - 0x98f5affd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x99269000 - 0x995acfff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x995d2000 - 0x99639fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9963a000 - 0x99642ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x99643000 - 0x99a36ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x99bab000 - 0x99beefff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x99c53000 - 0x99d22fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x99d23000 - 0x99d51fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x99d52000 - 0x99d69ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x99d6a000 - 0x99d93ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x99d94000 - 0x99d94fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x99d95000 - 0x99e30ff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x99e33000 - 0x99e37ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x99e38000 - 0x99e5effb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x99e61000 - 0x99ec6ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x99ec7000 - 0x99ec7fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x99ec8000 - 0x99f6cfff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x99f6d000 - 0x99fbdff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x99fe5000 - 0x99fe5fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x99fe6000 - 0x9aa79ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9aa7a000 - 0x9aabdffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x9abb6000 - 0x9abc9ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9abca000 - 0x9abcbff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9abcc000 - 0x9abccff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9abcd000 - 0x9abdafff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9abdb000 - 0x9ac1cff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9ac1d000 - 0x9ac39ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9ac5e000 - 0x9ac74ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9ac75000 - 0x9ac7dff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x9acb5000 - 0x9acb6ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x9acb7000 - 0x9ad08fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9ad09000 - 0x9ad6affb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9ad6b000 - 0x9ad7bfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9ad7c000 - 0x9adb0ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9ae2a000 - 0x9ae34ff0 com.apple.DirectoryService.Framework (10.7 - 146) <59061A4B-D743-3A34-B142-7BE2472BBC2D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9ae44000 - 0x9ae48fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9ae49000 - 0x9ae7cfef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x9ae8f000 - 0x9b50afe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9b50b000 - 0x9b5f3fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x9b5f4000 - 0x9bad0ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9bad1000 - 0x9bb1fff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9bb20000 - 0x9bb42ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9bb43000 - 0x9bc24ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9bc25000 - 0x9bc4efff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9bc4f000 - 0x9bcb3fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9bcbf000 - 0x9bce9ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9bcea000 - 0x9bcf1ffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9bcf2000 - 0x9bcf2fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9bcf3000 - 0x9bd31fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9bd32000 - 0x9bd81ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9bd8d000 - 0x9bd9bfff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9bd9c000 - 0x9be26ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9be2e000 - 0x9be3cfff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9be3d000 - 0x9be7aff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9be7b000 - 0x9c17dfff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9c1b1000 - 0x9c462ff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x9c463000 - 0x9c46cfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9c46d000 - 0x9c46dfff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9c46e000 - 0x9c470ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9c4cc000 - 0x9c548ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9c563000 - 0x9c5beff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9c5bf000 - 0x9c6a2ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9c6a3000 - 0x9c6aeffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c6ca000 - 0x9c701fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9c74f000 - 0x9c74ffff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9c7df000 - 0x9c8b5aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9c8b6000 - 0x9ca08fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9ca09000 - 0x9ca0cff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9ca4e000 - 0x9ca8eff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9ca9d000 - 0x9caa8ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9caa9000 - 0x9cad1ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x9cc01000 - 0x9ccccfff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x9cccd000 - 0x9ce2effb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 23


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: 10125
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=190.7M resident=118.9M(62%) swapped_out_or_unallocated=71.8M(38%)
Writable regions: Total=124.2M written=16.9M(14%) resident=33.6M(27%) swapped_out=0K(0%) unallocated=90.6M(73%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 31.9M
CG backing stores 9312K
CG image 32K
CG raster data 668K
CG shared images 3480K
CoreGraphics 8K
CoreImage 72K
CoreServices 2572K
MALLOC 48.3M
MALLOC guard page 48K


Memory tag=240 4K
Memory tag=242 12K
OpenCL 60K

Stack 66.5M
VM_ALLOCATE 18.3M
__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 288K
__IMAGE 528K
__IMPORT 36K
__LINKEDIT 42.7M
__OBJC 3140K
__OBJC/__DATA 188K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 148.0M
__UNICODE 544K
mapped file 103.7M
shared memory 2476K
shared pmap 6124K
=========== =======
TOTAL 511.6M

Nicolas Bessi

unread,
Mar 13, 2012, 10:29:37 AM3/13/12
to aquama...@aquamacs.org
Simply open a python file that had a syntax error in it.


Regards

Nicolas


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure  '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
  value of $LC_ALL: en_US.UTF-8

  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix

  default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /Users/nbessi/.rvm/gems/ruby-1.8.7-p334/bin:/Users/nbessi/.rvm/gems/ruby-1.8.7-p334@global/bin:/Users/nbessi/.rvm/rubies/ruby-1.8.7-p334/bin:/Users/nbessi/.rvm/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/local/sbin:/opt/local/lib/postgresql84/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/Users/nbessi/.rvm/gems/ruby-1.8.7-p334/bin /Users/nbessi/.rvm/gems/ruby-1.8.7-p334@global/bin /Users/nbessi/.rvm/rubies/ruby-1.8.7-p334/bin /Users/nbessi/.rvm/bin /opt/homebrew/bin /opt/homebrew/sbin /opt/local/sbin /opt/local/lib/postgresql84/bin/ /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process:         Aquamacs [23883]

Path:            /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier:      org.gnu.Aquamacs
Version:         2.4 (2.4.1319565789)
Code Type:       X86 (Native)
Parent Process:  launchd [112]

Date/Time:       2012-03-13 15:27:58.377 +0100
OS Version:      Mac OS X 10.7.3 (11D50d)

Report Version:  9

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

Exception Type:  EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[23883]: garbage collection is OFF

abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        0x9c13d332 __kill + 10
1   libsystem_kernel.dylib        0x9c13c932 kill$UNIX2003 + 32

2   org.gnu.Aquamacs              0x000c8a5c fatal_error_signal + 446
3   libsystem_c.dylib             0x908e759b _sigtramp + 43

4   ???                           0xffffffff 0 + 4294967295
5   org.gnu.Aquamacs              0x000c889e syms_of_xfaces + 3973
6   libsystem_c.dylib             0x90882bdd abort + 167
7   org.gnu.Aquamacs              0x000319cf check_message_stack + 42
8   org.gnu.Aquamacs              0x000cb080 shut_down_emacs + 271

9   org.gnu.Aquamacs              0x000c89f9 fatal_error_signal + 347
10  libsystem_c.dylib             0x908e759b _sigtramp + 43

11  ???                           0xffffffff 0 + 4294967295
12  org.gnu.Aquamacs              0x000c889e syms_of_xfaces + 3973
13  org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
14  org.gnu.Aquamacs              0x00152991 mark_object + 954
15  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
16  org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
17  org.gnu.Aquamacs              0x00152991 mark_object + 954
18  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
19  org.gnu.Aquamacs              0x001529c3 mark_object + 1004
20  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
21  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
22  org.gnu.Aquamacs              0x001529c3 mark_object + 1004
23  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
24  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
25  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
26  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
27  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
28  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
29  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
30  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
31  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
32  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
33  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
34  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
35  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
36  org.gnu.Aquamacs              0x001529df mark_object + 1032
37  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
38  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
39  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
40  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
41  org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
42  org.gnu.Aquamacs              0x00152991 mark_object + 954
43  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
44  org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
45  org.gnu.Aquamacs              0x00152991 mark_object + 954
46  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
47  org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
48  org.gnu.Aquamacs              0x00152991 mark_object + 954
49  org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
50  org.gnu.Aquamacs              0x00152991 mark_object + 954
51  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
52  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
53  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
54  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
55  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
56  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
57  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
58  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
59  org.gnu.Aquamacs              0x001529c3 mark_object + 1004
60  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
61  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
62  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
63  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
64  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
65  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
66  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
67  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
68  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
69  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
70  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
71  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
72  org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
73  org.gnu.Aquamacs              0x00152991 mark_object + 954
74  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
75  org.gnu.Aquamacs              0x001527cf mark_object + 504
76  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
77  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
78  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
79  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
80  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
81  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
82  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
83  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
84  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
85  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
86  org.gnu.Aquamacs              0x001529df mark_object + 1032
87  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
88  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
89  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
90  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
91  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
92  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
93  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
94  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
95  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
96  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
97  org.gnu.Aquamacs              0x001529c3 mark_object + 1004
98  org.gnu.Aquamacs              0x001529d1 mark_object + 1018
99  org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
100 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
101 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
102 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
103 org.gnu.Aquamacs              0x001529c3 mark_object + 1004
104 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
105 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
106 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
107 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
108 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
109 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
110 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
111 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
112 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
113 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
114 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
115 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
116 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
117 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
118 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
119 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
120 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
121 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
122 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
123 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
124 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
125 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
126 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
127 org.gnu.Aquamacs              0x00152991 mark_object + 954
128 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
129 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
130 org.gnu.Aquamacs              0x00152991 mark_object + 954
131 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
132 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
133 org.gnu.Aquamacs              0x00152991 mark_object + 954
134 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
135 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
136 org.gnu.Aquamacs              0x00152991 mark_object + 954
137 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
138 org.gnu.Aquamacs              0x001529df mark_object + 1032
139 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
140 org.gnu.Aquamacs              0x00152991 mark_object + 954
141 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
142 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
143 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
144 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
145 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
146 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
147 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
148 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
149 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
150 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
151 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
152 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
153 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
154 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
155 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
156 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
157 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
158 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
159 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
160 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
161 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
162 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
163 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
164 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
165 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
166 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
167 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
168 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
169 org.gnu.Aquamacs              0x001527cf mark_object + 504
170 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
171 org.gnu.Aquamacs              0x00152991 mark_object + 954
172 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
173 org.gnu.Aquamacs              0x001529df mark_object + 1032
174 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
175 org.gnu.Aquamacs              0x00152991 mark_object + 954
176 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
177 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
178 org.gnu.Aquamacs              0x00152991 mark_object + 954
179 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
180 org.gnu.Aquamacs              0x001529df mark_object + 1032
181 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
182 org.gnu.Aquamacs              0x00152991 mark_object + 954
183 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
184 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
185 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
186 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
187 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
188 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
189 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
190 org.gnu.Aquamacs              0x00152991 mark_object + 954
191 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
192 org.gnu.Aquamacs              0x001529c3 mark_object + 1004
193 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
194 org.gnu.Aquamacs              0x00152991 mark_object + 954
195 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
196 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
197 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
198 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
199 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
200 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
201 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
202 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
203 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
204 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
205 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
206 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
207 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
208 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
209 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
210 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
211 org.gnu.Aquamacs              0x00152991 mark_object + 954
212 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
213 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
214 org.gnu.Aquamacs              0x00152991 mark_object + 954
215 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
216 org.gnu.Aquamacs              0x001529df mark_object + 1032
217 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
218 org.gnu.Aquamacs              0x00152991 mark_object + 954
219 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
220 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
221 org.gnu.Aquamacs              0x00152991 mark_object + 954
222 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
223 org.gnu.Aquamacs              0x001529df mark_object + 1032
224 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
225 org.gnu.Aquamacs              0x00152991 mark_object + 954
226 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
227 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
228 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
229 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
230 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
231 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
232 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
233 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
234 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
235 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
236 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
237 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
238 org.gnu.Aquamacs              0x001529c3 mark_object + 1004
239 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
240 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
241 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
242 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
243 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
244 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
245 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
246 org.gnu.Aquamacs              0x00152991 mark_object + 954
247 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
248 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
249 org.gnu.Aquamacs              0x00152991 mark_object + 954
250 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
251 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
252 org.gnu.Aquamacs              0x00152991 mark_object + 954
253 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
254 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
255 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
256 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
257 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
258 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
259 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
260 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
261 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
262 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
263 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
264 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
265 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
266 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
267 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
268 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
269 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
270 org.gnu.Aquamacs              0x001529c3 mark_object + 1004
271 org.gnu.Aquamacs              0x001527cf mark_object + 504
272 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
273 org.gnu.Aquamacs              0x00152991 mark_object + 954
274 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
275 org.gnu.Aquamacs              0x00152991 mark_object + 954
276 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
277 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
278 org.gnu.Aquamacs              0x00152991 mark_object + 954
279 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
280 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
281 org.gnu.Aquamacs              0x00152991 mark_object + 954
282 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
283 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
284 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
285 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
286 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
287 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
288 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
289 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
290 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
291 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
292 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
293 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
294 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
295 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
296 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
297 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
298 org.gnu.Aquamacs              0x001529c3 mark_object + 1004
299 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
300 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
301 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
302 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
303 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
304 org.gnu.Aquamacs              0x001529df mark_object + 1032
305 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
306 org.gnu.Aquamacs              0x00152991 mark_object + 954
307 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
308 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
309 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
310 org.gnu.Aquamacs              0x001529df mark_object + 1032
311 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
312 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
313 org.gnu.Aquamacs              0x001529c3 mark_object + 1004
314 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
315 org.gnu.Aquamacs              0x00152991 mark_object + 954
316 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
317 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
318 org.gnu.Aquamacs              0x00152991 mark_object + 954
319 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
320 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
321 org.gnu.Aquamacs              0x00152991 mark_object + 954
322 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
323 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
324 org.gnu.Aquamacs              0x00152991 mark_object + 954
325 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
326 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
327 org.gnu.Aquamacs              0x00152991 mark_object + 954
328 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
329 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
330 org.gnu.Aquamacs              0x00152991 mark_object + 954
331 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
332 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
333 org.gnu.Aquamacs              0x00152991 mark_object + 954
334 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
335 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
336 org.gnu.Aquamacs              0x00152991 mark_object + 954
337 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
338 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
339 org.gnu.Aquamacs              0x00152991 mark_object + 954
340 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
341 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
342 org.gnu.Aquamacs              0x00152991 mark_object + 954
343 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
344 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
345 org.gnu.Aquamacs              0x00152991 mark_object + 954
346 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
347 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
348 org.gnu.Aquamacs              0x00152991 mark_object + 954
349 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
350 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
351 org.gnu.Aquamacs              0x00152991 mark_object + 954
352 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
353 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
354 org.gnu.Aquamacs              0x00152991 mark_object + 954
355 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
356 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
357 org.gnu.Aquamacs              0x00152991 mark_object + 954
358 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
359 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
360 org.gnu.Aquamacs              0x00152991 mark_object + 954
361 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
362 org.gnu.Aquamacs              0x001527cf mark_object + 504
363 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
364 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
365 org.gnu.Aquamacs              0x00152991 mark_object + 954
366 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
367 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
368 org.gnu.Aquamacs              0x00152991 mark_object + 954
369 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
370 org.gnu.Aquamacs              0x001529c3 mark_object + 1004
371 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
372 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
373 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
374 org.gnu.Aquamacs              0x001529df mark_object + 1032
375 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
376 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
377 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
378 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
379 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
380 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
381 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
382 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
383 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
384 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
385 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
386 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
387 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
388 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
389 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
390 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
391 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
392 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
393 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
394 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
395 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
396 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
397 org.gnu.Aquamacs              0x001529df mark_object + 1032
398 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
399 org.gnu.Aquamacs              0x00152991 mark_object + 954
400 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
401 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
402 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
403 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
404 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
405 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
406 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
407 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
408 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
409 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
410 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
411 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
412 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
413 org.gnu.Aquamacs              0x00152991 mark_object + 954
414 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
415 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
416 org.gnu.Aquamacs              0x00152991 mark_object + 954
417 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
418 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
419 org.gnu.Aquamacs              0x00152991 mark_object + 954
420 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
421 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
422 org.gnu.Aquamacs              0x00152991 mark_object + 954
423 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
424 org.gnu.Aquamacs              0x001529df mark_object + 1032
425 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
426 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
427 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
428 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
429 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
430 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
431 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
432 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
433 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
434 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
435 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
436 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
437 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
438 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
439 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
440 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
441 org.gnu.Aquamacs              0x001527cf mark_object + 504
442 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
443 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
444 org.gnu.Aquamacs              0x00152991 mark_object + 954
445 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
446 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
447 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
448 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
449 org.gnu.Aquamacs              0x001529df mark_object + 1032
450 org.gnu.Aquamacs              0x001527cf mark_object + 504
451 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
452 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
453 org.gnu.Aquamacs              0x00152991 mark_object + 954
454 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
455 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
456 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
457 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
458 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
459 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
460 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
461 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
462 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
463 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
464 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
465 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
466 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
467 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
468 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
469 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
470 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
471 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
472 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
473 org.gnu.Aquamacs              0x001529df mark_object + 1032
474 org.gnu.Aquamacs              0x001527cf mark_object + 504
475 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
476 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
477 org.gnu.Aquamacs              0x00152991 mark_object + 954
478 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
479 org.gnu.Aquamacs              0x00152991 mark_object + 954
480 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
481 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
482 org.gnu.Aquamacs              0x00152991 mark_object + 954
483 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
484 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
485 org.gnu.Aquamacs              0x00152991 mark_object + 954
486 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
487 org.gnu.Aquamacs              0x001529df mark_object + 1032
488 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
489 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
490 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
491 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
492 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
493 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
494 org.gnu.Aquamacs              0x001529df mark_object + 1032
495 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
496 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
497 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
498 org.gnu.Aquamacs              0x001529df mark_object + 1032
499 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
500 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
501 org.gnu.Aquamacs              0x001529df mark_object + 1032
502 org.gnu.Aquamacs              0x001527cf mark_object + 504
503 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
504 org.gnu.Aquamacs              0x00152511 mark_vectorlike + 79
505 org.gnu.Aquamacs              0x00152991 mark_object + 954
506 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
507 org.gnu.Aquamacs              0x001529d1 mark_object + 1018
508 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
509 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
510 org.gnu.Aquamacs              0x00152ce3 mark_object + 1804
511 org.gnu.Aquamacs              0x001529df mark_object + 1032


Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        0x9c13e90a kevent + 10
1   libdispatch.dylib             0x976ccc58 _dispatch_mgr_invoke + 969
2   libdispatch.dylib             0x976cb6a7 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib        0x9c13e02e __workq_kernreturn + 10
1   libsystem_c.dylib             0x90891ccf _pthread_wqthread + 773
2   libsystem_c.dylib             0x908936fe start_wqthread + 30


Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x000c88ab  ecx: 0xbff4db8c  edx: 0x9c13d332
  edi: 0xac0482c0  esi: 0x00000006  ebp: 0xbff4dba8  esp: 0xbff4db8c
   ss: 0x00000023  efl: 0x00000286  eip: 0x9c13d332   cs: 0x0000000b

   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x0140ca00

Logical CPU: 0

Binary Images:
    0x1000 -   0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
  0x7a2000 -   0x7a3ff7 +com.diagonal.DiagComponentLeopard (1.2.4 - 1.2.4) <98E28699-0200-20F0-8489-3F0D04D9BE0A> /Users/USER/Library/Components/*/DiagonalLeopard
  0xfb0000 -   0xfb5fe2  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
  0xfbc000 -   0xfbefff  libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
  0xfd2000 -   0xfd2ffb +cl_kernels (??? - ???) <21017891-E295-49F9-A502-0FCC99F5004B> cl_kernels
  0xfd8000 -   0xfd9ff8 +cl_kernels (??? - ???) <53E2FC76-8855-467B-B150-BEB64B275366> cl_kernels
0x1bf3000 -  0x1c94ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x1cae000 -  0x1caeffb +cl_kernels (??? - ???) <5178D7B1-1015-4FC8-94C2-DF7819B1D195> cl_kernels
0x1e7a000 -  0x1e7aff3 +cl_kernels (??? - ???) <F2BD4EF0-52B0-4D96-97CD-1D1CE45FEFC8> cl_kernels
0x1ef2000 -  0x1ef3ff6 +cl_kernels (??? - ???) <5B41E22C-1A88-4794-BD24-CB12BF7D1B9C> cl_kernels
0x2800000 -  0x28a3ff7  unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8fee0000 - 0x8ff12aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x9006cfff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x901ab000 - 0x901b8fff  com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x901b9000 - 0x90234ffb  com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90235000 - 0x90711ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90712000 - 0x90727fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x90728000 - 0x90747fff  com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x90754000 - 0x9075cfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x907da000 - 0x907dafff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x907ea000 - 0x9080cff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x90833000 - 0x908fefff  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x9090e000 - 0x90921ffb  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x90928000 - 0x909ffffb  com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x90a0c000 - 0x90a0fff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x90a10000 - 0x90a1eff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x90a1f000 - 0x90a1ffff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90a20000 - 0x90c69ff7  com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90db4000 - 0x90dc9ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91140000 - 0x911d7ff3  com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x91267000 - 0x91329fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9132a000 - 0x9135dfef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x9135e000 - 0x9136efff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x9136f000 - 0x91373ffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x91374000 - 0x91374fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x91375000 - 0x91375fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91436000 - 0x91486ff0  libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91487000 - 0x91743ff3  com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9175f000 - 0x9177bff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x91790000 - 0x91790ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x91791000 - 0x91e0cfe5  com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x91e0d000 - 0x92002ff7  com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x92003000 - 0x92405ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x926cc000 - 0x926d0ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x926d1000 - 0x92749ff8  com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9274e000 - 0x9274efff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9275b000 - 0x92786fff  com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x92787000 - 0x9281cff7  com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9281d000 - 0x92899ff0  com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x92901000 - 0x92962ffb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9299f000 - 0x929ceff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x929cf000 - 0x929d0ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x92ac6000 - 0x92acdff8  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x92afc000 - 0x92b72fff  com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92ca2000 - 0x92cbeffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x92cbf000 - 0x92d1bfff  com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92d1c000 - 0x92d23ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x92d63000 - 0x92d70fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92d71000 - 0x92d7affb  com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x92d7f000 - 0x92d8afff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x92d8b000 - 0x92e12fff  com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x92e13000 - 0x92e19ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x92e1a000 - 0x92e44ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x92e99000 - 0x92ef4ff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x92ef5000 - 0x93342ffb  com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x93343000 - 0x933a8ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x933a9000 - 0x933aeff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x933af000 - 0x933b3ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x933b4000 - 0x933b6ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x933b7000 - 0x933c1ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x93434000 - 0x9360bfff  com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9360c000 - 0x93623ff8  com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x93624000 - 0x93673ffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x936af000 - 0x936b6ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x936b7000 - 0x936c5fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x936c6000 - 0x93b3bff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x93b3c000 - 0x93c34ff7  libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x93c35000 - 0x93c37ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x93c62000 - 0x93cc6fff  com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93cc7000 - 0x93ce9ffe  com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x93cea000 - 0x93d85ff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93d86000 - 0x93d9cffe  libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x93da4000 - 0x93da5fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x93da6000 - 0x93da7ff7  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x93da8000 - 0x93dd0ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x93dd1000 - 0x93dd8ff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x9446b000 - 0x94541aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x95294000 - 0x95338fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x95339000 - 0x95344ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x95345000 - 0x955cafe3  com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x955cb000 - 0x956e9fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x956ea000 - 0x9589eff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x958ea000 - 0x958ecffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x958ed000 - 0x95923ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x95924000 - 0x95972ff3  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x95973000 - 0x959afffa  libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x959b8000 - 0x959b8fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x959fa000 - 0x95a5cffb  com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x95a5d000 - 0x95abfff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x95ac9000 - 0x95accfff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x95acd000 - 0x95aceffd  libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x95ad9000 - 0x95be8fff  com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x95bf2000 - 0x95bf5ffd  libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95bf6000 - 0x95bf7ff7  libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x95bf8000 - 0x95c26fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x95c27000 - 0x95c80fff  com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x95c81000 - 0x95c91fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x95c92000 - 0x95de4fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x95de5000 - 0x95f47fff  com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x95f48000 - 0x96163ff7  com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9623f000 - 0x96327fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x965e6000 - 0x96637fff  libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x96679000 - 0x96778ffb  com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x96779000 - 0x9678dff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9678e000 - 0x971aefff  com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x971b2000 - 0x9723cffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x972e0000 - 0x97306ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x97307000 - 0x97358ff3  com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x974ef000 - 0x975d0ff7  com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x975d1000 - 0x976a0fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x976a1000 - 0x976a4ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x976be000 - 0x976c9ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x976ca000 - 0x976d8fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x976d9000 - 0x9770aff7  libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x9770b000 - 0x9777ffff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x978fb000 - 0x979d2ff6  com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x979d3000 - 0x97a0afef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x97a29000 - 0x97a4cfff  com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x97a4d000 - 0x97a55ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x97a56000 - 0x97a61ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x97a7a000 - 0x97a97fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x97a98000 - 0x97e8bffb  com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x97e8c000 - 0x980b5ffb  com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x980b6000 - 0x980b7ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x980b8000 - 0x980fbffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x98107000 - 0x9814fff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9815c000 - 0x9819ffff  com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x981a0000 - 0x981a1fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x981ad000 - 0x981b2ffd  libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x981b3000 - 0x981b3ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x981bf000 - 0x981c3fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x981cf000 - 0x98c62ff6  com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x98d97000 - 0x98da8fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x98da9000 - 0x996d15eb  com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x996d2000 - 0x9970fff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x99710000 - 0x99983ff7  com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x99984000 - 0x99a74ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x99a75000 - 0x99a78ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x99a8b000 - 0x99adcff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x99deb000 - 0x99deeff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x99df4000 - 0x99e1dfff  com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x99e1e000 - 0x99e2cfff  com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x99e2d000 - 0x99e31fff  libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x99e32000 - 0x99e32fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x99ec9000 - 0x99ecaff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x99ecb000 - 0x99f0cff7  com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x99f0d000 - 0x99f16ff3  com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x99f17000 - 0x99f17fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x99f18000 - 0x99f1cffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x99f1d000 - 0x99f23ffb  com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x99f7d000 - 0x9a27ffff  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9a280000 - 0x9a2b4ff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9a2b5000 - 0x9a2f6ff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9a2f7000 - 0x9a3daff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9a3db000 - 0x9a438ffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9a460000 - 0x9a460ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9a461000 - 0x9a46cffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x9a46d000 - 0x9a7b1ffb  com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9a7b3000 - 0x9a7dcffe  com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9a922000 - 0x9a92aff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9a92b000 - 0x9a961ff4  com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9a962000 - 0x9a9a2ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9a9a3000 - 0x9a9d1ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9aaca000 - 0x9ab13ff7  libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9ad16000 - 0x9b0d0ffb  com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9b0d1000 - 0x9b3dbff3  com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9b3dc000 - 0x9b469fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9b46a000 - 0x9b4baff9  com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9b4bb000 - 0x9b4fbff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9b4fc000 - 0x9b505fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9b558000 - 0x9b669ff7  libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9b66a000 - 0x9b9adfff  com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9b9ae000 - 0x9badaff9  com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9bc23000 - 0x9bd33fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9bd88000 - 0x9bee9ffb  com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9beea000 - 0x9beedffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9beee000 - 0x9bf13ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9bf14000 - 0x9c02bfe9  com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9c02c000 - 0x9c03cff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x9c03d000 - 0x9c0caff7  com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9c0cb000 - 0x9c109fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9c10a000 - 0x9c124fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9c125000 - 0x9c143ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x9c144000 - 0x9c145fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9c1e7000 - 0x9c256fff  com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9c257000 - 0x9c25fff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x9c260000 - 0x9c289ff1  com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9c28a000 - 0x9c28bfff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9c2f5000 - 0x9c312ff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9cd4d000 - 0x9ce0dffb  com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 7

    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: 5375

    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=185.2M resident=50.0M(27%) swapped_out_or_unallocated=135.3M(73%)
Writable regions: Total=108.7M written=21.0M(19%) resident=34.3M(32%) swapped_out=0K(0%) unallocated=74.4M(68%)


REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 31.8M

ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  7436K
CG image                             52K
CG raster data                      564K
CG shared images                   3472K
CoreGraphics                          8K
CoreImage                            76K
CoreServices                       2568K
MALLOC                             36.0M

MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=249                      468K
OpenCL                               48K

Stack                              65.0M
VM_ALLOCATE                        16.2M
__CI_BITMAP                          80K
__DATA                             22.6M
__DATA/__OBJC                       168K
__IMAGE                             528K
__IMPORT                             16K
__LINKEDIT                         42.5M
__OBJC                             2644K
__OBJC/__DATA                       264K
__PAGEZERO                            4K
__RC_CAMERAS                        232K
__TEXT                            142.8M
__UNICODE                           544K
mapped file                       108.2M
shared memory                      3460K
shared pmap                        6904K
===========                      =======
TOTAL                             493.9M
TOTAL, minus reserved VM space    493.9M





--------------------------------------------------------------------
Nicolas Bessi 
Senior ERP consultant 
Business Solution technical manager

Camptocamp SA
PSE A
CH-1015 Lausanne

Phone: +41 21 619 10 26 
Office: +41 21 619 10 10 
--------------------------------------------------------------------








Guy Harding

unread,
Mar 14, 2012, 6:42:41 PM3/14/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil


value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil

value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/local/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [83881]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [26624]

Date/Time: 2012-03-14 16:41:22.290 -0600
OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)


Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:
Stack 00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW
-->
CG shared images 00000000c0003000-00000000c000b000 [ 32K] r--/r-- SM=SHM

Application Specific Information:
objc[83881]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x95e07332 __kill + 10
1 libsystem_kernel.dylib 0x95e06932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9293f59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x928dabdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282

9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x9293f59b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 org.gnu.Aquamacs 0x00023b41 handle_stop + 142


14 org.gnu.Aquamacs 0x0002b8a6 next_element_from_string + 85
15 org.gnu.Aquamacs 0x00029af1 get_next_display_element + 43
16 org.gnu.Aquamacs 0x0002c7a8 move_it_in_display_line_to + 350
17 org.gnu.Aquamacs 0x0002d8c1 move_it_to + 756
18 org.gnu.Aquamacs 0x0002e297 move_it_vertically + 114
19 org.gnu.Aquamacs 0x0006390a Fwindow_end + 486
20 org.gnu.Aquamacs 0x00173ec5 Ffuncall + 1166
21 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
22 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
23 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
24 org.gnu.Aquamacs 0x001738d1 call1 + 44
25 org.gnu.Aquamacs 0x0017f42b mapcar1 + 884
26 org.gnu.Aquamacs 0x0017f848 Fmapc + 121
27 org.gnu.Aquamacs 0x00173ec5 Ffuncall + 1166
28 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
29 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
30 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
31 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
32 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
33 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838

34 org.gnu.Aquamacs 0x00173696 run_hook_with_args + 522
35 org.gnu.Aquamacs 0x0017340b Frun_hooks + 63


36 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
37 org.gnu.Aquamacs 0x001738d1 call1 + 44
38 org.gnu.Aquamacs 0x000cffd9 safe_run_hooks_1 + 84

39 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304


40 org.gnu.Aquamacs 0x000d00bd safe_run_hooks + 110
41 org.gnu.Aquamacs 0x000cf11d command_loop_1 + 7807

42 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
43 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
44 org.gnu.Aquamacs 0x00170964 internal_catch + 215
45 org.gnu.Aquamacs 0x000cce57 command_loop + 207
46 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
47 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
48 org.gnu.Aquamacs 0x000ca913 main + 5915
49 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x95e0890a kevent + 10
1 libdispatch.dylib 0x9b77dc58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9b77c6a7 _dispatch_mgr_thread + 53

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffc42c edx: 0x95e07332


edi: 0xac3452c0 esi: 0x00000006 ebp: 0xbfffc448 esp: 0xbfffc42c

ss: 0x00000023 efl: 0x00000286 eip: 0x95e07332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x98d6d004
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x6dc000 - 0x6e6fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0xe81000 - 0xe85ffb libFontRegistryUI.dylib (??? - ???) <608F6D4D-9CDD-3D7F-8504-24398B4C1A54> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0xfe2000 - 0xfe7fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0xfee000 - 0xff0fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1bf6000 - 0x1bf6ffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
0x1bfb000 - 0x1bfcff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels
0x2800000 - 0x28a1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x28f9000 - 0x28faffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x2fba000 - 0x2fbaffb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x2fbe000 - 0x2fbeff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x2fc3000 - 0x2fc4ff8 +cl_kernels (??? - ???) <BE4BD12D-832A-4929-B7C6-58188A2EFAED> cl_kernels
0x8001000 - 0x80a4ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8febc000 - 0x8feeeaa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90131ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90150000 - 0x90156ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90157000 - 0x90157fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90158000 - 0x9018ffef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x90190000 - 0x90267ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x903d4000 - 0x903f3fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x903f4000 - 0x904ecff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x904ed000 - 0x904eeff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x9055f000 - 0x9077aff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9077b000 - 0x9092fff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x90930000 - 0x90953fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x90954000 - 0x90962ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x909b0000 - 0x90a11ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90a12000 - 0x90a13fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x90a14000 - 0x90a9bfff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90a9c000 - 0x90aa5ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x90aa6000 - 0x90b21ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90b54000 - 0x90d9dff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90d9e000 - 0x90f75fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9106e000 - 0x91145ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x91146000 - 0x91548ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib


0x91549000 - 0x91550ffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

0x91551000 - 0x9158eff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9158f000 - 0x9159cfff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9159d000 - 0x915ddff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x915de000 - 0x919d1ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x919d2000 - 0x91aa8aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x91aa9000 - 0x91ad7fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x91ad8000 - 0x91be8fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x91be9000 - 0x91c1fff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE


0x91d54000 - 0x91d5ffff libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib

0x91d60000 - 0x91dd6fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91e72000 - 0x91e8ffff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib


0x91f05000 - 0x91f05fff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib

0x91f06000 - 0x91f0dff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x91f3d000 - 0x91f44ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x91f45000 - 0x91f55fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x91f56000 - 0x921c9ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x921ca000 - 0x9220dffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x925a1000 - 0x925a9fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x925b6000 - 0x926a6ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x926a7000 - 0x92703fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92704000 - 0x92740ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9274f000 - 0x92757ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x92758000 - 0x927fcfff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x927fd000 - 0x9288afe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9288b000 - 0x92956fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x92957000 - 0x92958ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x92965000 - 0x92970ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x92971000 - 0x929b2ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x929b3000 - 0x929f1fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x929f2000 - 0x92a7fff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText


0x92a80000 - 0x92a80fff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x92a81000 - 0x92ac9ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92b09000 - 0x92b12ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth


0x92b13000 - 0x92b14ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel

0x92b31000 - 0x92b33ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92b34000 - 0x92eeeffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x92eef000 - 0x92f19ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x92f1a000 - 0x92f4bff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x92f4c000 - 0x92fe1ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices


0x92fe2000 - 0x93018ff4 com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

0x93128000 - 0x93351ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x93363000 - 0x93df6ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit


0x93df7000 - 0x93dffff3 liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x93e00000 - 0x93e10ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x93e20000 - 0x93e20ff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

0x93e62000 - 0x93eb0ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore


0x93eb1000 - 0x93f02ff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface

0x93f03000 - 0x94055fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94061000 - 0x94130fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO


0x94131000 - 0x9418effb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering

0x9418f000 - 0x944d3ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x944da000 - 0x944e4ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x944e5000 - 0x944fbffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib


0x9459f000 - 0x9463aff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

0x9463b000 - 0x9466fff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x946ac000 - 0x946d4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x946d5000 - 0x950f5fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x950f6000 - 0x950f7fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib


0x9510e000 - 0x9510efff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

0x9510f000 - 0x9555cffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9555d000 - 0x955c1fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit


0x955c2000 - 0x955c6fff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

0x955c7000 - 0x95689fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices


0x9568a000 - 0x95690ffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore

0x95691000 - 0x95694ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x95695000 - 0x95794ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x95795000 - 0x95a1afe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95a1b000 - 0x95a46fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x95a5b000 - 0x95aa4ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95aa5000 - 0x95da7fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore


0x95def000 - 0x95e0dff7 libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib

0x95f56000 - 0x95fa6ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x95fa7000 - 0x9600efff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x962c1000 - 0x962d8ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x962d9000 - 0x962d9fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit


0x969bc000 - 0x969c7ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

0x969ef000 - 0x96aafffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96afe000 - 0x96b02ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib


0x96b03000 - 0x96b06ffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help

0x96b07000 - 0x96dc3ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96dc4000 - 0x96f26fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x96f27000 - 0x96f50ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x96f51000 - 0x96f5ffff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x96f60000 - 0x96f63ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x970c3000 - 0x97125ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x97126000 - 0x97142ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x971b6000 - 0x971b9ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x971ba000 - 0x971dcffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x97205000 - 0x97366ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore


0x97367000 - 0x9737cff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture

0x9737d000 - 0x97ca55eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x97ca6000 - 0x97cf5ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97cf6000 - 0x97cf9ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x97d00000 - 0x97d59fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97d69000 - 0x97d7afff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib


0x97d7b000 - 0x97d8ffff com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x97d90000 - 0x97db2ff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis

0x97db3000 - 0x97df6fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x97e52000 - 0x97e52ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97e53000 - 0x97e6fffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x97f60000 - 0x97f60ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib


0x97f98000 - 0x97f9fff9 libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib

0x97fa0000 - 0x97fa1fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x97faa000 - 0x9800fff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9801c000 - 0x980fdff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x980fe000 - 0x9820fff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x98255000 - 0x982a6fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x982a7000 - 0x9838ffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x98447000 - 0x9844cffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9844d000 - 0x9844fff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x98450000 - 0x988c5ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x988c6000 - 0x98907ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x98908000 - 0x98980ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9899c000 - 0x989b6fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x989b7000 - 0x98e93ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x98e9f000 - 0x98ea2ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98ea3000 - 0x98ea3fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x98ea4000 - 0x98ea4fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x98ea5000 - 0x98ef5ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x98efd000 - 0x9900cfff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x99040000 - 0x9906fff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x99070000 - 0x996ebfe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x996ec000 - 0x996f7ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x996f8000 - 0x99700ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x99701000 - 0x99705fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x99706000 - 0x99782ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x99997000 - 0x99998ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x99999000 - 0x99a30ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x99ab3000 - 0x99dbdff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation


0x9ab0f000 - 0x9ab12fff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo

0x9ab13000 - 0x9ad08ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9ad09000 - 0x9ad19fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9ad30000 - 0x9ad31ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9ad32000 - 0x9ae15ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9ae16000 - 0x9aea0ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit


0x9af40000 - 0x9af42ff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9af4c000 - 0x9af72ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

0x9af73000 - 0x9af86ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9af87000 - 0x9afb0ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b118000 - 0x9b187fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9b1b1000 - 0x9b20cff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9b5d5000 - 0x9b5faff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b5fb000 - 0x9b600ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9b647000 - 0x9b765fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9b77b000 - 0x9b789fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib


0x9b920000 - 0x9b93dff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting

0x9b93e000 - 0x9b947fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib


0x9ba05000 - 0x9ba09ffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

0x9ba0a000 - 0x9ba1ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9bdbc000 - 0x9bdcafff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9bdcb000 - 0x9bdccff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9c076000 - 0x9c07affa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib


0x9c07b000 - 0x9c086ffc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

0x9c722000 - 0x9ca65fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9ca66000 - 0x9cb7dfe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9cb7e000 - 0x9cbacff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9cbf2000 - 0x9cc66fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9cce7000 - 0x9cd27ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9cd28000 - 0x9cd8aff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9cd8b000 - 0x9cd8cfff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9cd8d000 - 0x9cd91ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory


0x9cd95000 - 0x9cd95fff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

0x9cd96000 - 0x9cde7ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 275


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: 100892
thread_create: 2
thread_set_state: 161363

VM Region Summary:
ReadOnly portion of Libraries: Total=185.0M resident=82.0M(44%) swapped_out_or_unallocated=103.0M(56%)
Writable regions: Total=123.1M written=39.5M(32%) resident=54.9M(45%) swapped_out=11.6M(9%) unallocated=68.2M(55%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 32.1M
CG backing stores 4644K


CG image 44K
CG raster data 480K

CG shared images 3536K
CoreGraphics 8K
CoreImage 76K
CoreServices 2328K
MALLOC 53.8M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

OpenCL 60K
Stack 64.5M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 224K
__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.6M
__OBJC 2632K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.4M
__UNICODE 544K
mapped file 109.0M
shared memory 3460K
shared pmap 6848K
=========== =======
TOTAL 508.6M

Guy Harding

unread,
Mar 14, 2012, 6:51:28 PM3/14/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/subversion/bin/:/usr/local/mysql/bin:/usr/local/sphinx/bin:/usr/local/android-sdk-mac_x86:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /opt/subversion/bin/ /usr/local/mysql/bin /usr/local/sphinx/bin /usr/local/android-sdk-mac_x86 /opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [374]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)
Parent Process: launchd [26624]

Date/Time: 2012-03-14 16:43:29.384 -0600


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:
Stack 00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW
-->
CG shared images 00000000c0003000-00000000c000b000 [ 32K] r--/r-- SM=SHM

Application Specific Information:
objc[374]: garbage collection is OFF
abort() called

cr2: 0x106a5000
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x7f9000 - 0x7fbfff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0xf5e000 - 0xf68fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0x1a0b000 - 0x1a10fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1a22000 - 0x1a22ffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
0x1a28000 - 0x1a29ff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels
0x2f2d000 - 0x2fceff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x801c000 - 0x801dffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x803a000 - 0x803affb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x803e000 - 0x803eff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x8069000 - 0x806aff8 +cl_kernels (??? - ???) <BE4BD12D-832A-4929-B7C6-58188A2EFAED> cl_kernels
0x8f02000 - 0x8fa5ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8fef9000 - 0x8ff2baa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld

task_for_pid: 13


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: 101338
thread_create: 2
thread_set_state: 161363

VM Region Summary:
ReadOnly portion of Libraries: Total=184.9M resident=82.0M(44%) swapped_out_or_unallocated=102.9M(56%)
Writable regions: Total=105.9M written=12.9M(12%) resident=45.6M(43%) swapped_out=2364K(2%) unallocated=60.2M(57%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.1M

ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 3620K
CG image 44K
CG raster data 392K
CG shared images 3440K


CoreGraphics 8K
CoreImage 76K
CoreServices 2328K

MALLOC 37.8M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
OpenCL 60K
Stack 64.5M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 224K
__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.6M

__OBJC 2628K


__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.4M
__UNICODE 544K

mapped file 107.7M


shared memory 3460K
shared pmap 6848K
=========== =======

TOTAL 490.1M
TOTAL, minus reserved VM space 490.1M

Guy Harding

unread,
Mar 14, 2012, 7:29:01 PM3/14/12
to aquama...@aquamacs.org
Process:         Aquamacs [439]

Path:            /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier:      org.gnu.Aquamacs
Version:         2.4 (2.4.1319565789)
Code Type:       X86 (Native)
Parent Process:  launchd [26624]

Date/Time:       2012-03-14 17:00:00.430 -0600

OS Version:      Mac OS X 10.7.3 (11D50b)
Report Version:  9

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

Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:
    Stack                  00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW 
-->
    CG shared images       00000000c0003000-00000000c000b000 [   32K] r--/r-- SM=SHM 

Application Specific Information:
objc[439]: garbage collection is OFF
  cr2: 0x30f71000

Logical CPU: 0

Binary Images:
    0x1000 -   0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
  0x6dc000 -   0x6e6fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
  0x7f5000 -   0x7f7fff  libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
  0x7fe000 -   0x7feffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
  0xff0000 -   0xff5fe2  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1bf6000 -  0x1bf7ff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels
0x280b000 -  0x28acff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x2f68000 -  0x2f69ffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x2fb2000 -  0x2fb2ffb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x2fb6000 -  0x2fb6ff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x2fe1000 -  0x2fe2ff8 +cl_kernels (??? - ???) <BE4BD12D-832A-4929-B7C6-58188A2EFAED> cl_kernels
0x8001000 -  0x80a4ff7  unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8fe84000 - 0x8feb6aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    task_for_pid: 101790

    thread_create: 2
    thread_set_state: 161363

VM Region Summary:
ReadOnly portion of Libraries: Total=184.9M resident=82.0M(44%) swapped_out_or_unallocated=102.9M(56%)
Writable regions: Total=112.4M written=29.4M(26%) resident=53.6M(48%) swapped_out=2364K(2%) unallocated=58.8M(52%)


REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 32.1M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  3620K
CG image                             44K
CG raster data                      456K
CG shared images                   3504K

CoreGraphics                          8K
CoreImage                            76K
CoreServices                       2328K
MALLOC                             44.2M

MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
OpenCL                               60K
Stack                              64.5M
VM_ALLOCATE                        16.2M
__CI_BITMAP                          80K
__DATA                             22.9M
__DATA/__OBJC                       224K
__IMAGE                             528K
__IMPORT                             16K
__LINKEDIT                         42.6M
__OBJC                             2628K
__PAGEZERO                            4K
__RC_CAMERAS                        232K
__TEXT                            142.4M
__UNICODE                           544K
mapped file                       107.7M
shared memory                      3460K
shared pmap                        6848K
===========                      =======
TOTAL                             496.6M
TOTAL, minus reserved VM space    496.6M

Matthew Visco

unread,
Mar 15, 2012, 1:11:59 AM3/15/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [5777]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [150]

Date/Time: 2012-03-14 22:10:56.769 -0700


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000a0000020

VM Regions Near 0xa0000020:
__LINKEDIT 000000008ff1c000-000000008ff2f000 [ 76K] r--/rwx SM=COW /usr/lib/dyld
--> Submap 0000000090000000-00000000ac000000 r--/rwx machine-wide submap
mapped file 0000000090000000-0000000090005000 [ 20K] r-x/r-x SM=COW Object_id=cb46e20

Application Specific Information:
objc[5777]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x9cd25332 __kill + 10
1 libsystem_kernel.dylib 0x9cd24932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9917e59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x99119bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x9917e59b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 com.apple.AppKit 0x946491e7 -[NSThemeFrame drawRect:] + 107
14 com.apple.AppKit 0x94458369 -[NSView _drawRect:clip:] + 3929
15 com.apple.AppKit 0x94456388 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 2650
16 com.apple.AppKit 0x944551f3 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 259
17 com.apple.AppKit 0x9445087c -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4817
18 com.apple.AppKit 0x9444979f -[NSView displayIfNeeded] + 1365
19 com.apple.AppKit 0x9444656d -[NSWindow displayIfNeeded] + 316
20 com.apple.AppKit 0x94449070 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 804
21 com.apple.CoreFoundation 0x9a665f8d _runLoopObserverWithBlockContext + 29
22 com.apple.CoreFoundation 0x9a63247e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
23 com.apple.CoreFoundation 0x9a6323bd __CFRunLoopDoObservers + 413
24 com.apple.CoreFoundation 0x9a604c24 __CFRunLoopRun + 1044
25 com.apple.CoreFoundation 0x9a60447c CFRunLoopRunSpecific + 332
26 com.apple.CoreFoundation 0x9a604328 CFRunLoopRunInMode + 120
27 com.apple.HIToolbox 0x911c017f RunCurrentEventLoopInMode + 318
28 com.apple.HIToolbox 0x911c7412 ReceiveNextEventCommon + 168
29 com.apple.HIToolbox 0x911c7356 BlockUntilNextEventMatchingListInMode + 88
30 com.apple.AppKit 0x94408a9c _DPSNextEvent + 678
31 com.apple.AppKit 0x94408306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
32 com.apple.AppKit 0x94404675 -[NSApplication run] + 911
33 org.gnu.Aquamacs 0x002044a4 ns_read_socket + 769
34 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
35 org.gnu.Aquamacs 0x000d8c7a gobble_input + 176
36 org.gnu.Aquamacs 0x000d8b85 get_input_pending + 125
37 org.gnu.Aquamacs 0x000e0c25 detect_input_pending_run_timers + 64
38 org.gnu.Aquamacs 0x001d7021 wait_reading_process_output + 3088
39 org.gnu.Aquamacs 0x0000faec sit_for + 437
40 org.gnu.Aquamacs 0x000d13d6 read_char + 3476
41 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
42 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
43 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
44 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
45 org.gnu.Aquamacs 0x00170964 internal_catch + 215
46 org.gnu.Aquamacs 0x000cce57 command_loop + 207
47 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
48 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
49 org.gnu.Aquamacs 0x000ca913 main + 5915
50 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x9cd2690a kevent + 10
1 libdispatch.dylib 0x9957dc58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9957c6a7 _dispatch_mgr_thread + 53

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x9cd25b42 __select + 10
1 com.apple.CoreFoundation 0x9a652ee5 __CFSocketManager + 1557
2 libsystem_c.dylib 0x99126ed9 _pthread_start + 335
3 libsystem_c.dylib 0x9912a6de thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x9cd2602e __workq_kernreturn + 10
1 libsystem_c.dylib 0x99128ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9912a6fe start_wqthread + 30

Thread 4:
0 libsystem_kernel.dylib 0x9cd2602e __workq_kernreturn + 10
1 libsystem_c.dylib 0x99128ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9912a6fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffc3fc edx: 0x9cd25332
edi: 0xacdc92c0 esi: 0x00000006 ebp: 0xbfffc418 esp: 0xbfffc3fc
ss: 0x00000023 efl: 0x00000286 eip: 0x9cd25332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x1672c000
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x7ab000 - 0x7b0fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7c1000 - 0x7c3fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7c7000 - 0x7c7ffb +cl_kernels (??? - ???) <FF6B650D-EEC7-4168-BA29-2D4EC1E8D65D> cl_kernels
0x7cc000 - 0x7cdff8 +cl_kernels (??? - ???) <8ED375AB-39DD-4DF4-8294-9B1AFEBCA2B5> cl_kernels
0x7d5000 - 0x7d9ffb libFontRegistryUI.dylib (??? - ???) <E986346C-8132-33B6-8525-AA2A3233F99C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x180a000 - 0x180aff3 +cl_kernels (??? - ???) <E645CE56-CC04-4C33-BA5A-E40E49306A40> cl_kernels
0x1ee0000 - 0x1ee1ffb +cl_kernels (??? - ???) <DD50E759-34F4-4619-A56E-437D343F0497> cl_kernels
0x1ef6000 - 0x1ef7ff8 +cl_kernels (??? - ???) <5B481857-56E4-474C-86DC-5E6707369738> cl_kernels
0x1efd000 - 0x1efdffb +cl_kernels (??? - ???) <56ECF90A-A6AD-4637-AC6F-2B37EBE76424> cl_kernels
0x28fd000 - 0x28feff6 +cl_kernels (??? - ???) <A88137D6-BD37-4415-88F9-7D77214F1690> cl_kernels
0x2e00000 - 0x2ea1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x2eb7000 - 0x2f5aff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x84cd000 - 0x84d2ffe libgermantok.dylib (??? - ???) <465F8E0F-0AED-3D8A-A852-22549742C6E9> /usr/lib/libgermantok.dylib
0x8572000 - 0x8573ff0 +cl_kernels (??? - ???) <BAB3B182-6AD1-4B14-A6C3-87D379F3C4C1> cl_kernels
0xce38000 - 0xced7ff7 unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <3A06E8EA-0335-348A-BCCB-21C3E94AED31> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x8febe000 - 0x8fef0aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x9000fff0 com.apple.DirectoryService.Framework (10.7 - 146) <59061A4B-D743-3A34-B142-7BE2472BBC2D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x90010000 - 0x90020fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x90032000 - 0x90101fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9010e000 - 0x90136ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x90137000 - 0x9015cfff com.apple.datadetectors (3.2 - 172.5) <6BD9F9AE-88BE-34B5-B951-181CE0662499> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x9015d000 - 0x90172ff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x901bf000 - 0x901caff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x901cb000 - 0x902aeff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x902af000 - 0x90336fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90337000 - 0x90361ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x90362000 - 0x90480fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90481000 - 0x90485ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x90486000 - 0x904b9fef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x904c2000 - 0x9051dff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9051e000 - 0x90583ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90584000 - 0x906e5ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x906e6000 - 0x90723ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x907ff000 - 0x90828ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x90881000 - 0x90889fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9088a000 - 0x911b25eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x911be000 - 0x91502ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x91503000 - 0x915daffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x915f5000 - 0x91611ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91612000 - 0x91655ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x91714000 - 0x9193dffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9193e000 - 0x9193fffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x91940000 - 0x9197efff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9197f000 - 0x91985ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x91986000 - 0x919e3ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x919e4000 - 0x919effff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x919f0000 - 0x919f2ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x919f3000 - 0x91a0aff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x91a49000 - 0x91a53ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91a54000 - 0x91a5bff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x91a83000 - 0x91a94fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x91a95000 - 0x91b57fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91b59000 - 0x91b5cff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x91b5d000 - 0x91bacffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x91bad000 - 0x91bf6ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91bf7000 - 0x91c05ff7 com.apple.AppleFSCompression (37 - 1.0) <5D91F412-7B04-335D-8E1A-AFD463859EA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x91c06000 - 0x91c37ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x91ca2000 - 0x91d2fff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91e78000 - 0x9227aff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9227b000 - 0x922effff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x922f0000 - 0x92316ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x92317000 - 0x92339ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x923c8000 - 0x923d5fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92a68000 - 0x92ab9ff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x92ae0000 - 0x92ae1ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x92b42000 - 0x92b82ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92b83000 - 0x92b8affd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x92b8b000 - 0x92b91ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92b92000 - 0x92b93ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x92b94000 - 0x92b95fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x92b97000 - 0x92bcefef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x92bcf000 - 0x92c17ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92c18000 - 0x92c1cff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x92d51000 - 0x92d56ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x92d57000 - 0x92d80ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x92d81000 - 0x92d84ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x92d85000 - 0x92d90ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92d91000 - 0x92dbafff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x92dbb000 - 0x92dcbfff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x92dce000 - 0x92dcefff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x92dcf000 - 0x92dd2ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x92dd3000 - 0x92dd4ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x92dd5000 - 0x93048ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x93049000 - 0x9309aff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9309b000 - 0x930d7ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x930d8000 - 0x93119ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9311a000 - 0x93190fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x931aa000 - 0x931beff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x932b7000 - 0x932f8ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9330a000 - 0x93311ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x933b5000 - 0x93403ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x93404000 - 0x934e5ff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x942a7000 - 0x942c9ff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x942ca000 - 0x942cdffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9432d000 - 0x9435bff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9435c000 - 0x943e6ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x943ff000 - 0x94e92ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94e93000 - 0x94ec0ff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94ec1000 - 0x94ecaffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x94ecb000 - 0x94f27fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x94f28000 - 0x94f33ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x94f41000 - 0x94f41fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x94f42000 - 0x95094fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x950e6000 - 0x950e7fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x95230000 - 0x95248ff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x95249000 - 0x95270ff3 com.apple.framework.Apple80211 (7.1.2 - 712.1) <C573041F-4C85-3C7C-B2B2-9878DFBC7004> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x95271000 - 0x952d5fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x952ec000 - 0x952faff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x952fb000 - 0x957d7ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x957d8000 - 0x957d9fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x957e0000 - 0x95858ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x95859000 - 0x95867fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x95868000 - 0x958acff3 com.apple.framework.CoreWLAN (2.1.2 - 212.1) <5F2FB135-3B53-3DA8-B7E1-90A0C5F42127> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x958ad000 - 0x95aa2ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95aa3000 - 0x95aedff2 com.apple.Suggestions (1.1 - 85.1) <1057087C-AC51-3C3B-BECD-BF97426B2372> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x95aee000 - 0x95bfdfff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x95bfe000 - 0x95bfefff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x95bff000 - 0x95c1cff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95c1d000 - 0x95e38ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x95e39000 - 0x961f3ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x961f4000 - 0x9622ffff com.apple.bom (11.0 - 183) <39257FE6-8B23-39B6-9528-57184104A98F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x96230000 - 0x9624afff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9624b000 - 0x9628bff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9628c000 - 0x96cacfff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x96cd2000 - 0x96cd7ffb com.apple.phonenumbers (1.0 - 47) <84484814-C9BE-33E7-A3DF-4DD0E970B902> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x96cd8000 - 0x96cedfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x96cee000 - 0x96f37ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x96f38000 - 0x96f38fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x96f39000 - 0x96f47fff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x96f48000 - 0x96f4cff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x96f4d000 - 0x96f55ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x96f56000 - 0x96f58ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x96f65000 - 0x96f6dff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x96f6e000 - 0x96f71fff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x96f72000 - 0x9700dff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x97010000 - 0x9703bfff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9703c000 - 0x9705bfff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x97060000 - 0x974d5ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x974d6000 - 0x974d6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x974d7000 - 0x974deff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x974df000 - 0x97790ff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x97880000 - 0x97968fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x97974000 - 0x979d5ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x979d6000 - 0x979e3fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x980b2000 - 0x981c9fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x981ca000 - 0x982dbff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x982dc000 - 0x98373ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x98374000 - 0x9837dfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9837e000 - 0x98476ff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x98477000 - 0x984c7ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x984c8000 - 0x98784ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98785000 - 0x98866ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x98867000 - 0x98927ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x98928000 - 0x989a3ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x989a4000 - 0x98ca6fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x98ca7000 - 0x9909affb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x9909b000 - 0x990c9fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x990ca000 - 0x99195fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x99213000 - 0x9921bff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x9957b000 - 0x99589fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x99624000 - 0x99723ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x99ad6000 - 0x99b0cff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x99b68000 - 0x99c3fff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x99c40000 - 0x99d30ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x99d31000 - 0x99d32ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x99d33000 - 0x99e5fff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x99e60000 - 0x99edcff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9a084000 - 0x9a09affe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9a09b000 - 0x9a3defff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9a3df000 - 0x9a3dfff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9a3e0000 - 0x9a4f0fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9a4f1000 - 0x9a5c7aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9a5c8000 - 0x9a5c8ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x9a5c9000 - 0x9a7a0fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9a7a6000 - 0x9a80dfff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9a93d000 - 0x9a93eff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9a940000 - 0x9a940fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9a941000 - 0x9a962fff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x9a963000 - 0x9a9d2fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9a9d3000 - 0x9a9f6fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9aa06000 - 0x9abbaff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x9ac28000 - 0x9ac2cfff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9ac31000 - 0x9ac35ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9ac36000 - 0x9ac52ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9ac53000 - 0x9ac5cff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9ac5d000 - 0x9acb6fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9acb7000 - 0x9ad19ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9ad35000 - 0x9b182ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9b183000 - 0x9b227fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9b228000 - 0x9b290ff3 com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x9b291000 - 0x9b90cfe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9b90d000 - 0x9b950fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9b951000 - 0x9b96efff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9b972000 - 0x9b9c3fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9b9c4000 - 0x9b9c7ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9b9c8000 - 0x9bcd2ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9bcd3000 - 0x9bcd6ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x9bcd7000 - 0x9bd27ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9bd75000 - 0x9bed7fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x9bf8f000 - 0x9bf8fff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9bf90000 - 0x9bfc6ff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9bfc7000 - 0x9c029ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9c02a000 - 0x9c02fffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9c0b8000 - 0x9c145fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9c151000 - 0x9c161ff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x9c172000 - 0x9c172fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9c173000 - 0x9c1a2ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9c1a3000 - 0x9c1a4fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x9c1e7000 - 0x9c1e7fff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9c235000 - 0x9c4bafe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9c4ea000 - 0x9c4f5ffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c4f6000 - 0x9c52aff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9c52b000 - 0x9c53effc com.apple.FileSync.framework (6.0.1 - 502.2) <B79DAE4B-3B1E-32D4-8BEC-F2C034C00B68> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
0x9c53f000 - 0x9c541ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x9c542000 - 0x9c870fff com.apple.FinderKit (1.0.1 - 1.0.1) <5D4B0D33-C8FB-3E85-8B19-052B2A9B9918> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x9ca7c000 - 0x9ca8fffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9ca90000 - 0x9ca94fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9cd0d000 - 0x9cd2bff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x9cd2c000 - 0x9cd51ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9cd52000 - 0x9cde7ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices


0xbb100000 - 0xbb103fff libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <E04F79A8-130A-3529-8D8A-E62821CF6A81> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib

External Modification Summary:


Calls made by other processes targeting this process:

task_for_pid: 260


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: 12457
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=194.9M resident=121.9M(63%) swapped_out_or_unallocated=73.0M(37%)
Writable regions: Total=156.6M written=11.3M(7%) resident=46.9M(30%) swapped_out=2160K(1%) unallocated=109.7M(70%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 60.0M


ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 11.8M
CG image 120K
CG raster data 960K
CG shared images 3544K
CoreGraphics 8K
CoreServices 1624K
MALLOC 50.5M
MALLOC guard page 48K
MALLOC_LARGE (reserved) 4K reserved VM address space (unallocated)


Memory tag=240 4K
Memory tag=242 12K

OpenCL 84K
Stack 65.6M
VM_ALLOCATE 16.4M
__CI_BITMAP 80K
__DATA 23.1M
__DATA/__OBJC 288K
__IMAGE 528K
__IMPORT 12K
__LINKEDIT 42.5M
__OBJC 3160K
__OBJC/__DATA 36K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 152.3M
__UNICODE 544K
mapped file 135.3M
shared memory 66.4M
shared pmap 5968K
=========== =======
TOTAL 640.9M
TOTAL, minus reserved VM space 640.9M

Ronaldo Fumio Hashimoto

unread,
Mar 15, 2012, 12:06:44 PM3/15/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2011/bin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/texbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2011/bin)

Process: Aquamacs [16067]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [136]

Date/Time: 2012-03-10 15:25:00.608 -0300


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

Interval Since Last Report: 948145 sec
Crashes Since Last Report: 25
Per-App Interval Since Last Report: 929422 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 01AEC243-BFDB-4380-A28F-4240B3C0A98F

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000686977f4

VM Regions Near 0x686977f4:
MALLOC_SMALL 000000000e000000-000000000e800000 [ 8192K] rw-/rwx SM=PRV
-->
__TEXT 000000008fea5000-000000008fed8000 [ 204K] r-x/rwx SM=COW /usr/lib/dyld

Application Specific Information:
objc[16067]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x979c2332 __kill + 10
1 libsystem_kernel.dylib 0x979c1932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9ac3f59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x9abdabdd abort + 167
7 org.gnu.Aquamacs 0x00171359 Fsignal + 107
8 org.gnu.Aquamacs 0x001716fc xsignal + 24
9 org.gnu.Aquamacs 0x00171747 xsignal1 + 32
10 org.gnu.Aquamacs 0x00129897 compile_pattern_1 + 484
11 org.gnu.Aquamacs 0x00129b06 compile_pattern + 393
12 org.gnu.Aquamacs 0x0012a5e6 fast_string_match + 74
13 org.gnu.Aquamacs 0x0010cfae Ffind_file_name_handler + 260
14 org.gnu.Aquamacs 0x0010db22 Fexpand_file_name + 78
15 org.gnu.Aquamacs 0x0011881b Fdo_auto_save + 374
16 org.gnu.Aquamacs 0x000cb04c shut_down_emacs + 219
17 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347
18 libsystem_c.dylib 0x9ac3f59b _sigtramp + 43
19 ??? 0xffffffff 0 + 4294967295
20 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973
21 org.gnu.Aquamacs 0x00152511 mark_vectorlike + 79
22 org.gnu.Aquamacs 0x00152991 mark_object + 954
23 org.gnu.Aquamacs 0x00150d0f mark_maybe_pointer + 672
24 org.gnu.Aquamacs 0x00150d79 mark_memory + 100
25 org.gnu.Aquamacs 0x00150e03 mark_stack + 122
26 org.gnu.Aquamacs 0x00151d10 Fgarbage_collect + 1079
27 org.gnu.Aquamacs 0x001726f3 Feval + 381
28 org.gnu.Aquamacs 0x00171141 internal_condition_case_1 + 310
29 org.gnu.Aquamacs 0x000da4d4 menu_item_eval_property + 126
30 org.gnu.Aquamacs 0x000e6ada get_keyelt + 290
31 org.gnu.Aquamacs 0x000e639e access_keymap + 823
32 org.gnu.Aquamacs 0x000db214 tool_bar_items + 652
33 org.gnu.Aquamacs 0x00033731 update_tool_bar + 534
34 org.gnu.Aquamacs 0x00032dc0 prepare_menu_bars + 464
35 org.gnu.Aquamacs 0x00036823 redisplay_internal + 1524
36 org.gnu.Aquamacs 0x00037eee redisplay_preserve_echo_area + 62
37 org.gnu.Aquamacs 0x0000fbfb Fredisplay + 219
38 org.gnu.Aquamacs 0x00173e9e Ffuncall + 1127
39 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
40 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
41 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
42 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
43 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
44 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
45 org.gnu.Aquamacs 0x00173096 Fapply + 181
46 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
47 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
48 org.gnu.Aquamacs 0x00172bf5 Feval + 1663
49 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
50 org.gnu.Aquamacs 0x001cbc92 Fbyte_code + 7513
51 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
52 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
53 org.gnu.Aquamacs 0x001738d1 call1 + 44
54 org.gnu.Aquamacs 0x000d4e3e timer_check_2 + 1628
55 org.gnu.Aquamacs 0x000d4ee3 timer_check + 11
56 org.gnu.Aquamacs 0x000d2fc7 readable_events + 35
57 org.gnu.Aquamacs 0x000d8b38 get_input_pending + 48
58 org.gnu.Aquamacs 0x000e0c25 detect_input_pending_run_timers + 64
59 org.gnu.Aquamacs 0x001d7021 wait_reading_process_output + 3088
60 org.gnu.Aquamacs 0x0000faec sit_for + 437
61 org.gnu.Aquamacs 0x000d13d6 read_char + 3476
62 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
63 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
64 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
65 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
66 org.gnu.Aquamacs 0x00170964 internal_catch + 215
67 org.gnu.Aquamacs 0x000cce57 command_loop + 207
68 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
69 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
70 org.gnu.Aquamacs 0x000ca913 main + 5915
71 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x979c390a kevent + 10
1 libdispatch.dylib 0x95eaac58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x95ea96a7 _dispatch_mgr_thread + 53

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffc31c edx: 0x979c2332
edi: 0xacfd52c0 esi: 0x00000006 ebp: 0xbfffc338 esp: 0xbfffc31c
ss: 0x00000023 efl: 0x00000282 eip: 0x979c2332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x004e6040
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x57e000 - 0x57fffc libAsepsis.dylib (??? - ???) <1C9CF624-0E79-347B-9643-2F21D58DCFB3> /System/Library/Extensions/Asepsis.kext/Contents/Resources/libAsepsis.dylib
0x6c2000 - 0x6c2ff3 +cl_kernels (??? - ???) <28766E49-65D6-44F6-82EE-704DF04FB171> cl_kernels
0x7c1000 - 0x7c6fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7cd000 - 0x7cdffb +cl_kernels (??? - ???) <F264D3AA-243D-4F00-B6A8-B129E20C2467> cl_kernels
0x7f5000 - 0x7f7fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1eb3000 - 0x1eb4ff8 +cl_kernels (??? - ???) <813E617A-D191-4351-9F91-675E34E180D9> cl_kernels
0x1efe000 - 0x1efeffb +cl_kernels (??? - ???) <7D89FFD8-1537-4387-9471-3B28449324BA> cl_kernels
0x28af000 - 0x28b0ff6 +cl_kernels (??? - ???) <A60180CA-B985-4EAF-8FBA-7409D7262250> cl_kernels
0x8565000 - 0x8606ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x871d000 - 0x87c0ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8fea5000 - 0x8fed7aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90006000 - 0x90007fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x90008000 - 0x90018fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x90019000 - 0x9001cff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9001d000 - 0x9001effd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9001f000 - 0x90021ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x90032000 - 0x90083fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x90084000 - 0x9008fffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90090000 - 0x900f4fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x900f5000 - 0x90247fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x902ff000 - 0x90d92ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x90d93000 - 0x90e74ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x90ec2000 - 0x90ee4ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x90ee5000 - 0x90fddff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9101d000 - 0x91037fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x91120000 - 0x9133bff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9133c000 - 0x913b0fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x913b1000 - 0x915daffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9164a000 - 0x91680ff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x916bf000 - 0x916f0ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x918f3000 - 0x91a02fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x91a03000 - 0x91a43ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91a58000 - 0x91a62ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91a63000 - 0x91a67ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x91a68000 - 0x91a68fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91a69000 - 0x91a92ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x91a93000 - 0x91a9cfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x91a9d000 - 0x91ab3ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x91adb000 - 0x91b3dff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x91b3e000 - 0x924665eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9255f000 - 0x92bdafe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x92bdb000 - 0x92c7ffff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x939d9000 - 0x939d9fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x939da000 - 0x939ddffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x939e1000 - 0x939e1fff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x939e8000 - 0x93a38ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93daf000 - 0x93db1ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x93db2000 - 0x93dc6ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x93dd3000 - 0x94058fe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94087000 - 0x9408affd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9408b000 - 0x94093ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x94094000 - 0x940efff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x940f0000 - 0x9417dff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9417e000 - 0x94373ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94374000 - 0x94374ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94383000 - 0x945ccff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x945cd000 - 0x945d1fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x945dd000 - 0x9473effb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9473f000 - 0x9474fff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x94750000 - 0x9475efff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9475f000 - 0x94770fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x94771000 - 0x9477cffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9477d000 - 0x94785ff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x94786000 - 0x9478dffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9478e000 - 0x948acfec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x948c6000 - 0x94cc8ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94d18000 - 0x94d19ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x94d1c000 - 0x94d5cff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x94dae000 - 0x94e7dfff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94e7e000 - 0x94e81ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x94e82000 - 0x94e8dffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x94e94000 - 0x94e9bff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x94e9c000 - 0x94ed8ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94ed9000 - 0x94f17fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94f18000 - 0x94fb3ff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94fe8000 - 0x94febff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9500a000 - 0x9503dfef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x9503e000 - 0x950a0ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x95737000 - 0x9575cff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x957b7000 - 0x957d3ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x957d4000 - 0x957e4fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x957e5000 - 0x95807ff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x95819000 - 0x9597bfff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x95bf4000 - 0x95bfbff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x95c72000 - 0x95c75ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x95c7c000 - 0x95c82ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x95c83000 - 0x95c83fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x95c8b000 - 0x95d22ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x95d2d000 - 0x95d36ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x95d37000 - 0x95dc4fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95dc5000 - 0x95e5aff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x95e5b000 - 0x95e78fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x95e79000 - 0x95ea7fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x95ea8000 - 0x95eb6fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x95f6c000 - 0x96143fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x961c4000 - 0x961c5ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x961c6000 - 0x96209ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x9620a000 - 0x962edff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x962ee000 - 0x96561ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x96c95000 - 0x96cb1ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96cfe000 - 0x96d41fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x96d42000 - 0x96dc9fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96e0f000 - 0x96e68fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96e69000 - 0x96e77ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x96eab000 - 0x96eaefff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x96eaf000 - 0x96eecff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x96eed000 - 0x972e0ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x972e1000 - 0x972e5ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x972e6000 - 0x975e8fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x975e9000 - 0x97715ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x97716000 - 0x977d6ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x977d7000 - 0x97818ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x97819000 - 0x9787affb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9787b000 - 0x9798bfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9798c000 - 0x979a9ff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x979aa000 - 0x979c8ff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x979c9000 - 0x979f4fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x979f5000 - 0x97a52ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x97a53000 - 0x97a9bff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x97ab0000 - 0x97df3fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x97f09000 - 0x97f37ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x97f38000 - 0x97ffafff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x97ffb000 - 0x98008fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x98009000 - 0x98093ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x98209000 - 0x9820dff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9820e000 - 0x9820fff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9823a000 - 0x9823afff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9823b000 - 0x98244ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x98245000 - 0x9825cff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x98266000 - 0x98266ff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x982d7000 - 0x9830bff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9830c000 - 0x9835cff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9835d000 - 0x987d2ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x98842000 - 0x98850fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9887a000 - 0x9887bfff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9887c000 - 0x98891fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x988e6000 - 0x9890fff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x98910000 - 0x98bccff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98bdc000 - 0x98bdcfff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x98bdd000 - 0x98bdfff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x98be0000 - 0x98c29ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x98c2a000 - 0x98c35fff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x98c36000 - 0x98c77ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x98cb6000 - 0x98cb7fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x98cf5000 - 0x98d5aff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9900d000 - 0x990e4ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x990eb000 - 0x99115ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x99116000 - 0x9911cffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9911d000 - 0x9916eff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9919a000 - 0x99216ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x99217000 - 0x9921fff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x99220000 - 0x996fcff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x996fd000 - 0x9974cffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x99755000 - 0x9975affd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9975b000 - 0x9978aff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9978b000 - 0x9993fff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x99940000 - 0x9998eff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9998f000 - 0x999aefff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x999b1000 - 0x999b9fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x999ba000 - 0x999cfff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x999d0000 - 0x999d0fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x999d1000 - 0x99a07ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x99a68000 - 0x99ad7fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x99ad8000 - 0x99de2ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9a112000 - 0x9a223ff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9a224000 - 0x9a224fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x9a3be000 - 0x9a434fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9a7c8000 - 0x9a7d3ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9a7d4000 - 0x9a7dbff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9a814000 - 0x9a815fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9a827000 - 0x9a93efe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9a94a000 - 0x9a9b1fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9a9b2000 - 0x9aa9afff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x9aab3000 - 0x9ab8affb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9ab8b000 - 0x9ac56fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x9ac57000 - 0x9ad56ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9ad57000 - 0x9ad8efef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9ae0c000 - 0x9ae19fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9ae1a000 - 0x9ae3dfff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9ae3e000 - 0x9ae3fff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9ae98000 - 0x9aee9ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9af2f000 - 0x9af57ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x9af5d000 - 0x9afd5ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9afe7000 - 0x9afebff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9afec000 - 0x9ba0cfff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9ba0d000 - 0x9be5affb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9c181000 - 0x9c181ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x9c182000 - 0x9c1abfff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9c1ac000 - 0x9c1adff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x9c1ea000 - 0x9c2daff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9c2db000 - 0x9c301ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9c302000 - 0x9c646ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9c722000 - 0x9c727ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x9c728000 - 0x9c72cfff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9c72d000 - 0x9c740ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9c741000 - 0x9c817aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9c848000 - 0x9c8a4fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9c90e000 - 0x9ccc8ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9cd6c000 - 0x9cde7ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 23019


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: 19929666
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=185.3M resident=122.6M(66%) swapped_out_or_unallocated=62.7M(34%)
Writable regions: Total=168.5M written=34.7M(21%) resident=65.2M(39%) swapped_out=0K(0%) unallocated=103.3M(61%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 32.0M
CG backing stores 6340K
CG image 12K
CG raster data 440K


CG shared images 3480K
CoreGraphics 8K

CoreImage 4K
CoreServices 2956K
MALLOC 97.9M
MALLOC guard page 48K


Memory tag=240 4K
Memory tag=242 12K

OpenCL 48K
Stack 64.5M
VM_ALLOCATE 16.3M
__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 140K
__IMAGE 528K
__IMPORT 12K
__LINKEDIT 42.6M
__OBJC 2568K


__OBJC/__DATA 36K
__PAGEZERO 4K
__RC_CAMERAS 232K

__TEXT 142.8M
__UNICODE 544K
mapped file 105.1M
shared memory 23.2M
shared pmap 6900K
=========== =======
TOTAL 571.0M

System Profile:
Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 1.69f3
Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.19)
Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS545050B9A302, 500.11 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 4
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

Andrew Fodiman

unread,
Mar 16, 2012, 9:25:05 AM3/16/12
to aquama...@aquamacs.org
I was editing a scala file and running a shell, switching between apps on the mac, and firefox was in full screen and then Cmd-tabbed back to emacs and emacs started to appear full screen but blank, minimized firefox, switched back to emacs which was now normal size but then it crashed.

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)

of 2012-01-04 on braeburn.aquamacs.org - Aquamacs Distribution 2.4


Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [38700]
Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1324381069)
Code Type: X86 (Native)
Parent Process: launchd [253]

Date/Time: 2012-03-16 09:22:48.109 -0400


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010

VM Regions Near 0x10:


--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
__TEXT 0000000000001000-0000000000257000 [ 2392K] r-x/rwx SM=COW /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

Application Specific Information:
objc[38700]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x9a378332 __kill + 10
1 libsystem_kernel.dylib 0x9a377932 kill$UNIX2003 + 32
2 org.gnu.Aquamacs 0x000c7df4 fatal_error_signal + 446
3 libsystem_c.dylib 0x992eb59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295

5 org.gnu.Aquamacs 0x000c7c36 syms_of_xfaces + 3973
6 libsystem_c.dylib 0x99286bdd abort + 167
7 org.gnu.Aquamacs 0x00206f52 ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000ca423 shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c7d91 fatal_error_signal + 347
10 libsystem_c.dylib 0x992eb59b _sigtramp + 43
11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c7c36 syms_of_xfaces + 3973
13 com.apple.CoreFoundation 0x9313c471 CFRelease + 577
14 libobjc.A.dylib 0x96902c58 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 404
15 com.apple.CoreFoundation 0x931670a5 _CFAutoreleasePoolPop + 53
16 com.apple.Foundation 0x9aff9a63 -[NSAutoreleasePool release] + 131
17 org.gnu.Aquamacs 0x0020360f ns_read_socket + 212
18 org.gnu.Aquamacs 0x000d81c8 read_avail_input + 165
19 org.gnu.Aquamacs 0x000d8012 gobble_input + 176
20 org.gnu.Aquamacs 0x000d7f1d get_input_pending + 125
21 org.gnu.Aquamacs 0x000dffbd detect_input_pending_run_timers + 64
22 org.gnu.Aquamacs 0x001d63b9 wait_reading_process_output + 3088
23 org.gnu.Aquamacs 0x0000ee84 sit_for + 437
24 org.gnu.Aquamacs 0x000d076e read_char + 3476
25 org.gnu.Aquamacs 0x000dc811 read_key_sequence + 2552
26 org.gnu.Aquamacs 0x000ccadd command_loop_1 + 1191
27 org.gnu.Aquamacs 0x0017036b internal_condition_case + 304
28 org.gnu.Aquamacs 0x000cc266 command_loop_2 + 53
29 org.gnu.Aquamacs 0x0016fcfc internal_catch + 215
30 org.gnu.Aquamacs 0x000cc1ef command_loop + 207
31 org.gnu.Aquamacs 0x000cb7c3 recursive_edit_1 + 181
32 org.gnu.Aquamacs 0x000cb9cc Frecursive_edit + 323
33 org.gnu.Aquamacs 0x000c9cab main + 5915
34 org.gnu.Aquamacs 0x0000261e start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x9a37990a kevent + 10
1 libdispatch.dylib 0x92fd3c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x92fd26a7 _dispatch_mgr_thread + 53

Thread 2:: CVDisplayLink
0 libsystem_kernel.dylib 0x9a37883e __psynch_cvwait + 10
1 libsystem_c.dylib 0x99297e21 _pthread_cond_wait + 827
2 libsystem_c.dylib 0x9924842c pthread_cond_wait$UNIX2003 + 71
3 com.apple.CoreVideo 0x9954e529 CVDisplayLink::runIOThread() + 945
4 com.apple.CoreVideo 0x9954e161 _ZL13startIOThreadPv + 160
5 libsystem_c.dylib 0x99293ed9 _pthread_start + 335
6 libsystem_c.dylib 0x992976de thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x9a37902e __workq_kernreturn + 10
1 libsystem_c.dylib 0x99295ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x992976fe start_wqthread + 30

Thread 4:
0 libsystem_kernel.dylib 0x9a37902e __workq_kernreturn + 10
1 libsystem_c.dylib 0x99295ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x992976fe start_wqthread + 30

Thread 5:

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x000c7c43 ecx: 0xbfffe14c edx: 0x9a378332
edi: 0xacdbf2c0 esi: 0x00000006 ebp: 0xbfffe168 esp: 0xbfffe14c
ss: 0x00000023 efl: 0x00000286 eip: 0x9a378332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0xacdb7738
Logical CPU: 0

Binary Images:
0x1000 - 0x256ff3 +org.gnu.Aquamacs (2.4 - 2.4.1324381069) <0C31A7D1-254F-C9D8-8269-6B7CA08D3E45> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
0x6fc000 - 0x6fcffb +cl_kernels (??? - ???) <B042620A-4D46-4E8B-BAE3-C53DB8EAE7B7> cl_kernels
0x7ab000 - 0x7b0fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7c1000 - 0x7c3fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7f8000 - 0x7f9ff8 +cl_kernels (??? - ???) <5C527C2A-902A-41A2-9C33-32495246EDD8> cl_kernels
0xfbc000 - 0xfbcffb +cl_kernels (??? - ???) <125F400E-646B-4B96-ADF7-21CE3C22E822> cl_kernels
0xff7000 - 0xff8ff6 +cl_kernels (??? - ???) <D5568309-9E54-43D6-A7E3-393926F6C954> cl_kernels
0x1860000 - 0x1860ff3 +cl_kernels (??? - ???) <13F60EF0-F3C3-40DF-91D1-E4BB7A27C29E> cl_kernels
0x1877000 - 0x187bffb libFontRegistryUI.dylib (??? - ???) <608F6D4D-9CDD-3D7F-8504-24398B4C1A54> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x1ef3000 - 0x1ef4ff8 +cl_kernels (??? - ???) <698FE9C4-DDAB-49AC-AD04-B97F1870471A> cl_kernels
0x1efb000 - 0x1efcffb +cl_kernels (??? - ???) <FE89BC7A-A6DA-4EB5-B5BE-B5518836B70C> cl_kernels
0x2bc7000 - 0x2bf4ff8 GLRendererFloat (??? - ???) <046FB12A-6022-3A91-8385-5BDF85BDACE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x2d00000 - 0x2da1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x8600000 - 0x86a3ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8817000 - 0x890effb libGLProgrammability.dylib (??? - ???) <C45CEE58-603A-371C-B4AB-5346DC13D8F3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0xa164000 - 0xa2d1ffc GLEngine (??? - ???) <5C52561A-F1B6-33ED-B6A0-7439EA2B0920> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine


0x8effe000 - 0x8f7a3ffb com.apple.GeForceGLDriver (7.18.11 - 7.1.8) <71391D53-5F7C-3DA2-AB51-B9CFE665FF2A> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver

0x8fe28000 - 0x8fe5aaa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x903f8ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x9042c000 - 0x90431ffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x90432000 - 0x90e52fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x90e53000 - 0x90e6dfff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x90e6e000 - 0x90ee9ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9114e000 - 0x9140aff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91449000 - 0x9144cfff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x91457000 - 0x91811ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x91812000 - 0x91816fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9181c000 - 0x91eadfe3 libclh.dylib (4.0.3 - 4.0.3) <6A8847F2-1F44-3B30-A770-DAAF8D1D36C2> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x920de000 - 0x920e7fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x920e8000 - 0x9255dff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9255e000 - 0x9255fff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9257a000 - 0x928bdfff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x928be000 - 0x928e8ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x928e9000 - 0x928e9fff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9293c000 - 0x92a13ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x92b5c000 - 0x92b62ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92b63000 - 0x92b82fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x92b83000 - 0x92be4ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio


0x92be6000 - 0x92cdeff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

0x92cdf000 - 0x92ceffff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x92cf0000 - 0x92db0ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x92db1000 - 0x92df2ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x92ec4000 - 0x92ec7ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x92ec8000 - 0x92ed0ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x92ed1000 - 0x92f0dffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92f5a000 - 0x92fd0fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92fd1000 - 0x92fdffff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x92fe0000 - 0x93132fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93133000 - 0x9330afff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9330b000 - 0x93500ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93501000 - 0x9362dff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9362e000 - 0x93639ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x93cd5000 - 0x93ce2fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x93ce3000 - 0x93d40ffb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93d41000 - 0x93e10fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x93e29000 - 0x93ec4ff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93ecb000 - 0x93f1cff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x93f1d000 - 0x94190ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x94199000 - 0x9419afff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x94259000 - 0x9455bfff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9455c000 - 0x94584ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x94585000 - 0x94589ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x94604000 - 0x9465fff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x94660000 - 0x94660ff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94661000 - 0x94683ff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x94684000 - 0x946a0ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x946a1000 - 0x946a2ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x946fb000 - 0x94711ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x94712000 - 0x94745fef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x94746000 - 0x94961ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x94962000 - 0x9496aff3 liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x9496b000 - 0x9496bffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x9496c000 - 0x9496effb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9496f000 - 0x94970fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x94971000 - 0x949b9ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94a32000 - 0x94a80ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x94a81000 - 0x94a8cfff libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x94d55000 - 0x94d59ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x94d5a000 - 0x94d5dffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x94d5e000 - 0x94f12ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x94f13000 - 0x94f9afff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94f9b000 - 0x95a2eff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95bc5000 - 0x95bd0ffc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x95c93000 - 0x95ca1fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x95d24000 - 0x95db1ff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x95dbd000 - 0x95dfeff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x95dff000 - 0x95e61ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x95e80000 - 0x95ea9fff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95ef7000 - 0x95f6bfff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x95f6c000 - 0x95f6fff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x95f70000 - 0x95fccfff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9637b000 - 0x963a6fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x963a7000 - 0x963a9ff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9642a000 - 0x9646dfff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x96474000 - 0x96474fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x96475000 - 0x9649eff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x964ab000 - 0x968f8ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x968f9000 - 0x969cfaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x969d0000 - 0x96a32ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x96a33000 - 0x96c5cffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x96c5d000 - 0x96c9bfff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x96c9c000 - 0x96dadff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x96dae000 - 0x96daefff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x96daf000 - 0x96e13fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96e19000 - 0x96e2efff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x96e2f000 - 0x96e51ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x96e52000 - 0x96ea2ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96ea3000 - 0x96eaeffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x96eaf000 - 0x96f08fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96f17000 - 0x96f4dff4 com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x96f4e000 - 0x96f65ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x96f66000 - 0x96f71ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x96f72000 - 0x96fa1ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x96fa2000 - 0x97007ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x97008000 - 0x9728dfe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9728e000 - 0x9737eff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9737f000 - 0x973d0fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x97406000 - 0x974e9ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x974ea000 - 0x97574ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x97575000 - 0x975e4fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x975e5000 - 0x975e5ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x975e6000 - 0x97603ff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x97604000 - 0x97604fff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x97605000 - 0x97642ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x97972000 - 0x97978ffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x979da000 - 0x979e1ffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x979e2000 - 0x97a49fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x97a4a000 - 0x97a78fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x97a79000 - 0x97aafff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x97ac5000 - 0x97ac7ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x97ac8000 - 0x97b55fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x97b56000 - 0x97b59ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x97bda000 - 0x985025eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x98503000 - 0x989dfff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x989e0000 - 0x989e1ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x989e6000 - 0x98afdfe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x98afe000 - 0x98b02fff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x98b03000 - 0x98e47ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x98e48000 - 0x98e4fff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x98e89000 - 0x98e93ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x98fe5000 - 0x98fe5fff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x98fe6000 - 0x98feaff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x990c6000 - 0x990c7ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x990c8000 - 0x990cfff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x990d0000 - 0x990e4fff com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9910f000 - 0x99118ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9911a000 - 0x99137fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x99138000 - 0x9920fff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x99210000 - 0x99236ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x99237000 - 0x99302fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x9943f000 - 0x99442ffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x99443000 - 0x99443fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9946d000 - 0x9947dfff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x9947e000 - 0x99540fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9954c000 - 0x9956ffff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x99570000 - 0x99595ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9a2e7000 - 0x9a35fff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9a360000 - 0x9a37eff7 libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x9a37f000 - 0x9a49dfec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9a49e000 - 0x9a4deff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9a4fa000 - 0x9a5e2fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x9a670000 - 0x9a714fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9a715000 - 0x9a75eff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9aa89000 - 0x9aa90ff9 libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x9aa91000 - 0x9ab72ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9ab73000 - 0x9ab74ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9ab75000 - 0x9ab75fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9ab76000 - 0x9ac0bff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9ac51000 - 0x9ac85ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9ac86000 - 0x9ad95fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9aff0000 - 0x9b2faff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9b2fb000 - 0x9b303ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x9b304000 - 0x9b305ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9b306000 - 0x9b309ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9b30a000 - 0x9b31bfff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x9b31c000 - 0x9b353fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9b354000 - 0x9b453ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9b465000 - 0x9b4fcff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9b4fd000 - 0x9b50bff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x9b54c000 - 0x9b94eff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9b958000 - 0x9bba1ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9bba2000 - 0x9bba6ffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9bba7000 - 0x9bbd8ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x9bbdb000 - 0x9bbdbfff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9bc27000 - 0x9bc30ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9bc9e000 - 0x9bcbaffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9bcbb000 - 0x9bcbcfff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9bcbd000 - 0x9bcebff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9bde4000 - 0x9be27ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x9be28000 - 0x9be51ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9be52000 - 0x9be60fff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9be7a000 - 0x9be8fff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9be90000 - 0x9bff1ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9bff2000 - 0x9c002ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x9c06c000 - 0x9c0e8ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9c0e9000 - 0x9c138ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9c139000 - 0x9c141fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9c16e000 - 0x9c27efe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9c2dc000 - 0x9c957fe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9c9a2000 - 0x9c9f3ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9c9f4000 - 0x9ca44ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9cb80000 - 0x9cb93ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9cbb6000 - 0x9cbc3fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9cc34000 - 0x9cc39ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9cc42000 - 0x9cc82ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9cc83000 - 0x9cc84fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9cc85000 - 0x9cde7fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 215


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: 10340
thread_create: 2
thread_set_state: 448

VM Region Summary:
ReadOnly portion of Libraries: Total=202.6M resident=34.3M(17%) swapped_out_or_unallocated=168.3M(83%)
Writable regions: Total=146.6M written=14.6M(10%) resident=54.3M(37%) swapped_out=19.0M(13%) unallocated=92.3M(63%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 31.9M


ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 15.6M
CG image 588K
CG raster data 13.4M
CG shared images 5528K
CoreAnimation 13.1M
CoreGraphics 8K
CoreServices 1588K
IOKit 8400K
MALLOC 42.4M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

OpenCL 72K
OpenGL GLSL 1116K
OpenGL GLSL (reserved) 128K reserved VM address space (unallocated)
Stack 66.0M
Stack (reserved) 516K reserved VM address space (unallocated)
VM_ALLOCATE 16.4M
__CI_BITMAP 80K
__DATA 26.0M
__DATA/__OBJC 128K
__IMAGE 528K
__IMPORT 12K
__LINKEDIT 43.0M
__OBJC 3076K
__OBJC/__DATA 80K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 159.6M
__UNICODE 544K
mapped file 101.4M
shared memory 3568K
shared pmap 6048K
=========== =======
TOTAL 560.3M
TOTAL, minus reserved VM space 559.7M

Boris Glavic

unread,
Mar 18, 2012, 12:10:11 PM3/18/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4

Windowing system distributor `Apple', version 10.3.1138
configured using `configure  '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/local/texlive/2011/bin/universal-darwin/:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin:.:/Users/lord_pretzel/scripts:/Users/lord_pretzel/scripts/ssh:/Users/lord_pretzel/scripts/perm:/Users/lord_pretzel/scripts/backup:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2011/bin:/usr/local/texlive/2010basic/bin

exec-path: (/usr/local/texlive/2011/bin/universal-darwin/ /sw/bin /sw/sbin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/X11R6/bin . /Users/lord_pretzel/scripts /Users/lord_pretzel/scripts/ssh /Users/lord_pretzel/scripts/perm /Users/lord_pretzel/scripts/backup /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin /usr/local/texlive/2011/bin /usr/local/texlive/2010basic/bin)

Process:         Aquamacs [30471]
Path:            /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier:      org.gnu.Aquamacs
Version:         2.4 (2.4.1319565789)
Code Type:       X86 (Native)
Parent Process:  launchd [320]

Date/Time:       2012-03-09 08:32:04.626 -0500

OS Version:      Mac OS X 10.7.3 (11D50b)
Report Version:  9

Interval Since Last Report:          23316 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  1291744 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      90A7CD37-A01B-4E92-81CC-DDC8E0C6F18F


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

Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000001800000

VM Regions Near 0x1800000:
    MALLOC_SMALL           0000000001000000-0000000001800000 [ 8192K] rw-/rwx SM=PRV 
-->
    mapped file            0000000001a13000-0000000001af9000 [  920K] r--/rwx SM=COW  /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat

Application Specific Information:
objc[30471]: garbage collection is OFF

abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        0x90ac6332 __kill + 10
1   libsystem_kernel.dylib        0x90ac5932 kill$UNIX2003 + 32
2   org.gnu.Aquamacs              0x000c8a5c fatal_error_signal + 446
3   libsystem_c.dylib             0x903ee59b _sigtramp + 43

4   ???                           0xffffffff 0 + 4294967295
5   org.gnu.Aquamacs              0x000c889e syms_of_xfaces + 3973
6   libsystem_c.dylib             0x90389bdd abort + 167
7   org.gnu.Aquamacs              0x00207a9e ns_term_shutdown + 118
8   org.gnu.Aquamacs              0x000cb08b shut_down_emacs + 282
9   org.gnu.Aquamacs              0x000c89f9 fatal_error_signal + 347
10  libsystem_c.dylib             0x903ee59b _sigtramp + 43

11  ???                           0xffffffff 0 + 4294967295
12  org.gnu.Aquamacs              0x000c889e syms_of_xfaces + 3973
13  com.apple.applescript         0x02f53ffe TTermEntry::NextSubTerm() + 22
14  com.apple.applescript         0x02f54e05 TTermEntry::FindSubTerm(TTermEntry&, TTermEntry*) + 221
15  com.apple.applescript         0x02f552db TTermEntry::StoreTerm(TTerminology*, TTermEntry*, TTermEntry*) + 65
16  com.apple.applescript         0x02f56c71 TTermEntry::ScanNode(TTerminology*, _xmlNode const*, TTermEntry*, sdef::typecode_map const&) + 693
17  com.apple.applescript         0x02f570da TTermEntry::ScanSubNodes(TTerminology*, _xmlNode const*, char const*, TTermEntry*, TTermKind, sdef::typecode_map const&) + 352
18  com.apple.applescript         0x02f56f41 TTermEntry::DoSubNodes(TTerminology*, _xmlNode const*, TTermEntry*, sdef::typecode_map const&) + 199
19  com.apple.applescript         0x02f56e49 TTermEntry::ScanNode(TTerminology*, _xmlNode const*, TTermEntry*, sdef::typecode_map const&) + 1165
20  com.apple.applescript         0x02f58e23 TTerminology::ScanScriptingDefinition(__CFData const*) + 1427
21  com.apple.applescript         0x02f59670 GetAppTerminology(TUASApplication const*, __CFURL const*) + 344
22  com.apple.applescript         0x02f60233 TUASApplication::Terminology() const + 121
23  com.apple.applescript         0x02f5079e UASStartTellScope1(TUASCommand*) + 172
24  com.apple.applescript         0x02f423f7 _ReductionProc_ + 2348
25  com.apple.applescript         0x02f51289 TASParser::Parse(TTerminology*, TUASValue*, char const*, unsigned long) + 2381
26  com.apple.applescript         0x02f3c8a1 ASCompile(AEDesc const*, long, unsigned long*) + 334
27  com.apple.CoreServices.CarbonCore 0x99ec4521 callComponent_444 + 32
28  com.apple.CoreServices.CarbonCore 0x99f72cf9 CallComponentFunction + 41
29  com.apple.applescript         0x02f347b9 AppleScriptComponent + 1729
30  com.apple.CoreServices.CarbonCore 0x99ee945d CallComponent + 223
31  com.apple.CoreServices.CarbonCore 0x99ee9484 DelegateComponentCall + 24
32  com.apple.applescript         0x02f4e96f AGenericCall::Delegate(ComponentInstanceRecord*) + 49
33  com.apple.applescript         0x02f4e29e AGenericManager::HandleOSACall(ComponentParameters*) + 60
34  com.apple.applescript         0x02f4e0d9 GenericComponent + 285
35  com.apple.CoreServices.CarbonCore 0x99ee945d CallComponent + 223
36  com.apple.CoreServices.CarbonCore 0x99ee94a6 CallComponentDispatch + 29
37  com.apple.openscripting       0x93e10ae1 OSACompile + 55
38  com.apple.Foundation          0x990b4b0d -[NSAppleScript compileAndReturnError:] + 142
39  com.apple.Foundation          0x990b529d -[NSAppleScript(NSPrivate) _executeWithMode:andReturnError:] + 56
40  com.apple.Foundation          0x990b4a7a -[NSAppleScript executeAndReturnError:] + 48
41  org.gnu.Aquamacs              0x0021cd35 ns_do_applescript + 157
42  org.gnu.Aquamacs              0x0021cf07 ns_run_ascript + 41
43  org.gnu.Aquamacs              0x00207bc3 -[EmacsApp sendEvent:] + 104
44  com.apple.AppKit              0x954346d5 -[NSApplication run] + 1007
45  org.gnu.Aquamacs              0x0021d0bc Fns_do_applescript + 421
46  org.gnu.Aquamacs              0x00172b9f Feval + 1577
47  org.gnu.Aquamacs              0x0016eee3 Fprogn + 44
48  org.gnu.Aquamacs              0x0017015c FletX + 469
49  org.gnu.Aquamacs              0x001728d8 Feval + 866
50  org.gnu.Aquamacs              0x0016eee3 Fprogn + 44
51  org.gnu.Aquamacs              0x001747e6 funcall_lambda + 797
52  org.gnu.Aquamacs              0x0017443c apply_lambda + 398
53  org.gnu.Aquamacs              0x00172f60 Feval + 2538
54  org.gnu.Aquamacs              0x00173e9e Ffuncall + 1127
55  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
56  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
57  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
58  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
59  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
60  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
61  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
62  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
63  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
64  org.gnu.Aquamacs              0x001cab8e Fbyte_code + 3157
65  org.gnu.Aquamacs              0x00174832 funcall_lambda + 873
66  org.gnu.Aquamacs              0x00174165 Ffuncall + 1838
67  org.gnu.Aquamacs              0x0017383b apply1 + 47
68  org.gnu.Aquamacs              0x0016c607 Fcall_interactively + 1134
69  org.gnu.Aquamacs              0x00173ef8 Ffuncall + 1217
70  org.gnu.Aquamacs              0x0017394b call3 + 56
71  org.gnu.Aquamacs              0x000e040a Fcommand_execute + 792
72  org.gnu.Aquamacs              0x000cf093 command_loop_1 + 7669
73  org.gnu.Aquamacs              0x00170fd3 internal_condition_case + 304
74  org.gnu.Aquamacs              0x000ccece command_loop_2 + 53
75  org.gnu.Aquamacs              0x00170964 internal_catch + 215
76  org.gnu.Aquamacs              0x000cce57 command_loop + 207
77  org.gnu.Aquamacs              0x000cc42b recursive_edit_1 + 181
78  org.gnu.Aquamacs              0x000cc634 Frecursive_edit + 323
79  org.gnu.Aquamacs              0x000ca913 main + 5915
80  org.gnu.Aquamacs              0x00003286 start + 54


Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        0x90ac790a kevent + 10
1   libdispatch.dylib             0x90209c58 _dispatch_mgr_invoke + 969
2   libdispatch.dylib             0x902086a7 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib        0x90ac702e __workq_kernreturn + 10
1   libsystem_c.dylib             0x90398ccf _pthread_wqthread + 773
2   libsystem_c.dylib             0x9039a6fe start_wqthread + 30

Thread 3:
0   libsystem_kernel.dylib        0x90ac702e __workq_kernreturn + 10
1   libsystem_c.dylib             0x90398ccf _pthread_wqthread + 773
2   libsystem_c.dylib             0x9039a6fe start_wqthread + 30


Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x000c88ab  ecx: 0xbfffb08c  edx: 0x90ac6332
  edi: 0xac0582c0  esi: 0x00000006  ebp: 0xbfffb0a8  esp: 0xbfffb08c
   ss: 0x00000023  efl: 0x00000286  eip: 0x90ac6332   cs: 0x0000000b

   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0xac050738

Logical CPU: 0

Binary Images:
    0x1000 -   0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
  0x6fa000 -   0x6fcfff  libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
  0x7b4000 -   0x7b4ffb +cl_kernels (??? - ???) <D1066CE2-EC56-4268-B9C7-C09C150642C9> cl_kernels
  0x7c1000 -   0x7c6fe2  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
  0x7f1000 -   0x7f2ff8 +cl_kernels (??? - ???) <9E8568EF-CF4D-4EC8-98AD-1FC2EC41C0B8> cl_kernels
  0xfe1000 -   0xfe5ffb  libFontRegistryUI.dylib (??? - ???) <608F6D4D-9CDD-3D7F-8504-24398B4C1A54> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x1cc8000 -  0x1cc8fff  com.apple.applescript.component (2.2.1 - 2.2.1) <E7C937D3-5623-32EB-AA4F-B5D0D1EE27B9> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
0x1e00000 -  0x1ea1ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x2f2d000 -  0x2fc0fff  com.apple.applescript (2.2.1 - 2.2.1) <54C84231-54F4-3C4C-B3BE-78F337752D19> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
0x8fe85000 - 0x8feb7aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90207000 - 0x90215fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x90216000 - 0x90217ffd  libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x90218000 - 0x90218fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9031d000 - 0x90339ffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9033a000 - 0x90405fff  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x90421000 - 0x90421fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90434000 - 0x90560ff9  com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x905ae000 - 0x905aeff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x905af000 - 0x905b0fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x90629000 - 0x9064fffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x90650000 - 0x9066cff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9066d000 - 0x906bbff3  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x906e4000 - 0x906e7ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x906e8000 - 0x90744fff  com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x907b7000 - 0x907c0ff3  com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x907c1000 - 0x90811ff9  com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9083b000 - 0x908fdfff  com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x908ff000 - 0x9090dfff  com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9090e000 - 0x9090efff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90912000 - 0x9099cffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9099d000 - 0x909ffff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x90a00000 - 0x90a43fff  com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x90aad000 - 0x90aadfff  com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x90aae000 - 0x90accff7  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x90acd000 - 0x90b49ff0  com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x90b4a000 - 0x90b4bfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x90e12000 - 0x9173a5eb  com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x91759000 - 0x91759ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x917c9000 - 0x917d0ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x91878000 - 0x91cedff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x91cee000 - 0x91d10ffe  com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x91d11000 - 0x91d18ff9  libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x91d19000 - 0x91d5cffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x91d5d000 - 0x91f86ffb  com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x91f87000 - 0x91f8cffd  libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x91f8d000 - 0x91fb6ff1  com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x91fd1000 - 0x91fe4ffb  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x91fea000 - 0x91ff2ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x91ff3000 - 0x91ff6ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9200b000 - 0x920f3fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x92120000 - 0x92157fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9217c000 - 0x9219eff1  com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x921ad000 - 0x921ccfff  com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x92214000 - 0x924d0ff3  com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x924d1000 - 0x924d1ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x924d2000 - 0x924fcff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9324e000 - 0x93252ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x93261000 - 0x932beffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x932bf000 - 0x9332efff  com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9332f000 - 0x9336cff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9336d000 - 0x933d2ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x933d3000 - 0x937d5ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x937d6000 - 0x937fbff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x937fc000 - 0x93befffb  com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x93bf0000 - 0x93c77fff  com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x93c78000 - 0x93cdffff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x93ce0000 - 0x93dfefec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93dff000 - 0x93e1cff3  com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93e1d000 - 0x93e1fffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x93e20000 - 0x93e98ff8  com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x93e99000 - 0x93ea2ffb  com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x93eb3000 - 0x93ef3ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x93ef4000 - 0x93f68fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x93f69000 - 0x94059ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9405a000 - 0x940efff7  com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x94146000 - 0x94157fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x94164000 - 0x9417affe  libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9417b000 - 0x9417bfff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9417c000 - 0x9417cfff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x941a1000 - 0x941acffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x941ad000 - 0x94206fff  com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x94212000 - 0x9421ffff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x948b2000 - 0x948c2ff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x948c3000 - 0x94904ff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x94951000 - 0x94974fff  com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94975000 - 0x94a4cffb  com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x94a4d000 - 0x94a89ffa  libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94a8a000 - 0x94ed7ffb  com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x94ed8000 - 0x94edcfff  libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x94ee3000 - 0x94fb9aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x94fba000 - 0x95003ff7  libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95004000 - 0x9502ffff  com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9515f000 - 0x95176ff8  com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x95177000 - 0x9517afff  com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9517b000 - 0x95370ff7  com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9542f000 - 0x95ec2ff6  com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9655e000 - 0x967d1ff7  com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x967d2000 - 0x96813ff7  com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x96861000 - 0x96c1bffb  com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x96c1c000 - 0x96c22ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x96c23000 - 0x96c3dfff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96c3e000 - 0x96c49ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x96c4a000 - 0x96d61fe9  com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x96d64000 - 0x96d6cff3  liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x96d6e000 - 0x96e66ff7  libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x96ec2000 - 0x96f3dffb  com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x96f3e000 - 0x96f6cff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96f6d000 - 0x96f9bfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x97137000 - 0x97138fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x971ef000 - 0x971f1ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x971f2000 - 0x971f7ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x971f8000 - 0x971fbffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x971fc000 - 0x97207fff  libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x97208000 - 0x9721cfff  com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x97228000 - 0x97704ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x97705000 - 0x9798afe3  com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9798b000 - 0x97999fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9799a000 - 0x979aafff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x979ab000 - 0x97b0dfff  com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x97b0e000 - 0x97b72fff  com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x97b87000 - 0x97bbdff4  com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x97bbe000 - 0x97bbfff7  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x97f85000 - 0x9805cff6  com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9805d000 - 0x98067ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x982cc000 - 0x9831cff0  libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9831d000 - 0x98320ffd  libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x98321000 - 0x98322ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x98374000 - 0x984d5ffb  com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x984d6000 - 0x984e6fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x9854d000 - 0x9859cffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x985ef000 - 0x9900ffff  com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x99010000 - 0x9931aff3  com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9931b000 - 0x9937cffb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9938c000 - 0x993ccff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x99551000 - 0x99558ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x99559000 - 0x99619ffb  com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9976a000 - 0x99aadfff  com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x99aae000 - 0x99ac3ff7  com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x99ac4000 - 0x99acdfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x99e30000 - 0x99e81fff  libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x99e82000 - 0x9a184fff  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9a185000 - 0x9a339ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x9a394000 - 0x9a4a5ff7  libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9a4d9000 - 0x9a54ffff  com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9a550000 - 0x9a554ffd  IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9a555000 - 0x9a636ff7  com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9a637000 - 0x9a645ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x9a663000 - 0x9a83afff  com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9a83b000 - 0x9a871ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9a872000 - 0x9a941fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9a9d9000 - 0x9a9e4ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9a9e5000 - 0x9aa0dff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x9aa8b000 - 0x9aa96ffc  com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9abac000 - 0x9abf4ff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9abf5000 - 0x9ad05fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9ad0c000 - 0x9b387fe5  com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9b388000 - 0x9b38cff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9b38d000 - 0x9b49cfff  com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9b4a4000 - 0x9b4d8ff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9b84f000 - 0x9b855ffb  com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9b9c2000 - 0x9b9c6fff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9b9c7000 - 0x9ba54fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9ba55000 - 0x9baf0ff3  com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9bb64000 - 0x9bb65ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x9bb66000 - 0x9bbc1ff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9bbc2000 - 0x9bbc3fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9bbc4000 - 0x9bc02fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9bc03000 - 0x9bce6ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9bce7000 - 0x9bce7fff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9bce9000 - 0x9bcecff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9bced000 - 0x9bd91fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9bd95000 - 0x9bdaafff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9bdab000 - 0x9bfc6ff7  com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9bfc7000 - 0x9bfcaffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9bfcb000 - 0x9c30fffb  com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9c374000 - 0x9c375ffe  libScreenReader.dylib (??? - ???) <D52E9329-CF2E-3A0F-AFCC-77E1A9A4B4F5> /usr/lib/libScreenReader.dylib
0x9c376000 - 0x9c377ff7  libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9c3a6000 - 0x9c3c3fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9c3c4000 - 0x9c516fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9c517000 - 0x9c540ffe  com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9c541000 - 0x9c541fff  libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x9c58d000 - 0x9c5beff7  libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x9c657000 - 0x9c8a0ff7  com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9c8ac000 - 0x9c8b0ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9c993000 - 0x9c9e4ff3  com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9c9e5000 - 0x9ca47ffb  com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9cab1000 - 0x9cb02ff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9cb03000 - 0x9cb32ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9cb33000 - 0x9cc32ffb  com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9cc33000 - 0x9cc34ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9cc35000 - 0x9cc3dff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9cc3e000 - 0x9cccbff7  com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9cd03000 - 0x9cd9aff3  com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9cd9b000 - 0x9cda3fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9cde5000 - 0x9cde7ff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 44

    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: 58617
    thread_create: 0
    thread_set_state: 3

VM Region Summary:
ReadOnly portion of Libraries: Total=184.8M resident=71.8M(39%) swapped_out_or_unallocated=113.1M(61%)
Writable regions: Total=108.2M written=17.9M(17%) resident=34.1M(31%) swapped_out=752K(1%) unallocated=74.1M(69%)


REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 31.9M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  10.3M
CG image                             16K
CG raster data                      200K
CG shared images                   4568K
CoreGraphics                          8K
CoreServices                       2124K
MALLOC                             32.6M

MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=249                      156K
OpenCL                               20K
Stack                              65.5M
VM_ALLOCATE                        19.2M
__CI_BITMAP                          80K
__DATA                             22.9M
__DATA/__OBJC                       264K
__IMAGE                             528K
__IMPORT                             12K
__LINKEDIT                         42.6M
__OBJC                             2484K
__OBJC/__DATA                         4K
__PAGEZERO                            4K
__RC_CAMERAS                        232K
__TEXT                            142.2M
__UNICODE                           544K
mapped file                       110.5M
shared memory                      9064K
shared pmap                        6912K
===========                      =======
TOTAL                             504.4M
TOTAL, minus reserved VM space    504.4M

System Profile:
Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.48f2
Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.19)
Bluetooth: Version 4.0.3f12, 2 service, 11 devices, 1 incoming serial ports
Serial ATA Device: ST9500420ASG, 500.11 GB
Serial ATA Device: HL-DT-ST DVDRW  GS23N
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 4


------------------------------------------------------------------
Boris Glavic
PostDoc Fellow
University of Toronto Database Group

Room BA7204
40 St. George Street 
ON M5S 2E4 Toronto
Canada







Rodrigo Parra

unread,
Mar 18, 2012, 10:37:58 PM3/18/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil

value of $LC_CTYPE: UTF-8


value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil

locale-coding-system: utf-8-unix
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs moveTel.py)

PATH: /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/texbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/texbin:/usr/texbin:/usr/local/texlive/2011/bin:/usr/local/texlive/2008/bin

exec-path: (/opt/local/bin /opt/local/sbin /opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/X11/bin /usr/texbin /opt/local/bin /opt/local/sbin /opt/local/bin /opt/local/sbin /opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/X11/bin /usr/texbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2011/bin /usr/local/texlive/2008/bin)

Process: Aquamacs [2727]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: ??? [1]

Date/Time: 2012-03-17 20:22:58.723 -0400


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

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

Application Specific Information:
objc[2727]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x974b6332 __kill + 10
1 libsystem_kernel.dylib 0x974b5932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x939ad59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x93948bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x939ad59b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 com.apple.CoreFoundation 0x98db9c7a __CFRunLoopServiceMachPort + 170
14 com.apple.CoreFoundation 0x98dc2da4 __CFRunLoopRun + 1428
15 com.apple.CoreFoundation 0x98dc247c CFRunLoopRunSpecific + 332
16 com.apple.CoreFoundation 0x98dc2328 CFRunLoopRunInMode + 120
17 com.apple.HIToolbox 0x99dbb17f RunCurrentEventLoopInMode + 318
18 com.apple.HIToolbox 0x99dc24e7 ReceiveNextEventCommon + 381
19 com.apple.HIToolbox 0x99dc2356 BlockUntilNextEventMatchingListInMode + 88
20 com.apple.AppKit 0x9494ba9c _DPSNextEvent + 678
21 com.apple.AppKit 0x9494b306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
22 com.apple.AppKit 0x94947675 -[NSApplication run] + 911
23 org.gnu.Aquamacs 0x002044a4 ns_read_socket + 769
24 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
25 org.gnu.Aquamacs 0x000d8c92 gobble_input + 200
26 org.gnu.Aquamacs 0x002047c8 ns_select + 640
27 org.gnu.Aquamacs 0x001d6f36 wait_reading_process_output + 2853
28 org.gnu.Aquamacs 0x000d3d11 kbd_buffer_get_event + 675
29 org.gnu.Aquamacs 0x000d1788 read_char + 4422
30 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
31 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
32 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
33 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
34 org.gnu.Aquamacs 0x00170964 internal_catch + 215
35 org.gnu.Aquamacs 0x000cce57 command_loop + 207
36 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
37 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
38 org.gnu.Aquamacs 0x000ca913 main + 5915
39 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x974b790a kevent + 10
1 libdispatch.dylib 0x973f8c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x973f76a7 _dispatch_mgr_thread + 53

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffcc5c edx: 0x974b6332
edi: 0xac5382c0 esi: 0x00000006 ebp: 0xbfffcc78 esp: 0xbfffcc5c
ss: 0x00000023 efl: 0x00000286 eip: 0x974b6332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x4bd0ce20
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0xff6000 - 0xff8fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0xffe000 - 0xffeffb +cl_kernels (??? - ???) <8F53190B-A119-4AFE-9B12-DCE2778B7722> cl_kernels
0x1ca6000 - 0x1cabfe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1cc5000 - 0x1cc6ff8 +cl_kernels (??? - ???) <2F412807-8E22-4AAA-BB3A-F995C6202730> cl_kernels
0xaa15000 - 0xaab6ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x8fe6a000 - 0x8fe9caa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90009ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x900b3000 - 0x900b4ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x90137000 - 0x9017affd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x90227000 - 0x90238fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x90239000 - 0x902adfff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x902ae000 - 0x902b4ffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x902c3000 - 0x902caffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x902cb000 - 0x902dbfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x902dc000 - 0x902dfffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x902e0000 - 0x906d3ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x90833000 - 0x90995fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x909ed000 - 0x90ac4ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x90ac5000 - 0x90ae7ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x90ae8000 - 0x90b07fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x90b08000 - 0x90b0dffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x90b0e000 - 0x90b45fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x90b46000 - 0x90b46fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90b47000 - 0x90b8afff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x90bd3000 - 0x90c68ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90c69000 - 0x90c69fff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90c6a000 - 0x90ca0ff4 com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x90ca1000 - 0x90f14ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x91c66000 - 0x91c89fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x91c8a000 - 0x91d9bff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91d9c000 - 0x91d9dff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x91d9e000 - 0x91da8ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91da9000 - 0x927c9fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x92a7c000 - 0x92b9afec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x92b9b000 - 0x92bd9fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92bda000 - 0x92bf6ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x92bf7000 - 0x92bf7fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x92c04000 - 0x92ce7ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x92e04000 - 0x931beffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x931bf000 - 0x931bffff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x931c0000 - 0x931c3ffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x931c4000 - 0x931eaffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9320f000 - 0x93494fe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x93495000 - 0x934aafff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x934ab000 - 0x938f8ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x938f9000 - 0x939c4fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x93a0a000 - 0x93a15fff libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x93a16000 - 0x93b15ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x93b16000 - 0x93b19ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x93b1a000 - 0x93b77ffb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93b78000 - 0x93b7fff9 libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x93bdd000 - 0x93bddff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93bde000 - 0x93c2eff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x93c45000 - 0x942c0fe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x942c3000 - 0x942ccfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9434b000 - 0x94356ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94665000 - 0x946b5ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x946bc000 - 0x946bcfff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x946bd000 - 0x9470eff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9470f000 - 0x94717ff3 liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x94718000 - 0x94728fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x9472b000 - 0x9472bfff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x94942000 - 0x953d5ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x953da000 - 0x953eefff com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x953ef000 - 0x953f0ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x95424000 - 0x954abfff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x95524000 - 0x95593fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x95594000 - 0x95594ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x9559d000 - 0x955a8ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x955d1000 - 0x955e6ff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x955e7000 - 0x95604fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x95605000 - 0x957b9ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x957d5000 - 0x957d8ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x957d9000 - 0x95cb5ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95cb6000 - 0x95cbaffa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x9637b000 - 0x9637cfff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x9637e000 - 0x96381ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9639b000 - 0x963ecfff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x963ed000 - 0x96454fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x96455000 - 0x964b7ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x964b8000 - 0x964bbfff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x964e3000 - 0x964ebff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x964ec000 - 0x965bbfff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x965bc000 - 0x965e4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x965f0000 - 0x9664bff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x96699000 - 0x967a9fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x967aa000 - 0x970d25eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x970de000 - 0x97143ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x97144000 - 0x9714bff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9714c000 - 0x97150ffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x97151000 - 0x97161ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x97162000 - 0x97164ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x97165000 - 0x97181ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x97182000 - 0x971cbff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x971cc000 - 0x973f5ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x973f6000 - 0x97404fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x97405000 - 0x97434ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9749e000 - 0x974bcff7 libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x974bd000 - 0x974beffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x974fb000 - 0x97525ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x97529000 - 0x97565ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97f30000 - 0x97f52ff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x98085000 - 0x983c8fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x983c9000 - 0x984d8fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x984d9000 - 0x98507ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x98637000 - 0x98638ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x98639000 - 0x9863eff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9863f000 - 0x98640fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9867b000 - 0x98683ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x98684000 - 0x986c1ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x986c2000 - 0x98784fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x98785000 - 0x9881cff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9881d000 - 0x9884eff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x9884f000 - 0x9885dfff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9885e000 - 0x988b7fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x988b8000 - 0x988c3ffc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x988ca000 - 0x988d8ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x988d9000 - 0x98904fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x98905000 - 0x9894dff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9894e000 - 0x98a36fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x98a37000 - 0x98a54ff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x98a63000 - 0x98b07fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x98b08000 - 0x98b08fff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x98b09000 - 0x98bdfaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x98d04000 - 0x98d45ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x98d46000 - 0x98d86ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x98d87000 - 0x98f5efff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x98f94000 - 0x98fe3ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x992b8000 - 0x992ecff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x992ed000 - 0x9934effb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9934f000 - 0x99659ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9965a000 - 0x9965aff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x99681000 - 0x997d3fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x997d4000 - 0x998abff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x998ac000 - 0x998ecff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x998ed000 - 0x99b08ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x99b48000 - 0x99bd5fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x99bd6000 - 0x99c60ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x99c61000 - 0x99c63ff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x99c68000 - 0x99c6bff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x99c6c000 - 0x99d64ff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x99d65000 - 0x99d66fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x99db9000 - 0x9a0fdffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9a0fe000 - 0x9a215fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9a282000 - 0x9a30fff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9a310000 - 0x9a314ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9a6c8000 - 0x9a724fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9a74f000 - 0x9a769fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9a76a000 - 0x9aa6cfff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9aa6d000 - 0x9aacfffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9aad0000 - 0x9aaddfff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9aade000 - 0x9ab07ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9ab08000 - 0x9ab7efff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9ac5a000 - 0x9ac5afff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9aca7000 - 0x9ad22ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9ae1b000 - 0x9b21dff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9b21e000 - 0x9b24cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x9b267000 - 0x9b327ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9b328000 - 0x9b51dff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9b51e000 - 0x9b531ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9b532000 - 0x9b5cdff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9b5ce000 - 0x9b5dcfff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9b5dd000 - 0x9b709ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9b70a000 - 0x9b72fff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b737000 - 0x9b788ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9b7a2000 - 0x9b81aff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9ba2c000 - 0x9ba7aff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9baae000 - 0x9bac4ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9bb15000 - 0x9bb19fff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9bb1a000 - 0x9bb96ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9bc47000 - 0x9bc50ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9bc51000 - 0x9bcb5fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9bcb6000 - 0x9bcbafff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9bcbb000 - 0x9bd9cff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9bd9d000 - 0x9bd9efff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9be0d000 - 0x9be36ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9be37000 - 0x9c0f3ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9c0f4000 - 0x9c255ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9c256000 - 0x9c25efff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9c260000 - 0x9c4a9ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9c4aa000 - 0x9c4e0ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9c4ff000 - 0x9c508ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9c6d5000 - 0x9c716ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9c717000 - 0x9c71dffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9c71e000 - 0x9c729ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9c72a000 - 0x9c72bff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9c860000 - 0x9c950ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9c951000 - 0x9c968ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9c969000 - 0x9cddeff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9cddf000 - 0x9cde1ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 40


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: 10531
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=184.0M resident=115.5M(63%) swapped_out_or_unallocated=68.5M(37%)
Writable regions: Total=157.7M written=15.7M(10%) resident=32.4M(21%) swapped_out=0K(0%) unallocated=125.3M(79%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 31.8M


ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 10.6M
CG image 52K
CG raster data 64K


CG shared images 3480K
CoreGraphics 8K

CoreServices 2044K
MALLOC 83.3M
MALLOC guard page 48K
Memory tag=242 12K
OpenCL 20K


Stack 64.5M
VM_ALLOCATE 16.1M
__CI_BITMAP 80K

__DATA 22.7M
__DATA/__OBJC 152K
__IMAGE 528K
__IMPORT 12K
__LINKEDIT 42.4M
__OBJC 2632K
__OBJC/__DATA 12K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 141.6M
__UNICODE 544K
mapped file 105.0M
shared memory 20.4M
shared pmap 6976K
=========== =======
TOTAL 555.0M
TOTAL, minus reserved VM space 555.0M

Jay Dixit

unread,
Mar 19, 2012, 3:58:05 AM3/19/12
to aquama...@aquamacs.org

In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)

of 2012-02-14 on braeburn.aquamacs.org - Aquamacs Distribution 2.4


Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil

value of $LC_CTYPE: nil


value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil

locale-coding-system: nil
default enable-multibyte-characters: t

Major mode: Org

Minor modes in effect:
flyspell-mode: t
global-flyspell-mode: t
savehist-mode: t
smart-frame-positioning-mode: t
aquamacs-autoface-mode: t
recentf-mode: t
osx-key-mode: t
tabbar-mwheel-mode: t
tabbar-mode: t
show-paren-mode: t
delete-selection-mode: t
pc-selection-mode: t
tooltip-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-encryption-mode: t
auto-compression-mode: t
smart-spacing-mode: t
line-number-mode: t
global-visual-line-mode: t
visual-line-mode: t
transient-mark-mode: t
abbrev-mode: t

Recent input:


Recent messages:
Problems while trying to load feature `org-invoice'
Loading /Users/jay/Library/Preferences/Aquamacs Emacs/customizations.el (source)...done
Loading /Users/jay/Library/Preferences/Aquamacs Emacs/Preferences.el (source)...done
Source file `/Users/jay/Library/Application Support/Aquamacs Emacs/elpa/load-dir-0.0.3/load-dir.el' newer than byte-compiled file
Mark set
Warning: You have turned off `cua-mode' in your customizations
or init file. Without this mode, Aquamacs will behave in an
un-Mac-like way when you select text and copy&paste it.
one-buffer-one-frame-mode disabled.
Loading /Users/jay/Library/Preferences/Aquamacs Emacs/frame-positions.el (source)...done

Load-path shadows:
~/elisp/customizations hides /Users/jay/Library/Preferences/Aquamacs Emacs/customizations
~/elisp/org-habit hides /Applications/Aquamacs.app/Contents/Resources/lisp/org-habit
/Applications/Aquamacs.app/Contents/Resources/lisp/org hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org
/Applications/Aquamacs.app/Contents/Resources/lisp/org-xoxo hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-xoxo
/Applications/Aquamacs.app/Contents/Resources/lisp/org-wl hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-wl
/Applications/Aquamacs.app/Contents/Resources/lisp/org-w3m hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-w3m
/Applications/Aquamacs.app/Contents/Resources/lisp/org-vm hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-vm
/Applications/Aquamacs.app/Contents/Resources/lisp/org-timer hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-timer
/Applications/Aquamacs.app/Contents/Resources/lisp/org-table hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-table
/Applications/Aquamacs.app/Contents/Resources/lisp/org-src hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-src
/Applications/Aquamacs.app/Contents/Resources/lisp/org-rmail hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-rmail
/Applications/Aquamacs.app/Contents/Resources/lisp/org-remember hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-remember
/Applications/Aquamacs.app/Contents/Resources/lisp/org-publish hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-publish
/Applications/Aquamacs.app/Contents/Resources/lisp/org-protocol hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-protocol
/Applications/Aquamacs.app/Contents/Resources/lisp/org-plot hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-plot
/Applications/Aquamacs.app/Contents/Resources/lisp/org-mouse hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-mouse
/Applications/Aquamacs.app/Contents/Resources/lisp/org-mobile hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-mobile
/Applications/Aquamacs.app/Contents/Resources/lisp/org-mhe hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-mhe
/Applications/Aquamacs.app/Contents/Resources/lisp/org-mew hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-mew
/Applications/Aquamacs.app/Contents/Resources/lisp/org-macs hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-macs
/Applications/Aquamacs.app/Contents/Resources/lisp/org-mac-message hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-mac-message
/Applications/Aquamacs.app/Contents/Resources/lisp/org-list hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-list
/Applications/Aquamacs.app/Contents/Resources/lisp/org-latex hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-latex
/Applications/Aquamacs.app/Contents/Resources/lisp/org-jsinfo hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-jsinfo
/Applications/Aquamacs.app/Contents/Resources/lisp/org-irc hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-irc
/Applications/Aquamacs.app/Contents/Resources/lisp/org-install hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-install
/Applications/Aquamacs.app/Contents/Resources/lisp/org-inlinetask hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-inlinetask
/Applications/Aquamacs.app/Contents/Resources/lisp/org-info hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-info
/Applications/Aquamacs.app/Contents/Resources/lisp/org-indent hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-indent
/Applications/Aquamacs.app/Contents/Resources/lisp/org-id hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-id
/Applications/Aquamacs.app/Contents/Resources/lisp/org-icalendar hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-icalendar
/Applications/Aquamacs.app/Contents/Resources/lisp/org-html hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-html
~/elisp/org-habit hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-habit
/Applications/Aquamacs.app/Contents/Resources/lisp/org-gnus hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-gnus
/Applications/Aquamacs.app/Contents/Resources/lisp/org-freemind hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-freemind
/Applications/Aquamacs.app/Contents/Resources/lisp/org-footnote hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-footnote
/Applications/Aquamacs.app/Contents/Resources/lisp/org-feed hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-feed
/Applications/Aquamacs.app/Contents/Resources/lisp/org-faces hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-faces
/Applications/Aquamacs.app/Contents/Resources/lisp/org-exp hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-exp
/Applications/Aquamacs.app/Contents/Resources/lisp/org-exp-blocks hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-exp-blocks
/Applications/Aquamacs.app/Contents/Resources/lisp/org-docbook hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-docbook
/Applications/Aquamacs.app/Contents/Resources/lisp/org-datetree hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-datetree
/Applications/Aquamacs.app/Contents/Resources/lisp/org-crypt hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-crypt
/Applications/Aquamacs.app/Contents/Resources/lisp/org-compat hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-compat
/Applications/Aquamacs.app/Contents/Resources/lisp/org-colview hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-colview
/Applications/Aquamacs.app/Contents/Resources/lisp/org-clock hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-clock
/Applications/Aquamacs.app/Contents/Resources/lisp/org-bibtex hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-bibtex
/Applications/Aquamacs.app/Contents/Resources/lisp/org-bbdb hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-bbdb
/Applications/Aquamacs.app/Contents/Resources/lisp/org-attach hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-attach
/Applications/Aquamacs.app/Contents/Resources/lisp/org-ascii hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-ascii
/Applications/Aquamacs.app/Contents/Resources/lisp/org-archive hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-archive
/Applications/Aquamacs.app/Contents/Resources/lisp/org-agenda hides /Applications/Aquamacs.app/Contents/Resources/lisp/org/org-agenda
~/elisp/color-theme hides /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/color-theme
/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/wikipedia-mode hides /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/related/wikipedia-mode
/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/visual-basic-mode hides /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/related/visual-basic-mode
/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/php-mode hides /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/related/php-mode

Features:
(shadow sort mail-extr message ecomplete rfc822 mml mml-sec
password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231
mailabbrev nnheader gnus-util netrc gmm-utils mailheader canlock sha1
hex-util hashcash mail-utils emacsbug load-dir org-w3m org-wl org-vm
org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html
format-spec org-info org-gnus org-bibtex bibtex org-bbdb org-latex
org-export-latex org-beamer footnote diary-lib diary-loaddefs xclip
org-habit org-export-generic org-generic assoc org-exp ob-exp
org-exp-blocks org-agenda org ob-emacs-lisp ob-tangle ob-ref ob-lob
ob-table org-footnote org-src ob-comint comint ring ob-keys ob ob-eval
org-pcomplete pcomplete org-list org-faces org-compat org-entities
org-macs noutline outline cal-menu calendar cal-loaddefs flyspell ispell
org-install color-theme-solarized color-theme reporter
solarized-definitions deft load-dir-autoloads muse-autoloads info
rainbow-mode-autoloads undo-tree-autoloads package derived
sticky-windows word-count edmacro kmacro load-emacs-plugins
aquamacs-mode-defaults auctex-config server preview-latex tex-site
auto-loads aquamacs-aux revive savehist mouse-sel one-buffer-one-frame
smart-frame-positioning drews_init color-theme-autoloads saveplace
visual-line aquamacs-bug aquamacs-autoface-mode aquamacs-editing
sendmail rfc2047 rfc2045 ietf-drums qp mm-util mail-prsvr recentf
tree-widget cus-edit osxkeys emulate-mac-keyboard-mode frame-cmds
strings misc-fns thingatpt+ thingatpt frame-fns avoid
aquamacs-mac-fontsets fit-frame aquamacs-frame-setup aquamacs-tabbar
tabbar-window cl cl-19 cus-start cus-load tabbar easy-mmode warnings
load-emacs-pre-plugins aquamacs-site-start cocoa-compatibility
matlab-load smart-dnd filladapt aquamacs-redo check-for-updates
aquamacs-menu osx_defaults aquamacs-tool-bar aquamacs
mac-extra-functions aquamacs-tools aquamacs-macros parse-time timezone
time-date paren delsel pc-select cua-base wid-edit regexp-opt advice
advice-preload byte-opt bytecomp byte-compile debug help-fns help-mode
view image-file disp-table tooltip ediff-hook vc-hooks lisp-float-type
mwheel ns-win easymenu tool-bar dnd fontset image fringe lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
loaddefs button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process ns multi-tty
emacs)

Jay Dixit

unread,
Mar 19, 2012, 3:59:52 AM3/19/12
to aquama...@aquamacs.org
replace-string.

David Siska

unread,
Mar 19, 2012, 8:57:07 AM3/19/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.

In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)

of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4


Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/sw/bin /sw/sbin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/X11R6/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [3337]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [134]

Date/Time: 2012-03-08 15:25:59.860 +0100
OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9

Interval Since Last Report: 27868 sec


Crashes Since Last Report: 1

Per-App Interval Since Last Report: 945580 sec


Per-App Crashes Since Last Report: 1

Anonymous UUID: C260DD70-A337-4489-B5B3-261EE93903F1

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000028

VM Regions Near 0x28:


--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
__TEXT 0000000000001000-0000000000257000 [ 2392K] r-x/rwx SM=COW /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

Application Specific Information:
objc[3337]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x9aaf8332 __kill + 10
1 libsystem_kernel.dylib 0x9aaf7932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x939ba59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x93955bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x939ba59b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 org.gnu.Aquamacs 0x00056f68 update_cursor_in_window_tree + 64
14 org.gnu.Aquamacs 0x00056f68 update_cursor_in_window_tree + 64
15 org.gnu.Aquamacs 0x00056f68 update_cursor_in_window_tree + 64
16 org.gnu.Aquamacs 0x00056f68 update_cursor_in_window_tree + 64
17 org.gnu.Aquamacs 0x0005700b x_update_cursor + 32
18 org.gnu.Aquamacs 0x001fc43e ns_frame_rehighlight + 325
19 org.gnu.Aquamacs 0x0020e52e -[EmacsView windowDidBecomeKey:] + 238
20 com.apple.Foundation 0x9706ce25 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49
21 com.apple.CoreFoundation 0x9460bcb3 ___CFXNotificationPost_block_invoke_1 + 275
22 com.apple.CoreFoundation 0x945d6a38 _CFXNotificationPost + 2776
23 com.apple.Foundation 0x97058012 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
24 com.apple.Foundation 0x9706d2a6 -[NSNotificationCenter postNotificationName:object:] + 55
25 com.apple.AppKit 0x9af57978 -[NSWindow becomeKeyWindow] + 1611
26 com.apple.AppKit 0x9aec20c5 _NXSendWindowNotification + 60
27 com.apple.AppKit 0x9af52679 -[NSWindow _changeKeyAndMainLimitedOK:] + 777
28 com.apple.AppKit 0x9af52353 -[NSWindow makeKeyWindow] + 72
29 com.apple.AppKit 0x9af521c3 -[NSWindow _makeKeyRegardlessOfVisibility] + 122
30 com.apple.AppKit 0x9af5210b -[NSWindow makeKeyAndOrderFront:] + 35
31 com.apple.AppKit 0x9af5166c _prepareToRestore + 508
32 com.apple.AppKit 0x9af5142f _NSRestoreFromDock + 35
33 com.apple.AppKit 0x9af50eb5 _NSCoreDockMessageReceive + 412
34 com.apple.HIToolbox 0x928e1a2e _ZL12DockCallbackmjPvS_ + 2397
35 com.apple.HIServices 0x977c01bf _DCXSelectWindow + 50
36 com.apple.HIServices 0x977c0182 _XSelectWindow + 134
37 com.apple.HIServices 0x977bf0bf mshMIGPerform + 589
38 com.apple.CoreFoundation 0x94588e31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 49
39 com.apple.CoreFoundation 0x94588a5b __CFRunLoopDoSource1 + 155
40 com.apple.CoreFoundation 0x945c20a1 __CFRunLoopRun + 2193
41 com.apple.CoreFoundation 0x945c147c CFRunLoopRunSpecific + 332
42 com.apple.CoreFoundation 0x945c1328 CFRunLoopRunInMode + 120
43 com.apple.HIToolbox 0x925fe17f RunCurrentEventLoopInMode + 318
44 com.apple.HIToolbox 0x92605412 ReceiveNextEventCommon + 168
45 com.apple.HIToolbox 0x92605356 BlockUntilNextEventMatchingListInMode + 88
46 com.apple.AppKit 0x9ae51a9c _DPSNextEvent + 678
47 com.apple.AppKit 0x9ae51306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
48 com.apple.AppKit 0x9ae4d675 -[NSApplication run] + 911
49 org.gnu.Aquamacs 0x002044a4 ns_read_socket + 769
50 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
51 org.gnu.Aquamacs 0x000d9660 handle_async_input + 82
52 org.gnu.Aquamacs 0x000d97a3 reinvoke_input_signal + 11
53 org.gnu.Aquamacs 0x00201a8e show_hourglass + 124
54 org.gnu.Aquamacs 0x001e1d90 run_timers + 81
55 org.gnu.Aquamacs 0x001e1f6d do_pending_atimers + 72
56 org.gnu.Aquamacs 0x00013f17 delete_frame + 1583
57 org.gnu.Aquamacs 0x00014328 Fdelete_frame + 74
58 org.gnu.Aquamacs 0x00172bc5 Feval + 1615
59 org.gnu.Aquamacs 0x0016edeb Fif + 75
60 org.gnu.Aquamacs 0x001728d8 Feval + 866
61 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
62 org.gnu.Aquamacs 0x0016039b Fsave_current_buffer + 83
63 org.gnu.Aquamacs 0x001728d8 Feval + 866
64 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
65 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
66 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
67 org.gnu.Aquamacs 0x00172f60 Feval + 2538
68 org.gnu.Aquamacs 0x0016edeb Fif + 75
69 org.gnu.Aquamacs 0x001728d8 Feval + 866
70 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
71 org.gnu.Aquamacs 0x00170c3a Fcondition_case + 80
72 org.gnu.Aquamacs 0x001728d8 Feval + 866
73 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
74 org.gnu.Aquamacs 0x001728d8 Feval + 866
75 org.gnu.Aquamacs 0x0016edeb Fif + 75
76 org.gnu.Aquamacs 0x001728d8 Feval + 866
77 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
78 org.gnu.Aquamacs 0x00170495 Flet + 798
79 org.gnu.Aquamacs 0x001728d8 Feval + 866
80 org.gnu.Aquamacs 0x0016edeb Fif + 75
81 org.gnu.Aquamacs 0x001728d8 Feval + 866
82 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
83 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
84 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
85 org.gnu.Aquamacs 0x00172f60 Feval + 2538
86 org.gnu.Aquamacs 0x0016edeb Fif + 75
87 org.gnu.Aquamacs 0x001728d8 Feval + 866
88 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
89 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
90 org.gnu.Aquamacs 0x00174213 Ffuncall + 2012
91 org.gnu.Aquamacs 0x001738d1 call1 + 44
92 org.gnu.Aquamacs 0x0017f42b mapcar1 + 884
93 org.gnu.Aquamacs 0x0017f848 Fmapc + 121
94 org.gnu.Aquamacs 0x00172bc5 Feval + 1615
95 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
96 org.gnu.Aquamacs 0x00170495 Flet + 798
97 org.gnu.Aquamacs 0x001728d8 Feval + 866
98 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
99 org.gnu.Aquamacs 0x00170495 Flet + 798
100 org.gnu.Aquamacs 0x001728d8 Feval + 866
101 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
102 org.gnu.Aquamacs 0x0016039b Fsave_current_buffer + 83
103 org.gnu.Aquamacs 0x001728d8 Feval + 866
104 org.gnu.Aquamacs 0x00172f2f Feval + 2489
105 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
106 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
107 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
108 org.gnu.Aquamacs 0x00172f60 Feval + 2538
109 org.gnu.Aquamacs 0x0016edeb Fif + 75
110 org.gnu.Aquamacs 0x001728d8 Feval + 866
111 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
112 org.gnu.Aquamacs 0x0016039b Fsave_current_buffer + 83
113 org.gnu.Aquamacs 0x001728d8 Feval + 866
114 org.gnu.Aquamacs 0x00172f2f Feval + 2489
115 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
116 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
117 org.gnu.Aquamacs 0x00174213 Ffuncall + 2012
118 org.gnu.Aquamacs 0x00173696 run_hook_with_args + 522
119 org.gnu.Aquamacs 0x0017340b Frun_hooks + 63
120 org.gnu.Aquamacs 0x000f38ed Fkill_buffer + 472
121 org.gnu.Aquamacs 0x00172b9f Feval + 1577
122 org.gnu.Aquamacs 0x0016edeb Fif + 75
123 org.gnu.Aquamacs 0x001728d8 Feval + 866
124 org.gnu.Aquamacs 0x0016edc0 Fif + 32
125 org.gnu.Aquamacs 0x001728d8 Feval + 866
126 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
127 org.gnu.Aquamacs 0x0017015c FletX + 469
128 org.gnu.Aquamacs 0x001728d8 Feval + 866
129 org.gnu.Aquamacs 0x0016edeb Fif + 75
130 org.gnu.Aquamacs 0x001728d8 Feval + 866
131 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
132 org.gnu.Aquamacs 0x001728d8 Feval + 866
133 org.gnu.Aquamacs 0x0016edeb Fif + 75
134 org.gnu.Aquamacs 0x001728d8 Feval + 866
135 org.gnu.Aquamacs 0x00172f2f Feval + 2489
136 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
137 org.gnu.Aquamacs 0x00170495 Flet + 798
138 org.gnu.Aquamacs 0x001728d8 Feval + 866
139 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
140 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
141 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
142 org.gnu.Aquamacs 0x00172f60 Feval + 2538
143 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
144 org.gnu.Aquamacs 0x0016ee8e Fcond + 119
145 org.gnu.Aquamacs 0x001728d8 Feval + 866
146 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
147 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
148 org.gnu.Aquamacs 0x00174213 Ffuncall + 2012
149 org.gnu.Aquamacs 0x0017383b apply1 + 47
150 org.gnu.Aquamacs 0x0016c607 Fcall_interactively + 1134
151 org.gnu.Aquamacs 0x00173ef8 Ffuncall + 1217
152 org.gnu.Aquamacs 0x0017394b call3 + 56
153 org.gnu.Aquamacs 0x000e040a Fcommand_execute + 792
154 org.gnu.Aquamacs 0x000cf093 command_loop_1 + 7669
155 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
156 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
157 org.gnu.Aquamacs 0x00170964 internal_catch + 215
158 org.gnu.Aquamacs 0x000cce57 command_loop + 207
159 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
160 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
161 org.gnu.Aquamacs 0x000ca913 main + 5915
162 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x9aaf990a kevent + 10
1 libdispatch.dylib 0x94ed6c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x94ed56a7 _dispatch_mgr_thread + 53

Thread 2:: WebCore: LocalStorage
0 libsystem_kernel.dylib 0x9aaf883e __psynch_cvwait + 10
1 libsystem_c.dylib 0x93966e21 _pthread_cond_wait + 827
2 libsystem_c.dylib 0x9391742c pthread_cond_wait$UNIX2003 + 71
3 com.apple.JavaScriptCore 0x941f2991 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
4 com.apple.WebCore 0x90af2131 WTF::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 135
5 com.apple.WebCore 0x90af2084 WebCore::LocalStorageThread::threadEntryPoint() + 74
6 com.apple.WebCore 0x90af1fe1 WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 17
7 libsystem_c.dylib 0x93962ed9 _pthread_start + 335
8 libsystem_c.dylib 0x939666de thread_start + 34

Thread 3:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x9aaf883e __psynch_cvwait + 10
1 libsystem_c.dylib 0x93966e21 _pthread_cond_wait + 827
2 libsystem_c.dylib 0x939173e0 pthread_cond_timedwait$UNIX2003 + 70
3 com.apple.JavaScriptCore 0x941f29dc WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 156
4 com.apple.JavaScriptCore 0x943e6f03 JSC::Heap::blockFreeingThreadMain() + 323
5 com.apple.JavaScriptCore 0x943e6f3f JSC::Heap::blockFreeingThreadStartFunc(void*) + 15
6 libsystem_c.dylib 0x93962ed9 _pthread_start + 335
7 libsystem_c.dylib 0x939666de thread_start + 34

Thread 4:
0 libsystem_kernel.dylib 0x9aaf902e __workq_kernreturn + 10
1 libsystem_c.dylib 0x93964ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x939666fe start_wqthread + 30

Thread 5:
0 libsystem_kernel.dylib 0x9aaf902e __workq_kernreturn + 10
1 libsystem_c.dylib 0x93964ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x939666fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfff96ac edx: 0x9aaf8332
edi: 0xac52e2c0 esi: 0x00000006 ebp: 0xbfff96c8 esp: 0xbfff96ac
ss: 0x00000023 efl: 0x00000282 eip: 0x9aaf8332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0xac526738
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x6f6000 - 0x6f8fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x79b000 - 0x7a0fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7b4000 - 0x7b4ffb +cl_kernels (??? - ???) <FB3FD7D8-F8D9-4D57-AD7B-BA3429EC7D54> cl_kernels
0x7c4000 - 0x7c5ff8 +cl_kernels (??? - ???) <62768ABF-9AA7-4014-B05F-5BE3EB1B1ED3> cl_kernels
0x1800000 - 0x18a1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x1a70000 - 0x1a74ffb libFontRegistryUI.dylib (??? - ???) <E986346C-8132-33B6-8525-AA2A3233F99C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x1a8c000 - 0x1a8cfff com.apple.applescript.component (2.2.1 - 2.2.1) <E7C937D3-5623-32EB-AA4F-B5D0D1EE27B9> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
0x1a92000 - 0x1a92ff3 +cl_kernels (??? - ???) <78BDD109-81D1-4F85-99F3-9F52AD19BD6C> cl_kernels
0x1c40000 - 0x1c71ff9 com.apple.printingprivate.framework.PrintingPrivate (7.3 - 68.2) <6C684B2E-86EA-3056-A6B0-9FAACCEF1677> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/PrintingPrivate
0x1c8b000 - 0x1ccdffb com.apple.print.framework.Print.Private (7.3 - 378.9) <7413030E-EDAC-3150-B837-A8BBBE6947D1> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
0x1e00000 - 0x1e93fff com.apple.applescript (2.2.1 - 2.2.1) <54C84231-54F4-3C4C-B3BE-78F337752D19> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
0x1ee2000 - 0x1ee3ffc ATSHI.dylib (??? - ???) <B244624E-E09E-34B2-A185-EB30AF08A95D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x2f2d000 - 0x2f6cfff com.apple.print.PrintingCocoaPDEs (7.3 - 378.9) <57C2D85E-DF2E-3ED3-B545-488E40AEE0CB> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
0x2fc1000 - 0x2fe2ff7 +com.hp.print.HPSmartPrint (5.6.0 - 5.6.0.9) <1111A702-FC69-B397-3844-75F0738259E7> /Library/Printers/hp/Frameworks/HPSmartPrint.framework/Versions/A/HPSmartPrint
0x9700000 - 0x975efef +com.hp.print.psdriver.hpPostScriptPDE (18.4.0 - 18.4.0b399) <C8966458-D99A-A32F-94FA-B48A12BEA4C3> /Library/Printers/hp/PDEs/hpPostScriptPDE.plugin/Contents/MacOS/hpPostScriptPDE
0xaa00000 - 0xaa69ff7 +com.hp.print.psdriver.HPPrintSettings (18.4.0 - 18.4.0b399) <1C896B26-D76D-B4CB-ECD2-72A07895FBF9> /Library/Printers/hp/PDEs/hpPostScriptPDE.plugin/Contents/Resources/HPPrintSettings.bundle/Contents/MacOS/HPPrintSettings
0x8fe54000 - 0x8fe86aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90010fff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x90015000 - 0x90462ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x90463000 - 0x9058fff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90590000 - 0x905f8ff3 com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x905f9000 - 0x9086cff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x9086d000 - 0x90911fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x90912000 - 0x90943ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x90944000 - 0x9097aff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x909d6000 - 0x90aceff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x90acf000 - 0x914effff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x91658000 - 0x9184dff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x91875000 - 0x9189efff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x918b0000 - 0x918f8ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x918f9000 - 0x9193aff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9193b000 - 0x9193cff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x91a64000 - 0x91a81fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x91a87000 - 0x91a89ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x9211c000 - 0x923cdff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x923ce000 - 0x92444fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92445000 - 0x924dcff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x924dd000 - 0x924eefff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x924ef000 - 0x92507ff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x92508000 - 0x9259dff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9259e000 - 0x925fafff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x925fb000 - 0x925fbfff libffi.dylib (??? - ???) <58A2AA81-461E-3581-9A8C-880A3BDA2D6A> /usr/lib/libffi.dylib
0x925fc000 - 0x92940ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92941000 - 0x92941fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate


0x93693000 - 0x936e3ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x936e7000 - 0x937bdaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x93906000 - 0x939d1fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x93b1a000 - 0x93b81fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x93ccf000 - 0x93cf0fff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x93cff000 - 0x93d61ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x93d62000 - 0x93d64ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93d65000 - 0x93d65fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93d6d000 - 0x93d7afff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x93e1e000 - 0x93e96ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x941e7000 - 0x94430ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x94431000 - 0x94435fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x94437000 - 0x9450effb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9450f000 - 0x94532fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94533000 - 0x94561fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
0x94562000 - 0x94565ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x94566000 - 0x94585fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x94586000 - 0x9475dfff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9479f000 - 0x947a6ffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x947a7000 - 0x947afff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x9486e000 - 0x94879ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9487b000 - 0x94c7dff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94c7e000 - 0x94c81ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x94c82000 - 0x94c95ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x94c96000 - 0x94cb2ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x94de7000 - 0x94e27ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x94e28000 - 0x94e3cff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x94e3d000 - 0x94e4dff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x94e4e000 - 0x94e9dffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x94ed4000 - 0x94ee2fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x94ee3000 - 0x94ee7ff7 com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x94ee8000 - 0x94fbfff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x95063000 - 0x95144ff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x95145000 - 0x95152fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95153000 - 0x95169ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9516a000 - 0x9531eff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x9531f000 - 0x95324ffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x95351000 - 0x953defe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x953df000 - 0x953e0fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x95405000 - 0x95481ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x95482000 - 0x95daa5eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x95df7000 - 0x95e0cfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x95e0d000 - 0x95e33ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x95e34000 - 0x95e50ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x95e51000 - 0x95e57ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95e58000 - 0x95ec7fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9656f000 - 0x965bfff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x965c0000 - 0x965c0fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x965c1000 - 0x965efff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9666d000 - 0x96698fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x96699000 - 0x9669affd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x966ce000 - 0x966d5ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x966d6000 - 0x966d6fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9693b000 - 0x9697fff3 com.apple.framework.CoreWLAN (2.1.2 - 212.1) <5F2FB135-3B53-3DA8-B7E1-90A0C5F42127> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x96980000 - 0x96980fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9698c000 - 0x96991ff7 com.apple.phonenumbers (1.0 - 47) <ADC33EE9-AFEB-3C33-975C-48D828ACB0AD> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x96a1e000 - 0x96a1fff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x96a20000 - 0x96a56ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96a57000 - 0x96a57ff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x96a58000 - 0x96a99ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x96a9a000 - 0x96a9affe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x96a9b000 - 0x96b22fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96b23000 - 0x96c32fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96c33000 - 0x96c37fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96c38000 - 0x96c95ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96fd7000 - 0x9704bfff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x97055000 - 0x9735fff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x97360000 - 0x974c2fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x974df000 - 0x9756cff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x97627000 - 0x9773efe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9773f000 - 0x9777cff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9777d000 - 0x977b9ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x977ba000 - 0x97813fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97826000 - 0x97827ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x97828000 - 0x9784dff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9784e000 - 0x97cc3ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x97cd6000 - 0x97cd6fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97cd7000 - 0x97cd7fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x97cd8000 - 0x97cdfff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x97ce2000 - 0x97d0fff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x97d10000 - 0x97e21ff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x97e22000 - 0x97ebdff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x97ebe000 - 0x97ec0ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97ec1000 - 0x97f90fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x97f91000 - 0x97f96ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x980ac000 - 0x980e3fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x980e4000 - 0x98245ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x98246000 - 0x982a8ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x982a9000 - 0x982ddff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x982de000 - 0x985e0fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x985e1000 - 0x985e9ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x985ea000 - 0x989ddffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x989de000 - 0x98a08ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x98a09000 - 0x98cc5ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98ceb000 - 0x98cecff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x98ced000 - 0x98ceefff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x98cef000 - 0x98d0cff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x98d0d000 - 0x98d6effb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x98d6f000 - 0x98e50ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x98e51000 - 0x98e66ff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x98e67000 - 0x98e77fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x98fa2000 - 0x98fa5ffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x98ff1000 - 0x990b1ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x990b8000 - 0x990c1ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x990c2000 - 0x99113fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x99114000 - 0x9912bff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9912c000 - 0x99190fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x99191000 - 0x991f6ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x99315000 - 0x99319ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x9931a000 - 0x99323ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x99324000 - 0x9932dfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9932e000 - 0x995b3fe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x995b4000 - 0x99605ff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x99606000 - 0x99628ff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x99629000 - 0x99631fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x99632000 - 0x99654ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x99655000 - 0x9969eff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9969f000 - 0x998baff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x998bb000 - 0x9999eff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x999aa000 - 0x999b4ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x999b5000 - 0x99e91ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x99eb8000 - 0x9a00afff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9a00b000 - 0x9a066ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9a067000 - 0x9a09afef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x9a0a0000 - 0x9a0a8ff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x9a0a9000 - 0x9a0a9ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9a0aa000 - 0x9a0e8fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9a0e9000 - 0x9a173ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9a174000 - 0x9a1b7fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9a1fa000 - 0x9a2e2fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x9a2e3000 - 0x9a69dffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9a69e000 - 0x9a6a4ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9a6dc000 - 0x9a6e6ff0 com.apple.DirectoryService.Framework (10.7 - 146) <EDAEA2B3-2BDE-377D-9170-750DE5753029> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9a6e7000 - 0x9a727ff3 com.apple.corelocation (330.12 - 330.12) <3F6542AA-B0ED-399A-ABD0-AE7205A8B7BA> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x9a728000 - 0x9a72bffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x9a72c000 - 0x9a737ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9a738000 - 0x9a739fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9a73c000 - 0x9a77cff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9a77d000 - 0x9a781ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9a782000 - 0x9a786ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9a787000 - 0x9a9b0ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9a9bd000 - 0x9a9c0ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9a9c1000 - 0x9aadffec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9aae0000 - 0x9aafeff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x9ab02000 - 0x9ab1cfff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9ab1d000 - 0x9ab1effe libScreenReader.dylib (??? - ???) <D52E9329-CF2E-3A0F-AFCC-77E1A9A4B4F5> /usr/lib/libScreenReader.dylib
0x9ab1f000 - 0x9ab2dff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x9ab2e000 - 0x9ac1eff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9ac1f000 - 0x9ad2ffe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9ad30000 - 0x9ad59ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9ad5a000 - 0x9ad65ffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9ad81000 - 0x9ad8cffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x9ad8d000 - 0x9addeff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9ae13000 - 0x9ae47ff3 libTrueTypeScaler.dylib (??? - ???) <43479E0A-C47D-3CE3-B328-9CB33D3FC3B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9ae48000 - 0x9b8dbff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9b8e8000 - 0x9b8f6fff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9b8f7000 - 0x9b907fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x9b908000 - 0x9b909fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9b90a000 - 0x9b90afff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9b90b000 - 0x9b934ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9bacd000 - 0x9bb10ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x9be9b000 - 0x9c1defff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9c1df000 - 0x9c1e2ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9c1e3000 - 0x9c1e6fff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9c1e7000 - 0x9c1eeff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x9c23c000 - 0x9c8b7fe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9cac2000 - 0x9cbc1ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9cbd3000 - 0x9cc21ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9cc4b000 - 0x9cc4cff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x9cc4d000 - 0x9cd0ffff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9cd10000 - 0x9cd8bffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9cd8c000 - 0x9cdb3ff3 com.apple.framework.Apple80211 (7.1.2 - 712.1) <C573041F-4C85-3C7C-B2B2-9878DFBC7004> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x9cdb4000 - 0x9cdc2fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9cdc3000 - 0x9cdebff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x9cdec000 - 0x9ce05ffb com.apple.ScriptingBridge (1.2.1 - ???) <21A258EA-C4B7-3DCE-A041-3A2FBA08C24C> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x9ce06000 - 0x9ce35ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 12121


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: 375672
thread_create: 2
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=192.8M resident=58.2M(30%) swapped_out_or_unallocated=134.6M(70%)
Writable regions: Total=154.4M written=36.0M(23%) resident=47.2M(31%) swapped_out=24.2M(16%) unallocated=107.2M(69%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 31.8M

CG backing stores 10.7M
CG image 20K
CG raster data 196K
CG shared images 3576K
CoreGraphics 8K
CoreImage 4K
CoreServices 2876K
JS JIT generated code 32K
JS VM register file (reserved) 4096K reserved VM address space (unallocated)
JS garbage collector 16K
MALLOC 72.7M
MALLOC guard page 48K


Memory tag=240 4K
Memory tag=242 12K

Memory tag=243 4K
Memory tag=249 156K
OpenCL 28K
SQLite page cache 192K
Stack 66.5M
VM_ALLOCATE 16.5M
__CI_BITMAP 80K
__DATA 23.1M
__DATA/__OBJC 244K
__IMAGE 528K
__IMPORT 12K
__LINKEDIT 43.0M
__OBJC 3088K
__OBJC/__DATA 56K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 149.8M
__UNICODE 544K
mapped file 113.6M
shared memory 16.3M
shared pmap 6344K
=========== =======
TOTAL 565.9M
TOTAL, minus reserved VM space 561.9M

System Profile:
Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.32f8


Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB

Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533641465238432D47372020
Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533641465238432D47372020


AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.19)

Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: TOSHIBA MK3253GSX, 320.07 GB
Serial ATA Device: MATSHITADVD-R UJ-868
USB Device: iPhone, apple_vendor_id, 0x12a0, 0x24100000 / 3


USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2

USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0x04600000 / 3


USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 4

eksdev

unread,
Mar 19, 2012, 9:13:26 AM3/19/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2011/bin

exec-path: (/opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/texbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2011/bin)

Process: Aquamacs [181]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [111]

Date/Time: 2012-03-19 14:12:32.134 +0100


OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9

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

Exception Type: EXC_BREAKPOINT (SIGABRT)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
objc[181]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[NSButton(0x9507240) lockFocus] failed with window=0xc980b0, windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0'
*** Call stack at first throw:
(
0 CoreFoundation 0x909b2b67 __raiseError + 231
1 libobjc.A.dylib 0x9685c149 objc_exception_throw + 155
2 CoreFoundation 0x9091a369 +[NSException raise:format:arguments:] + 137
3 Foundation 0x9c833267 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
4 AppKit 0x9ab8e69e -[NSView lockFocus] + 272
5 AppKit 0x9ac4da44 -[NSControl mouseDown:] + 256
6 AppKit 0x9ac16ca5 -[NSWindow sendEvent:] + 7533
7 AppKit 0x9abaf0e7 -[NSApplication sendEvent:] + 4788
8 Aquamacs 0x00207caf -[EmacsApp sendEvent:] + 340
9 AppKit 0x9ae18dfe -[NSApplication _modalSession:sendEvent:] + 550
10 AppKit 0x9ae189c8 -[NSApplication _realDoModalLoop:peek:] + 638
11 AppKit 0x9ae13c1d -[NSApplication _doModalLoop:peek:] + 69
12 AppKit 0x9ae0fbf8 -[NSApplication runModalSession:] + 68
13 Aquamacs 0x002244d1 ns_popup_dialog + 1576
14 Aquamacs 0x00224c31 Fx_popup_dialog + 31
15 Aquamacs 0x00172bf5 Feval + 1663
16 Aquamacs 0x0016edeb Fif + 75
17 Aquamacs 0x001728d8 Feval + 866
18 Aquamacs 0x0016edeb Fif + 75
19 Aquamacs 0x001728d8 Feval + 866
20 Aquamacs 0x0016eee3 Fprogn + 44
21 Aquamacs 0x00170495 Flet + 798
22 Aquamacs 0x001728d8 Feval + 866
23 Aquamacs 0x0016edeb Fif + 75
24 Aquamacs 0x001728d8 Feval + 866
25 Aquamacs 0x0016eee3 Fprogn + 44
26 Aquamacs 0x0016ee0b Fif + 107
27 Aquamacs 0x001728d8 Feval + 866
28 Aquamacs 0x0016eee3 Fprogn + 44
29 Aquamacs 0x00170495 Flet + 798
30 Aquamacs 0x001728d8 Feval + 866
31 Aquamacs 0x0016eee3 Fprogn + 44
32 Aquamacs 0x00160333 Fsave_excursion + 81
33 Aquamacs 0x001728d8 Feval + 866
34 Aquamacs 0x0016edeb Fif + 75
35 Aquamacs 0x001728d8 Feval + 866
36 Aquamacs 0x0016eee3 Fprogn + 44
37 Aquamacs 0x001747e6 funcall_lambda + 797
38 Aquamacs 0x00174213 Ffuncall + 2012
39 Aquamacs 0x001730cc Fapply + 235
40 Aquamacs 0x00173d58 Ffuncall + 801
41 Aquamacs 0x001cab8e Fbyte_code + 3157
42 Aquamacs 0x00174832 funcall_lambda + 873
43 Aquamacs 0x00174165 Ffuncall + 1838
44 Aquamacs 0x001cab8e Fbyte_code + 3157
45 Aquamacs 0x00174832 funcall_lambda + 873
46 Aquamacs 0x00174165 Ffuncall + 1838
47 Aquamacs 0x001cab8e Fbyte_code + 3157
48 Aquamacs 0x00174832 funcall_lambda + 873
49 Aquamacs 0x00174165 Ffuncall + 1838
50 Aquamacs 0x001cab8e Fbyte_code + 3157
51 Aquamacs 0x00174832 funcall_lambda + 873
52 Aquamacs 0x00174165 Ffuncall + 1838
53 Aquamacs 0x00173395 Fapply + 948
54 Aquamacs 0x00173872 apply1 + 102
55 Aquamacs 0x001d77f0 read_process_output_call + 35
56 Aquamacs 0x00171141 internal_condition_case_1 + 310
57 Aquamacs 0x001d7f1f read_process_output + 1736
58 Aquamacs 0x001d725a wait_reading_process_output + 3657
59 Aquamacs 0x000d3d11 kbd_buffer_get_event + 675
60 Aquamacs 0x000d1788 read_char + 4422
61 Aquamacs 0x000dd479 read_key_sequence + 2552
62 Aquamacs 0x000cd745 command_loop_1 + 1191
63 Aquamacs 0x00170fd3 internal_condition_case + 304
64 Aquamacs 0x000ccece command_loop_2 + 53
65 Aquamacs 0x00170964 internal_catch + 215
66 Aquamacs 0x000cce57 command_loop + 207
67 Aquamacs 0x000cc42b recursive_edit_1 + 181
68 Aquamacs 0x000cc634 Frecursive_edit + 323
69 Aquamacs 0x000ca913 main + 5915
70 Aquamacs 0x00003286 start + 54
)

abort() called

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

0 libsystem_kernel.dylib 0x96e70332 __kill + 10
1 libsystem_kernel.dylib 0x96e6f932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9406559b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x94000bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x9406559b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 libobjc.A.dylib 0x9685c149 objc_exception_throw + 155
14 com.apple.AppKit 0x9ae18bcd -[NSApplication _realDoModalLoop:peek:] + 1155
15 com.apple.AppKit 0x9ae13c1d -[NSApplication _doModalLoop:peek:] + 69
16 com.apple.AppKit 0x9ae0fbf8 -[NSApplication runModalSession:] + 68
17 org.gnu.Aquamacs 0x002244d1 ns_popup_dialog + 1576
18 org.gnu.Aquamacs 0x00224c31 Fx_popup_dialog + 31
19 org.gnu.Aquamacs 0x00172bf5 Feval + 1663
20 org.gnu.Aquamacs 0x0016edeb Fif + 75
21 org.gnu.Aquamacs 0x001728d8 Feval + 866
22 org.gnu.Aquamacs 0x0016edeb Fif + 75
23 org.gnu.Aquamacs 0x001728d8 Feval + 866
24 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
25 org.gnu.Aquamacs 0x00170495 Flet + 798
26 org.gnu.Aquamacs 0x001728d8 Feval + 866
27 org.gnu.Aquamacs 0x0016edeb Fif + 75
28 org.gnu.Aquamacs 0x001728d8 Feval + 866
29 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
30 org.gnu.Aquamacs 0x0016ee0b Fif + 107
31 org.gnu.Aquamacs 0x001728d8 Feval + 866
32 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
33 org.gnu.Aquamacs 0x00170495 Flet + 798
34 org.gnu.Aquamacs 0x001728d8 Feval + 866
35 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
36 org.gnu.Aquamacs 0x00160333 Fsave_excursion + 81
37 org.gnu.Aquamacs 0x001728d8 Feval + 866
38 org.gnu.Aquamacs 0x0016edeb Fif + 75
39 org.gnu.Aquamacs 0x001728d8 Feval + 866
40 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
41 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
42 org.gnu.Aquamacs 0x00174213 Ffuncall + 2012
43 org.gnu.Aquamacs 0x001730cc Fapply + 235
44 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
45 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
46 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
47 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
48 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
49 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
50 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
51 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
52 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
53 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
54 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
55 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
56 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
57 org.gnu.Aquamacs 0x00173395 Fapply + 948
58 org.gnu.Aquamacs 0x00173872 apply1 + 102
59 org.gnu.Aquamacs 0x001d77f0 read_process_output_call + 35
60 org.gnu.Aquamacs 0x00171141 internal_condition_case_1 + 310
61 org.gnu.Aquamacs 0x001d7f1f read_process_output + 1736
62 org.gnu.Aquamacs 0x001d725a wait_reading_process_output + 3657
63 org.gnu.Aquamacs 0x000d3d11 kbd_buffer_get_event + 675
64 org.gnu.Aquamacs 0x000d1788 read_char + 4422
65 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
66 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
67 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
68 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
69 org.gnu.Aquamacs 0x00170964 internal_catch + 215
70 org.gnu.Aquamacs 0x000cce57 command_loop + 207
71 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
72 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
73 org.gnu.Aquamacs 0x000ca913 main + 5915
74 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x96e7190a kevent + 10
1 libdispatch.dylib 0x99e33c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x99e326a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x96e7102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9400fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x940116fe start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x96e7102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9400fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x940116fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffab9c edx: 0x96e70332
edi: 0xac5002c0 esi: 0x00000006 ebp: 0xbfffabb8 esp: 0xbfffab9c
ss: 0x00000023 efl: 0x00000286 eip: 0x96e70332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x000ef3c7
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x7a0000 - 0x7a5fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7ac000 - 0x7aefff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7ca000 - 0x7caffb +cl_kernels (??? - ???) <C861457B-1C1E-4BB5-B38F-0DF35DD0CE54> cl_kernels
0x7d5000 - 0x7d6ff8 +cl_kernels (??? - ???) <C8B5AD0A-67BE-4E12-8B9C-2AB6687FC926> cl_kernels
0x1af7000 - 0x1afbffb libFontRegistryUI.dylib (??? - ???) <608F6D4D-9CDD-3D7F-8504-24398B4C1A54> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x1b53000 - 0x1b53ff3 +cl_kernels (??? - ???) <F10B0C7D-7696-4936-B480-4760342D3AB5> cl_kernels
0x2f2d000 - 0x2fceff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x8fef9000 - 0x8ff2baa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90038fef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x90039000 - 0x90041fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x900b6000 - 0x90218fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x90250000 - 0x902a0ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x902a1000 - 0x902b5fff com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x902b6000 - 0x902b6fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x902b7000 - 0x903cefe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x903cf000 - 0x903f4ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x903f5000 - 0x90490ff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90491000 - 0x904d4ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x904e5000 - 0x904ebffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9081b000 - 0x9086cff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9086d000 - 0x90a44fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90d55000 - 0x90d5efff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x90d5f000 - 0x90df4ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90df5000 - 0x90dfdff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x90dfe000 - 0x90e3fff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x90e65000 - 0x90e82fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x90e83000 - 0x90eb9ff4 com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x90eba000 - 0x90f1bffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90f1c000 - 0x9125ffff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x91260000 - 0x91263ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x91264000 - 0x91272fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x91273000 - 0x912ebff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x91323000 - 0x91324fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x91325000 - 0x91389fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9138a000 - 0x913d3ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x913d4000 - 0x913d5fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x913d6000 - 0x91692ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91693000 - 0x916bbff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x916bc000 - 0x916bcff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x916bd000 - 0x916c0ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x916c1000 - 0x916c4ffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x91b36000 - 0x91b46ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x91b47000 - 0x91b6dffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x91b6e000 - 0x91d97ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x91d98000 - 0x91d9cff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x91da1000 - 0x91e03ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x91e04000 - 0x91efcff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x925f7000 - 0x926dffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x926e0000 - 0x92756fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92757000 - 0x92757ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x92758000 - 0x927b5ffb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x927b6000 - 0x931d6fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x93257000 - 0x93260ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x938fc000 - 0x93927fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x93928000 - 0x93968ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x939c1000 - 0x939c9ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x939ca000 - 0x939dbfff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x939dc000 - 0x939e7ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x939e8000 - 0x93a26fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93a27000 - 0x93a51ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x93a52000 - 0x93a56ffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x93a57000 - 0x93aa8ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x93ab7000 - 0x93ab7fff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x93ab8000 - 0x93aecff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x93afd000 - 0x93b39ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x93b3a000 - 0x93b3fffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x93bad000 - 0x93c6dffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93c6e000 - 0x93cd5fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x93cd6000 - 0x93cd9ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x93ce9000 - 0x93d12ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x93d13000 - 0x93d14ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x93d15000 - 0x93f9afe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x93f9b000 - 0x93fb0ff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93fb1000 - 0x9407cfff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x9413d000 - 0x945b2ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x945b3000 - 0x948f7ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x948f8000 - 0x948f9ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x948fa000 - 0x949f9ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x949fa000 - 0x94a00ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x94a01000 - 0x94ae4ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x95836000 - 0x95885ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x95890000 - 0x95f0bfe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x95f0c000 - 0x95fdbfff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95fdc000 - 0x95fdcfff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x95fdd000 - 0x9601eff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x960ec000 - 0x960ecfff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9610b000 - 0x9610efff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9610f000 - 0x9623bff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9623c000 - 0x9623cfff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9623d000 - 0x9624dfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x962f1000 - 0x96353ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x96354000 - 0x963f8fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x963f9000 - 0x967fbff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x96849000 - 0x9691faab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x96920000 - 0x9693ffff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x96975000 - 0x96e51ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x96e52000 - 0x96e52fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x96e53000 - 0x96e57fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96e58000 - 0x96e76ff7 libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x96e77000 - 0x96eb4ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x96eb5000 - 0x96eb9ff7 com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x96eba000 - 0x96ebdff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x96ee6000 - 0x96ee7ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x96f3b000 - 0x96f3dffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96f4f000 - 0x96f59ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x96f66000 - 0x96f82ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x96f83000 - 0x971ccff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x971cd000 - 0x97254fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x97255000 - 0x972c4fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x972c5000 - 0x972c8ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x972c9000 - 0x973aaff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x973ab000 - 0x973ccfff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x973e9000 - 0x97d115eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x97d12000 - 0x97d13ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x97e5c000 - 0x97fbdffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9800e000 - 0x98021ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9809f000 - 0x9811bff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9822b000 - 0x9830cff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x98375000 - 0x98380fff libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x98383000 - 0x9839fffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x983a0000 - 0x98651ff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x98652000 - 0x986b7ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x986b8000 - 0x98745ff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9875a000 - 0x987b6fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x987b7000 - 0x987b7fff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x987b8000 - 0x987f8ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x987f9000 - 0x98826ff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x98827000 - 0x98829ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x98906000 - 0x98906ff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x98907000 - 0x9891eff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9891f000 - 0x98920fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x98991000 - 0x989c8fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x989c9000 - 0x98a0cfff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x98a0d000 - 0x98a12ffb com.apple.phonenumbers (1.0 - 47) <1830301D-5409-3949-9614-C43C62B39DDA> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x98a13000 - 0x98a35ff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x98ac8000 - 0x98afeff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x98b0b000 - 0x98d7eff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x98d7f000 - 0x98e16ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x98e17000 - 0x98e24fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x98e37000 - 0x98e88fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x98e89000 - 0x99243ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x99359000 - 0x99469fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9946a000 - 0x99498fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
0x99499000 - 0x994a1ff3 liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x994a5000 - 0x997a7fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x997a8000 - 0x997b1ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x997cd000 - 0x997fbff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x997fc000 - 0x99814ff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x99815000 - 0x99926ff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x99927000 - 0x99944ff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x99945000 - 0x99993ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x99994000 - 0x999fcff3 com.apple.ISSupport (1.9.8 - 56) <59225A65-41C1-35CA-9F29-229AC427B728> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x999fd000 - 0x99bf2ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x99bf3000 - 0x99c16fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x99cc4000 - 0x99cedff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x99d59000 - 0x99d67fff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x99d68000 - 0x99e2afff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x99e2b000 - 0x99e30ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x99e31000 - 0x99e3ffff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x99f6f000 - 0x99fa0ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x99fad000 - 0x99fbdfff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x99fbe000 - 0x9a0cdfff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9a0ce000 - 0x9a0cffff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9a0d4000 - 0x9a15effb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9a15f000 - 0x9a181ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9a182000 - 0x9a1ddff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9a1de000 - 0x9a392ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x9a393000 - 0x9a3adfff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9a3ae000 - 0x9a3b5ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9a3eb000 - 0x9a3f2ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9a3f3000 - 0x9a41cfff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9a41d000 - 0x9a465ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9a466000 - 0x9a47bfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9a4ad000 - 0x9a584ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9a747000 - 0x9ab3affb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x9ab3b000 - 0x9b5ceff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9b68c000 - 0x9b68eff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9b787000 - 0x9b9a2ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9b9a3000 - 0x9b9a4ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x9bb1e000 - 0x9bb2cff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x9bb2d000 - 0x9bb2effd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9bb41000 - 0x9bb91ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9bb92000 - 0x9bb99ffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9bb9a000 - 0x9bb9efff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9bbe1000 - 0x9bc5cffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9bc5d000 - 0x9bc73ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9bc74000 - 0x9bc74fff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9bc75000 - 0x9bc80ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9bc81000 - 0x9bd9ffec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9bdb9000 - 0x9bdbdffa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x9bdbe000 - 0x9be95ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9be96000 - 0x9bea1ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x9bea2000 - 0x9beacff0 com.apple.DirectoryService.Framework (10.7 - 146) <EDAEA2B3-2BDE-377D-9170-750DE5753029> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9bead000 - 0x9bebafff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9bebb000 - 0x9c389fef com.apple.RawCamera.bundle (3.10.0 - 601) <D964C87A-B793-52C8-ADD2-4D28648A16AE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9c3d5000 - 0x9c4c5ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9c4c6000 - 0x9c553fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9c554000 - 0x9c583ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9c584000 - 0x9c5f8fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9c5f9000 - 0x9c604ffc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c605000 - 0x9c757fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9c758000 - 0x9ca62ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9ca63000 - 0x9cabcfff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9ce43000 - 0x9ce4aff9 libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x9ce4b000 - 0x9ce70fff com.apple.datadetectors (3.2 - 172.5) <6BD9F9AE-88BE-34B5-B951-181CE0662499> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 22


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: 589
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=189.6M resident=51.6M(27%) swapped_out_or_unallocated=138.0M(73%)
Writable regions: Total=118.9M written=5156K(4%) resident=19.9M(17%) swapped_out=7220K(6%) unallocated=99.0M(83%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 31.8M

ATS (font support) (reserved) 4K reserved VM address space (unallocated)
CG backing stores 7580K
CG image 20K
CG raster data 252K
CG shared images 3416K
CoreGraphics 8K
CoreServices 1412K
MALLOC 46.5M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

OpenCL 28K
Stack 65.5M
VM_ALLOCATE 17.2M
__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 160K
__IMAGE 528K
__IMPORT 12K
__LINKEDIT 42.4M
__OBJC 3080K
__OBJC/__DATA 96K
__PAGEZERO 4K
__RC_CAMERAS 244K
__TEXT 147.2M
__UNICODE 544K
mapped file 116.6M
shared memory 2404K
shared pmap 6336K
=========== =======
TOTAL 515.8M
TOTAL, minus reserved VM space 515.8M

Don Roberts

unread,
Mar 19, 2012, 2:56:14 PM3/19/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2011basic/bin

exec-path: (/opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/texbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2011basic/bin)

Process: Aquamacs [16751]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [217]

Date/Time: 2012-03-19 11:48:14.352 -0500


OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9

Interval Since Last Report: 6796 sec


Crashes Since Last Report: 1

Per-App Interval Since Last Report: 704912 sec
Per-App Crashes Since Last Report: -3
Anonymous UUID: 3D4B08A4-D921-49CD-B64D-7EE32C9B13A5

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ad910020

VM Regions Near 0xad910020:
Submap 00000000ad291000-00000000ad400000 r--/rwx process-only submap
--> Submap 00000000ad400000-00000000b0000000 r--/rwx machine-wide submap
Stack 00000000b0000000-00000000b0001000 [ 4K] ---/rwx SM=NUL

Application Specific Information:
objc[16751]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x94d47332 __kill + 10
1 libsystem_kernel.dylib 0x94d46932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x976f659b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x97691bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x976f659b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 com.apple.CoreFoundation 0x900d1ec0 __CFTypeCollectionRelease + 176
14 com.apple.CoreFoundation 0x9010c7ef __CFDictionaryReleaseKey + 47
15 com.apple.CoreFoundation 0x900cf660 __CFBasicHashDrain + 528
16 com.apple.CoreFoundation 0x900cb471 CFRelease + 577
17 com.apple.ImageIO.framework 0x9104dc3c releaseInfoPNG + 27
18 com.apple.ImageIO.framework 0x91047d5a ImageProviderReleaseInfoCallback + 55
19 com.apple.CoreGraphics 0x98da9b5c image_provider_finalize + 29
20 com.apple.CoreFoundation 0x900cb471 CFRelease + 577
21 com.apple.ImageIO.framework 0x91045030 CGImagePlusReleaseUnusedImageProvider + 49
22 com.apple.CoreFoundation 0x900f6449 CFArrayApplyFunction + 57
23 com.apple.ImageIO.framework 0x91044e8d _CGImageSourceFinalize + 145
24 com.apple.CoreFoundation 0x900cb471 CFRelease + 577
25 com.apple.AppKit 0x905d6d77 -[NSBitmapImageRep _freeImage] + 63
26 com.apple.AppKit 0x905d6d10 -[NSBitmapImageRep dealloc] + 56
27 libobjc.A.dylib 0x9cd2554e _objc_rootRelease + 47
28 com.apple.CoreFoundation 0x900cb2d9 CFRelease + 169
29 com.apple.CoreFoundation 0x900f5706 -[__NSArrayM dealloc] + 278
30 libobjc.A.dylib 0x9cd2554e _objc_rootRelease + 47
31 com.apple.AppKit 0x908bc9e8 -[NSImageURLReferencingRepProvider dealloc] + 59
32 libobjc.A.dylib 0x9cd2554e _objc_rootRelease + 47
33 com.apple.AppKit 0x9046caa8 -[NSImage dealloc] + 48
34 org.gnu.Aquamacs 0x00226f7f -[EmacsImage dealloc] + 243
35 com.apple.AppKit 0x9043df30 -[NSImage release] + 335
36 org.gnu.Aquamacs 0x001fafd5 ns_release_object + 36
37 org.gnu.Aquamacs 0x0023826d x_clear_image_1 + 36
38 org.gnu.Aquamacs 0x0023832f x_clear_image + 78
39 org.gnu.Aquamacs 0x00237c52 free_image + 212
40 org.gnu.Aquamacs 0x002387f4 clear_image_cache + 317
41 org.gnu.Aquamacs 0x0023891d clear_image_caches + 51
42 org.gnu.Aquamacs 0x00037e6f redisplay_internal + 7232
43 org.gnu.Aquamacs 0x000353b0 redisplay + 18
44 org.gnu.Aquamacs 0x000d0b9f read_char + 1373
45 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
46 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
47 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
48 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
49 org.gnu.Aquamacs 0x00170964 internal_catch + 215
50 org.gnu.Aquamacs 0x000cce57 command_loop + 207
51 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
52 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
53 org.gnu.Aquamacs 0x000ca913 main + 5915
54 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x94d4890a kevent + 10
1 libdispatch.dylib 0x9b3e7c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9b3e66a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x94d4802e __workq_kernreturn + 10
1 libsystem_c.dylib 0x976a0ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x976a26fe start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x94d4802e __workq_kernreturn + 10
1 libsystem_c.dylib 0x976a0ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x976a26fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffdd3c edx: 0x94d47332
edi: 0xac96a2c0 esi: 0x00000006 ebp: 0xbfffdd58 esp: 0xbfffdd3c
ss: 0x00000023 efl: 0x00000282 eip: 0x94d47332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0xac962738
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x7f5000 - 0x7f7fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fd000 - 0x7fdffb +cl_kernels (??? - ???) <31B3D888-81CA-4801-B496-605CCD26C8AA> cl_kernels
0xfdc000 - 0xfe1fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0xfeb000 - 0xfecff8 +cl_kernels (??? - ???) <F6499851-0889-4C01-9436-E6B7B4460393> cl_kernels
0x2ec9000 - 0x2f6aff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x8fed1000 - 0x8ff03aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x900c2000 - 0x90299fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9029a000 - 0x9029cff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x9029d000 - 0x902b2fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x902b3000 - 0x902b3ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x902b4000 - 0x902b5ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x902b6000 - 0x902bbffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x902bc000 - 0x9041efff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x90427000 - 0x90ebaff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x90ed8000 - 0x90edeffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x90edf000 - 0x90feefff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9103c000 - 0x9110bfff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9110c000 - 0x91155ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91156000 - 0x91632ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91633000 - 0x9163effc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9163f000 - 0x9167cff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9167d000 - 0x9167dfff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9167e000 - 0x91acbffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x91acc000 - 0x91acdff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x91ace000 - 0x91acffff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x91ad0000 - 0x91afbfff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x91afc000 - 0x91b33fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x91b34000 - 0x91c45ff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91c46000 - 0x91c54ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x91cd7000 - 0x91dc7ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x91dc8000 - 0x91dcbff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x91dcc000 - 0x91ea3ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x91ea4000 - 0x91f3fff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x91f40000 - 0x91f51fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x92067000 - 0x92148ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x92149000 - 0x92149fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x92189000 - 0x92189fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9218a000 - 0x92221ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x92222000 - 0x922e2ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9240c000 - 0x92426fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92438000 - 0x9243cff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9243d000 - 0x9243dfff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x9246a000 - 0x9249bff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x92714000 - 0x92a58ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92a59000 - 0x92ae3ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x92b17000 - 0x92b1ffff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x92b20000 - 0x92edaffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x92fa3000 - 0x92fabff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x92fac000 - 0x92fe8ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92fe9000 - 0x93664fe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x93665000 - 0x93682ff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93683000 - 0x9368eff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9368f000 - 0x9369fff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x936a0000 - 0x936fbff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x936fc000 - 0x93707ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x93708000 - 0x93780ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x93781000 - 0x93791fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x93963000 - 0x9397fffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x93980000 - 0x93a42fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93a43000 - 0x93a4cff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x93a4d000 - 0x93a4dfff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x93a4e000 - 0x93a8eff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x93a8f000 - 0x93a9dfff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93a9e000 - 0x93b03ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9461b000 - 0x94626fff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x94634000 - 0x9463fffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x94745000 - 0x94786ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x94915000 - 0x94928ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x94929000 - 0x94b1eff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94b1f000 - 0x94b23ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x94b24000 - 0x94b47fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94b48000 - 0x94b97ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x94b98000 - 0x94c07fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x94c08000 - 0x94c32ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x94c4b000 - 0x94d2eff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x94d2f000 - 0x94d4dff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x94d4e000 - 0x94d57fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x94d58000 - 0x94da9ff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x94e05000 - 0x95078ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x950c4000 - 0x950e0ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x950e1000 - 0x95131ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95134000 - 0x9513bffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9513c000 - 0x9516aff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x951cb000 - 0x955cdff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x955d3000 - 0x95607ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x95ca3000 - 0x95cfcfff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x95cfd000 - 0x95f18ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x95f2d000 - 0x95f31ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x95f3e000 - 0x95f4efff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x95f4f000 - 0x95f90ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x95fbb000 - 0x95fc8fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95fc9000 - 0x95fd2ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x95fd6000 - 0x9618aff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x9618b000 - 0x9618cffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9618d000 - 0x961a2ff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x961a5000 - 0x9642afe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9643d000 - 0x9649fffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x964a0000 - 0x967aaff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x967ab000 - 0x967c2ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x967c3000 - 0x967e8ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x975a3000 - 0x9761effb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9761f000 - 0x97623ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x97624000 - 0x97625fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x97642000 - 0x9770dfff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x97842000 - 0x978e6fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x978e7000 - 0x978eaff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x978f9000 - 0x978fbffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97922000 - 0x97a39fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x97cec000 - 0x97d34ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x97df3000 - 0x97e21fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x97e22000 - 0x98215ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x98216000 - 0x98216fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x98217000 - 0x98236fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x98237000 - 0x98c57fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x98c58000 - 0x995805eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x99581000 - 0x995d2fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x995f1000 - 0x99743fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x99769000 - 0x99992ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x99993000 - 0x99998ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x99a18000 - 0x99a18ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x99d48000 - 0x99d4bffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x99dce000 - 0x9a243ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9a244000 - 0x9a31bff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9a31c000 - 0x9a3a9ff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9a3aa000 - 0x9a3b8fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9a3e1000 - 0x9a3e2ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9a5e5000 - 0x9a6e4ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9a6e5000 - 0x9a92eff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9a92f000 - 0x9a97dff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9a9ca000 - 0x9a9cdffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x9a9ce000 - 0x9aa63ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9ab01000 - 0x9ae44fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9ae45000 - 0x9aea9fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9aeaa000 - 0x9aeadfff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9aeae000 - 0x9aed6ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x9aed7000 - 0x9aefdffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9aefe000 - 0x9af8bfe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9af8c000 - 0x9af8dffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9afe0000 - 0x9b29cff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9b3e5000 - 0x9b3f3fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9b3f4000 - 0x9b3f8fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9b3f9000 - 0x9b45bff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9b45c000 - 0x9b460fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9b461000 - 0x9b559ff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9b5fd000 - 0x9b5fefff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x9b5ff000 - 0x9b628ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b629000 - 0x9b6a5ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9b6a6000 - 0x9b6f6ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9b6f7000 - 0x9b807fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x9b808000 - 0x9b82affe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9b82b000 - 0x9b82bff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9b82c000 - 0x9b849fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9b84a000 - 0x9b850ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9b8c1000 - 0x9b948fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9b949000 - 0x9ba67fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9ba68000 - 0x9ba72ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9bcea000 - 0x9bcf2ff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x9bcf3000 - 0x9bddbfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x9bddc000 - 0x9bddcfff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9bddd000 - 0x9c0dffff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9c0e0000 - 0x9c0e0fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9c3fb000 - 0x9c424ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9c429000 - 0x9c44bff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9c44c000 - 0x9c4a9ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9c4ec000 - 0x9c4f4ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9c4f5000 - 0x9c50bffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9c50c000 - 0x9c66dffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9c679000 - 0x9c6afff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9c6b0000 - 0x9c724fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9c725000 - 0x9c739ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9c73a000 - 0x9c7a1fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9c7a2000 - 0x9c818fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9c819000 - 0x9c87affb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9c87b000 - 0x9c8befff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9c8bf000 - 0x9c8c0ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x9c8cc000 - 0x9c928fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9c929000 - 0x9c97aff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9c97b000 - 0x9c97eff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9c9a1000 - 0x9c9d0ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9c9d1000 - 0x9cafdff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9cafe000 - 0x9cafffff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9cb00000 - 0x9cb07ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9cb33000 - 0x9cb36ffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9cb3d000 - 0x9cb7dff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9cba3000 - 0x9cba5ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9cc92000 - 0x9ccd5ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x9ccd6000 - 0x9ccddff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x9ccde000 - 0x9cd1cfff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9cd1d000 - 0x9cdf3aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9cdf4000 - 0x9ce2aff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 1729


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: 2861237
thread_create: 1
thread_set_state: 370

VM Region Summary:
ReadOnly portion of Libraries: Total=184.0M resident=112.2M(61%) swapped_out_or_unallocated=71.9M(39%)
Writable regions: Total=110.3M written=17.1M(15%) resident=54.2M(49%) swapped_out=0K(0%) unallocated=56.1M(51%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 31.9M


ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 9.8M
CG image 28K
CG raster data 172K
CG shared images 3448K
CoreGraphics 8K
CoreServices 1860K
MALLOC 35.5M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

OpenCL 20K
Stack 65.5M


VM_ALLOCATE 16.1M
__CI_BITMAP 80K
__DATA 22.7M

__DATA/__OBJC 220K


__IMAGE 528K
__IMPORT 12K
__LINKEDIT 42.4M

__OBJC 2488K
__OBJC/__DATA 12K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 141.6M
__UNICODE 544K
mapped file 105.6M
shared memory 1416K
shared pmap 6808K
=========== =======
TOTAL 488.8M
TOTAL, minus reserved VM space 488.8M

System Profile:
Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.40f2


Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB

Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646


AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.100.98.75.19)

Bluetooth: Version 4.0.3f12, 2 service, 11 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: TOSHIBA MK2553GSX, 250.06 GB


Serial ATA Device: MATSHITADVD-R UJ-868

USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2

USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2

USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3


USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2

Stefano Torre

unread,
Mar 20, 2012, 4:00:02 AM3/20/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2009/bin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/X11/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin /usr/local/texlive/2009/bin)

Process: Aquamacs [2154]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [419]

Date/Time: 2012-03-14 11:33:33.092 +0000

OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

Interval Since Last Report: 7316 sec


Crashes Since Last Report: 1

Per-App Interval Since Last Report: 457841 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 69DBAF9B-6EEA-423E-88AE-998E4B728CEF

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)


Exception Codes: KERN_INVALID_ADDRESS at 0x00000000d18000dc

VM Regions Near 0xd18000dc:
CG backing stores 00000000cbb72000-00000000cbf1b000 [ 3748K] rw-/rw- SM=SHM
-->
Submap 00000000ffff0000-00000000ffff2000 r-x/r-x process-only submap

Application Specific Information:
objc[2154]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x94bb0332 __kill + 10
1 libsystem_kernel.dylib 0x94baf932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9ccb559b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x9cc50bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x9ccb559b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

41 org.gnu.Aquamacs 0x00014328 Fdelete_frame + 74
42 org.gnu.Aquamacs 0x00172bc5 Feval + 1615
43 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
44 org.gnu.Aquamacs 0x0016ee0b Fif + 107
45 org.gnu.Aquamacs 0x001728d8 Feval + 866
46 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
47 org.gnu.Aquamacs 0x001728d8 Feval + 866
48 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
49 org.gnu.Aquamacs 0x00170c3a Fcondition_case + 80
50 org.gnu.Aquamacs 0x001728d8 Feval + 866
51 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
52 org.gnu.Aquamacs 0x0016039b Fsave_current_buffer + 83
53 org.gnu.Aquamacs 0x001728d8 Feval + 866
54 org.gnu.Aquamacs 0x00172f2f Feval + 2489
55 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
56 org.gnu.Aquamacs 0x00170495 Flet + 798
57 org.gnu.Aquamacs 0x001728d8 Feval + 866
58 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
59 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
60 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
61 org.gnu.Aquamacs 0x00172f60 Feval + 2538
62 org.gnu.Aquamacs 0x0016edeb Fif + 75


63 org.gnu.Aquamacs 0x001728d8 Feval + 866
64 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
65 org.gnu.Aquamacs 0x001747e6 funcall_lambda + 797
66 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
67 org.gnu.Aquamacs 0x00172f60 Feval + 2538

157 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
158 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
159 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
160 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
161 org.gnu.Aquamacs 0x00170964 internal_catch + 215
162 org.gnu.Aquamacs 0x000cce57 command_loop + 207
163 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
164 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
165 org.gnu.Aquamacs 0x000ca913 main + 5915
166 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x94bb190a kevent + 10
1 libdispatch.dylib 0x9bd8fc58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9bd8e6a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 4:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 5:
0 libsystem_kernel.dylib 0x94bb102e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9cc5fccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9cc616fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfff773c edx: 0x94bb0332
edi: 0xad2782c0 esi: 0x00000006 ebp: 0xbfff7758 esp: 0xbfff773c

ss: 0x00000023 efl: 0x00000282 eip: 0x94bb0332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x004e6040
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x6c2000 - 0x6c3ff0 +cl_kernels (??? - ???) <90924AC0-C346-4FF7-BD7A-69A7B4FFA470> cl_kernels
0x7c1000 - 0x7c3fff +net.culater.SIMBL (0.8.2 - 8) /Library/InputManagers/*/SIMBL.bundle/Contents/MacOS/SIMBL
0x7f3000 - 0x7f4ff7 +com.google.GoogleNotifierQuickAddCMPlugin (??? - 0.0.1.2) /Users/USER/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
0x7f9000 - 0x7f9ffc +com.rarmachine.CMPlugin (RachiverPlugIn version 1.0 - 1.0) <59478DA2-DBDA-9FED-FBA6-2FE91ED7FAF2> /Users/USER/Library/Contextual Menu Items/RarMachineCMPlugin.plugin/Contents/MacOS/RarMachineCMPlugin
0xf97000 - 0xf97ff3 +cl_kernels (??? - ???) <FAF957C0-FCB9-4033-B731-10B1676896DB> cl_kernels
0xfa2000 - 0xfa2fff +com.parallels.cmplugin (ParallelsCM version 1.0 - 1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
0xfe1000 - 0xfe3fff +com.lemkesoft.GraphicConverterCMI (1.5 - 1.6) /Users/USER/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
0xfed000 - 0xfeeffc +YSIFinderPlugin (??? - 1.0) <2E6CC350-5D06-4AAA-8173-6B0A92D5B2CD> /Library/Contextual Menu Items/YSIFinderPlugin.plugin/Contents/MacOS/YSIFinderPlugin
0x1b7d000 - 0x1b7ffff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1ef2000 - 0x1ef7fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x28f3000 - 0x28f3ffb +cl_kernels (??? - ???) <A07F2933-4B84-4CEF-9526-D849C2AD1D45> cl_kernels
0x28f8000 - 0x28f9ff8 +cl_kernels (??? - ???) <84E576F9-9996-4171-B3E2-795B19CC3F4C> cl_kernels
0x2ffd000 - 0x2ffdffb +cl_kernels (??? - ???) <0E153ADB-572E-4222-A116-017B5999060E> cl_kernels
0x57e9000 - 0x57eaff6 +cl_kernels (??? - ???) <9D13C6F2-D5C9-4B7C-B660-946BC23F3DF6> cl_kernels

0x96e5000 - 0x9786ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x9c02000 - 0x9ca5ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0xa573000 - 0xa612ff7 unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <3A06E8EA-0335-348A-BCCB-21C3E94AED31> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x8feec000 - 0x8ff1eaa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x9000affd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9000b000 - 0x9000fffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x90038000 - 0x90038ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90039000 - 0x90486ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x90487000 - 0x904a4fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x904a5000 - 0x904c2ff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x904d7000 - 0x905aeff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x905bb000 - 0x905c5ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x905c6000 - 0x905f1fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x905f2000 - 0x906eaff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x906eb000 - 0x907fafff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9083c000 - 0x908d3ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x908d4000 - 0x9094fffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9095b000 - 0x90a1bffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x90a1c000 - 0x90a75fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90a76000 - 0x90b94fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90b95000 - 0x90bfdff3 com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x90bfe000 - 0x90cfdffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x90cfe000 - 0x90d00ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x90d01000 - 0x90d01fff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x90d44000 - 0x90d44fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90d53000 - 0x90d59ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x90d5a000 - 0x90ebcfff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x90ec1000 - 0x918e1fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x918e2000 - 0x918ebffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x918ec000 - 0x91962fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91963000 - 0x91dd8ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x91dd9000 - 0x91e0fff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x91e10000 - 0x91e39ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x91e3a000 - 0x91e3dffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x924e8000 - 0x9254affb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x926e1000 - 0x92ae3ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92ae4000 - 0x92bf4fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x92c0e000 - 0x92c9bfe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92cee000 - 0x92cf6fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x92cf7000 - 0x92d6bfff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x92d6c000 - 0x92e01ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92e02000 - 0x92e23fff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x92e24000 - 0x92e35fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x92e36000 - 0x9317affb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9317b000 - 0x933c4ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x93417000 - 0x93418fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x93419000 - 0x9352aff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x93536000 - 0x9354bfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x93554000 - 0x93569ff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x937de000 - 0x93856ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x945a8000 - 0x945b3ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x945b6000 - 0x945c4fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x94669000 - 0x9466aff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9466b000 - 0x9467bfff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x946b1000 - 0x94713ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x94714000 - 0x94742ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x94945000 - 0x94b60ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x94b61000 - 0x94b97ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94b98000 - 0x94bb6ff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x94bb7000 - 0x94d8efff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94dda000 - 0x94e0bff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x94e0c000 - 0x94efcff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x94efd000 - 0x95029ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9502a000 - 0x9502dff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9502e000 - 0x95145fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95146000 - 0x9515eff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x9515f000 - 0x95164ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x95165000 - 0x95246ff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x95247000 - 0x9524eff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x95309000 - 0x9530cffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9530d000 - 0x95311fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x95312000 - 0x9531dfff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x9531e000 - 0x95321fff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x95374000 - 0x95377ffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x95396000 - 0x953d6ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x953d7000 - 0x95404ff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x95405000 - 0x954dcffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x95519000 - 0x95569ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9557c000 - 0x9557dfff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9557e000 - 0x955cfff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x95628000 - 0x95657ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9569d000 - 0x9572aff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9572b000 - 0x958dfff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x958e0000 - 0x9594ffff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x95c7f000 - 0x95c80fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x95c81000 - 0x95c83ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x95c84000 - 0x95d0bfff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x95d1d000 - 0x95d1efff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x95de7000 - 0x95e28ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x95e29000 - 0x95e45ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x95ed8000 - 0x96292ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x96381000 - 0x963a6fff com.apple.datadetectors (3.2 - 172.5) <6BD9F9AE-88BE-34B5-B951-181CE0662499> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x963a7000 - 0x963aaff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x963ab000 - 0x963cafff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x963cb000 - 0x96cf35eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96cf4000 - 0x96cfcff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x96cfd000 - 0x96f70ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x96fa5000 - 0x96fb0ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96fb1000 - 0x96fbaff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x97332000 - 0x97338ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x97345000 - 0x97345ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x97346000 - 0x975cbfe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x975cc000 - 0x975d0ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x975d1000 - 0x975defff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x975df000 - 0x97602fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x97617000 - 0x976d9fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x976da000 - 0x97737ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x977ca000 - 0x977cbffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x977cc000 - 0x977d0ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x978ca000 - 0x97abfff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9815b000 - 0x98162ff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x981bd000 - 0x98205ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x98206000 - 0x9820dff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9820e000 - 0x9826afff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9827a000 - 0x9829cff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9829d000 - 0x982c2ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x982c3000 - 0x982d3ff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x982d4000 - 0x984fdffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x984fe000 - 0x9850cff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x98641000 - 0x98655ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x98656000 - 0x9869fff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x986a0000 - 0x9895cff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9895d000 - 0x98999ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9899a000 - 0x9899bff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x98bca000 - 0x98c1bff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x98c1c000 - 0x98c21ff7 com.apple.phonenumbers (1.0 - 47) <ADC33EE9-AFEB-3C33-975C-48D828ACB0AD> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x98c22000 - 0x98f2cff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x98f32000 - 0x98f4cfff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x98f59000 - 0x98f5affd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x99269000 - 0x995acfff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x995d2000 - 0x99639fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9963a000 - 0x99642ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x99643000 - 0x99a36ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x99bab000 - 0x99beefff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x99c53000 - 0x99d22fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x99d23000 - 0x99d51fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x99d52000 - 0x99d69ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x99d6a000 - 0x99d93ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x99d94000 - 0x99d94fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x99d95000 - 0x99e30ff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x99e33000 - 0x99e37ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x99e38000 - 0x99e5effb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x99e61000 - 0x99ec6ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x99ec7000 - 0x99ec7fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x99ec8000 - 0x99f6cfff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x99f6d000 - 0x99fbdff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x99fe5000 - 0x99fe5fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x99fe6000 - 0x9aa79ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9aa7a000 - 0x9aabdffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x9abb6000 - 0x9abc9ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9abca000 - 0x9abcbff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9abcc000 - 0x9abccff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9abcd000 - 0x9abdafff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9abdb000 - 0x9ac1cff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9ac1d000 - 0x9ac39ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9ac5e000 - 0x9ac74ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9ac75000 - 0x9ac7dff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x9acb5000 - 0x9acb6ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x9acb7000 - 0x9ad08fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9ad09000 - 0x9ad6affb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9ad6b000 - 0x9ad7bfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9ad7c000 - 0x9adb0ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9ae2a000 - 0x9ae34ff0 com.apple.DirectoryService.Framework (10.7 - 146) <59061A4B-D743-3A34-B142-7BE2472BBC2D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9ae44000 - 0x9ae48fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9ae49000 - 0x9ae7cfef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x9ae8f000 - 0x9b50afe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9b50b000 - 0x9b5f3fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x9b5f4000 - 0x9bad0ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9bad1000 - 0x9bb1fff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9bb20000 - 0x9bb42ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9bb43000 - 0x9bc24ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9bc25000 - 0x9bc4efff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9bc4f000 - 0x9bcb3fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9bcbf000 - 0x9bce9ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9bcea000 - 0x9bcf1ffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9bcf2000 - 0x9bcf2fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9bcf3000 - 0x9bd31fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9bd32000 - 0x9bd81ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9bd8d000 - 0x9bd9bfff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9bd9c000 - 0x9be26ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9be2e000 - 0x9be3cfff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9be3d000 - 0x9be7aff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9be7b000 - 0x9c17dfff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9c1b1000 - 0x9c462ff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x9c463000 - 0x9c46cfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9c46d000 - 0x9c46dfff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9c46e000 - 0x9c470ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9c4cc000 - 0x9c548ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9c563000 - 0x9c5beff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9c5bf000 - 0x9c6a2ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9c6a3000 - 0x9c6aeffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c6ca000 - 0x9c701fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9c74f000 - 0x9c74ffff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9c7df000 - 0x9c8b5aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9c8b6000 - 0x9ca08fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9ca09000 - 0x9ca0cff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9ca4e000 - 0x9ca8eff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9ca9d000 - 0x9caa8ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9caa9000 - 0x9cad1ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x9cc01000 - 0x9ccccfff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x9cccd000 - 0x9ce2effb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 23


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: 10125
thread_create: 0
thread_set_state: 0

VM Region Summary:


ReadOnly portion of Libraries: Total=190.7M resident=118.9M(62%) swapped_out_or_unallocated=71.8M(38%)
Writable regions: Total=124.2M written=16.9M(14%) resident=33.6M(27%) swapped_out=0K(0%) unallocated=90.6M(73%)

REGION TYPE VIRTUAL


=========== =======
ATS (font support) 31.9M

CG backing stores 9312K
CG image 32K
CG raster data 668K

CG shared images 3480K
CoreGraphics 8K

CoreImage 72K
CoreServices 2572K
MALLOC 48.3M

MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

OpenCL 60K
Stack 66.5M
VM_ALLOCATE 18.3M

__CI_BITMAP 80K
__DATA 22.9M


__DATA/__OBJC 288K
__IMAGE 528K
__IMPORT 36K
__LINKEDIT 42.7M
__OBJC 3140K
__OBJC/__DATA 188K

__PAGEZERO 4K
__RC_CAMERAS 232K


__TEXT 148.0M
__UNICODE 544K
mapped file 103.7M
shared memory 2476K
shared pmap 6124K
=========== =======
TOTAL 511.6M

System Profile:
Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.53 GHz, 8 GB, SMC 1.58f16
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463531323634485A2D3147314431
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463531323634485A2D3147314431
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.19)
Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports


Network Service: AirPort, AirPort, en1

Network Service: Parallels Shared Networking Adapter, Ethernet, en2
Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
Serial ATA Device: ST9500420ASG, 500,11 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 4
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 3
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3

Bernhard Gschaider

unread,
Mar 20, 2012, 5:59:28 AM3/20/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Working in Agenda-Mode.

No idea how to reproduce. The Aquamacs-instance was open for several days. So I'm not sure whether this can be reproduced

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /opt/local/bin:/opt/local/sbin:/Library/staf/bin:/usr/local/git/bin:/Users/bgschaid/OpenFOAM/Software/bin:/Applications/ParaView.app/Contents/bin:/Applications/ParaView.app/Contents/MacOS:/Users/bgschaid/OpenFOAM/ThirdParty-1.7.x/platforms/darwinIntel64/openmpi-1.4.1/bin:/Users/bgschaid/OpenFOAM/bgschaid-1.7.x/applications/bin/darwinIntel64DPOpt:/Users/bgschaid/OpenFOAM/site/1.7.x/bin/darwinIntel64DPOpt:/Users/bgschaid/OpenFOAM/OpenFOAM-1.7.x/applications/bin/darwinIntel64DPOpt:/Users/bgschaid/OpenFOAM/OpenFOAM-1.7.x/wmake:/Users/bgschaid/OpenFOAM/OpenFOAM-1.7.x/bin:/usr/local/bin:/opt/local/bin:/Users/bgschaid/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/MacGPG2/bin:/Users/bgschaid/Development/OpenFOAM/Python/PyFoam/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/opt/local/bin /opt/local/sbin /Library/staf/bin /usr/local/git/bin /Users/bgschaid/OpenFOAM/Software/bin /Applications/ParaView.app/Contents/bin /Applications/ParaView.app/Contents/MacOS /Users/bgschaid/OpenFOAM/ThirdParty-1.7.x/platforms/darwinIntel64/openmpi-1.4.1/bin /Users/bgschaid/OpenFOAM/bgschaid-1.7.x/applications/bin/darwinIntel64DPOpt /Users/bgschaid/OpenFOAM/site/1.7.x/bin/darwinIntel64DPOpt /Users/bgschaid/OpenFOAM/OpenFOAM-1.7.x/applications/bin/darwinIntel64DPOpt /Users/bgschaid/OpenFOAM/OpenFOAM-1.7.x/wmake /Users/bgschaid/OpenFOAM/OpenFOAM-1.7.x/bin /usr/local/bin /opt/local/bin /Users/bgschaid/bin /usr/bin /bin /usr/sbin /sbin /opt/X11/bin /usr/X11/bin /usr/local/MacGPG2/bin /Users/bgschaid/Development/OpenFOAM/Python/PyFoam/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [667]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [229]

Date/Time: 2012-03-20 09:35:55.273 +0100
OS Version: Mac OS X 10.7.3 (11D50d)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000020

VM Regions Near 0xc0000020:


Stack 00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW
-->
CG shared images 00000000c0003000-00000000c000b000 [ 32K] r--/r-- SM=SHM

Application Specific Information:
objc[667]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x95f72332 __kill + 10
1 libsystem_kernel.dylib 0x95f71932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x916c359b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x9165ebdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x916c359b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 org.gnu.Aquamacs 0x00229405 ns_get_covering_families + 821
14 org.gnu.Aquamacs 0x00229455 ns_findfonts + 70
15 org.gnu.Aquamacs 0x0022975b nsfont_list + 25
16 org.gnu.Aquamacs 0x0018be4f font_list_entities + 598
17 org.gnu.Aquamacs 0x0018daec font_find_for_lface + 2534
18 org.gnu.Aquamacs 0x0022cf99 fontset_find_font + 782
19 org.gnu.Aquamacs 0x0022d4d5 fontset_font + 432
20 org.gnu.Aquamacs 0x0022dc2c face_for_char + 384
21 org.gnu.Aquamacs 0x0002ac07 get_next_display_element + 4417
22 org.gnu.Aquamacs 0x0002c7a8 move_it_in_display_line_to + 350
23 org.gnu.Aquamacs 0x0002db39 move_it_to + 1388
24 org.gnu.Aquamacs 0x000313c1 resize_mini_window + 971
25 org.gnu.Aquamacs 0x00030e27 display_echo_area_1 + 38
26 org.gnu.Aquamacs 0x0003077b with_echo_area_buffer + 681
27 org.gnu.Aquamacs 0x00030dbd display_echo_area + 146
28 org.gnu.Aquamacs 0x000322ca echo_area_display + 302
29 org.gnu.Aquamacs 0x0002fd05 message3_nolog + 768
30 org.gnu.Aquamacs 0x000cc143 echo_now + 427
31 org.gnu.Aquamacs 0x000cbe27 echo_char + 974
32 org.gnu.Aquamacs 0x000cc06d echo_now + 213
33 org.gnu.Aquamacs 0x000d10f5 read_char + 2739
34 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
35 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
36 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
37 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
38 org.gnu.Aquamacs 0x00170964 internal_catch + 215
39 org.gnu.Aquamacs 0x000cce57 command_loop + 207
40 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
41 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
42 org.gnu.Aquamacs 0x000ca913 main + 5915
43 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x95f7390a kevent + 10
1 libdispatch.dylib 0x9678ac58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x967896a7 _dispatch_mgr_thread + 53

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffc80c edx: 0x95f72332
edi: 0xac2472c0 esi: 0x00000006 ebp: 0xbfffc828 esp: 0xbfffc80c
ss: 0x00000023 efl: 0x00000282 eip: 0x95f72332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x00d29010
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x57e000 - 0x57effb +GlimsLoaderMinimal.dylib (??? - ???) <D9C9F53F-1A94-4792-FED3-3F9AE6A98F91> /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib

0x7c1000 - 0x7c4ff7 +net.culater.SIMBL.osax (0.9.7 - 0.9.7) <ADABA540-531E-706F-D0E5-FD3EA152172E> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
0x7ca000 - 0x7ccfff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fd000 - 0x7fdffb +cl_kernels (??? - ???) <96C9D151-22C3-4F63-8B23-CB067DF999E1> cl_kernels
0x1cb0000 - 0x1cb7ff7 +info.8-p.GreaseKit (1.7 - 1.7) <EDCD06D8-7EEB-7330-5360-A5D34F7D4953> /Library/Application Support/SIMBL/*/GreaseKit.bundle/Contents/MacOS/GreaseKit
0x1efd000 - 0x1efeff8 +cl_kernels (??? - ???) <5890389E-AAFD-4735-B64C-CA22079B4F9A> cl_kernels
0x28e6000 - 0x28ebfe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x4fa7000 - 0x4fa7ffb +cl_kernels (??? - ???) <A90487EB-3BA1-4204-9973-6421E8BCF2CF> cl_kernels
0x4fac000 - 0x4fadff6 +cl_kernels (??? - ???) <5B71BE69-3656-446C-90F0-3B500FF6D99C> cl_kernels
0x4fee000 - 0x4feeff3 +cl_kernels (??? - ???) <52897A3C-CEF9-4C9B-AFBC-2176ECA4EC7E> cl_kernels
0x7439000 - 0x74daff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x74f0000 - 0x74f4ffb libFontRegistryUI.dylib (??? - ???) <608F6D4D-9CDD-3D7F-8504-24398B4C1A54> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x74fc000 - 0x74fdffb +cl_kernels (??? - ???) <113FB965-96DF-4BC5-9CD2-81DF4E7166C6> cl_kernels
0x7741000 - 0x77e4ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x77fa000 - 0x77fbfff +de.tjsoft.OpenTerminalContextMenu (??? - 1.0) /Library/Contextual Menu Items/OpenTerminalContextMenu.plugin/Contents/MacOS/OpenTerminalContextMenu
0xa018000 - 0xa019ff0 +cl_kernels (??? - ???) <6872EF63-9BBF-4200-8663-0F796434F262> cl_kernels
0x8fe1a000 - 0x8fe4caa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x906a0000 - 0x906bdff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x906be000 - 0x906c5ff9 libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x906c6000 - 0x906ebfff com.apple.datadetectors (3.2 - 172.5) <6BD9F9AE-88BE-34B5-B951-181CE0662499> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x9072e000 - 0x907a6ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x907a7000 - 0x90aebffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90aec000 - 0x90b83ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x90b84000 - 0x90b8dff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x90b8e000 - 0x90b97fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x90ba2000 - 0x90baaff3 liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x90bab000 - 0x90bdcff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x90c01000 - 0x90ff4ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x90ff5000 - 0x91000fff libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x9102d000 - 0x91033ffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x91034000 - 0x9103fff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91040000 - 0x91048ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x91049000 - 0x91054ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x91061000 - 0x9107dffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91098000 - 0x910baff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x910bb000 - 0x910e6fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x910e7000 - 0x91163ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x91164000 - 0x9117affe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9117b000 - 0x9117bffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x9117c000 - 0x912a8ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x912aa000 - 0x91337ff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91348000 - 0x91349fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9134a000 - 0x913b2ff3 com.apple.ISSupport (1.9.8 - 56) <59225A65-41C1-35CA-9F29-229AC427B728> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x913b3000 - 0x913e1ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x913e2000 - 0x913e5ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x915e8000 - 0x9160effb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9160f000 - 0x916dafff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x916db000 - 0x916dcff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x916dd000 - 0x91891ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x91892000 - 0x91892fff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x91893000 - 0x918dcff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x918dd000 - 0x91a2ffff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91a30000 - 0x91a30fff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x91a31000 - 0x91ea6ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x91ea7000 - 0x91edefef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x91edf000 - 0x91eeaffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x91eeb000 - 0x91efbfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91efc000 - 0x91f0fffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x91f5b000 - 0x91f8efef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x91fb9000 - 0x92009ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9200c000 - 0x9204fffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x92050000 - 0x92091ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x92092000 - 0x92127ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x921ae000 - 0x921bbfff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x921bc000 - 0x922d3fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x922d4000 - 0x9234fffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9236b000 - 0x92385fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92386000 - 0x923b5ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x923b6000 - 0x923c0ff0 com.apple.DirectoryService.Framework (10.7 - 146) <59061A4B-D743-3A34-B142-7BE2472BBC2D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x923c1000 - 0x923d5fff com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x923d6000 - 0x923f8ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9242c000 - 0x9242dfff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x92489000 - 0x924bdff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x925f2000 - 0x925f3ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x925f4000 - 0x925fcfff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x92606000 - 0x9268dfff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x927bd000 - 0x92ac7ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92af1000 - 0x92b55fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x92b56000 - 0x92b75fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x92b76000 - 0x92c1afff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92c1b000 - 0x92e8eff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x93261000 - 0x93262fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x93263000 - 0x9326aff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9326b000 - 0x932dffff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x933c0000 - 0x933cefff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x933cf000 - 0x933d6ffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x93445000 - 0x93892ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x939a8000 - 0x939acff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x939ad000 - 0x939cafff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x939cb000 - 0x93a1cfff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x93a6f000 - 0x93a87ff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x93a88000 - 0x93aeaff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x93ba9000 - 0x93badffa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x93c5d000 - 0x93c6dfff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x93c6e000 - 0x93c7cfff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93c7d000 - 0x93c7dfff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x93c7e000 - 0x93cedfff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x93d88000 - 0x93e57fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x93eef000 - 0x940c6fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x940c7000 - 0x940c7fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x940c8000 - 0x945a4ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x945a5000 - 0x94607ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x94659000 - 0x94669ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x94680000 - 0x946d9fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x946da000 - 0x94703ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9470b000 - 0x949bcff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x949e8000 - 0x949e8ff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94a3e000 - 0x94a6cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x94a6d000 - 0x94a96ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x94a97000 - 0x94a97fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94a98000 - 0x94cc1ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9501d000 - 0x950a7ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x950a8000 - 0x950d0ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x950d1000 - 0x950d4fff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9521d000 - 0x95240fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x95241000 - 0x95245fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x95246000 - 0x95548fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x95549000 - 0x9554bff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x9554c000 - 0x95554ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x95555000 - 0x95556fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x95557000 - 0x95584ff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x95585000 - 0x955d3ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x955d4000 - 0x95c4ffe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x95c50000 - 0x95c8dff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x95c8e000 - 0x95df0fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x95df1000 - 0x95dfefff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x95dff000 - 0x95e0affc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x95e0b000 - 0x95e0cff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x95e0d000 - 0x95e24ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x95e31000 - 0x95f4ffec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95f50000 - 0x95f59ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x95f5a000 - 0x95f78ff7 libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x95f79000 - 0x95f7aff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x95f7b000 - 0x95fb1ff4 com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x95fb2000 - 0x95fb6fff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x95fb7000 - 0x95fccff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95fcd000 - 0x961e8ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x961f8000 - 0x961f8fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9639a000 - 0x964abff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x964ac000 - 0x964fbffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x964fc000 - 0x96501ffb com.apple.phonenumbers (1.0 - 47) <1830301D-5409-3949-9614-C43C62B39DDA> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x96766000 - 0x96787fff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x96788000 - 0x96796fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x96797000 - 0x96797fff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x96798000 - 0x968a8fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x968a9000 - 0x968c5ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x968c6000 - 0x9699dffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9699e000 - 0x969deff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x969df000 - 0x96c28ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x96c34000 - 0x96c37ffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96c38000 - 0x96c62ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x96c63000 - 0x96ca1fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x96ca2000 - 0x976c2fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x976d4000 - 0x978c9ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x978ca000 - 0x978cfffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x97915000 - 0x97955ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x97956000 - 0x97a2caab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x97a2d000 - 0x97a94fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x97aae000 - 0x97aaeff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97ab1000 - 0x97b01ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x97b02000 - 0x97b78fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x97b79000 - 0x97b7fffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x97b80000 - 0x97c70ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x97c71000 - 0x97c71fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9808f000 - 0x980f4ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9815f000 - 0x9819bffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9819c000 - 0x981edff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x981ee000 - 0x981f1ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x981f2000 - 0x98217ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x98218000 - 0x982b3ff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x982b4000 - 0x982eaff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x982eb000 - 0x983e3ff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x983f8000 - 0x984b8ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9920a000 - 0x99297fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x99298000 - 0x99379ff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9937a000 - 0x99636ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x99637000 - 0x9963aff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9963b000 - 0x9963fffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9966a000 - 0x996bbff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x996bc000 - 0x996cdfff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x996ce000 - 0x997b1ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x997b2000 - 0x99b6cffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x99b6d000 - 0x99b96fff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x99b97000 - 0x9a62aff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9a62b000 - 0x9a66cff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9a66d000 - 0x9a66effd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9a66f000 - 0x9a746ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9ae59000 - 0x9af41fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x9afb2000 - 0x9b00fffb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9b098000 - 0x9b09dff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9b09e000 - 0x9b0fafff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9b1b2000 - 0x9b213ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9b260000 - 0x9b36ffff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9b374000 - 0x9b436fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9b437000 - 0x9b441ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9b442000 - 0x9b541ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9b581000 - 0x9b582ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9b5bf000 - 0x9b5c6ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9b5c7000 - 0x9b6a8ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9b7d8000 - 0x9b7daff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9b7db000 - 0x9b7e9ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x9b859000 - 0x9badefe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9badf000 - 0x9bb22fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9bb23000 - 0x9bb25ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9bb34000 - 0x9bb49fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9bb4a000 - 0x9bb4eff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9bb4f000 - 0x9bf51ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9bf66000 - 0x9bfaeff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9bfaf000 - 0x9bfb2ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x9bfb3000 - 0x9bfb6ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9bfbb000 - 0x9c2fefff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9c2ff000 - 0x9cc275eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9cc28000 - 0x9cc83ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9cc84000 - 0x9cde5ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 71959


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: 18037223
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=190.0M resident=42.4M(22%) swapped_out_or_unallocated=147.6M(78%)
Writable regions: Total=205.5M written=61.4M(30%) resident=66.5M(32%) swapped_out=27.0M(13%) unallocated=139.0M(68%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 32.2M
CG backing stores 4740K
CG image 136K
CG raster data 568K


CG shared images 3544K
CoreGraphics 8K

CoreImage 76K
CoreServices 1800K
MALLOC 122.2M
MALLOC guard page 48K
MALLOC_LARGE (reserved) 13.6M reserved VM address space (unallocated)


Memory tag=240 4K
Memory tag=242 12K

Memory tag=243 4K
OpenCL 72K


Stack 64.5M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K

__DATA 23.0M
__DATA/__OBJC 272K


__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.6M

__OBJC 3076K
__OBJC/__DATA 44K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 147.5M
__UNICODE 544K
mapped file 117.0M
shared memory 7820K
shared pmap 6136K
=========== =======
TOTAL 607.8M
TOTAL, minus reserved VM space 594.2M

signature.asc

Guy Harding

unread,
Mar 20, 2012, 10:17:58 AM3/20/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,


please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/local/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [45345]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [26624]

Date/Time: 2012-03-13 10:41:12.001 -0600

OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

Interval Since Last Report: 58029 sec
Per-App Interval Since Last Report: 1254634 sec


Per-App Crashes Since Last Report: 1

Anonymous UUID: 51EC9CF4-206D-44F4-AB39-E85135F762BA

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)


Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:


Stack 00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW
-->
CG shared images 00000000c0003000-00000000c000b000 [ 32K] r--/r-- SM=SHM

Application Specific Information:
objc[45345]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x95e07332 __kill + 10
1 libsystem_kernel.dylib 0x95e06932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9293f59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x928dabdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x9293f59b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 org.gnu.Aquamacs 0x00023b41 handle_stop + 142


14 org.gnu.Aquamacs 0x0002b8a6 next_element_from_string + 85
15 org.gnu.Aquamacs 0x00029af1 get_next_display_element + 43

16 org.gnu.Aquamacs 0x0002c7a8 move_it_in_display_line_to + 350


17 org.gnu.Aquamacs 0x0002d8c1 move_it_to + 756
18 org.gnu.Aquamacs 0x0002e297 move_it_vertically + 114
19 org.gnu.Aquamacs 0x0006390a Fwindow_end + 486
20 org.gnu.Aquamacs 0x00173ec5 Ffuncall + 1166

21 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
22 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
23 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
24 org.gnu.Aquamacs 0x001738d1 call1 + 44
25 org.gnu.Aquamacs 0x0017f42b mapcar1 + 884
26 org.gnu.Aquamacs 0x0017f848 Fmapc + 121


27 org.gnu.Aquamacs 0x00173ec5 Ffuncall + 1166

28 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
29 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
30 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
31 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
32 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
33 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
34 org.gnu.Aquamacs 0x00173696 run_hook_with_args + 522
35 org.gnu.Aquamacs 0x0017340b Frun_hooks + 63
36 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
37 org.gnu.Aquamacs 0x001738d1 call1 + 44


38 org.gnu.Aquamacs 0x000cffd9 safe_run_hooks_1 + 84

39 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304


40 org.gnu.Aquamacs 0x000d00bd safe_run_hooks + 110
41 org.gnu.Aquamacs 0x000cf11d command_loop_1 + 7807

42 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
43 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
44 org.gnu.Aquamacs 0x00170964 internal_catch + 215


45 org.gnu.Aquamacs 0x000ccddd command_loop + 85

46 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
47 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323


48 org.gnu.Aquamacs 0x00173e83 Ffuncall + 1100

49 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
50 org.gnu.Aquamacs 0x00172bf5 Feval + 1663


51 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44

52 org.gnu.Aquamacs 0x0006f732 Fsave_window_excursion + 94


53 org.gnu.Aquamacs 0x001cbb71 Fbyte_code + 7224

54 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
55 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
56 org.gnu.Aquamacs 0x00173395 Fapply + 948
57 org.gnu.Aquamacs 0x00173872 apply1 + 102


58 org.gnu.Aquamacs 0x0016ec6e call_debugger + 523
59 org.gnu.Aquamacs 0x00171abd maybe_call_debugger + 225
60 org.gnu.Aquamacs 0x00171c46 find_handler_clause + 368
61 org.gnu.Aquamacs 0x00171545 Fsignal + 599

62 org.gnu.Aquamacs 0x00173ec5 Ffuncall + 1166
63 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
64 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
65 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
66 org.gnu.Aquamacs 0x00173395 Fapply + 948
67 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
68 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
69 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
70 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
71 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
72 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
73 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
74 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
75 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
76 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
77 org.gnu.Aquamacs 0x0017383b apply1 + 47
78 org.gnu.Aquamacs 0x0016c607 Fcall_interactively + 1134
79 org.gnu.Aquamacs 0x00173ef8 Ffuncall + 1217
80 org.gnu.Aquamacs 0x0017394b call3 + 56
81 org.gnu.Aquamacs 0x000e040a Fcommand_execute + 792
82 org.gnu.Aquamacs 0x000cf093 command_loop_1 + 7669
83 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
84 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
85 org.gnu.Aquamacs 0x00170964 internal_catch + 215
86 org.gnu.Aquamacs 0x000cce57 command_loop + 207
87 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
88 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
89 org.gnu.Aquamacs 0x000ca913 main + 5915
90 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x95e0890a kevent + 10
1 libdispatch.dylib 0x9b77dc58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9b77c6a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x95e0802e __workq_kernreturn + 10
1 libsystem_c.dylib 0x928e9ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x928eb6fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffa36c edx: 0x95e07332
edi: 0xac3452c0 esi: 0x00000006 ebp: 0xbfffa388 esp: 0xbfffa36c
ss: 0x00000023 efl: 0x00000282 eip: 0x95e07332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x000ef3c7
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x6aa000 - 0x6aaff3 +cl_kernels (??? - ???) <57213DED-5EEE-4C6E-A526-C7A0115E6642> cl_kernels

0xe5e000 - 0xe68fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0xff1000 - 0xff6fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0xffd000 - 0xffdffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
0x1ec9000 - 0x1ecbfff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1edd000 - 0x1edeff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels
0x1ef8000 - 0x1ef9ffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x2800000 - 0x28a1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x28c9000 - 0x28c9ffb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x28cd000 - 0x28cdff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x8001000 - 0x80a4ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8feed000 - 0x8ff1faa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90131ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90150000 - 0x90156ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90157000 - 0x90157fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90158000 - 0x9018ffef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x90190000 - 0x90267ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x903d4000 - 0x903f3fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x903f4000 - 0x904ecff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x904ed000 - 0x904eeff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x9055f000 - 0x9077aff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9077b000 - 0x9092fff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x90930000 - 0x90953fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x90954000 - 0x90962ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x909b0000 - 0x90a11ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90a12000 - 0x90a13fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x90a14000 - 0x90a9bfff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90a9c000 - 0x90aa5ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x90aa6000 - 0x90b21ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90b54000 - 0x90d9dff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90d9e000 - 0x90f75fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9106e000 - 0x91145ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x91146000 - 0x91548ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x91549000 - 0x91550ffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x91551000 - 0x9158eff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x9158f000 - 0x9159cfff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9159d000 - 0x915ddff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x915de000 - 0x919d1ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x919d2000 - 0x91aa8aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x91aa9000 - 0x91ad7fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x91ad8000 - 0x91be8fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x91be9000 - 0x91c1fff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91d54000 - 0x91d5ffff libkxld.dylib (??? - ???) <AD3C0B3E-EBA8-3A85-ADDB-F86613564E2D> /usr/lib/system/libkxld.dylib
0x91d60000 - 0x91dd6fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91de7000 - 0x91e1afef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x91e72000 - 0x91e8ffff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x91f05000 - 0x91f05fff libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <A870EB56-560C-3DA2-B189-6E0FD2D3B66D> /usr/lib/system/libdnsinfo.dylib
0x91f06000 - 0x91f0dff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x91f3d000 - 0x91f44ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x91f45000 - 0x91f55fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x91f56000 - 0x921c9ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x921ca000 - 0x9220dffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x925a1000 - 0x925a9fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x925b6000 - 0x926a6ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x926a7000 - 0x92703fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92704000 - 0x92740ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9274f000 - 0x92757ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x92758000 - 0x927fcfff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x927fd000 - 0x9288afe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9288b000 - 0x92956fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x92957000 - 0x92958ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x92965000 - 0x92970ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x92971000 - 0x929b2ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x929b3000 - 0x929f1fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x929f2000 - 0x92a7fff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x92a80000 - 0x92a80fff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92a81000 - 0x92ac9ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92b09000 - 0x92b12ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x92b13000 - 0x92b14ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x92b31000 - 0x92b33ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92b34000 - 0x92eeeffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x92eef000 - 0x92f19ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x92f1a000 - 0x92f4bff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x92f4c000 - 0x92fe1ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92fe2000 - 0x93018ff4 com.apple.LDAPFramework (3.1 - 120.2) <A8601C27-6134-3AD1-A76C-F65D49183D9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x93128000 - 0x93351ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x93363000 - 0x93df6ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93df7000 - 0x93dffff3 liblaunch.dylib (392.35.0 - compatibility 1.0.0) <5FF5F6DE-32EE-3DEC-9DC4-2BC1D5797C82> /usr/lib/system/liblaunch.dylib
0x93e00000 - 0x93e10ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x93e20000 - 0x93e20ff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93e62000 - 0x93eb0ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x93eb1000 - 0x93f02ff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x93f03000 - 0x94055fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94061000 - 0x94130fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94131000 - 0x9418effb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9418f000 - 0x944d3ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x944da000 - 0x944e4ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x944e5000 - 0x944fbffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9459f000 - 0x9463aff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9463b000 - 0x9466fff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x946ac000 - 0x946d4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x946d5000 - 0x950f5fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x950f6000 - 0x950f7fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x9510e000 - 0x9510efff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9510f000 - 0x9555cffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9555d000 - 0x955c1fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x955c2000 - 0x955c6fff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x955c7000 - 0x95689fff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9568a000 - 0x95690ffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x95691000 - 0x95694ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x95695000 - 0x95794ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x95795000 - 0x95a1afe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95a1b000 - 0x95a46fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x95a5b000 - 0x95aa4ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95aa5000 - 0x95da7fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x95def000 - 0x95e0dff7 libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
0x95f56000 - 0x95fa6ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x95fa7000 - 0x9600efff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x962c1000 - 0x962d8ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x962d9000 - 0x962d9fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x969bc000 - 0x969c7ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x969ef000 - 0x96aafffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96afe000 - 0x96b02ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x96b03000 - 0x96b06ffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96b07000 - 0x96dc3ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96dc4000 - 0x96f26fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x96f27000 - 0x96f50ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x96f51000 - 0x96f5ffff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x96f60000 - 0x96f63ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x970c3000 - 0x97125ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x97126000 - 0x97142ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x971b6000 - 0x971b9ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x971ba000 - 0x971dcffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x97205000 - 0x97366ffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x97367000 - 0x9737cff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9737d000 - 0x97ca55eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x97ca6000 - 0x97cf5ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97cf6000 - 0x97cf9ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x97d00000 - 0x97d59fff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97d69000 - 0x97d7afff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x97d7b000 - 0x97d8ffff com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x97d90000 - 0x97db2ff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x97db3000 - 0x97df6fff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x97e52000 - 0x97e52ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97e53000 - 0x97e6fffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x97f60000 - 0x97f60ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x97f98000 - 0x97f9fff9 libsystem_dnssd.dylib (??? - ???) <2FD48636-7CFA-32FA-A595-F12E4246E355> /usr/lib/system/libsystem_dnssd.dylib
0x97fa0000 - 0x97fa1fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x97faa000 - 0x9800fff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9801c000 - 0x980fdff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x980fe000 - 0x9820fff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x98255000 - 0x982a6fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x982a7000 - 0x9838ffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x98447000 - 0x9844cffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9844d000 - 0x9844fff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
0x98450000 - 0x988c5ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x988c6000 - 0x98907ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x98908000 - 0x98980ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9899c000 - 0x989b6fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x989b7000 - 0x98e93ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x98e9f000 - 0x98ea2ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98ea3000 - 0x98ea3fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x98ea4000 - 0x98ea4fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x98ea5000 - 0x98ef5ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x98efd000 - 0x9900cfff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x99040000 - 0x9906fff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x99070000 - 0x996ebfe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x996ec000 - 0x996f7ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x996f8000 - 0x99700ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x99701000 - 0x99705fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x99706000 - 0x99782ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x99997000 - 0x99998ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x99999000 - 0x99a30ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x99ab3000 - 0x99dbdff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9ab0f000 - 0x9ab12fff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9ab13000 - 0x9ad08ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9ad09000 - 0x9ad19fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9ad30000 - 0x9ad31ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9ad32000 - 0x9ae15ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9ae16000 - 0x9aea0ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9af16000 - 0x9af3ffff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9af40000 - 0x9af42ff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9af4c000 - 0x9af72ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9af73000 - 0x9af86ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9af87000 - 0x9afb0ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b118000 - 0x9b187fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9b1b1000 - 0x9b20cff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9b5d5000 - 0x9b5faff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b5fb000 - 0x9b600ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9b647000 - 0x9b765fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9b77b000 - 0x9b789fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9b920000 - 0x9b93dff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9b93e000 - 0x9b947fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9ba05000 - 0x9ba09ffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9ba0a000 - 0x9ba1ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9bdbc000 - 0x9bdcafff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9bdcb000 - 0x9bdccff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9c076000 - 0x9c07affa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x9c07b000 - 0x9c086ffc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c722000 - 0x9ca65fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9ca66000 - 0x9cb7dfe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9cb7e000 - 0x9cbacff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9cbe4000 - 0x9cbf1fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9cbf2000 - 0x9cc66fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9cce7000 - 0x9cd27ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9cd28000 - 0x9cd8aff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9cd8b000 - 0x9cd8cfff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9cd8d000 - 0x9cd91ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9cd95000 - 0x9cd95fff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9cd96000 - 0x9cde7ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 414


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: 79252
thread_create: 2
thread_set_state: 107796

VM Region Summary:


ReadOnly portion of Libraries: Total=185.4M resident=93.9M(51%) swapped_out_or_unallocated=91.4M(49%)
Writable regions: Total=140.1M written=52.1M(37%) resident=68.6M(49%) swapped_out=12.4M(9%) unallocated=71.5M(51%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
CG backing stores 5496K
CG image 32K
CG raster data 448K
CG shared images 3504K
CoreGraphics 8K
CoreImage 4K
CoreServices 2328K


MALLOC 69.7M
MALLOC guard page 48K

Memory tag=240 4K
Memory tag=242 12K

OpenCL 56K
Stack 65.0M
VM_ALLOCATE 16.3M

__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 224K


__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.6M

__OBJC 2656K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.8M
__UNICODE 544K
mapped file 111.5M


shared memory 4488K
shared pmap 6788K
=========== =======
TOTAL 529.6M

System Profile:
Model: MacBookPro4,1, BootROM MBP41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.5 GHz, 4 GB, SMC 1.27f3
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0xCE00000000000000, 0x4D342037305435363633515A332D43453620
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0xCE00000000000000, 0x4D342037305435363633515A332D43453620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.11)


Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1

Network Service: Ethernet Adaptor (en2), Ethernet, en2
Serial ATA Device: Hitachi HTS722020K9SA00, 200.05 GB
Parallel ATA Device: MATSHITADVD-R UJ-867
USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0xfd100000 / 2
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd120000 / 5
USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd122000 / 8
USB Device: hub_device, 0x0424 (SMSC), 0x2602, 0xfd110000 / 4
USB Device: External, 0x13fd (Initio Corporation), 0x1840, 0xfd112000 / 9
USB Device: iPhone, apple_vendor_id, 0x1297, 0xfd113000 / 7
USB Device: Flash Card Reader, 0x0424 (SMSC), 0x2228, 0xfd111000 / 6
USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 3
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0230, 0x5d200000 / 3
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2

Guy Harding

unread,
Mar 20, 2012, 10:18:46 AM3/20/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

Process: Aquamacs [83881]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)
Parent Process: launchd [26624]

Date/Time: 2012-03-14 16:41:22.290 -0600


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

Interval Since Last Report: 14793 sec
Per-App Interval Since Last Report: 72222 sec
Anonymous UUID: 51EC9CF4-206D-44F4-AB39-E85135F762BA

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:
Stack 00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW
-->
CG shared images 00000000c0003000-00000000c000b000 [ 32K] r--/r-- SM=SHM

Application Specific Information:
objc[83881]: garbage collection is OFF
abort() called

45 org.gnu.Aquamacs 0x000cce57 command_loop + 207


46 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
47 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323

48 org.gnu.Aquamacs 0x000ca913 main + 5915
49 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x95e0890a kevent + 10
1 libdispatch.dylib 0x9b77dc58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9b77c6a7 _dispatch_mgr_thread + 53

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffc42c edx: 0x95e07332
edi: 0xac3452c0 esi: 0x00000006 ebp: 0xbfffc448 esp: 0xbfffc42c
ss: 0x00000023 efl: 0x00000286 eip: 0x95e07332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x98d6d004
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x6dc000 - 0x6e6fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0xe81000 - 0xe85ffb libFontRegistryUI.dylib (??? - ???) <608F6D4D-9CDD-3D7F-8504-24398B4C1A54> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0xfe2000 - 0xfe7fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0xfee000 - 0xff0fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1bf6000 - 0x1bf6ffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
0x1bfb000 - 0x1bfcff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels


0x2800000 - 0x28a1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib

0x28f9000 - 0x28faffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x2fba000 - 0x2fbaffb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x2fbe000 - 0x2fbeff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x2fc3000 - 0x2fc4ff8 +cl_kernels (??? - ???) <BE4BD12D-832A-4929-B7C6-58188A2EFAED> cl_kernels


0x8001000 - 0x80a4ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib

0x8febc000 - 0x8feeeaa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld

0x9af40000 - 0x9af42ff9 com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9af4c000 - 0x9af72ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9af73000 - 0x9af86ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9af87000 - 0x9afb0ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b118000 - 0x9b187fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9b1b1000 - 0x9b20cff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9b5d5000 - 0x9b5faff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b5fb000 - 0x9b600ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9b647000 - 0x9b765fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9b77b000 - 0x9b789fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9b920000 - 0x9b93dff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9b93e000 - 0x9b947fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9ba05000 - 0x9ba09ffd IOSurface (??? - ???) <CAF0B3F2-1589-3139-8A59-E54797C02EA0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9ba0a000 - 0x9ba1ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9bdbc000 - 0x9bdcafff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9bdcb000 - 0x9bdccff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9c076000 - 0x9c07affa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x9c07b000 - 0x9c086ffc com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9c722000 - 0x9ca65fff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9ca66000 - 0x9cb7dfe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9cb7e000 - 0x9cbacff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

0x9cbf2000 - 0x9cc66fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9cce7000 - 0x9cd27ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x9cd28000 - 0x9cd8aff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9cd8b000 - 0x9cd8cfff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x9cd8d000 - 0x9cd91ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9cd95000 - 0x9cd95fff com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9cd96000 - 0x9cde7ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 275


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: 100892
thread_create: 2
thread_set_state: 161363

VM Region Summary:


ReadOnly portion of Libraries: Total=185.0M resident=82.0M(44%) swapped_out_or_unallocated=103.0M(56%)
Writable regions: Total=123.1M written=39.5M(32%) resident=54.9M(45%) swapped_out=11.6M(9%) unallocated=68.2M(55%)

REGION TYPE VIRTUAL
=========== =======


ATS (font support) 32.1M
CG backing stores 4644K

CG image 44K


CG raster data 480K
CG shared images 3536K

CoreGraphics 8K
CoreImage 76K
CoreServices 2328K
MALLOC 53.8M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

OpenCL 60K
Stack 64.5M
VM_ALLOCATE 16.2M


__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 224K
__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.6M

__OBJC 2632K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.4M
__UNICODE 544K
mapped file 109.0M


shared memory 3460K
shared pmap 6848K
=========== =======

TOTAL 508.6M

Guy Harding

unread,
Mar 20, 2012, 10:18:48 AM3/20/12
to aquama...@aquamacs.org


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

Process: Aquamacs [83712]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)
Parent Process: launchd [26624]

Date/Time: 2012-03-13 10:48:21.164 -0600


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

Interval Since Last Report: 424 sec
Per-App Interval Since Last Report: 419 sec
Anonymous UUID: 51EC9CF4-206D-44F4-AB39-E85135F762BA

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000000

VM Regions Near 0xc0000000:
Stack 00000000bf800000-00000000c0000000 [ 8192K] rw-/rwx SM=COW
-->
CG shared images 00000000c0003000-00000000c000b000 [ 32K] r--/r-- SM=SHM

Application Specific Information:
objc[83712]: garbage collection is OFF
abort() called

Thread 2:


0 libsystem_kernel.dylib 0x95e0802e __workq_kernreturn + 10
1 libsystem_c.dylib 0x928e9ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x928eb6fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):


eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfffc42c edx: 0x95e07332
edi: 0xac3452c0 esi: 0x00000006 ebp: 0xbfffc448 esp: 0xbfffc42c
ss: 0x00000023 efl: 0x00000286 eip: 0x95e07332 cs: 0x0000000b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x03129fff
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0xe5e000 - 0xe68fff +com.unsanity.smartcrashreports (Smart Crash Reports version 1.5 - 1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/*/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0xf24000 - 0xf26fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0xff1000 - 0xff6fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1ed4000 - 0x1ed4ffb +cl_kernels (??? - ???) <0EB03DA8-8159-4970-B413-35CECF53B809> cl_kernels
0x1ed9000 - 0x1edaff8 +cl_kernels (??? - ???) <FC0F4ABA-2BA6-42A8-84F8-EE0244E4664F> cl_kernels


0x2800000 - 0x28a1ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib

0x28e9000 - 0x28eaffb +cl_kernels (??? - ???) <2A7FF647-E155-4028-A660-ED1644430197> cl_kernels
0x28fa000 - 0x28faffb +cl_kernels (??? - ???) <CF1857C0-2DF4-47E0-95BA-C89397B55C6E> cl_kernels
0x28fe000 - 0x28feff6 +cl_kernels (??? - ???) <4CB02510-F471-4D83-9485-A83AA404B874> cl_kernels
0x2f51000 - 0x2f52ff8 +cl_kernels (??? - ???) <BE4BD12D-832A-4929-B7C6-58188A2EFAED> cl_kernels


0x8001000 - 0x80a4ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib

0x8fe47000 - 0x8fe79aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld

task_for_pid: 43


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: 81189
thread_create: 2
thread_set_state: 107796

VM Region Summary:


ReadOnly portion of Libraries: Total=184.9M resident=95.0M(51%) swapped_out_or_unallocated=90.0M(49%)
Writable regions: Total=108.4M written=27.5M(25%) resident=55.1M(51%) swapped_out=80K(0%) unallocated=53.3M(49%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)
CG backing stores 3620K


CG image 44K
CG raster data 480K

CG shared images 3440K


CoreGraphics 8K
CoreImage 76K
CoreServices 2328K

MALLOC 39.7M
MALLOC guard page 48K
MALLOC_LARGE (reserved) 4K reserved VM address space (unallocated)


Memory tag=240 4K
Memory tag=242 12K
OpenCL 60K

Stack 65.0M


VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 22.9M
__DATA/__OBJC 224K
__IMAGE 528K
__IMPORT 16K
__LINKEDIT 42.6M

__OBJC 2628K


__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.4M
__UNICODE 544K

mapped file 107.7M


shared memory 3460K
shared pmap 6848K
=========== =======

TOTAL 492.6M
TOTAL, minus reserved VM space 492.6M

System Profile:
Model: MacBookPro4,1, BootROM MBP41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.5 GHz, 4 GB, SMC 1.27f3
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0xCE00000000000000, 0x4D342037305435363633515A332D43453620
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0xCE00000000000000, 0x4D342037305435363633515A332D43453620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.11)
Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Network Service: Ethernet Adaptor (en2), Ethernet, en2
Serial ATA Device: Hitachi HTS722020K9SA00, 200.05 GB
Parallel ATA Device: MATSHITADVD-R UJ-867
USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0xfd100000 / 2
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd120000 / 5

USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd122000 / 7


USB Device: hub_device, 0x0424 (SMSC), 0x2602, 0xfd110000 / 4

USB Device: iPhone, apple_vendor_id, 0x1297, 0xfd113000 / 9
USB Device: External, 0x13fd (Initio Corporation), 0x1840, 0xfd112000 / 8

Aaron R. Mathews

unread,
Mar 20, 2012, 12:41:18 PM3/20/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

Crashed upon me trying to use the menu while in full-screen mode. Nothing unusual- just dired opened to a remote system via tramp. :/


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:~/.bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin

exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin ~/.bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)

Process: Aquamacs [252]


Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1319565789)
Code Type: X86 (Native)

Parent Process: launchd [224]

Date/Time: 2012-03-20 09:39:32.702 -0700


OS Version: Mac OS X 10.7.3 (11D50b)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000020

VM Regions Near 0x20:


--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
__TEXT 0000000000001000-0000000000257000 [ 2392K] r-x/rwx SM=COW /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

Application Specific Information:
objc[252]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x9b853332 __kill + 10
1 libsystem_kernel.dylib 0x9b852932 kill$UNIX2003 + 32


2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446

3 libsystem_c.dylib 0x9885a59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295
5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 libsystem_c.dylib 0x987f5bdd abort + 167


7 org.gnu.Aquamacs 0x00207a9e ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000cb08b shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c89f9 fatal_error_signal + 347

10 libsystem_c.dylib 0x9885a59b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295
12 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

13 org.gnu.Aquamacs 0x001d6f36 wait_reading_process_output + 2853
14 org.gnu.Aquamacs 0x001d5b13 Faccept_process_output + 694
15 org.gnu.Aquamacs 0x00173f43 Ffuncall + 1292
16 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
17 org.gnu.Aquamacs 0x00172bf5 Feval + 1663
18 org.gnu.Aquamacs 0x00170964 internal_catch + 215
19 org.gnu.Aquamacs 0x001cbbf1 Fbyte_code + 7352
20 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
21 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
22 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
23 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
24 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
25 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
26 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
27 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838


28 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
29 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
30 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
31 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
32 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
33 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838

34 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
35 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
36 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
37 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
38 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
39 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
40 org.gnu.Aquamacs 0x001730cc Fapply + 235
41 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
42 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
43 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
44 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
45 org.gnu.Aquamacs 0x001730cc Fapply + 235
46 org.gnu.Aquamacs 0x00172a72 Feval + 1276
47 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
48 org.gnu.Aquamacs 0x001cbc92 Fbyte_code + 7513
49 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
50 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
51 org.gnu.Aquamacs 0x0017390b call2 + 50
52 org.gnu.Aquamacs 0x00111b8e Ffile_directory_p + 125
53 org.gnu.Aquamacs 0x00172b9f Feval + 1577
54 org.gnu.Aquamacs 0x0016ed6e Fand + 44
55 org.gnu.Aquamacs 0x001728d8 Feval + 866
56 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
57 org.gnu.Aquamacs 0x00170495 Flet + 798
58 org.gnu.Aquamacs 0x001728d8 Feval + 866
59 org.gnu.Aquamacs 0x00171141 internal_condition_case_1 + 310
60 org.gnu.Aquamacs 0x000da4d4 menu_item_eval_property + 126
61 org.gnu.Aquamacs 0x000dabb2 parse_menu_item + 1731
62 org.gnu.Aquamacs 0x0005dbde single_menu_item + 40
63 org.gnu.Aquamacs 0x000e6560 map_keymap_item + 73
64 org.gnu.Aquamacs 0x000e66a2 map_keymap_internal + 150
65 org.gnu.Aquamacs 0x000e68ce map_keymap_canonical + 73
66 org.gnu.Aquamacs 0x0005db42 single_keymap_panes + 124
67 org.gnu.Aquamacs 0x0005e2a1 parse_single_submenu + 468
68 org.gnu.Aquamacs 0x0021f8b0 ns_update_menubar + 1929
69 org.gnu.Aquamacs 0x00220459 -[EmacsMenu menuNeedsUpdate:] + 112
70 com.apple.AppKit 0x955c5036 -[NSMenu _populateFromDelegateWithEventRef:] + 318
71 com.apple.AppKit 0x954b3e7f -[NSMenu _populateWithEventRef:] + 99
72 com.apple.AppKit 0x955c4179 -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCallRef:] + 448
73 com.apple.AppKit 0x955c3d02 NSSLMMenuEventHandler + 452
74 com.apple.HIToolbox 0x99c5562c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
75 com.apple.HIToolbox 0x99ad0f4f _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
76 com.apple.HIToolbox 0x99ad03cc _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482
77 com.apple.HIToolbox 0x99ad01e4 SendEventToEventTargetWithOptions + 75
78 com.apple.HIToolbox 0x99c9e96c SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned long, double, unsigned long, OpaqueEventRef*, unsigned char*) + 370
79 com.apple.HIToolbox 0x99ca90ed _ZL15SendMenuOpeningP14MenuSelectDataP8MenuDatadmmP14__CFDictionaryhPh + 300
80 com.apple.HIToolbox 0x99cad67c _ZL11DrawTheMenuP14MenuSelectDataPP9__CFArrayhPh + 202
81 com.apple.HIToolbox 0x99cadbee _ZL11MenuChangedP14MenuSelectDatahh + 608
82 com.apple.HIToolbox 0x99b1d29d _ZL15TrackMenuCommonR14MenuSelectDataPh + 1235
83 com.apple.HIToolbox 0x99cb1474 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 420
84 com.apple.HIToolbox 0x99b1952e _HandleMenuSelection2 + 636
85 com.apple.HIToolbox 0x99b192ad _HandleMenuSelection + 53
86 com.apple.AppKit 0x954bfd4a _NSHandleCarbonMenuEvent + 302
87 com.apple.AppKit 0x9545008a _DPSNextEvent + 2196
88 com.apple.AppKit 0x9544f306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
89 com.apple.AppKit 0x9544b675 -[NSApplication run] + 911
90 org.gnu.Aquamacs 0x002044a4 ns_read_socket + 769
91 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
92 org.gnu.Aquamacs 0x000d8c7a gobble_input + 176
93 org.gnu.Aquamacs 0x000d8b85 get_input_pending + 125
94 org.gnu.Aquamacs 0x000d466a swallow_events + 163
95 org.gnu.Aquamacs 0x0000f94f sit_for + 24
96 org.gnu.Aquamacs 0x000d13d6 read_char + 3476
97 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
98 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
99 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
100 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
101 org.gnu.Aquamacs 0x00170964 internal_catch + 215
102 org.gnu.Aquamacs 0x000cce57 command_loop + 207
103 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
104 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
105 org.gnu.Aquamacs 0x000ca913 main + 5915
106 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x9b85490a kevent + 10
1 libdispatch.dylib 0x96d23c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x96d226a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x9b85402e __workq_kernreturn + 10
1 libsystem_c.dylib 0x98804ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x988066fe start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x9b85402e __workq_kernreturn + 10
1 libsystem_c.dylib 0x98804ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x988066fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfff9d4c edx: 0x9b853332
edi: 0xacad02c0 esi: 0x00000006 ebp: 0xbfff9d68 esp: 0xbfff9d4c
ss: 0x00000023 efl: 0x00000286 eip: 0x9b853332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x004e6040
Logical CPU: 0

Binary Images:
0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x7af000 - 0x7b1fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib


0x7c1000 - 0x7c6fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib

0x7cd000 - 0x7cdffb +cl_kernels (??? - ???) <2182CF48-6565-4D2C-A145-E43920BE2E33> cl_kernels
0x7ec000 - 0x7edff8 +cl_kernels (??? - ???) <1A0A95E4-5943-4B7D-832D-65FF3142E037> cl_kernels
0x2f2d000 - 0x2fceff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x8fe8e000 - 0x8fec0aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90114fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x90115000 - 0x90116fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x90117000 - 0x90157ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x90158000 - 0x90239ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x902a5000 - 0x902a7ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x902a8000 - 0x902adff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x902ae000 - 0x902d9fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x902da000 - 0x902defff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9032c000 - 0x9032cfff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90332000 - 0x90333fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x90340000 - 0x906faffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x906fb000 - 0x90724ff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9078e000 - 0x911aefff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x911af000 - 0x911b2ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x911b3000 - 0x911cdfff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x911ce000 - 0x912cdffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x91333000 - 0x9133eff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9133f000 - 0x91346ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x91347000 - 0x9134fff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x91350000 - 0x91350fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x913b7000 - 0x91408ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x91409000 - 0x9140affd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x91720000 - 0x91763ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x91798000 - 0x917baff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x917bb000 - 0x917f7ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x91825000 - 0x91826fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x91827000 - 0x91827ff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9183c000 - 0x918d3ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x918d4000 - 0x91bd6fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91bd7000 - 0x91c06ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x91c07000 - 0x92054ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x924d3000 - 0x924d3ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x924d4000 - 0x926c9ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x926f4000 - 0x92768fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9276d000 - 0x92796fff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x92797000 - 0x929c0ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x929c1000 - 0x929c8ffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x929cf000 - 0x929dfff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x929e0000 - 0x929e1ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x929e2000 - 0x929feff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x929ff000 - 0x92a02fff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x92a03000 - 0x92a06ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x92a07000 - 0x92a2cff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92a2e000 - 0x92a62ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x92a63000 - 0x92a8cffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x92a8d000 - 0x92aaafff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x92aab000 - 0x92deefff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x93b40000 - 0x93b8fffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x93b90000 - 0x93c67ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x93c68000 - 0x93c71fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x93c72000 - 0x93c7ffff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93d37000 - 0x93d4cff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93f04000 - 0x93f80ff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x93f83000 - 0x93fb1fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x93fb2000 - 0x93fbcff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x93fbd000 - 0x93fe3ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x941e6000 - 0x94273ff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x94274000 - 0x942c2ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x94315000 - 0x9432afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9432b000 - 0x9434dffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9434e000 - 0x9441dfff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9441e000 - 0x944f5ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x944f6000 - 0x94711ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x94712000 - 0x9471bffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9471c000 - 0x9471dff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x9471e000 - 0x94870fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94871000 - 0x948d5fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x948ee000 - 0x948effff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x948f0000 - 0x94dccff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x94dcd000 - 0x94dd8ffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x94f0d000 - 0x95005ff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x95006000 - 0x95011ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x95012000 - 0x95013ff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x95014000 - 0x95017ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95018000 - 0x95020ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x95021000 - 0x9502fff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x95030000 - 0x95036ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95037000 - 0x9506dff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9506e000 - 0x950c9ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x950ca000 - 0x95142ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x95143000 - 0x95261fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9526c000 - 0x9526cfff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x9526d000 - 0x952aaff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x953cc000 - 0x953d0ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x953d1000 - 0x953d5ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x953d6000 - 0x953d9ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x953da000 - 0x9543cffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x95446000 - 0x95ed9ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95eda000 - 0x96123ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9633b000 - 0x963d0ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x963e3000 - 0x9645effb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9645f000 - 0x96613ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x96614000 - 0x96624fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x96666000 - 0x96749ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9674a000 - 0x96b4cff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x96b4d000 - 0x96bb2ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96bb3000 - 0x96ca3ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x96ca4000 - 0x96cfdfff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96cfe000 - 0x96d09ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x96d0a000 - 0x96d20ffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x96d21000 - 0x96d2ffff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x976fa000 - 0x97700ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x97701000 - 0x9782dff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9782e000 - 0x9783ffff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x97840000 - 0x978b6fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x978b7000 - 0x97b73ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x97b74000 - 0x97bbcff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x97beb000 - 0x97c21ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x97c22000 - 0x97c2ffff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x97d0b000 - 0x97d0bfff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97d0c000 - 0x97f7fff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x981e4000 - 0x981e9ffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x981ea000 - 0x9823aff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9823b000 - 0x982fbffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x982fc000 - 0x9830afff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9830b000 - 0x9830bfff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9835c000 - 0x9838aff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9838b000 - 0x9838bfff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9838c000 - 0x9838fffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x98390000 - 0x983b8ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x983b9000 - 0x983d0ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9841c000 - 0x9841fff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x98420000 - 0x984c4fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x987a6000 - 0x98871fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x98882000 - 0x98886ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x98888000 - 0x988bbfef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x989c8000 - 0x98ad8fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x98ad9000 - 0x98b1cfff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x98b1d000 - 0x98b7effb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x98b7f000 - 0x98bc0ff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x98bc1000 - 0x98e46fe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x98e47000 - 0x98e47ff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x98e4b000 - 0x98e5fff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x98e60000 - 0x98f48fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x98f49000 - 0x990aaffb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x990ab000 - 0x99135ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x99150000 - 0x991a1fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x991a2000 - 0x991a2fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x991a3000 - 0x991bfffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x99230000 - 0x99623ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x997be000 - 0x99ac8ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x99ac9000 - 0x99e0dffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x99e0e000 - 0x99e5fff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x99e60000 - 0x9a7885eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9a789000 - 0x9a7caff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9a7cb000 - 0x9a81bff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9a95d000 - 0x9a964ff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
0x9a9e0000 - 0x9a9e2ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9b164000 - 0x9b165ff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9b166000 - 0x9b7e1fe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9b7e2000 - 0x9b822ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9b823000 - 0x9b82bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9b82c000 - 0x9b83afff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9b83b000 - 0x9b859ff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
0x9b85a000 - 0x9b86dffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9b86e000 - 0x9b891fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9b894000 - 0x9b8b1ff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9b8b2000 - 0x9b8e3ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x9b8ec000 - 0x9b8f7fff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
0x9b8f8000 - 0x9bd6dff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9bd6e000 - 0x9bdd0ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x9bdd1000 - 0x9be38fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9be95000 - 0x9bef1fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9bef2000 - 0x9bf8dff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9bf8e000 - 0x9bfccfff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9bfcd000 - 0x9c0deff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9c0f3000 - 0x9c112fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x9c1c2000 - 0x9c21fffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9c39b000 - 0x9c3d2fef com.apple.DebugSymbols (2.1 - 87) <84EF10C9-97C0-3AF5-9545-9F6BD1847090> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9c42d000 - 0x9c4bafe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9c4bb000 - 0x9c57dfff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9c57e000 - 0x9c582fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9c58f000 - 0x9c665aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9c666000 - 0x9c6d5fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9c6d6000 - 0x9c6d8ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x9c6d9000 - 0x9c6e2ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9c72f000 - 0x9c846fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9c847000 - 0x9c871ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9c872000 - 0x9ca49fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9ca4a000 - 0x9ca4bff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9ca4c000 - 0x9ca50ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9cade000 - 0x9cc40fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x9ccc3000 - 0x9cccbff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x9ccce000 - 0x9cd17ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9cd18000 - 0x9cd18fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9cd57000 - 0x9cd67fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9cd9a000 - 0x9ce21fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 36


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: 1388
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=184.5M resident=95.9M(52%) swapped_out_or_unallocated=88.6M(48%)
Writable regions: Total=116.3M written=9.9M(9%) resident=37.9M(33%) swapped_out=0K(0%) unallocated=78.4M(67%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 31.8M


ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 8424K
CG image 24K
CG raster data 64K


CG shared images 3480K
CoreGraphics 8K

CoreServices 1728K
MALLOC 43.3M
MALLOC guard page 48K


Memory tag=240 4K
Memory tag=242 12K

OpenCL 20K
Stack 65.5M
VM_ALLOCATE 16.1M
__CI_BITMAP 80K

__DATA 22.3M
__DATA/__OBJC 256K


__IMAGE 528K
__IMPORT 12K
__LINKEDIT 42.4M

__OBJC 2800K
__OBJC/__DATA 536K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.1M


__UNICODE 544K
mapped file 107.7M

shared memory 312K
shared pmap 6664K
=========== =======
TOTAL 496.3M
TOTAL, minus reserved VM space 496.3M

Jay Dixit

unread,
Mar 20, 2012, 1:26:08 PM3/20/12
to aquama...@aquamacs.org
markdown mode

replace-string

replacing line break (C-q C-j) with two spaces plus line break ( C-q C-j). Crashes every time.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)

of 2012-02-14 on braeburn.aquamacs.org - Aquamacs Distribution 2.4


Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t

Major mode: Org

Recent input:

Jay Dixit

unread,
Mar 21, 2012, 2:50:42 PM3/21/12
to aquama...@aquamacs.org


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2012-02-14 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t

Major mode: Org

Minor modes in effect:
flyspell-mode: t
global-flyspell-mode: t
savehist-mode: t
smart-frame-positioning-mode: t

Recent input:

something with faces maybe

Jay Dixit

unread,
Mar 21, 2012, 2:50:50 PM3/21/12
to aquama...@aquamacs.org
not sure


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2012-02-14 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t

Major mode: Message

Minor modes in effect:
mml-mode: t

Recent input:


Recent messages:
Checking 8 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml...
Checking 4 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/python-mode...
Checking 103 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/ess-mode/lisp...
Checking 3 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/alts...
Checking 23 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/nxhtml...
Checking 18 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/related...
Checking 62 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/util...
Checking 1 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/python-mode/completion...
Checking 1 files in /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/nxhtml/etc/schema...
Checking for load-path shadows...done

Jay Dixit

unread,
Mar 21, 2012, 2:50:54 PM3/21/12
to aquama...@aquamacs.org
faces?

Martin Renner

unread,
Mar 21, 2012, 3:57:23 PM3/21/12
to aquama...@aquamacs.org

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,


please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file

/Users/martin/Applications/Aquaemacs/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)

of 2012-01-11 on braeburn.aquamacs.org - Aquamacs Distribution 2.4


Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Users/martin/Applications/Aquaemacs/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /Users/martin/bin:/usr/local/bin:/usr/local/sbin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/local/MacGPG2/bin:/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2011/bin

exec-path: (/Users/martin/bin /usr/local/bin /usr/local/sbin /Developer/usr/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/X11/bin /usr/local/MacGPG2/bin /usr/texbin /usr/bin /bin /usr/sbin /sbin /Users/martin/Applications/Aquaemacs/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2011/bin)

Process: Aquamacs [99241]
Path: /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: org.gnu.Aquamacs
Version: 2.4 (2.4.1326028081)
Code Type: X86 (Native)
Parent Process: launchd [258]

Date/Time: 2012-03-21 11:55:19.637 -0800
OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000040c32fa3

VM Regions Near 0x40c32fa3:
MALLOC_SMALL 0000000011000000-0000000011800000 [ 8192K] rw-/rwx SM=PRV
-->
__TEXT 000000008fe7e000-000000008feb1000 [ 204K] r-x/rwx SM=COW /usr/lib/dyld

Application Specific Information:
objc[99241]: garbage collection is OFF
abort() called

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

0 libsystem_kernel.dylib 0x9726a332 __kill + 10
1 libsystem_kernel.dylib 0x97269932 kill$UNIX2003 + 32
2 org.gnu.Aquamacs 0x000c7d7c fatal_error_signal + 446
3 libsystem_c.dylib 0x9b5ad59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295

5 org.gnu.Aquamacs 0x000c7bbe syms_of_xfaces + 3973
6 libsystem_c.dylib 0x9b548bdd abort + 167
7 org.gnu.Aquamacs 0x00206eda ns_term_shutdown + 118
8 org.gnu.Aquamacs 0x000ca3ab shut_down_emacs + 282
9 org.gnu.Aquamacs 0x000c7d19 fatal_error_signal + 347
10 libsystem_c.dylib 0x9b5ad59b _sigtramp + 43


11 ??? 0xffffffff 0 + 4294967295

12 org.gnu.Aquamacs 0x000c7bbe syms_of_xfaces + 3973
13 org.gnu.Aquamacs 0x002292bd ns_get_covering_families + 821
14 org.gnu.Aquamacs 0x0022930d ns_findfonts + 70
15 org.gnu.Aquamacs 0x00229613 nsfont_list + 25
16 org.gnu.Aquamacs 0x0018b16f font_list_entities + 598
17 org.gnu.Aquamacs 0x0018ce0c font_find_for_lface + 2534
18 org.gnu.Aquamacs 0x0022ce51 fontset_find_font + 782
19 org.gnu.Aquamacs 0x0022d38d fontset_font + 432
20 org.gnu.Aquamacs 0x0022dae4 face_for_char + 384
21 org.gnu.Aquamacs 0x00029f27 get_next_display_element + 4417
22 org.gnu.Aquamacs 0x00043a19 display_line + 688
23 org.gnu.Aquamacs 0x0003d159 try_window + 178
24 org.gnu.Aquamacs 0x0003b7b4 redisplay_window + 2747
25 org.gnu.Aquamacs 0x000379f3 redisplay_window_0 + 68
26 org.gnu.Aquamacs 0x00170461 internal_condition_case_1 + 310
27 org.gnu.Aquamacs 0x00037955 redisplay_windows + 185
28 org.gnu.Aquamacs 0x000378d9 redisplay_windows + 61
29 org.gnu.Aquamacs 0x00036a81 redisplay_internal + 5426
30 org.gnu.Aquamacs 0x000346d0 redisplay + 18
31 org.gnu.Aquamacs 0x000cfebf read_char + 1373
32 org.gnu.Aquamacs 0x000dc799 read_key_sequence + 2552
33 org.gnu.Aquamacs 0x000cca65 command_loop_1 + 1191
34 org.gnu.Aquamacs 0x001702f3 internal_condition_case + 304
35 org.gnu.Aquamacs 0x000cc1ee command_loop_2 + 53
36 org.gnu.Aquamacs 0x0016fc84 internal_catch + 215
37 org.gnu.Aquamacs 0x000cc177 command_loop + 207
38 org.gnu.Aquamacs 0x000cb74b recursive_edit_1 + 181
39 org.gnu.Aquamacs 0x000cb954 Frecursive_edit + 323
40 org.gnu.Aquamacs 0x000c9c33 main + 5915
41 org.gnu.Aquamacs 0x000025a6 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x9726b90a kevent + 10
1 libdispatch.dylib 0x96971c58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x969706a7 _dispatch_mgr_thread + 53

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x9726ab42 __select + 10
1 com.apple.CoreFoundation 0x96627ee5 __CFSocketManager + 1557
2 libsystem_c.dylib 0x9b555ed9 _pthread_start + 335
3 libsystem_c.dylib 0x9b5596de thread_start + 34

Thread 3:
0 libsystem_kernel.dylib 0x9726b02e __workq_kernreturn + 10
1 libsystem_c.dylib 0x9b557ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x9b5596fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c7bcb ecx: 0xbfffcbec edx: 0x9726a332
edi: 0xad0d02c0 esi: 0x00000006 ebp: 0xbfffcc08 esp: 0xbfffcbec
ss: 0x00000023 efl: 0x00000286 eip: 0x9726a332 cs: 0x0000000b


ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f

cr2: 0x2f067d20
Logical CPU: 0

Binary Images:
0x1000 - 0x256ff3 +org.gnu.Aquamacs (2.4 - 2.4.1326028081) <62FF029D-35CF-22F3-F23E-AB96E1D6613A> /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs
0x7c7000 - 0x7c9fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7cd000 - 0x7cdffb +cl_kernels (??? - ???) <0FA777CD-4CD1-48AB-92BB-6763C6E3678A> cl_kernels
0x7f1000 - 0x7f6fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1d66000 - 0x1d67ff1 com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x1d76000 - 0x1d77ff8 +cl_kernels (??? - ???) <D45CEAD1-7C3A-41AE-8D45-249234684B5F> cl_kernels
0x1d7a000 - 0x1d7bffb +cl_kernels (??? - ???) <7E283B8B-BF03-4EA9-9520-E0F9F3922438> cl_kernels
0x1def000 - 0x1df7ffb com.apple.URLMount.AFPPlugin (4.0 - 4.0) <DEDDD986-AE2C-3E27-9C6F-5FFD5E6C8D1E> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
0x1e1f000 - 0x1ec0ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x1ed6000 - 0x1ed7ff8 +cl_kernels (??? - ???) <075BB5F8-B1AC-46C5-99CC-8498DAB5C445> cl_kernels
0x1efb000 - 0x1efbffb +cl_kernels (??? - ???) <623835F8-D2E4-439C-A66A-FA5CE0DF4A80> cl_kernels
0x2861000 - 0x286afff com.apple.AppleSRP (1.0 - 1) <334CDC8D-4364-3616-BA06-E8A4ECFFD3CD> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x2871000 - 0x2871ff6 +cl_kernels (??? - ???) <825F6B52-AEFD-4EF1-955F-2D2F5CCC6911> cl_kernels
0x2886000 - 0x2887ff0 +cl_kernels (??? - ???) <1ED22FD5-8BB3-44E5-953F-19BD15792C3E> cl_kernels
0x28ba000 - 0x28bbffe +com.zeroonetwenty.BlueHarvestCM (??? - 2.0.1) /Users/USER/Library/Contextual Menu Items/BlueHarvestCM.plugin/Contents/MacOS/BlueHarvestCM
0x28bf000 - 0x28c2fff +com.limit-point.ClipToWebCM (1.0.1 - 100) /Users/USER/Library/Contextual Menu Items/ClipToWebCM.plugin/Contents/MacOS/ClipToWebCM
0x28c8000 - 0x28c9ff7 +com.sophos.cmplugin (7.2.4 - 7.2.4) <9ABA7BA0-ACD4-CEFE-D477-1DD8DE551CF1> /Library/Contextual Menu Items/Sophos Anti-Virus.plugin/Contents/MacOS/Sophos Anti-Virus
0x28d9000 - 0x28d9ff3 +cl_kernels (??? - ???) <02175962-65CE-42BA-826F-A6948E58B0F0> cl_kernels
0x2f2d000 - 0x2fd0ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x2ff6000 - 0x2ffbffe libgermantok.dylib (??? - ???) <465F8E0F-0AED-3D8A-A852-22549742C6E9> /usr/lib/libgermantok.dylib
0xa563000 - 0xa602ff7 unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <3A06E8EA-0335-348A-BCCB-21C3E94AED31> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0xa639000 - 0xa682ff7 com.apple.AppleShareClientCore (2.5 - 2.5) <C4D7E3F4-84B6-3F4B-B60D-837C49208323> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
0x8fe7e000 - 0x8feb0aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90349ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9034a000 - 0x9034bff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9034c000 - 0x90656ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90670000 - 0x906ecff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x906ed000 - 0x90712fff com.apple.datadetectors (3.2 - 172.5) <6BD9F9AE-88BE-34B5-B951-181CE0662499> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x90713000 - 0x90763ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x90764000 - 0x9076affd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9076b000 - 0x911feff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x91224000 - 0x91334fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x91335000 - 0x91336fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x91337000 - 0x9133eff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x92090000 - 0x920b6ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x920b7000 - 0x92186fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x92863000 - 0x92871ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x92872000 - 0x928a8ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x928a9000 - 0x928c3fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x928c4000 - 0x928edfff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x928ee000 - 0x928f5ff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x92a2a000 - 0x92b8cfff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92b8d000 - 0x92bb4ff3 com.apple.framework.Apple80211 (7.1.2 - 712.1) <C573041F-4C85-3C7C-B2B2-9878DFBC7004> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x92bb5000 - 0x92c05ff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92c06000 - 0x92c07fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x92fea000 - 0x93028fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93029000 - 0x93029fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9302a000 - 0x93067ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x93086000 - 0x93086fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
0x93104000 - 0x9312dff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9312e000 - 0x9312eff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9312f000 - 0x9317effb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9317f000 - 0x931faffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x931fb000 - 0x93226fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9325e000 - 0x934d1ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x934d2000 - 0x93592ffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93593000 - 0x93788ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93864000 - 0x93864fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x93865000 - 0x9387cff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x93885000 - 0x93b36ff7 com.apple.AddressBook.framework (6.1 - 1083) <060E8C9F-FBF8-3394-8D63-D2DE0F428829> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x93b37000 - 0x93b77ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x93ba8000 - 0x93bbeffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x93bbf000 - 0x93fb2ffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x93fb3000 - 0x93fb4ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x94010000 - 0x94020fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x94021000 - 0x9402affb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9402b000 - 0x94055ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x94056000 - 0x94056fff com.apple.Carbon (153 - 153) <A75A970B-6D82-3451-8D3E-05B1A130ABDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x94057000 - 0x94a77fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x94ae8000 - 0x94b4aff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x94c13000 - 0x94c87fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x94c88000 - 0x94ca9fff com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x94cb5000 - 0x94cb7ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x94cb8000 - 0x94ce0ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
0x94d22000 - 0x94d26fff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x94d27000 - 0x94d54ff7 com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94d55000 - 0x94db7ffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x94db8000 - 0x94ec7fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x94ec8000 - 0x94eedff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x94eee000 - 0x94fcfff3 com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x94fd0000 - 0x950c8ff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x950c9000 - 0x950caffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x950cb000 - 0x951aeff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x951af000 - 0x951c7ff3 com.apple.frameworks.preferencepanes (15.0 - 15.0) <9E5FE337-358F-3B10-955D-B2D2021F732B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x951da000 - 0x95249fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9524a000 - 0x95473ffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x95474000 - 0x954a8ff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x954a9000 - 0x9557faab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x95580000 - 0x95581ffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x95582000 - 0x959f7ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x959f8000 - 0x95cfafff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x95cfb000 - 0x95d45ff2 com.apple.Suggestions (1.1 - 85.1) <1057087C-AC51-3C3B-BECD-BF97426B2372> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x95d46000 - 0x95d97ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x95d98000 - 0x95da3ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95da4000 - 0x95e0bfff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x95e0c000 - 0x96027ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x96028000 - 0x96030ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9604d000 - 0x960c5ff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x960c6000 - 0x96218fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96219000 - 0x9625cfff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9625d000 - 0x96268ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x96269000 - 0x964b2ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x964b3000 - 0x964e4ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x964e5000 - 0x9652eff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9652f000 - 0x96542ffc com.apple.FileSync.framework (6.0.1 - 502.2) <B79DAE4B-3B1E-32D4-8BEC-F2C034C00B68> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
0x96593000 - 0x9659dff0 com.apple.DirectoryService.Framework (10.7 - 146) <EDAEA2B3-2BDE-377D-9170-750DE5753029> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9659e000 - 0x96775fff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x96776000 - 0x967c4ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x967c5000 - 0x967cdfff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x967ce000 - 0x96869ff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9686a000 - 0x96969ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9696f000 - 0x9697dfff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x9697e000 - 0x969acfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
0x969b5000 - 0x96a11fff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x96a12000 - 0x96a25ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x96a26000 - 0x96b0efff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
0x96b0f000 - 0x96b1dff7 com.apple.AppleFSCompression (37 - 1.0) <4C2F91BC-3705-340B-B979-CF8744EC2BE6> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x96b1e000 - 0x96b1ffff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x96b20000 - 0x96b2efff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x96b2f000 - 0x96b4efff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x96b53000 - 0x96b60fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x96b61000 - 0x96c42ff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x96c7a000 - 0x96d98fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96d99000 - 0x96df4ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x96df5000 - 0x96dfaffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x96dfb000 - 0x96fafff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x96fb0000 - 0x970a0ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x970c5000 - 0x97109ff3 com.apple.framework.CoreWLAN (2.1.2 - 212.1) <5F2FB135-3B53-3DA8-B7E1-90A0C5F42127> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x97252000 - 0x97270ff7 libsystem_kernel.dylib (1699.22.81 - compatibility 1.0.0) <B1BE0A1F-C6D6-3C01-B42B-44BCFEC86713> /usr/lib/system/libsystem_kernel.dylib
0x97bb4000 - 0x97c0dfff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97c14000 - 0x97c43ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x97c44000 - 0x97c49ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x97c4a000 - 0x97c81fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x97d45000 - 0x97da6ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97da7000 - 0x97db2ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x97ea5000 - 0x987cd5eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x987ce000 - 0x98804ff4 com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x98805000 - 0x98810ffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x98811000 - 0x98876ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x98877000 - 0x98877ff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x98890000 - 0x98892ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x98893000 - 0x988fbff3 com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x9891d000 - 0x98a7effb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x98a7f000 - 0x98a8ffff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x98a90000 - 0x98dbefff com.apple.FinderKit (1.0.1 - 1.0.1) <5D4B0D33-C8FB-3E85-8B19-052B2A9B9918> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x98dbf000 - 0x98dd3ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x98dd4000 - 0x98dddfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x98dde000 - 0x98de9fff libkxld.dylib (??? - ???) <2F7F4101-4715-3036-A8E8-DE1608FE8447> /usr/lib/system/libkxld.dylib
0x98dea000 - 0x98debfff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x98df7000 - 0x992d3ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x992d4000 - 0x99590ff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x995f8000 - 0x995fcffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x995fd000 - 0x99601fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9960e000 - 0x9964fff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x99650000 - 0x996b4fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x99700000 - 0x99797ff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x997ac000 - 0x9986efff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9988d000 - 0x998cdff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x99bdc000 - 0x99c69fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x99c6a000 - 0x99d96ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x99dd8000 - 0x99ddbff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x99ddc000 - 0x9a229ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9a22b000 - 0x9a288ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9a289000 - 0x9a310fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9a311000 - 0x9a31ffff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9a320000 - 0x9a3adff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9a3ae000 - 0x9a3fffff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9a400000 - 0x9a403ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9a404000 - 0x9a4dbff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9a4e2000 - 0x9a5f3ff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9a84f000 - 0x9a85cfff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9a85d000 - 0x9a8f2ff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9a91a000 - 0x9a956ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9a957000 - 0x9ac9afff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9ac9b000 - 0x9acb0fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9acb1000 - 0x9acb7ffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9acb8000 - 0x9acc8ff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x9acc9000 - 0x9acecfff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9aced000 - 0x9acf1ff7 com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9acf2000 - 0x9adc9ffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9adca000 - 0x9add1ffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9add2000 - 0x9add2fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9add3000 - 0x9b1d5ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9b1d6000 - 0x9b217ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9b218000 - 0x9b260ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9b261000 - 0x9b294fef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x9b295000 - 0x9b297ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9b31a000 - 0x9b31bff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9b31c000 - 0x9b31cfff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9b31d000 - 0x9b393fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9b394000 - 0x9b3b0ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9b3b1000 - 0x9b3c2fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x9b3c3000 - 0x9b3c7ffd IOSurface (??? - ???) <8D56A6E8-5785-311E-BD0D-661B92C92A5A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9b3c8000 - 0x9b3d2ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9b3d3000 - 0x9b3fcffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9b3fd000 - 0x9b401ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9b402000 - 0x9b407ff7 com.apple.phonenumbers (1.0 - 47) <ADC33EE9-AFEB-3C33-975C-48D828ACB0AD> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x9b43b000 - 0x9b45dffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9b45e000 - 0x9b466ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x9b471000 - 0x9b493ff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9b4f9000 - 0x9b5c4fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x9b5c5000 - 0x9b5cdff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
0x9b5ce000 - 0x9b5d1ffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9b5d2000 - 0x9b615ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x9b616000 - 0x9b62bff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9b62c000 - 0x9b62cfff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9b62d000 - 0x9b634ff9 libsystem_dnssd.dylib (??? - ???) <236665A4-0508-3515-B520-AC8BD3FCE069> /usr/lib/system/libsystem_dnssd.dylib
0x9b635000 - 0x9b635ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x9b636000 - 0x9b664ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9b66f000 - 0x9b786fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9b798000 - 0x9bb52ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9bb53000 - 0x9bb60fff com.apple.KerberosHelper (3.0 - 1.0) <0E16B080-3931-3D3E-A786-419C24B44B02> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x9bb61000 - 0x9bb7dffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9bb7e000 - 0x9bb9bff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9bba8000 - 0x9bbabffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9bd42000 - 0x9bd45fff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9be75000 - 0x9be76ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9be77000 - 0x9bec8ff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x9becd000 - 0x9bed0ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9bed1000 - 0x9bed1fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9c0e6000 - 0x9c170ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9c1c3000 - 0x9c1c6ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x9c1ff000 - 0x9c23afff com.apple.bom (11.0 - 183) <39257FE6-8B23-39B6-9528-57184104A98F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x9c23d000 - 0x9c2e1fff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9c41f000 - 0x9c43cfff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9c52a000 - 0x9c7affe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9c7b0000 - 0x9c7b9ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9c7ba000 - 0x9ce35fe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC


0xbb100000 - 0xbb103fff libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <E04F79A8-130A-3529-8D8A-E62821CF6A81> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib

External Modification Summary:


Calls made by other processes targeting this process:

task_for_pid: 295


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: 112554
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=195.5M resident=101.3M(52%) swapped_out_or_unallocated=94.2M(48%)
Writable regions: Total=143.3M written=25.7M(18%) resident=49.3M(34%) swapped_out=3992K(3%) unallocated=94.0M(66%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 32.1M


ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 11.7M
CG image 144K
CG raster data 648K
CG shared images 4632K
CoreGraphics 8K
CoreImage 76K
CoreServices 6576K
MALLOC 66.0M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

Memory tag=243 8K
OpenCL 80K
Stack 65.1M
VM_ALLOCATE 16.1M
__CI_BITMAP 80K
__DATA 23.2M
__DATA/__OBJC 160K
__IMAGE 528K
__IMPORT 24K
__LINKEDIT 42.7M
__OBJC 3220K
__OBJC/__DATA 16K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 152.8M
__UNICODE 544K
mapped file 117.3M
shared memory 35.7M
shared pmap 6024K
=========== =======
TOTAL 585.2M
TOTAL, minus reserved VM space 585.2M

Martin Renner
Post-doctoral Fellow phone: 907-226 4672
University of Washington or: 907-235 0728
School of Aquatic and Fishery Sciences Seattle, USA

Stefano Picozzi

unread,
Mar 22, 2012, 10:18:08 AM3/22/12
to aquama...@aquamacs.org
Working on remote files using ssh: Aquamacs crashes every couple of hour. It seems that this happens when the connection is lost for a while (but not always)

Good luck,

Stefano Picozzi


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the aquama...@aquamacs.org mailing list,
and may appear in other public locations.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug. If you can, give
a recipe starting with an Aquamacs without customization
for which see the Help / Diagnose and Report Bug menu:

Enter your bug report here.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file

/Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)

of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4


Windowing system distributor `Apple', version 10.3.1138
configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O0 -g -arch i386' 'LDFLAGS=-O0 -g -arch i386''

Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default enable-multibyte-characters: t


Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)

PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2010/bin

exec-path: (/usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin /usr/local/texlive/2010/bin)

Process: Aquamacs [4560]
Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
Identifier: Aquamacs
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [181]

Date/Time: 2012-03-22 15:15:30.886 +0100


OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9

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

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000044

VM Regions Near 0x44:


--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
__TEXT 0000000000001000-0000000000257000 [ 2392K] r-x/rwx SM=COW /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

Application Specific Information:
objc[4560]: garbage collection is OFF

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

0 libsystem_kernel.dylib 0x9bb1f332 __kill + 10
1 libsystem_kernel.dylib 0x9bb1e932 kill$UNIX2003 + 32
2 org.gnu.Aquamacs 0x000c8a5c fatal_error_signal + 446
3 libsystem_c.dylib 0x9506a59b _sigtramp + 43


4 ??? 0xffffffff 0 + 4294967295

5 org.gnu.Aquamacs 0x000c889e syms_of_xfaces + 3973

6 com.apple.Foundation 0x931b881d _NSAddExceptionHandlerForLock + 33
7 com.apple.AppKit 0x93bc6f57 _NSAppKitLock + 78
8 com.apple.AppKit 0x93c34888 -[NSApplication(NSWindowCache) _findWindowUsingCache:] + 81
9 com.apple.AppKit 0x93c34832 -[NSApplication windowWithWindowNumber:] + 40
10 com.apple.AppKit 0x93c384dd -[NSEvent window] + 61
11 com.apple.AppKit 0x93c3bed8 -[NSEvent _cgsEventRecord] + 240
12 com.apple.AppKit 0x93cccde6 -[NSEvent _eventRefInternal] + 57
13 com.apple.AppKit 0x93d7bd1b -[NSEvent _postAtStart:] + 258
14 com.apple.AppKit 0x93d7bc12 -[NSApplication postEvent:atStart:] + 41
15 org.gnu.Aquamacs 0x0020419b ns_send_appdefined + 498
16 org.gnu.Aquamacs 0x00204486 ns_read_socket + 739
17 org.gnu.Aquamacs 0x000d8e30 read_avail_input + 165
18 org.gnu.Aquamacs 0x000d8c7a gobble_input + 176
19 org.gnu.Aquamacs 0x000d8b85 get_input_pending + 125
20 org.gnu.Aquamacs 0x000e0da8 Finput_pending_p + 139
21 org.gnu.Aquamacs 0x00173e83 Ffuncall + 1100


22 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
23 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
24 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
25 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157

26 org.gnu.Aquamacs 0x00172bf5 Feval + 1663
27 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
28 org.gnu.Aquamacs 0x00174e7a unbind_to + 125
29 org.gnu.Aquamacs 0x00170a59 unwind_to_catch + 217
30 org.gnu.Aquamacs 0x001715f9 Fsignal + 779
31 org.gnu.Aquamacs 0x00173ec5 Ffuncall + 1166
32 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
33 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
34 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
35 org.gnu.Aquamacs 0x00173096 Fapply + 181
36 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801


37 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157

38 org.gnu.Aquamacs 0x00172bf5 Feval + 1663
39 org.gnu.Aquamacs 0x0016eee3 Fprogn + 44
40 org.gnu.Aquamacs 0x0006f732 Fsave_window_excursion + 94
41 org.gnu.Aquamacs 0x001cbb71 Fbyte_code + 7224
42 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
43 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
44 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
45 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
46 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
47 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
48 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
49 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
50 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
51 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
52 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
53 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
54 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
55 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
56 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
57 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
58 org.gnu.Aquamacs 0x0017443c apply_lambda + 398
59 org.gnu.Aquamacs 0x00172e55 Feval + 2271
60 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
61 org.gnu.Aquamacs 0x001cbc92 Fbyte_code + 7513
62 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
63 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
64 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
65 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
66 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
67 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
68 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
69 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
70 org.gnu.Aquamacs 0x001730cc Fapply + 235
71 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
72 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
73 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
74 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
75 org.gnu.Aquamacs 0x001730cc Fapply + 235
76 org.gnu.Aquamacs 0x00172a72 Feval + 1276
77 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
78 org.gnu.Aquamacs 0x001cbc92 Fbyte_code + 7513
79 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
80 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
81 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
82 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
83 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
84 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
85 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
86 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
87 org.gnu.Aquamacs 0x001730cc Fapply + 235
88 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
89 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
90 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
91 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
92 org.gnu.Aquamacs 0x001730cc Fapply + 235
93 org.gnu.Aquamacs 0x00172a72 Feval + 1276
94 org.gnu.Aquamacs 0x00170e6b internal_lisp_condition_case + 555
95 org.gnu.Aquamacs 0x001cbc92 Fbyte_code + 7513
96 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
97 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
98 org.gnu.Aquamacs 0x0017390b call2 + 50
99 org.gnu.Aquamacs 0x00111fde Ffile_modes + 125
100 org.gnu.Aquamacs 0x00173e9e Ffuncall + 1127
101 org.gnu.Aquamacs 0x001cab8e Fbyte_code + 3157
102 org.gnu.Aquamacs 0x00174832 funcall_lambda + 873
103 org.gnu.Aquamacs 0x00174165 Ffuncall + 1838
104 org.gnu.Aquamacs 0x00173696 run_hook_with_args + 522
105 org.gnu.Aquamacs 0x0017340b Frun_hooks + 63
106 org.gnu.Aquamacs 0x00173d58 Ffuncall + 801
107 org.gnu.Aquamacs 0x001738d1 call1 + 44
108 org.gnu.Aquamacs 0x001187e5 Fdo_auto_save + 320
109 org.gnu.Aquamacs 0x000d1428 read_char + 3558
110 org.gnu.Aquamacs 0x000dd479 read_key_sequence + 2552
111 org.gnu.Aquamacs 0x000cd745 command_loop_1 + 1191
112 org.gnu.Aquamacs 0x00170fd3 internal_condition_case + 304
113 org.gnu.Aquamacs 0x000ccece command_loop_2 + 53
114 org.gnu.Aquamacs 0x00170964 internal_catch + 215
115 org.gnu.Aquamacs 0x000cce57 command_loop + 207
116 org.gnu.Aquamacs 0x000cc42b recursive_edit_1 + 181
117 org.gnu.Aquamacs 0x000cc634 Frecursive_edit + 323
118 org.gnu.Aquamacs 0x000ca913 main + 5915
119 org.gnu.Aquamacs 0x00003286 start + 54

Thread 1:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x9bb2090a kevent + 10
1 libdispatch.dylib 0x94cfbc58 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x94cfa6a7 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x9bb2002e __workq_kernreturn + 10
1 libsystem_c.dylib 0x95014ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x950166fe start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x9bb2002e __workq_kernreturn + 10
1 libsystem_c.dylib 0x95014ccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x950166fe start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x000c88ab ecx: 0xbfff948c edx: 0x9bb1f332
edi: 0x008518c0 esi: 0x0000000a ebp: 0xbfff94a8 esp: 0xbfff948c
ss: 0x0000001f efl: 0x00000286 eip: 0x9bb1f332 cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000044
Logical CPU: 0

Binary Images:


0x1000 - 0x256fe3 +org.gnu.Aquamacs (2.4 - 2.4.1319565789) <D854B316-AB47-4049-012E-F9AF8DC64C62> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs

0x7c2000 - 0x7c7fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x7f1000 - 0x7f3fff libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7f9000 - 0x7f9ffb +cl_kernels (??? - ???) <3C961D82-9E91-4032-B01E-B37EEF253027> cl_kernels
0xfca000 - 0xfcbff8 +cl_kernels (??? - ???) <A931DAEF-7A31-469C-9129-55D2702E0565> cl_kernels
0xffc000 - 0xffcffb +cl_kernels (??? - ???) <2A9D34A4-43F5-479A-81C1-756F06C2BAF9> cl_kernels
0x1be5000 - 0x1be6ff6 +cl_kernels (??? - ???) <BBD71933-FD84-4418-B097-C89E9ADE44E4> cl_kernels
0x1dc1000 - 0x1e62ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x1e92000 - 0x1e92ff3 +cl_kernels (??? - ???) <6D57C061-910E-4DF9-83A9-81E475CF4B74> cl_kernels
0x2800000 - 0x28a3ff7 unorm16_rgba.dylib (1.50.69 - compatibility 1.0.0) <A8E95B4F-0CA5-3EE2-B4D7-309F7CCA40F4> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm16_rgba.dylib
0x8fea7000 - 0x8fed9aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x9014d000 - 0x901c8ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x901c9000 - 0x901dfffe libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
0x9115e000 - 0x91161ffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9116a000 - 0x911d9fff com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x91219000 - 0x912b4ff3 com.apple.ink.framework (1.3.2 - 110) <F0E9C225-0D20-31D2-AB14-2299CFAE6C2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x912b5000 - 0x912bcffd com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x912bd000 - 0x9134aff7 com.apple.CoreText (220.11.0 - ???) <720EFEE0-A92A-3519-9C88-D06E4DE14EAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91353000 - 0x913c7fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x913c8000 - 0x913c9ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x913ca000 - 0x91817ffb com.apple.RawCamera.bundle (3.9.1 - 586) <81E19AD7-A034-3A56-B74E-31EDBD663694> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x91826000 - 0x9182dff9 libsystem_dnssd.dylib (??? - ???) <7F65AB92-E2B6-3C4B-9112-8911BE9265EC> /usr/lib/system/libsystem_dnssd.dylib
0x9182e000 - 0x9182efff com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9186b000 - 0x918f5ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x918f6000 - 0x91944ff3 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x91945000 - 0x919aaff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91a8f000 - 0x91ac5ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91ac6000 - 0x91adbfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x91adc000 - 0x91aeafff com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x91aeb000 - 0x91bccff7 com.apple.DiscRecording (6.0.3 - 6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x91bcd000 - 0x91bf6ffe com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x91bf7000 - 0x91f3afff com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x91f3b000 - 0x91f7cff7 com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x91f7d000 - 0x921c6ff7 com.apple.JavaScriptCore (7534.53 - 7534.53.8) <5F799A84-B6B2-398F-B617-285BAA60139F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x921eb000 - 0x925deffb com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x925df000 - 0x925e3ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x925e4000 - 0x9263dfff com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9263e000 - 0x9263efff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x92a54000 - 0x92a77fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x92a78000 - 0x92ab8ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92ab9000 - 0x92b7bfff com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x92bca000 - 0x92bd3ffb com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x92bd4000 - 0x92cbcfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <A1B07527-9C74-3107-A972-9795B817D683> /usr/lib/libxml2.2.dylib
0x92cbd000 - 0x92cc8ffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <DFF43AC6-7D21-36C6-97C9-F46411D18032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92cc9000 - 0x92cd9fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x92cda000 - 0x92cdcff7 libdyld.dylib (195.6.0 - compatibility 1.0.0) <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib
0x92cdd000 - 0x92cddffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x92cde000 - 0x92ce7ff3 com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x92d10000 - 0x92ec4ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x92f13000 - 0x92f14ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x92f15000 - 0x92f34fff com.apple.RemoteViewServices (1.3 - 44) <243F16F3-FFFE-3E81-A969-2EC947A11D89> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x92f40000 - 0x92f4bff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92f8c000 - 0x92f8cfff com.apple.Carbon (153 - 153) <63603A0C-723B-3968-B302-EBEEE6A14E97> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92f8d000 - 0x92f90ff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x92f92000 - 0x93187ff7 com.apple.CoreData (104.1 - 358.13) <EB02DCA7-DB2A-32DD-B49E-ECE54D078610> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93188000 - 0x93188ff0 com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93189000 - 0x93493ff3 com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x93494000 - 0x9349dfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x9349e000 - 0x934a6ff3 liblaunch.dylib (392.36.0 - compatibility 1.0.0) <1B0D0612-0AF1-3EEA-80CF-C2344E012F12> /usr/lib/system/liblaunch.dylib
0x934a7000 - 0x9359fff7 libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x935a0000 - 0x935e8ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x935e9000 - 0x9368dfff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9368e000 - 0x936e9ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x936ea000 - 0x9370cff1 com.apple.PerformanceAnalysis (1.10 - 10) <FEB4AEF4-F8C0-3A20-A004-B236B2F0B02B> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9370d000 - 0x9386effb com.apple.QuartzCore (1.7 - 270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x93a05000 - 0x93a10ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x93a17000 - 0x93a17fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x93a18000 - 0x93a34ff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x93a50000 - 0x93a52ff9 com.apple.securityhi (4.0 - 1) <ACEEED5F-8D58-377D-B2B8-E4A7F4E5E286> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93a53000 - 0x93a86fef libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x93a87000 - 0x93a92ffe com.apple.NetAuth (3.2 - 3.2) <4377FB18-A550-35C6-BCD2-71C42134EEA6> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x93a93000 - 0x93a9aff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x93a9b000 - 0x93aa9fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x93af5000 - 0x93af9fff com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93afa000 - 0x93afbffd libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x93afc000 - 0x93b4cff0 libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93b4d000 - 0x93b64ff8 com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x93b8e000 - 0x93b96ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x93b97000 - 0x93bc2fff com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x93bc3000 - 0x94656ff6 com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94cf5000 - 0x94cf8fff com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x94cf9000 - 0x94d07fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
0x94d14000 - 0x94d25fff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x94d77000 - 0x94d87ff7 libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x94d88000 - 0x94d8cfff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x94d8d000 - 0x94e7dff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x94e7e000 - 0x94ebbff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
0x94fb6000 - 0x95081fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
0x95082000 - 0x950d2ff9 com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x951b7000 - 0x951b8fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x95329000 - 0x95343fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x955f6000 - 0x959f8ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x959f9000 - 0x95a27ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x95a59000 - 0x95a69fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x95b56000 - 0x95b57fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x95b58000 - 0x95be5fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95bed000 - 0x95c0aff3 com.apple.openscripting (1.3.3 - ???) <8ABD04D6-7B7A-3C39-801E-1630098D5B42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95c0b000 - 0x965335eb com.apple.CoreGraphics (1.600.0 - ???) <E285B0B6-F9FC-33BC-988F-ED619B32029C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96616000 - 0x9661dff8 libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <8CBED8FC-BF9A-316D-8B47-32336263BE68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9661e000 - 0x96621ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x9694b000 - 0x96a0bffb com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96a0c000 - 0x96a6eff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x96a78000 - 0x96b96fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96b97000 - 0x96cf9fff com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x96d69000 - 0x96d9dff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x96d9e000 - 0x96db3ff7 com.apple.ImageCapture (7.0 - 7.0) <E019C6BB-CCE9-3D8C-A131-909CE8853502> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x96db4000 - 0x96dc1fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x96dc2000 - 0x96e49fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96e4a000 - 0x96e81fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x96e82000 - 0x97107fe3 com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x97108000 - 0x97144ffa libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97279000 - 0x972caff9 com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x97306000 - 0x9733cff4 com.apple.LDAPFramework (3.1 - 120.2) <A7DFFDA8-EC2C-35BE-A681-1F54A8D9C240> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9733d000 - 0x97558ff7 com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9757b000 - 0x9757cff7 libsystem_sandbox.dylib (??? - ???) <D272A77F-7F47-32CD-A36E-5A3FB966ED55> /usr/lib/system/libsystem_sandbox.dylib
0x9760a000 - 0x9760aff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9760b000 - 0x97615ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x97624000 - 0x97897ff7 com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x97942000 - 0x97b6bffb com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x97b6c000 - 0x97b72ffd com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x97b84000 - 0x98060ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x98061000 - 0x986dcfe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x986dd000 - 0x986ddfff libdnsinfo.dylib (395.10.0 - compatibility 1.0.0) <3C94961E-78FE-37FC-A25A-503CEB05E324> /usr/lib/system/libdnsinfo.dylib
0x98702000 - 0x98727ff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x98728000 - 0x98730fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x98833000 - 0x98833fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9883a000 - 0x9883dff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9883e000 - 0x98afaff3 com.apple.security (7.0 - 55110) <2F4FCD65-2A30-3330-99DE-91FE1F78B9FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98afb000 - 0x98c12fe9 com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x98c13000 - 0x99633fff com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x99634000 - 0x99647ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <AE079D11-3A38-3707-A2DF-6BD2FC24B712> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x99689000 - 0x996e6ffb com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x996e7000 - 0x9974efff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
0x9974f000 - 0x997cbff0 com.apple.PDFKit (2.6.2 - 2.6.2) <5DC1CC0B-4F92-397F-98E3-5A5A9EB2CC5F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x998ed000 - 0x99915ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <5158C760-D168-3842-AAE0-3B146B3537A7> /usr/lib/libxslt.1.dylib
0x99916000 - 0x9991bffd libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9999c000 - 0x99aacfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x99aad000 - 0x99ab1ffd IOSurface (??? - ???) <0A80F0AD-AD64-3A85-B44D-4A3F0375CE6F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x99ab2000 - 0x99b2aff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x99b5f000 - 0x99b8dfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x99b92000 - 0x99c08fff com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x99c09000 - 0x99c6bffb com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x99c6c000 - 0x99c70ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x99c71000 - 0x99c74ffb com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x99c77000 - 0x99cd8ffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x99cd9000 - 0x99ce1ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x99ce2000 - 0x99d20fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x99d63000 - 0x99f3afff com.apple.CoreFoundation (6.7.1 - 635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x99f3c000 - 0x99f65fff com.apple.shortcut (2.1 - 2.1) <D56F5E5E-A41F-36D1-ACD5-42EA7910B20F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x99f66000 - 0x99fa6ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x99fa7000 - 0x9a0f9fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9a13f000 - 0x9a190ff3 com.apple.CoreMediaIO (210.0 - 3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9a1cc000 - 0x9a2afff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x9a2b0000 - 0x9a2f3ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x9a2f4000 - 0x9a343ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9a372000 - 0x9a372fff com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9a373000 - 0x9a380fff com.apple.HelpData (2.1.2 - 72) <37D51522-EDED-38BC-9412-3224ED91A078> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9a381000 - 0x9a6c5ffb com.apple.HIToolbox (1.8 - ???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9a6c6000 - 0x9a6efff1 com.apple.CoreServicesInternal (113.12 - 113.12) <CFF78E35-81F5-36C2-A59F-BF85561AC16D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9a6f0000 - 0x9a6f0fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9a6f1000 - 0x9a6f3ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9a6f4000 - 0x9a71eff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9a71f000 - 0x9a77bfff com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9a77c000 - 0x9a77dfff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9a77e000 - 0x9aa80fff com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9aa81000 - 0x9ab58ff6 com.apple.QuickLookUIFramework (3.1 - 500.10) <1E4CDD9B-BF13-375A-AC74-0943F9DA8648> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9ab59000 - 0x9ab75ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9ab76000 - 0x9ab7aff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9abc8000 - 0x9abc9ffd com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <8CADB97F-101D-34C3-82C2-569E801031E0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9abca000 - 0x9af84ffb com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9af87000 - 0x9b0b3ff9 com.apple.CFNetwork (520.3.2 - 520.3.2) <58021CA7-0C91-3395-8278-8BD76E03BDCB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9b0b4000 - 0x9b0e3ff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x9b0e8000 - 0x9b1e7ffb com.apple.DiskImagesFramework (10.7.3 - 331.3) <92112BAD-4A81-32C0-BB4F-3A92DBFF829F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9b1e8000 - 0x9b1f3fff libkxld.dylib (??? - ???) <34E463E4-561B-3062-84CD-8BA0B13BF6F1> /usr/lib/system/libkxld.dylib
0x9b88f000 - 0x9b8b5ffb com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9b8b6000 - 0x9b985fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <D4D6EB78-8A6C-3474-921C-622C6951489B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9b986000 - 0x9b98cffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9b9c6000 - 0x9ba5bff7 com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9ba5c000 - 0x9ba9ffff com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9baa0000 - 0x9baf1fff libFontRegistry.dylib (??? - ???) <DF69E8EC-9114-3757-8355-8F3E82156F85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9baf2000 - 0x9bb06fff com.apple.CFOpenDirectory (10.7 - 146) <9149C1FE-865E-3A8D-B9D9-547384F553C8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9bb07000 - 0x9bb25ff7 libsystem_kernel.dylib (1699.24.23 - compatibility 1.0.0) <9892E4F8-50B1-3766-8F20-46CCF1879E3D> /usr/lib/system/libsystem_kernel.dylib
0x9bc55000 - 0x9bd2cffb com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9bd2d000 - 0x9bd2eff7 libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
0x9bd2f000 - 0x9bd60ff7 libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib
0x9c0d5000 - 0x9c0e3ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x9c3eb000 - 0x9c4fcff7 libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9c503000 - 0x9c544ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
0x9c545000 - 0x9c5a9fff com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9c5b0000 - 0x9c5f9ff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9c5fa000 - 0x9c709fff com.apple.DesktopServices (1.6.2 - 1.6.2) <33DCFB71-1D9E-30B6-BC4C-CD54068690BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9c7a4000 - 0x9c83bff3 com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9c83c000 - 0x9ccb1ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x9ccc2000 - 0x9ccc5ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9ccc6000 - 0x9cce3fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9cce4000 - 0x9cd06ffe com.apple.framework.familycontrols (3.0 - 300) <6B0920A5-3971-30EF-AE4C-5361BB7199EB> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x9cd07000 - 0x9cdddaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9cdde000 - 0x9cde3ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x9cde4000 - 0x9cde5fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib

External Modification Summary:
Calls made by other processes targeting this process:

task_for_pid: 17


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: 7019
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=185.2M resident=62.7M(34%) swapped_out_or_unallocated=122.5M(66%)
Writable regions: Total=99.7M written=14.6M(15%) resident=28.7M(29%) swapped_out=0K(0%) unallocated=71.0M(71%)

REGION TYPE VIRTUAL
=========== =======

ATS (font support) 32.0M


ATS (font support) (reserved) 4K reserved VM address space (unallocated)

CG backing stores 8224K
CG image 16K
CG raster data 444K
CG shared images 3448K
CoreGraphics 8K
CoreImage 4K
CoreServices 2412K
MALLOC 26.3M


MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K

OpenCL 48K
Stack 65.5M
VM_ALLOCATE 16.1M
__CI_BITMAP 80K
__DATA 22.8M
__DATA/__OBJC 188K


__IMAGE 528K
__IMPORT 12K
__LINKEDIT 42.4M

__OBJC 2928K
__OBJC/__DATA 28K
__PAGEZERO 4K
__RC_CAMERAS 232K
__TEXT 142.8M
__UNICODE 544K
mapped file 105.1M
shared memory 1416K
shared pmap 6596K
=========== =======
TOTAL 479.6M
TOTAL, minus reserved VM space 479.6M

Reply all
Reply to author
Forward
0 new messages