bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3


From: jamezilla
Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3
Date: Mon, 18 Jun 2012 16:06:11 -0700 (PDT)
User-agent: G2/1.0

> Can at least anyone confirm this bug at all elsewhere, or is this just
> my machine?

I'm also getting this crash. It only happens when I run 'list-packages' (elpa). 
The stack trace looks exactly the same. I get the same behavior whether I run 
emacs with or without my custom elisp.


Process:         Emacs [82943]
Path:            /Applications/Emacs.app/Contents/MacOS/Emacs
Identifier:      org.gnu.Emacs
Version:         Version 24.1 (9.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [133]

Date/Time:       2012-06-18 15:45:55.233 -0700
OS Version:      Mac OS X 10.7.3 (11D50b)
Report Version:  9

Interval Since Last Report:          233140 sec
Crashes Since Last Report:           4
Per-App Interval Since Last Report:  232250 sec
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      82775DAE-1EC6-451A-A8BF-12223357864B

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

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

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-0000000100203000 [ 2060K] r-x/rwx 
SM=COW  /Applications/Emacs.app/Contents/MacOS/Emacs

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib              0x00007fff8f07782a __kill + 10
1   org.gnu.Emacs                       0x00000001000a81bb fatal_error_signal + 
347
2   libsystem_c.dylib                   0x00007fff8d65bcfa _sigtramp + 26
3   libsystem_kernel.dylib              0x00007fff8f077ce2 __pthread_kill + 10
4   libsystem_c.dylib                   0x00007fff8d6097d2 pthread_kill + 95
5   libsystem_c.dylib                   0x00007fff8d5faa7a abort + 143
6   org.gnu.Emacs                       0x0000000100191f31 ns_term_shutdown + 81
7   org.gnu.Emacs                       0x00000001000a8187 fatal_error_signal + 
295
8   libsystem_c.dylib                   0x00007fff8d65bcfa _sigtramp + 26
9   com.apple.CoreFoundation            0x00007fff8de8c5b2 CFStringGetLength + 
18
10  com.apple.CoreFoundation            0x00007fff8dea3b6e CFStringCompare + 30
11  com.apple.CoreText                  0x00007fff8b4f089a 
CompareLocalizedDescriptorsByTraitsAndPrecedence(void const*, void const*, 
void*, bool) + 209
12  com.apple.CoreFoundation            0x00007fff8dec51cd __CFSimpleMergeSort 
+ 141
13  com.apple.CoreFoundation            0x00007fff8dec5273 __CFSimpleMergeSort 
+ 307
14  com.apple.CoreFoundation            0x00007fff8dec5273 __CFSimpleMergeSort 
+ 307
15  com.apple.CoreFoundation            0x00007fff8dec5273 __CFSimpleMergeSort 
+ 307
16  com.apple.CoreFoundation            0x00007fff8dec5257 __CFSimpleMergeSort 
+ 279
17  com.apple.CoreFoundation            0x00007fff8dec5257 __CFSimpleMergeSort 
+ 279
18  com.apple.CoreFoundation            0x00007fff8dec5257 __CFSimpleMergeSort 
+ 279
19  com.apple.CoreFoundation            0x00007fff8dec5257 __CFSimpleMergeSort 
+ 279
20  com.apple.CoreFoundation            0x00007fff8dec5257 __CFSimpleMergeSort 
+ 279
21  com.apple.CoreFoundation            0x00007fff8dec50e6 CFSortIndexes + 1446
22  com.apple.CoreFoundation            0x00007fff8de98023 CFQSortArray + 275
23  com.apple.CoreFoundation            0x00007fff8de97da8 CFArraySortValues + 
1080
24  com.apple.CoreText                  0x00007fff8b51abc4 
TDescriptorSource::GetAllDescriptors(bool, long (*)(void const*, void const*, 
void*)) const + 136
25  com.apple.CoreText                  0x00007fff8b4e766f 
TDescriptor::CreateMatchingDescriptors(__CFSet const*, unsigned long) const + 
163
26  com.apple.AppKit                    0x00007fff8bb1ba59 -[NSCTFontDescriptor 
matchingFontDescriptorsWithMandatoryKeys:] + 12
27  org.gnu.Emacs                       0x00000001001ad3cc ns_findfonts + 444
28  org.gnu.Emacs                       0x0000000100137fae font_list_entities + 
1454
29  org.gnu.Emacs                       0x0000000100139a0a font_find_for_lface 
+ 1146
30  org.gnu.Emacs                       0x000000010018280a fontset_find_font + 
1610
31  org.gnu.Emacs                       0x0000000100182dfe fontset_font + 286
32  org.gnu.Emacs                       0x00000001001832c3 face_for_char + 291
33  org.gnu.Emacs                       0x00000001000356a4 
get_next_display_element + 2580
34  org.gnu.Emacs                       0x0000000100041120 display_string + 320
35  org.gnu.Emacs                       0x0000000100042091 display_mode_element 
+ 2545
36  org.gnu.Emacs                       0x00000001000442ce display_mode_line + 
270
37  org.gnu.Emacs                       0x0000000100044533 display_mode_lines + 
355
38  org.gnu.Emacs                       0x00000001000496e1 redisplay_window + 
6081
39  org.gnu.Emacs                       0x000000010004c124 redisplay_window_0 + 
36
40  org.gnu.Emacs                       0x0000000100121f4c 
internal_condition_case_1 + 316
41  org.gnu.Emacs                       0x00000001000226fa redisplay_windows + 
90
42  org.gnu.Emacs                       0x0000000100022722 redisplay_windows + 
130
43  org.gnu.Emacs                       0x000000010004595c redisplay_internal + 
3436
44  org.gnu.Emacs                       0x00000001000b7239 read_char + 2425
45  org.gnu.Emacs                       0x00000001000b9a52 read_key_sequence + 
1362
46  org.gnu.Emacs                       0x00000001000bbed8 command_loop_1 + 616
47  org.gnu.Emacs                       0x0000000100122205 
internal_condition_case + 293
48  org.gnu.Emacs                       0x00000001000b16f7 command_loop_2 + 55
49  org.gnu.Emacs                       0x0000000100122309 internal_catch + 217
50  org.gnu.Emacs                       0x00000001000b1e7c recursive_edit_1 + 
364
51  org.gnu.Emacs                       0x00000001000b1ff2 Frecursive_edit + 290
52  org.gnu.Emacs                       0x00000001000a8ebe main + 3262
53  org.gnu.Emacs                       0x0000000100001f54 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib              0x00007fff8f0787e6 kevent + 10
1   libdispatch.dylib                   0x00007fff89a645be _dispatch_mgr_invoke 
+ 923
2   libdispatch.dylib                   0x00007fff89a6314e _dispatch_mgr_thread 
+ 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbf3688  
rdx: 0x0000000000000000
  rdi: 0x00000000000143ff  rsi: 0x0000000000000006  rbp: 0x00007fff5fbf36c0  
rsp: 0x00007fff5fbf3688
   r8: 0x0000000000000001   r9: 0x0000000000000010  r10: 0x00007fff8f077d0a  
r11: 0xffffff80002d8220
  r12: 0x0000000000000006  r13: 0x000000010058a688  r14: 0x00007fff7a196960  
r15: 0x0000000000000000
  rip: 0x00007fff8f07782a  rfl: 0x0000000000000206  cr2: 0x00007fff7a18da28
Logical CPU: 0

Binary Images:
       0x100000000 -        0x100202fe7 +org.gnu.Emacs (Version 24.1 - 9.0) 
<9FFC3A57-AC7D-7CFB-52AE-D525AB5F52A7> 
/Applications/Emacs.app/Contents/MacOS/Emacs
       0x100a06000 -        0x100a0aff7  libFontRegistryUI.dylib (??? - ???) 
<F617D431-0BCD-3E1F-9BFC-599FDFAC99A0> 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x100a1d000 -        0x100a23fef  libcldcpuengine.dylib (1.50.69 - 
compatibility 1.0.0) <C0C4CC37-F2FD-301C-A830-EC54D86612D5> 
/System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x100a2a000 -        0x100a2dff7  libCoreFSCache.dylib (??? - ???) 
<0E2C3D54-7D05-35E8-BA10-2142B7C03946> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x100a3d000 -        0x100a3dff5 +cl_kernels (??? - ???) 
<DDD6ACD6-21FC-4BCC-A5D8-019ADB4D2375> cl_kernels
       0x105700000 -        0x105793ff7  unorm8_bgra.dylib (1.50.69 - 
compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> 
/System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff645b3000 -     0x7fff645e7baf  dyld (195.6 - ???) 
<0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff895ec000 -     0x7fff8962bfff  com.apple.AE (527.7 - 527.7) 
<B82F7ABC-AC8B-3507-B029-969DD5CA813D> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff89630000 -     0x7fff8970efff  com.apple.ImageIO.framework (3.1.1 - 
3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff89a33000 -     0x7fff89a60ff7  com.apple.opencl (1.50.69 - 1.50.69) 
<687265AF-E9B6-3537-89D7-7C12EB38193D> 
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff89a61000 -     0x7fff89a6ffff  libdispatch.dylib (187.7.0 - 
compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> 
/usr/lib/system/libdispatch.dylib
    0x7fff89a70000 -     0x7fff89ae5ff7  libc++.1.dylib (19.0.0 - compatibility 
1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff89ae6000 -     0x7fff89b11ff7  libxslt.1.dylib (3.24.0 - 
compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> 
/usr/lib/libxslt.1.dylib
    0x7fff8a24b000 -     0x7fff8a256ff7  com.apple.speech.recognition.framework 
(4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8a257000 -     0x7fff8a25ffff  libsystem_dnssd.dylib (??? - ???) 
<407A48F3-64A0-348B-88E6-70CECD3D0D67> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8aa05000 -     0x7fff8aa05fff  com.apple.vecLib (3.7 - vecLib 3.7) 
<9A58105C-B36E-35B5-812C-4ED693F2618F> 
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8aa06000 -     0x7fff8aa26fff  libPng.dylib (??? - ???) 
<F4D84592-C450-3076-88E9-8E6517C7EF33> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8aa51000 -     0x7fff8aa51fff  com.apple.Accelerate (1.7 - Accelerate 
1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8aa52000 -     0x7fff8aa59fff  com.apple.NetFS (4.0 - 4.0) 
<B9F41443-679A-31AD-B0EB-36557DAF782B> 
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8aace000 -     0x7fff8aad1fff  libRadiance.dylib (??? - ???) 
<CD89D70D-F177-3BAE-8A26-644EA7D5E28E> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8ab00000 -     0x7fff8afc7fff  FaceCoreLight (1.4.7 - compatibility 
1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> 
/System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8b263000 -     0x7fff8b273ff7  com.apple.opengl (1.7.6 - 1.7.6) 
<C168883D-9BC5-3C38-9937-42852D719718> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8b2b2000 -     0x7fff8b2b3fff  libdnsinfo.dylib (395.6.0 - 
compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> 
/usr/lib/system/libdnsinfo.dylib
    0x7fff8b471000 -     0x7fff8b471fff  libkeymgr.dylib (23.0.0 - 
compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> 
/usr/lib/system/libkeymgr.dylib
    0x7fff8b479000 -     0x7fff8b4a4ff7  com.apple.CoreServicesInternal (113.12 
- 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> 
/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8b4a9000 -     0x7fff8b4adfff  libCGXType.A.dylib (600.0.0 - 
compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8b4ae000 -     0x7fff8b4cdfff  libresolv.9.dylib (46.1.0 - 
compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> 
/usr/lib/libresolv.9.dylib
    0x7fff8b4ce000 -     0x7fff8b581fff  com.apple.CoreText (220.11.0 - ???) 
<0322442E-0530-37E8-A7D6-AEFD909F0AFE> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8b582000 -     0x7fff8b677fff  libiconv.2.dylib (7.0.0 - 
compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> 
/usr/lib/libiconv.2.dylib
    0x7fff8b678000 -     0x7fff8b68bff7  libCRFSuite.dylib (??? - ???) 
<034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x7fff8b68c000 -     0x7fff8b69afff  com.apple.NetAuth (1.0 - 3.0) 
<F384FFFD-70F6-3B1C-A886-F5B446E456E7> 
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8b69b000 -     0x7fff8b711fff  com.apple.CoreSymbolication (2.2 - 
73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> 
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8b712000 -     0x7fff8c316fff  com.apple.AppKit (6.7.3 - 1138.32) 
<A9EB81C6-C519-3F29-89F1-42C3E8930281> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8c394000 -     0x7fff8c418ff7  com.apple.ApplicationServices.ATS 
(317.5.0 - ???) <C2B254F0-6ED8-3313-9CFC-9ACD519C8A9E> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8c419000 -     0x7fff8c454fff  libsystem_info.dylib (??? - ???) 
<35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff8c45e000 -     0x7fff8c464fff  com.apple.DiskArbitration (2.4.1 - 
2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8c46a000 -     0x7fff8c54cfff  com.apple.CoreServices.OSServices 
(478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8c54d000 -     0x7fff8c631e5f  libobjc.A.dylib (228.0.0 - 
compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> 
/usr/lib/libobjc.A.dylib
    0x7fff8c632000 -     0x7fff8c6d4ff7  com.apple.securityfoundation (5.0 - 
55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> 
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8cb08000 -     0x7fff8cc02ff7  com.apple.DiskImagesFramework (10.7.3 
- 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> 
/System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8cc03000 -     0x7fff8cc08fff  libGIF.dylib (??? - ???) 
<393E2DB5-9479-39A6-A75A-B5F20B852532> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8cc1c000 -     0x7fff8cd75fff  com.apple.audio.toolbox.AudioToolbox 
(1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8cd76000 -     0x7fff8cd77ff7  libsystem_sandbox.dylib (??? - ???) 
<5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8ce73000 -     0x7fff8ceb9ff7  libcurl.4.dylib (7.0.0 - compatibility 
7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib
    0x7fff8ceba000 -     0x7fff8d396fef  com.apple.RawCamera.bundle (3.12.0 - 
614) <E0F08224-8A63-BBCE-BE85-8B0BAB22A7DA> 
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8d397000 -     0x7fff8d407fff  com.apple.datadetectorscore (3.0 - 
179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> 
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8d408000 -     0x7fff8d41ffff  com.apple.CFOpenDirectory (10.7 - 144) 
<9709423E-8484-3B26-AAE8-EF58D1B8FB3F> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8d44c000 -     0x7fff8d48cfff  libtidy.A.dylib (??? - ???) 
<E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff8d48d000 -     0x7fff8d4d1ff7  com.apple.MediaKit (12 - 589) 
<7CFF29BF-D907-3593-B338-0BB48643B2A8> 
/System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8d4ef000 -     0x7fff8d4faff7  libc++abi.dylib (14.0.0 - 
compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> 
/usr/lib/libc++abi.dylib
    0x7fff8d4fb000 -     0x7fff8d553fff  libTIFF.dylib (??? - ???) 
<DD797FBE-9B63-3785-A9EA-0321D113538B> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8d554000 -     0x7fff8d556fff  com.apple.TrustEvaluationAgent (2.0 - 
1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> 
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8d5b9000 -     0x7fff8d696fef  libsystem_c.dylib (763.12.0 - 
compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> 
/usr/lib/system/libsystem_c.dylib
    0x7fff8d697000 -     0x7fff8d7b0fff  com.apple.DesktopServices (1.6.2 - 
1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8d843000 -     0x7fff8d848fff  libcompiler_rt.dylib (6.0.0 - 
compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> 
/usr/lib/system/libcompiler_rt.dylib
    0x7fff8d9fe000 -     0x7fff8da14fff  libGL.dylib (??? - ???) 
<6A473BF9-4D35-34C6-9F8B-86B68091A9AF> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8dbc8000 -     0x7fff8dbf8ff7  com.apple.DictionaryServices (1.2.1 - 
158.2) <3FC86118-7553-38F7-8916-B329D2E94476> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8dc88000 -     0x7fff8dd8aff7  libxml2.2.dylib (10.3.0 - 
compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> 
/usr/lib/libxml2.2.dylib
    0x7fff8de85000 -     0x7fff8e059fff  com.apple.CoreFoundation (6.7.1 - 
635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8e05a000 -     0x7fff8e06cff7  libz.1.dylib (1.2.5 - compatibility 
1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8e06d000 -     0x7fff8e072fff  com.apple.OpenDirectory (10.7 - 146) 
<A674AB55-6E3D-39AE-9F9B-9865D0193020> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8e073000 -     0x7fff8e0c5ff7  libGLU.dylib (??? - ???) 
<3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8e0c6000 -     0x7fff8e0eafff  com.apple.RemoteViewServices (1.3 - 
44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> 
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8e1ee000 -     0x7fff8e217fff  libJPEG.dylib (??? - ???) 
<64D079F9-256A-323B-A837-84628B172F21> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8e218000 -     0x7fff8e22ffff  com.apple.MultitouchSupport.framework 
(220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> 
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8e230000 -     0x7fff8e232fff  libCVMSPluginSupport.dylib (??? - ???) 
<B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8e25c000 -     0x7fff8e369fff  libJP2.dylib (??? - ???) 
<F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8e36a000 -     0x7fff8e40afff  com.apple.LaunchServices (480.27.1 - 
480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8e40b000 -     0x7fff8e420fff  com.apple.speech.synthesis.framework 
(4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8e4a5000 -     0x7fff8e4b3fff  com.apple.HelpData (2.1.2 - 72) 
<B99E743A-82C9-3058-8FD5-18668CA890F7> 
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8e4b4000 -     0x7fff8e4c1fff  libCSync.A.dylib (600.0.0 - 
compatibility 64.0.0) <CBA71562-050B-3515-92B7-8BC1E2EEEF2A> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8e688000 -     0x7fff8e6affff  com.apple.PerformanceAnalysis (1.10 - 
10) <2A058167-292E-3C3A-B1F8-49813336E068> 
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8e6b0000 -     0x7fff8e6b5ff7  libsystem_network.dylib (??? - ???) 
<5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8e6b6000 -     0x7fff8e7c2fff  libcrypto.0.9.8.dylib (44.0.0 - 
compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> 
/usr/lib/libcrypto.0.9.8.dylib
    0x7fff8e7c3000 -     0x7fff8e8a1fff  com.apple.DiscRecording (6.0.3 - 
6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> 
/System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8e8a4000 -     0x7fff8eb86fff  com.apple.security (7.0 - 55110) 
<252F9E04-FF8A-3EA7-A38E-51DD0653663C> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8eb87000 -     0x7fff8ebfafff  libstdc++.6.dylib (52.0.0 - 
compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> 
/usr/lib/libstdc++.6.dylib
    0x7fff8ec73000 -     0x7fff8ecd5ff7  com.apple.Symbolication (1.3 - 91) 
<B072970E-9EC1-3495-A1FA-D344C6E74A13> 
/System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8ecd6000 -     0x7fff8ed2aff7  com.apple.ScalableUserInterface (1.0 - 
1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8f061000 -     0x7fff8f081fff  libsystem_kernel.dylib (1699.22.81 - 
compatibility 1.0.0) <B9E259FC-73EA-31E3-8E68-7F980DEBA8A6> 
/usr/lib/system/libsystem_kernel.dylib
    0x7fff8f082000 -     0x7fff8f0c5ff7  libRIP.A.dylib (600.0.0 - 
compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8f0c6000 -     0x7fff8f0c6fff  com.apple.ApplicationServices (41 - 
41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8f0f8000 -     0x7fff8f17bfef  com.apple.Metadata (10.7.0 - 627.28) 
<1C14033A-69C9-3757-B24D-5583AEAC2CBA> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8f17c000 -     0x7fff8f17cfff  com.apple.CoreServices (53 - 53) 
<043C8026-8EDD-3241-B090-F589E24062EF> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8f181000 -     0x7fff8f49dff7  com.apple.CoreServices.CarbonCore 
(960.20 - 960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8f4e9000 -     0x7fff8f4eafff  libDiagnosticMessagesClient.dylib (??? 
- ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> 
/usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8f521000 -     0x7fff8f749fe7  com.apple.CoreData (104.1 - 358.13) 
<F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8fbb5000 -     0x7fff8fbbbfff  IOSurface (??? - ???) 
<2114359C-D839-3855-8735-BBAA2704DB93> 
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8fbbc000 -     0x7fff8fbe9fe7  libSystem.B.dylib (159.1.0 - 
compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> 
/usr/lib/libSystem.B.dylib
    0x7fff8fc53000 -     0x7fff8fc59fff  libmacho.dylib (800.0.0 - 
compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> 
/usr/lib/system/libmacho.dylib
    0x7fff8fc5a000 -     0x7fff8fc9cff7  libcommonCrypto.dylib (55010.0.0 - 
compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> 
/usr/lib/system/libcommonCrypto.dylib
    0x7fff8fc9d000 -     0x7fff8fcccfff  com.apple.shortcut (2.1 - 2.1) 
<43C186C0-6B0F-39FA-976A-C307CC410495> 
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8fd84000 -     0x7fff8fdd2fff  libauto.dylib (??? - ???) 
<D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff8fdd3000 -     0x7fff8fedafe7  libsqlite3.dylib (9.6.0 - 
compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> 
/usr/lib/libsqlite3.dylib
    0x7fff8fedb000 -     0x7fff8fedcff7  libremovefile.dylib (21.1.0 - 
compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> 
/usr/lib/system/libremovefile.dylib
    0x7fff8ff20000 -     0x7fff8ffb6ff7  libvMisc.dylib (325.4.0 - 
compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8ffb7000 -     0x7fff9059bfff  libBLAS.dylib (??? - ???) 
<C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff9059c000 -     0x7fff905a3fff  libCGXCoreImage.A.dylib (600.0.0 - 
compatibility 64.0.0) <848F5267-C6B3-3591-AB27-B0176B04CCC4> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff905b8000 -     0x7fff905c1ff7  libsystem_notify.dylib (80.1.0 - 
compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> 
/usr/lib/system/libsystem_notify.dylib
    0x7fff905ce000 -     0x7fff90609fff  com.apple.LDAPFramework (3.0 - 120.1) 
<0C23534F-A8E7-3144-B2B2-50F9875101E2> 
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9060a000 -     0x7fff9060bff7  libsystem_blocks.dylib (53.0.0 - 
compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> 
/usr/lib/system/libsystem_blocks.dylib
    0x7fff9060c000 -     0x7fff90773ff7  com.apple.CFNetwork (520.3.2 - 
520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff907ba000 -     0x7fff90835ff7  com.apple.print.framework.PrintCore 
(7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff90bdb000 -     0x7fff90e4efff  com.apple.CoreImage (7.93 - 1.0.1) 
<0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff90ed6000 -     0x7fff90fdbfff  libFontParser.dylib (??? - ???) 
<0920DA16-2066-33E6-BF95-AD4B0F3C22B0> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff90fdc000 -     0x7fff9117bfff  com.apple.QuartzCore (1.7 - 270.2) 
<F2CCDEFB-DE43-3E32-B242-A22C82617186> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9117c000 -     0x7fff91183ff7  com.apple.CommerceCore (1.0 - 17) 
<AA783B87-48D4-3CA6-8FF6-0316396022F4> 
/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff91186000 -     0x7fff9122afef  com.apple.ink.framework (1.3.2 - 110) 
<F69DBD44-FEC8-3C14-8131-CC0245DBBD42> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff91f40000 -     0x7fff91f44fff  libmathCommon.A.dylib (2026.0.0 - 
compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> 
/usr/lib/system/libmathCommon.A.dylib
    0x7fff91f45000 -     0x7fff91f4bfff  libGFXShared.dylib (??? - ???) 
<B95E9B22-AE68-3E48-8733-00CCCA08D50E> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff91f63000 -     0x7fff91f6dff7  liblaunch.dylib (392.18.0 - 
compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> 
/usr/lib/system/liblaunch.dylib
    0x7fff920b0000 -     0x7fff920cdfff  libxpc.dylib (77.18.0 - compatibility 
1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
    0x7fff9236d000 -     0x7fff9237fff7  libbsm.0.dylib (??? - ???) 
<349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff92380000 -     0x7fff924b6fff  com.apple.vImage (5.1 - 5.1) 
<A08B7582-67BC-3EED-813A-4833645964A7> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff92868000 -     0x7fff928a8ff7  libcups.2.dylib (2.9.0 - compatibility 
2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
    0x7fff928e8000 -     0x7fff929afff7  com.apple.ColorSync (4.7.1 - 4.7.1) 
<EA74B067-9916-341A-9C68-6165A4656042> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff92e55000 -     0x7fff92e69ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) 
<04C31EF0-912A-3004-A08F-CEC27030E0B2> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff92e6a000 -     0x7fff92e6dfff  libCoreVMClient.dylib (??? - ???) 
<E034C772-4263-3F48-B083-25A758DD6228> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff931dd000 -     0x7fff93203ff7  com.apple.framework.familycontrols 
(3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> 
/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff9320c000 -     0x7fff93230fff  com.apple.Kerberos (1.0 - 1) 
<1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff93235000 -     0x7fff9329fff7  com.apple.framework.IOKit (2.0 - ???) 
<EEEB42FD-E3E1-3A94-A771-B1993B694F17> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff932a0000 -     0x7fff932aeff7  libkxld.dylib (??? - ???) 
<9C937433-A362-3E40-BF71-FDABA986B56C> /usr/lib/system/libkxld.dylib
    0x7fff932af000 -     0x7fff932b1fff  libquarantine.dylib (36.2.0 - 
compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> 
/usr/lib/system/libquarantine.dylib
    0x7fff932b2000 -     0x7fff932ecfff  libncurses.5.4.dylib (5.4.0 - 
compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> 
/usr/lib/libncurses.5.4.dylib
    0x7fff932f9000 -     0x7fff932f9fff  com.apple.Accelerate.vecLib (3.7 - 
vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff932fa000 -     0x7fff93334fe7  com.apple.DebugSymbols (2.1 - 87) 
<ED2B177C-4146-3715-91DF-D99A8ED5449A> 
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff93335000 -     0x7fff93368ff7  com.apple.GSS (2.1 - 2.0) 
<57AD81CE-6320-38C9-9B66-0E5A4DEA898A> 
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff93369000 -     0x7fff933c4ff7  com.apple.HIServices (1.11 - ???) 
<DE8FA7FA-0A41-35D9-8473-5104F81DA934> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff93859000 -     0x7fff938b9fff  libvDSP.dylib (325.4.0 - compatibility 
1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff93c1b000 -     0x7fff93f34ff7  com.apple.Foundation (6.7.1 - 833.24) 
<6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff93f3a000 -     0x7fff93fbfff7  com.apple.Heimdal (2.1 - 2.0) 
<3758B442-6175-32B8-8C17-D8ABDD589BF9> 
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff94011000 -     0x7fff9401eff7  libbz2.1.0.dylib (1.0.5 - 
compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> 
/usr/lib/libbz2.1.0.dylib
    0x7fff9408d000 -     0x7fff940f3ff7  com.apple.coreui (1.2.1 - 165.3) 
<378C9221-ADE6-36D9-9944-F33AE6904E4F> 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff9413b000 -     0x7fff94140fff  libpam.2.dylib (3.0.0 - compatibility 
3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff94141000 -     0x7fff94150ff7  libxar-nossl.dylib (??? - ???) 
<A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff94151000 -     0x7fff9419dff7  com.apple.SystemConfiguration (1.11.2 
- 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9419f000 -     0x7fff941a0fff  liblangid.dylib (??? - ???) 
<CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff94207000 -     0x7fff94409fff  libicucore.A.dylib (46.1.0 - 
compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> 
/usr/lib/libicucore.A.dylib
    0x7fff9440a000 -     0x7fff94411fff  libcopyfile.dylib (85.1.0 - 
compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> 
/usr/lib/system/libcopyfile.dylib
    0x7fff94412000 -     0x7fff94412fff  com.apple.audio.units.AudioUnit (1.7.2 
- 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff94413000 -     0x7fff94414fff  libunc.dylib (24.0.0 - compatibility 
1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
    0x7fff94421000 -     0x7fff9474bff7  com.apple.HIToolbox (1.8 - ???) 
<D6A0D513-4893-35B4-9FFE-865FF419F2C2> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff94abc000 -     0x7fff94ac7fff  com.apple.CommonAuth (2.1 - 2.0) 
<272CB600-6DA8-3952-97C0-5DC594DCA024> 
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff94cdc000 -     0x7fff94d1bff7  libGLImage.dylib (??? - ???) 
<348729DC-BC44-3744-B249-9DFA6498344A> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff94d1c000 -     0x7fff94d84ff7  com.apple.audio.CoreAudio (4.0.2 - 
4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff94d85000 -     0x7fff94d97ff7  libsasl2.2.dylib (3.15.0 - 
compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> 
/usr/lib/libsasl2.2.dylib
    0x7fff94e4b000 -     0x7fff94e51ff7  libunwind.dylib (30.0.0 - 
compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> 
/usr/lib/system/libunwind.dylib
    0x7fff94e52000 -     0x7fff957e27a7  com.apple.CoreGraphics (1.600.0 - ???) 
<177D9BAD-72C9-3ADF-A391-5B88C5EE623F> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff95ed2000 -     0x7fff95ed7fff  libcache.dylib (47.0.0 - compatibility 
1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
    0x7fff95ed8000 -     0x7fff95f19fff  com.apple.QD (3.40 - ???) 
<47674D2C-BE88-388E-B1B0-03F08BFFE5FD> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff95f1a000 -     0x7fff95fb4ff7  com.apple.SearchKit (1.4.0 - 1.4.0) 
<4E70C394-773E-3A4B-A93C-59A88ABA9509> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff95fb5000 -     0x7fff96009ff7  libFontRegistry.dylib (??? - ???) 
<F98926EF-FFA0-37C5-824C-02E436E21DD1> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9600a000 -     0x7fff96032ff7  com.apple.CoreVideo (1.7 - 70.1) 
<98F917B2-FB53-3EA3-B548-7E97B38309A7> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9608d000 -     0x7fff964bafff  libLAPACK.dylib (??? - ???) 
<4F2E1055-2207-340B-BB45-E4F16171EE0D> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff964bb000 -     0x7fff964d7ff7  com.apple.GenerationalStorage (1.0 - 
126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> 
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff964d8000 -     0x7fff96511fe7  libssl.0.9.8.dylib (44.0.0 - 
compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> 
/usr/lib/libssl.0.9.8.dylib
    0x7fff96512000 -     0x7fff96516fff  libdyld.dylib (195.5.0 - compatibility 
1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=152.6M resident=127.2M(83%) 
swapped_out_or_unallocated=25.4M(17%)
Writable regions: Total=256.6M written=45.4M(18%) resident=79.2M(31%) 
swapped_out=0K(0%) unallocated=177.4M(69%)
 
REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 87.9M
CG backing stores                  10.2M
CG image                            236K
CG raster data                      296K
CG shared images                   4496K
CoreGraphics                         16K
CoreImage                             4K
CoreServices                       4516K
MALLOC                            120.5M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=251                        8K
OpenCL                                8K
STACK GUARD                        55.7M
Stack                              9036K
VM_ALLOCATE                        16.2M
__CI_BITMAP                          80K
__DATA                             36.3M
__IMAGE                             528K
__LINKEDIT                         48.3M
__RC_CAMERAS                        244K
__TEXT                            104.3M
__UNICODE                           544K
mapped file                        41.6M
shared memory                       312K
===========                      =======
TOTAL                             541.0M

Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.5 
GHz, 12 GB, SMC 1.69f3
Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 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, 8 GB, DDR3, 1333 MHz, 0x02FE, 
0x45424A3831554738424153302D444A2D4620
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, 11 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: M4-CT256M4SSD2, 256.06 GB
Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB
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 
/ 8
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 
0xfa120000 / 4
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: hub_device, 0x0409  (NEC Corporation), 0x005a, 0xfd120000 / 4
USB Device: hub_device, 0x0557  (ATEN International Co. Ltd.), 0x8021, 
0xfd124000 / 5
USB Device: Natural® Ergonomic Keyboard 4000, 0x045e  (Microsoft Corporation), 
0x00db, 0xfd124100 / 6
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]