Adium Plugin assistance (debugging a crash)

Bob Tanner basic at us.netrek.org
Mon Nov 26 20:01:53 UTC 2012


On 2012-09-08 04:52:58 +0000, Bob Tanner said:

> Followed http://trac.adium.im/wiki/CreatingPlugins to get a bare bones 
> plugin compiled.

I've done my development against Adium 1.7hg and I've gotten to the 
point where my plugin is mostly functional. So, I moved over to 
installing my plugin to Adium 1.5.4 and I get EXC_BAD_ACCESS (SIGSEGV).

Crashdump attached.

Frames 1, 2, and 13:

1   com.adiumX.adiumX             	0x0000000100068a12 0x100000000 + 428562
2   com.adiumX.adiumX             	0x0000000100068967 0x100000000 + 428391
13  com.adiumX.adiumX             	0x0000000100001d74 0x100000000 + 7540

I assume the debug symbols aren't available and that's why I don't get 
more information on where I'm crashing?

I've read http://trac.adium.im/wiki/DevelopmentTipsAndTricks and the 
referenced links 
(https://developer.apple.com/library/mac/#technotes/tn2004/tn2123.html 
and 
http://developer.apple.com/library/mac/#technotes/tn2124/_index.html) 
but I'm not closer to finding out why (or where) I'm crashing.

I've run Adium, attached to the process, and put a breakpoint in my 
AINetrekAccountViewController class at the

-(void)configureForAccount:(AIAccount *)inAccount

method and I crash when I return from this method call.

Just wondering with 1.7hg doesn't crash and 1.5.4 does crash?

In the linux world, I've seen behavior like this when a program is 
compiled with debug vs stripped, normally it's some sort of memory 
issue but with ARC happening I don't understand enough to say anymore 
then it's crashing.

Could I get some tips on how to resolve the com.adiumX.adiumX  symbols 
in frames 1, 2, and 13?

Do I need pull 1.5.4 from hg and compile it with debugging?

Thanks.



Process:         Adium [76581]
Path:            /Applications/Adium.app/Contents/MacOS/Adium
Identifier:      com.adiumX.adiumX
Version:         1.5.4 (1.5.4)
Code Type:       X86-64 (Native)
Parent Process:  launchd [148]
User ID:         501

Date/Time:       2012-11-26 13:47:46.276 -0600
OS Version:      Mac OS X 10.8.2 (12C60)
Report Version:  10

Interval Since Last Report:          23982 sec
Crashes Since Last Report:           3729
Per-App Interval Since Last Report:  4538 sec
Per-App Crashes Since Last Report:   8
Anonymous UUID:                      420AAC87-A82F-B8E4-5D84-0A92FB13B8AE

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000110

VM Regions Near 0x110:
-->
    __TEXT                 0000000100000000-00000001001d0000 [ 1856K] 
r-x/rwx SM=COW  /Applications/Adium.app/Contents/MacOS/Adium

Application Specific Information:
objc_msgSend() selector name: selectedCell
Performing @selector(okay:) from sender AILocalizationButton 0x10c988230

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff940f0250 objc_msgSend + 16
1   com.adiumX.adiumX             	0x0000000100068a12 0x100000000 + 428562
2   com.adiumX.adiumX             	0x0000000100068967 0x100000000 + 428391
3   com.apple.AppKit              	0x00007fff8daa9a59 -[NSApplication 
sendAction:to:from:] + 342
4   com.apple.AppKit              	0x00007fff8daa98b7 -[NSControl 
sendAction:to:] + 85
5   com.apple.AppKit              	0x00007fff8daa97eb -[NSCell 
_sendActionFrom:] + 138
6   com.apple.AppKit              	0x00007fff8daa7cd3 -[NSCell 
trackMouse:inRect:ofView:untilMouseUp:] + 1855
7   com.apple.AppKit              	0x00007fff8daa7521 -[NSButtonCell 
trackMouse:inRect:ofView:untilMouseUp:] + 504
8   com.apple.AppKit              	0x00007fff8daa6c9c -[NSControl 
mouseDown:] + 820
9   com.apple.AppKit              	0x00007fff8da9e60e -[NSWindow 
sendEvent:] + 6853
10  com.apple.AppKit              	0x00007fff8da9a744 -[NSApplication 
sendEvent:] + 5761
11  com.apple.AppKit              	0x00007fff8d9b02fa -[NSApplication 
run] + 636
12  com.apple.AppKit              	0x00007fff8d954cb6 NSApplicationMain + 869
13  com.adiumX.adiumX             	0x0000000100001d74 0x100000000 + 7540

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff8d4afd16 kevent + 10
1   libdispatch.dylib             	0x00007fff94821dea 
_dispatch_mgr_invoke + 883
2   libdispatch.dylib             	0x00007fff948219ee _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff8d4af6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8f0a9eec 
_pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff8f0a9cb3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff8f094171 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff8d4af6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8f0a9eec 
_pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff8f0a9cb3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff8f094171 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff8d4af6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8f0a9eec 
_pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff8f0a9cb3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff8f094171 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff8d4af6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff8f0a9eec 
_pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff8f0a9cb3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff8f094171 start_wqthread + 13

Thread 6:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib        	0x00007fff8d4af386 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff8f131800 nanosleep + 163
2   libsystem_c.dylib             	0x00007fff8f131717 usleep + 54
3   com.apple.AppKit              	0x00007fff8db9e958 -[NSUIHeartBeat 
_heartBeatThread:] + 543
4   com.apple.Foundation          	0x00007fff8f88c612 __NSThread__main__ + 1345
5   libsystem_c.dylib             	0x00007fff8f0a7742 _pthread_start + 327
6   libsystem_c.dylib             	0x00007fff8f094181 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000050  rbx: 0x000000010244f890  rcx: 
0x000000010c988230  rdx: 0x000000010c988230
  rdi: 0x000000010c9bb4b0  rsi: 0x00007fff8e1e1302  rbp: 
0x00007fff5fbff3d0  rsp: 0x00007fff5fbff3a0
   r8: 0x000000010c96a1e0   r9: 0x00000000b485a739  r10: 
0x00000001069cf480  r11: 0x0000000000000100
  r12: 0x00000001004f6d96  r13: 0x00000001004f6d96  r14: 
0x00007fff940f0240  r15: 0x000000010244f890
  rip: 0x00007fff940f0250  rfl: 0x0000000000010246  cr2: 0x0000000000000110
Logical CPU: 2

Binary Images:
       0x100000000 -        0x1001cffff +com.adiumX.adiumX (1.5.4 - 
1.5.4) <2B52F05A-7228-3E89-B995-1D21DFD7D212> 
/Applications/Adium.app/Contents/MacOS/Adium
       0x10027b000 -        0x1002baff7 +com.growl.growlframework (2.0 
- 2.0) <5BDDAB1E-D8A8-3CBC-89FB-2832F186BE32> 
/Applications/Adium.app/Contents/Frameworks/Growl.framework/Versions/A/Growl 

       0x1002ed000 -        0x1002fcff7 +libotr (5.1) 
<6F4D2402-DC72-CDC7-2946-CF50A3F1D727> 
/Applications/Adium.app/Contents/Frameworks/libotr.framework/Versions/3.2.1/libotr 

       0x100302000 -        0x10038efff +AIUtilities (1) 
<BB39F53A-677D-3CCE-8922-CE907D576CCD> 
/Applications/Adium.app/Contents/Frameworks/AIUtilities.framework/Versions/A/AIUtilities 

       0x1003c1000 -        0x100432fff +com.adiumX.AdiumPurple (1.0) 
<D23AECF9-3F34-3760-90FF-EBE1469A5517> 
/Applications/Adium.app/Contents/Frameworks/AdiumLibpurple.framework/Versions/A/AdiumLibpurple 

       0x100485000 -        0x10052cfff +Adium (1) 
<36EE6664-6191-3426-9B77-49C3D13B338C> 
/Applications/Adium.app/Contents/Frameworks/Adium.framework/Versions/A/Adium 

       0x10059a000 -        0x1006a2ff7 
+com.googlepages.openspecies.rtool.libglib (2.0.0 - 2.0.0) 
<A6B368BD-F3E3-1EDB-338A-CD9CF00A9426> 
/Applications/Adium.app/Contents/Frameworks/libglib.framework/Versions/2.32.4/libglib 

       0x1006cf000 -        0x1006d0fff 
+com.googlepages.openspecies.rtool.libgmodule (2.0.0 - 2.0.0) 
<64176B93-062B-1772-2A9E-F52A51BC8DC1> 
/Applications/Adium.app/Contents/Frameworks/libgmodule.framework/Versions/2.32.4/libgmodule 

       0x1006d3000 -        0x100718fe7 
+com.googlepages.openspecies.rtool.libgobject (2.0.0 - 2.0.0) 
<6FE0D713-8FA7-FDFF-8D63-B22F3AF548B7> 
/Applications/Adium.app/Contents/Frameworks/libgobject.framework/Versions/2.32.4/libgobject 

       0x10072d000 -        0x10072dfff 
+com.googlepages.openspecies.rtool.libgthread (2.0.0 - 2.0.0) 
<CBBE42A8-0534-DA82-B67A-5AA506ADF724> 
/Applications/Adium.app/Contents/Frameworks/libgthread.framework/Versions/2.32.4/libgthread 

       0x100730000 -        0x100739fe7 
+com.googlepages.openspecies.rtool.libintl (8 - 8) 
<8528F89F-88F5-6916-B3DB-276EC6B60A47> 
/Applications/Adium.app/Contents/Frameworks/libintl.framework/Versions/0.18.1.1/libintl 

       0x10073f000 -        0x10076bfe7 
+com.googlepages.openspecies.rtool.libmeanwhile (1.0.2 - 1.0.2) 
<50AB24DC-028B-91B0-9075-06B61458FE57> 
/Applications/Adium.app/Contents/Frameworks/libmeanwhile.framework/Versions/1.0.2/libmeanwhile 

       0x10077a000 -        0x10098cfef +libpurple (11.5) 
<CB592003-78C6-3E11-DC94-32E0FE6E5FEA> 
/Applications/Adium.app/Contents/Frameworks/libpurple.framework/Versions/2.10.5r590f15aee045/libpurple 

       0x100a19000 -        0x100a35fff +AutoHyperlinks (1) 
<EB4D8EA3-9FD6-3432-A0AA-B494397DD389> 
/Applications/Adium.app/Contents/Frameworks/AutoHyperlinks.framework/Versions/A/AutoHyperlinks 

       0x100a3b000 -        0x100a3dfff  com.apple.ExceptionHandling 
(1.5 - 10) <47FF83ED-0C07-308C-A375-2A2189DB1056> 
/System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 

       0x100a42000 -        0x100a5eff7 +org.andymatuschak.Sparkle (1.5 
Beta [git] - 290f64f) <8CBA7E24-C05F-34BD-83F5-8C005112388D> 
/Applications/Adium.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle 

       0x100a74000 -        0x100a78fff +org.boredzo.LMX (1.0) 
<6FBE212D-0FE6-347B-950B-096B2AFA0484> 
/Applications/Adium.app/Contents/Frameworks/LMX.framework/Versions/A/LMX
       0x100a7c000 -        0x100aa4fff 
+com.positivespinmedia.PSMTabBarControlFramework (1.1) 
<19F57D19-212B-39B7-9D46-0F9CFA065F78> 
/Applications/Adium.app/Contents/Frameworks/PSMTabBarControl.framework/Versions/A/PSMTabBarControl 

       0x100abb000 -        0x100ac1ff7 +net.oauth.OAuthConsumer 
(0.1.1) <1194BF77-2EF1-35F9-B317-31D7F0339705> 
/Applications/Adium.app/Contents/Frameworks/OAuthConsumer.framework/Versions/A/OAuthConsumer 

       0x100ac8000 -        0x100ad9ff7 
+com.googlepages.openspecies.rtool.libjson-glib (1.0.0 - 1.0.0) 
<753B4442-4E66-7CC9-DFBE-6CF23E438144> 
/Applications/Adium.app/Contents/Frameworks/libjson-glib.framework/Versions/1.0.0/libjson-glib 

       0x100ae2000 -        0x100af7ff7 +com.dpompa.fribidi (2.0) 
<200D39C7-CE05-3075-8404-54549BE09AD7> 
/Applications/Adium.app/Contents/Frameworks/FriBidi.framework/Versions/A/FriBidi 

       0x1022fc000 -        0x102308ff7 
+net.wafflesoftware.ShortcutRecorder.framework.Leopard (1.0) 
<5DBD0157-E233-3D40-8416-833C07F2BA8B> 
/Applications/Adium.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder 

       0x102311000 -        0x10238afe7 
+com.googlepages.openspecies.rtool.libgcrypt (11 - 11) 
<4497A22B-D21C-7025-135A-9E18E917B8F4> 
/Applications/Adium.app/Contents/Frameworks/libgcrypt.framework/Versions/1.5.0/libgcrypt 

       0x10239f000 -        0x1023a1fe7 
+com.googlepages.openspecies.rtool.libgpgerror (0 - 0) 
<441A8B98-4F78-44FE-3223-48D7235A904F> 
/Applications/Adium.app/Contents/Frameworks/libgpgerror.framework/Versions/1.10/libgpgerror 

       0x1023a4000 -        0x1023a8fff 
+com.googlepages.openspecies.rtool.libffi (6 - 6) 
<C25FCD6E-DDC8-84CE-AEAF-365EF7A6073A> 
/Applications/Adium.app/Contents/Frameworks/libffi.framework/Versions/3.0.11/libffi 

       0x1025f5000 -        0x1025fafff  
com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) 
<E807EE74-4241-36B2-87A6-92AFAE41D68F> 
/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 

       0x1035d5000 -        0x1035d9ff7 +org.netrek.NetrekAdiumPlugin 
(1.0 - 1) <8159D7C7-37F3-3BE0-8117-7DCBF19485E0> 
/Users/USER/Library/Application Support/Adium 2.0/*/NetrekAdiumPlugin
       0x1035e6000 -        0x1035e7fff  
com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) 
<07E0DB43-14DD-3741-BCCA-31CE397A53BC> /System/Library/Address Book 
Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
       0x1069e9000 -        0x1069ecfff  
com.apple.DirectoryServicesSource (2.1 - 1167) 
<2BB7BD50-BBB3-3FA9-BAB1-04C704726905> /System/Library/Address Book 
Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
       0x106b00000 -        0x106d85fff  com.apple.RawCamera.bundle 
(4.01 - 666) <BBDA55DD-6155-39B5-9D55-5CCCCFF26D98> 
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x106dd6000 -        0x106de7ff7  
com.apple.NSServerNotificationCenter (5.0 - 5.0) 
<151748DA-BEAC-3E8C-B139-09256914F45E> 
/System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification 

       0x1070ab000 -        0x1070fefff  
com.apple.AddressBook.CardDAVPlugin (10.8 - 332) 
<14042D69-8E1F-3241-A679-C7ED224F2C43> /System/Library/Address Book 
Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
       0x1071a2000 -        0x1071a5ff7  libCoreFSCache.dylib (24.4) 
<C375CAA0-F91F-3D9F-AF90-DB951BD86983> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 

       0x1077fc000 -        0x1077fcff3 +cl_kernels (???) 
<A4AE4015-95AF-4894-9597-A6056A6C6985> cl_kernels
       0x107a56000 -        0x107a5ffe7  libcldcpuengine.dylib (2.1.19) 
<50800DA2-7233-32E5-9553-A02171B68399> 
/System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 

       0x108c34000 -        0x108c34ff1 +cl_kernels (???) 
<C165B486-3DD9-47D8-9081-41A64B1C2981> cl_kernels
       0x108c36000 -        0x108c39fff  com.apple.IOAccelerator 
(19.0.26 - 19.0.26) <9DF4BBA7-14F1-35F9-9C4B-4F732B25836A> 
/System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 

       0x108cf2000 -        0x108cf2ff9 +cl_kernels (???) 
<00C22887-EF94-48F7-A86C-0FF847C08BB1> cl_kernels
       0x109183000 -        0x109190ff7  libGPUSupportMercury.dylib 
(8.6.1) <5762E7E4-C76E-3442-8C30-3BA1DDCD8BAE> 
/System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 

       0x1091e3000 -        0x1091f1ff7  libGPUSupport.dylib (8.6.1) 
<C8A361A5-8A82-375D-B50E-E520662F76B1> 
/System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 

       0x109700000 -        0x10979bff7  unorm8_bgra.dylib (2.1.19) 
<904EA51D-225A-38AF-B66C-84493C55C065> 
/System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 

       0x10d1cb000 -        0x10d382fff  GLEngine (8.6.1) 
<94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> 
/System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 

       0x10d3b9000 -        0x10d4fbfff  libGLProgrammability.dylib 
(8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 

       0x10d52f000 -        0x10d55cfff  GLRendererFloat (8.6.1) 
<B598274C-3C23-3EBB-A7C5-13C131FAC651> 
/System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 

       0x10d700000 -        0x10d9a1fef  
com.apple.AMDRadeonX3000GLDriver (1.0.29 - 1.0.0) 
<AFF4FFE6-F389-3E65-A224-F7382FB94620> 
/System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver 

       0x10ddef000 -        0x10e1a3fff  
com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.0.61 - 8.0.0) 
<2A12EDBB-1DF7-3638-BB7F-BBD7DB9DB3CB> 
/System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver 

       0x10e600000 -        0x10e696ff7  unorm8_rgba.dylib (2.1.19) 
<9F69E2DA-1FFB-349D-AA56-30D667519AA9> 
/System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib 

    0x7fff6b7dc000 -     0x7fff6b81093f  dyld (210.2.3) 
<A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    0x7fff8a2c4000 -     0x7fff8a308fff  libcups.2.dylib (327) 
<9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
    0x7fff8a309000 -     0x7fff8a589ff7  com.apple.AOSKit (1.05 - 151) 
<A34E8584-797C-318F-9E25-937A710C68AB> 
/System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff8a60c000 -     0x7fff8a662fff  com.apple.HIServices (1.20 - 
417) <A1129272-FEC8-350B-BA26-5A97F23C413D> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 

    0x7fff8a663000 -     0x7fff8aff3c67  com.apple.CoreGraphics 
(1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 

    0x7fff8b018000 -     0x7fff8b018fff  com.apple.CoreServices (57 - 
57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 

    0x7fff8b019000 -     0x7fff8b034ff7  
com.apple.frameworks.preferencepanes (15.0 - 15.0) 
<45E922F9-E5F5-3026-90BA-C1F5F8451C9B> 
/System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 

    0x7fff8b095000 -     0x7fff8b243fff  com.apple.QuartzCore (1.8 - 
304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8b288000 -     0x7fff8b2ddff7  libTIFF.dylib (845) 
<ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 

    0x7fff8b2de000 -     0x7fff8b4defff  libicucore.A.dylib (491.11.1) 
<CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
    0x7fff8b4df000 -     0x7fff8b4e5ff7  libunwind.dylib (35.1) 
<21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff8b4e6000 -     0x7fff8b4e6fff  libkeymgr.dylib (25) 
<CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8b4e7000 -     0x7fff8b509ff7  com.apple.Kerberos (2.0 - 1) 
<C49B8820-34ED-39D7-A407-A3E854153556> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8b552000 -     0x7fff8b5a9ff7  
com.apple.ScalableUserInterface (1.0 - 1) 
<F1D43DFB-1796-361B-AD4B-39F1EED3BE19> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 

    0x7fff8b5aa000 -     0x7fff8b5f7fff  com.apple.CoreMediaIO (301.0 - 
4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> 
/System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8b6c0000 -     0x7fff8b6ccff7  
com.apple.DirectoryService.Framework (10.8 - 151.10) 
<DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> 
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 

    0x7fff8b6cd000 -     0x7fff8b6cdfff  com.apple.vecLib (3.8 - vecLib 
3.8) <794317C7-4E38-338A-A874-5E18001C8503> 
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8b6d3000 -     0x7fff8b790ff7  com.apple.ColorSync (4.8.0 - 
4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 

    0x7fff8b791000 -     0x7fff8b7a8fff  com.apple.CFOpenDirectory 
(10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 

    0x7fff8b7a9000 -     0x7fff8b7e5fff  com.apple.GeoServices (1.0 - 
1) <DB382348-EBFA-3AD5-888B-7F4640F41834> 
/System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 

    0x7fff8b7e6000 -     0x7fff8b831ff7  com.apple.CoreMedia (1.0 - 
926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> 
/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8b832000 -     0x7fff8b834ff7  
com.apple.print.framework.Print (8.0 - 258) 
<34666CC2-B86D-3313-B3B6-A9977AD593DA> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 

    0x7fff8b835000 -     0x7fff8bb65ff7  com.apple.HIToolbox (2.0 - 
625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 

    0x7fff8bf05000 -     0x7fff8c01ffff  com.apple.coreavchd (5.6.0 - 
5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> 
/System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 

    0x7fff8c020000 -     0x7fff8c04aff7  com.apple.CoreVideo (1.8 - 
99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8c055000 -     0x7fff8c056ff7  libsystem_sandbox.dylib (220) 
<3C3B03CF-C525-3CB3-8557-62E91B93AC95> 
/usr/lib/system/libsystem_sandbox.dylib
    0x7fff8c07c000 -     0x7fff8c07cfff  com.apple.ApplicationServices 
(45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 

    0x7fff8c07d000 -     0x7fff8c321fff  com.apple.CoreImage (8.2.2 - 
1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 

    0x7fff8c334000 -     0x7fff8c337ff7  libdyld.dylib (210.2.3) 
<F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff8c441000 -     0x7fff8c469fff  libJPEG.dylib (845) 
<A32618D7-FB91-3EE2-A105-5407B2F3F8D8> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 

    0x7fff8c46c000 -     0x7fff8c474fff  liblaunch.dylib (442.26.2) 
<2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8c475000 -     0x7fff8c4e2ff7  com.apple.framework.IOKit (2.0 
- 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8c4e3000 -     0x7fff8d49cfff  com.apple.WebCore (8536 - 
8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> 
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 

    0x7fff8d49d000 -     0x7fff8d4b8ff7  libsystem_kernel.dylib 
(2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> 
/usr/lib/system/libsystem_kernel.dylib
    0x7fff8d4b9000 -     0x7fff8d4c7ff7  libkxld.dylib (2050.18.24) 
<7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
    0x7fff8d4c8000 -     0x7fff8d5a2ff7  com.apple.backup.framework 
(1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> 
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8d5a3000 -     0x7fff8d668ff7  com.apple.coreui (2.0 - 181.1) 
<83D2C92D-6842-3C9D-9289-39D5B4554C3A> 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8d669000 -     0x7fff8d67ffff  
com.apple.MultitouchSupport.framework (235.28 - 235.28) 
<BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> 
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 

    0x7fff8d680000 -     0x7fff8d693ff7  libbsm.0.dylib (32) 
<F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff8d6c7000 -     0x7fff8d6d8ff7  libsasl2.2.dylib (166) 
<649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff8d6d9000 -     0x7fff8d863fff  com.apple.WebKit (8536 - 
8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> 
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8d864000 -     0x7fff8e491ff7  com.apple.AppKit (6.8 - 
1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8e492000 -     0x7fff8e49fff7  com.apple.NetAuth (4.0 - 4.0) 
<F5BC7D7D-AF28-3C83-A674-DADA48FF7810> 
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e4a0000 -     0x7fff8e4cbfff  com.apple.framework.Apple80211 
(8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> 
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 

    0x7fff8e4cc000 -     0x7fff8e77afff  com.apple.imageKit (2.2 - 667) 
<66A64289-6259-335E-9D8C-E3E02ECE7837> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 

    0x7fff8e77b000 -     0x7fff8e781fff  libmacho.dylib (829) 
<BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8e782000 -     0x7fff8e785fff  com.apple.AppleSystemInfo (2.0 
- 2) <BC221376-361F-3F85-B284-DC251D3BB442> 
/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 

    0x7fff8e786000 -     0x7fff8e7b2ff7  libRIP.A.dylib (324.6) 
<5A7EB5C2-BA60-36D7-BF41-9853F37837AA> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 

    0x7fff8e7b3000 -     0x7fff8e7beff7  com.apple.aps.framework (3.0 - 
3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> 
/System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 

    0x7fff8e7bf000 -     0x7fff8e7d2ff7  com.apple.LangAnalysis (1.7.0 
- 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 

    0x7fff8e7d3000 -     0x7fff8e7d4fff  libsystem_blocks.dylib (59) 
<D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> 
/usr/lib/system/libsystem_blocks.dylib
    0x7fff8e81a000 -     0x7fff8e81efff  com.apple.IOSurface (86.0.3 - 
86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> 
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8eaa3000 -     0x7fff8eaf4ff7  com.apple.SystemConfiguration 
(1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 

    0x7fff8eaf5000 -     0x7fff8eaf6ff7  libdnsinfo.dylib (453.18) 
<E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
    0x7fff8eaf7000 -     0x7fff8ebc9ff7  com.apple.CoreText (260.0 - 
275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> 
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8ebca000 -     0x7fff8ebd8ff7  libsystem_network.dylib 
(77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> 
/usr/lib/system/libsystem_network.dylib
    0x7fff8ebd9000 -     0x7fff8ec11fff  libtidy.A.dylib (15.10) 
<9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff8ec12000 -     0x7fff8ec4cfff  
com.apple.framework.internetaccounts (2.1 - 210) 
<0AB62FFA-42C8-3433-9C23-7D1AB411348F> 
/System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 

    0x7fff8ec4d000 -     0x7fff8eccbff7  com.apple.securityfoundation 
(6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> 
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 

    0x7fff8ef14000 -     0x7fff8f085ff7  com.apple.QTKit (7.7.1 - 
2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> 
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8f093000 -     0x7fff8f15ffe7  libsystem_c.dylib (825.25) 
<8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
    0x7fff8f160000 -     0x7fff8f255fff  libiconv.2.dylib (34) 
<FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff8f256000 -     0x7fff8f258fff  com.apple.securityhi (4.0 - 
55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 

    0x7fff8f259000 -     0x7fff8f25efff  com.apple.OpenDirectory (10.8 
- 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 

    0x7fff8f25f000 -     0x7fff8f3a3fef  com.apple.MediaControlSender 
(1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> 
/System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 

    0x7fff8f3a4000 -     0x7fff8f5d9ff7  com.apple.CoreData (106.1 - 
407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8f5da000 -     0x7fff8f74efff  com.apple.CFNetwork (596.2.3 - 
596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> 
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8f761000 -     0x7fff8f7bbfff  
com.apple.print.framework.PrintCore (8.1 - 387.1) 
<1FA17B75-33E6-35BD-9198-35F92E37B248> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 

    0x7fff8f7bc000 -     0x7fff8f7f6fff  com.apple.GSS (3.0 - 2.0) 
<0BDF8090-5EF4-3759-94DE-8521D74188AA> 
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8f7f7000 -     0x7fff8fb53fff  com.apple.Foundation (6.8 - 
945.11) <A5D41956-A354-3ACC-9355-BE200072223B> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8fb54000 -     0x7fff8fbc1fff  com.apple.datadetectorscore 
(4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> 
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 

    0x7fff8fc12000 -     0x7fff8fcb8ff7  
com.apple.CoreServices.OSServices (557.4 - 557.4) 
<841878A8-6F3E-300D-8F01-444B3CC1F41D> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 

    0x7fff8fcf4000 -     0x7fff8fd76fff  com.apple.Heimdal (3.0 - 2.0) 
<660A6C64-4912-32C8-A332-B64164032A2D> 
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8fd79000 -     0x7fff8fdd6ff7  com.apple.AE (645.3 - 645.3) 
<FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 

    0x7fff8fdd7000 -     0x7fff8fe05fff  com.apple.shortcut (2.2 - 2.2) 
<C573DB65-37FB-3DDC-AB19-525094346D9B> 
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8fe06000 -     0x7fff8fed9ff7  com.apple.DiscRecording (7.0 - 
7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> 
/System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 

    0x7fff8feda000 -     0x7fff8fedafff  com.apple.quartzframework (1.5 
- 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8ff94000 -     0x7fff8ffebff7  com.apple.AppleVAFramework 
(5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> 
/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff90384000 -     0x7fff90404ff7  
com.apple.ApplicationServices.ATS (332 - 341.1) 
<BD83B039-AB25-3E3E-9975-A67DAE66988B> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 

    0x7fff90411000 -     0x7fff90433ff7  libxpc.dylib (140.41) 
<FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
    0x7fff90434000 -     0x7fff90437fff  libRadiance.dylib (845) 
<E8956A35-494E-3014-8B86-362D32576116> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 

    0x7fff90438000 -     0x7fff90444fff  libCSync.A.dylib (324.6) 
<2033247A-CABC-3E20-8498-7367A8F44A08> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 

    0x7fff90445000 -     0x7fff904a2fff  com.apple.audio.CoreAudio 
(4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff904a3000 -     0x7fff904cafff  
com.apple.framework.familycontrols (4.1 - 410) 
<AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> 
/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 

    0x7fff904cb000 -     0x7fff90506fff  com.apple.LDAPFramework 
(2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> 
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff90507000 -     0x7fff90511fff  com.apple.DisplayServicesFW 
(2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> 
/System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 

    0x7fff9057d000 -     0x7fff90588ff7  
com.apple.bsd.ServiceManagement (2.0 - 2.0) 
<C12962D5-85FB-349E-AA56-64F4F487F219> 
/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 

    0x7fff90589000 -     0x7fff9059efff  com.apple.ImageCapture (8.0 - 
8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 

    0x7fff9059f000 -     0x7fff90788fff  com.apple.CoreFoundation (6.8 
- 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 

    0x7fff90789000 -     0x7fff9078dff7  com.apple.CommonPanels (1.2.5 
- 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 

    0x7fff9078e000 -     0x7fff90790ff7  libunc.dylib (25) 
<92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff90791000 -     0x7fff907bfff7  libsystem_m.dylib (3022.6) 
<B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff907c2000 -     0x7fff90bbbff7  com.apple.MediaToolbox (1.0 - 
926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> 
/System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 

    0x7fff90bbc000 -     0x7fff90bc2fff  com.apple.DiskArbitration 
(2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 

    0x7fff90bc3000 -     0x7fff90e93fff  com.apple.security (7.0 - 
55179.1) <639641EF-8156-3190-890C-1053658E044A> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff90e94000 -     0x7fff90e94fff  com.apple.AOSMigrate (1.0 - 1) 
<585B1483-490E-32DD-97DC-B9279E9D3490> 
/System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 

    0x7fff90f64000 -     0x7fff90fb0ff7  libauto.dylib (185.1) 
<73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x7fff90fb1000 -     0x7fff90fcefff  com.apple.openscripting (1.3.6 
- 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 

    0x7fff90fcf000 -     0x7fff91003fff  com.apple.securityinterface 
(6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> 
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 

    0x7fff91004000 -     0x7fff9100afff  libGFXShared.dylib (8.6.1) 
<CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 

    0x7fff9100b000 -     0x7fff91018fff  libbz2.1.0.dylib (29) 
<CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff91027000 -     0x7fff9102efff  libcopyfile.dylib (89) 
<876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff9102f000 -     0x7fff91037fff  com.apple.AOSNotification 
(1.7.0 - 636.2) <20E768EB-FB1A-341F-8995-92272FDA8D6D> 
/System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 

    0x7fff91038000 -     0x7fff911d3fef  com.apple.vImage (6.0 - 6.0) 
<FAE13169-295A-33A5-8E6B-7C2CC1407FA7> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 

    0x7fff911d4000 -     0x7fff912c4ff7  com.apple.DiskImagesFramework 
(10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> 
/System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 

    0x7fff91477000 -     0x7fff91489ff7  libz.1.dylib (43) 
<2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff9151a000 -     0x7fff91559ff7  com.apple.QD (3.42 - 285) 
<8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 

    0x7fff9155a000 -     0x7fff9158fff7  libTrueTypeScaler.dylib (84.5) 
<DF2335F3-07BE-30BA-B73C-3204E95B42C3> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 

    0x7fff91593000 -     0x7fff915c9fff  com.apple.DebugSymbols (98 - 
98) <14E788B1-4EB2-3FD7-934B-849534DFC198> 
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 

    0x7fff915ca000 -     0x7fff9164bfff  com.apple.Metadata (10.7.0 - 
707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 

    0x7fff9168e000 -     0x7fff91698fff  
com.apple.speech.recognition.framework (4.1.5 - 4.1.5) 
<D803919C-3102-3515-A178-61E9C86C46A1> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 

    0x7fff91699000 -     0x7fff916a1ff7  libsystem_dnssd.dylib 
(379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> 
/usr/lib/system/libsystem_dnssd.dylib
    0x7fff926ab000 -     0x7fff92745fff  libvMisc.dylib (380.6) 
<714336EA-1C0E-3735-B31C-19DFDAAF6221> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 

    0x7fff9283a000 -     0x7fff92846fff  com.apple.CrashReporterSupport 
(10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> 
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 

    0x7fff92847000 -     0x7fff92b0aff7  
com.apple.AddressBook.framework (7.1 - 1167) 
<92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> 
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff92b0b000 -     0x7fff92b37fff  com.apple.quartzfilters (1.8.0 
- 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 

    0x7fff92b38000 -     0x7fff92b38ffd  
com.apple.audio.units.AudioUnit (1.8 - 1.8) 
<29E2C990-3617-3FA2-BDD7-DB7DF493E443> 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff92b39000 -     0x7fff92c3bfff  libcrypto.0.9.8.dylib (47) 
<74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff92c3c000 -     0x7fff92ed6ff7  com.apple.JavaScriptCore (8536 
- 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> 
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 

    0x7fff92f5f000 -     0x7fff92f6eff7  libxar.1.dylib (105) 
<370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff92f71000 -     0x7fff92f92ff7  libCRFSuite.dylib (33) 
<736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff92f93000 -     0x7fff92fbefff  libxslt.1.dylib (11.3) 
<441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff9301a000 -     0x7fff93083fff  libstdc++.6.dylib (56) 
<EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff9310e000 -     0x7fff9310ffff  
libDiagnosticMessagesClient.dylib (8) 
<8548E0DC-0D2F-30B6-B045-FE8A038E76D8> 
/usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff93135000 -     0x7fff9317dfff  libcurl.4.dylib (69.2) 
<EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
    0x7fff9317e000 -     0x7fff9319dff7  libresolv.9.dylib (51) 
<0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff9319e000 -     0x7fff93324fff  libBLAS.dylib (1073.4) 
<C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 

    0x7fff9381b000 -     0x7fff9383cfff  com.apple.Ubiquity (1.2 - 
243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> 
/System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff9383d000 -     0x7fff93c79fff  com.apple.VideoToolbox (1.0 - 
926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> 
/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 

    0x7fff93c7a000 -     0x7fff93ed5ff7  com.apple.QuartzComposer (5.1 
- 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 

    0x7fff93f57000 -     0x7fff93f57fff  libOpenScriptingUtil.dylib 
(148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> 
/usr/lib/libOpenScriptingUtil.dylib
    0x7fff940b1000 -     0x7fff940c8fff  com.apple.GenerationalStorage 
(1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> 
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 

    0x7fff940c9000 -     0x7fff940e9fff  libPng.dylib (845) 
<C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 

    0x7fff940ea000 -     0x7fff9420292f  libobjc.A.dylib (532.2) 
<90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff94203000 -     0x7fff9424bfff  com.apple.framework.CoreWiFi 
(1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> 
/System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff9424c000 -     0x7fff94250fff  libCGXType.A.dylib (324.6) 
<2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 

    0x7fff942ac000 -     0x7fff942dafff  com.apple.CoreServicesInternal 
(154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> 
/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 

    0x7fff94366000 -     0x7fff94366fff  com.apple.Accelerate (1.8 - 
Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff94367000 -     0x7fff9436efff  com.apple.phonenumbers (1.1 - 
47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> 
/System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 

    0x7fff9436f000 -     0x7fff943c5ff7  com.apple.opencl (2.1.20 - 
2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> 
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff943c6000 -     0x7fff94517fff  
com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) 
<833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 

    0x7fff9451a000 -     0x7fff9451bff7  libSystem.B.dylib (169.3) 
<365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    0x7fff9451c000 -     0x7fff9454dff7  com.apple.DictionaryServices 
(1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 

    0x7fff94594000 -     0x7fff9462efff  com.apple.CoreSymbolication 
(3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> 
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 

    0x7fff9462f000 -     0x7fff9468bfff  com.apple.corelocation (1.0 - 
1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> 
/System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 

    0x7fff9468c000 -     0x7fff94719ff7  com.apple.SearchKit (1.4.0 - 
1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 

    0x7fff9471f000 -     0x7fff9481cff7  libxml2.2.dylib (22.3) 
<47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff9481d000 -     0x7fff94832ff7  libdispatch.dylib (228.23) 
<D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff94833000 -     0x7fff94837ff7  com.apple.TCC (1.0 - 1) 
<F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> 
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff94838000 -     0x7fff9485dff7  libc++abi.dylib (24.4) 
<E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
    0x7fff948b9000 -     0x7fff948d3fff  com.apple.CoreMediaAuthoring 
(2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> 
/System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 

    0x7fff948d4000 -     0x7fff9490afff  libsystem_info.dylib (406.17) 
<4FFCA242-7F04-365F-87A6-D4EFB89503C1> 
/usr/lib/system/libsystem_info.dylib
    0x7fff9490b000 -     0x7fff949a9ff7  com.apple.ink.framework 
(10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 

    0x7fff949aa000 -     0x7fff949b5fff  libsystem_notify.dylib (98.5) 
<C49275CC-835A-3207-AFBA-8C01374927B6> 
/usr/lib/system/libsystem_notify.dylib
    0x7fff94ad4000 -     0x7fff94ae1ff7  com.apple.HelpData (2.1.4 - 
85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> 
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff94ae2000 -     0x7fff94b31ff7  libFontRegistry.dylib (100) 
<2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 

    0x7fff94b32000 -     0x7fff94b35fff  com.apple.help (1.3.2 - 42) 
<343904FE-3022-3573-97D6-5FE17F8643BA> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 

    0x7fff94b36000 -     0x7fff94c34fff  com.apple.QuickLookUIFramework 
(4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 

    0x7fff94c35000 -     0x7fff94c42fff  com.apple.KerberosHelper (4.0 
- 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> 
/System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 

    0x7fff94e2b000 -     0x7fff94f28fff  libsqlite3.dylib (138.1) 
<ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff94f44000 -     0x7fff94f8eff7  libGLU.dylib (8.6.1) 
<DF45C1E3-3884-3991-B84F-F39B482E8BF8> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 

    0x7fff94f8f000 -     0x7fff94f95fff  libCGXCoreImage.A.dylib 
(324.6) <45864BEA-B2EA-3F5F-9D04-F9832AB67A00> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 

    0x7fff94f96000 -     0x7fff94ff2fff  com.apple.QuickLookFramework 
(4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> 
/System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff94ff3000 -     0x7fff94ffcfff  com.apple.CommerceCore (1.0 - 
26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> 
/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 

    0x7fff94ffd000 -     0x7fff95040ff7  com.apple.bom (12.0 - 192) 
<0BF1F2D2-3648-36B7-BE4B-551A0173209B> 
/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff9507f000 -     0x7fff95181fff  libJP2.dylib (845) 
<405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 

    0x7fff951ac000 -     0x7fff95214ff7  libc++.1.dylib (65.1) 
<20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff95215000 -     0x7fff9527cff7  com.apple.coredav (1.0.1 - 
179.6) <4E7C1925-D6D9-3E27-8FF1-BD4E615CC87E> 
/System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x7fff952c0000 -     0x7fff952c1fff  liblangid.dylib (116) 
<864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff952c2000 -     0x7fff952c7fff  libcompiler_rt.dylib (30) 
<08F8731D-5961-39F1-AD00-4590321D24A9> 
/usr/lib/system/libcompiler_rt.dylib
    0x7fff952c8000 -     0x7fff952c8fff  com.apple.Carbon (154 - 155) 
<372716D2-6FA1-3611-8501-3DD1D4A6E8C8> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff952c9000 -     0x7fff95306fe7  libGLImage.dylib (8.6.1) 
<7F31DD61-3110-3541-A9BB-035CD1262E50> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 

    0x7fff95307000 -     0x7fff95315fff  libcommonCrypto.dylib (60026) 
<2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> 
/usr/lib/system/libcommonCrypto.dylib
    0x7fff953aa000 -     0x7fff953edfff  com.apple.RemoteViewServices 
(2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> 
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 

    0x7fff953ee000 -     0x7fff953f0fff  libCVMSPluginSupport.dylib 
(8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 

    0x7fff95451000 -     0x7fff95470ff7  com.apple.ChunkingLibrary (2.0 
- 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> 
/System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 

    0x7fff95471000 -     0x7fff95591fff  com.apple.desktopservices 
(1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 

    0x7fff95592000 -     0x7fff955a0fff  com.apple.Librarian (1.1 - 1) 
<1635162F-239A-341E-83C7-710C55E254AF> 
/System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 

    0x7fff955a1000 -     0x7fff956acfff  libFontParser.dylib (84.5) 
<617A7D30-C7BC-39FC-A1FE-59367B4A5719> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 

    0x7fff956ad000 -     0x7fff95709ff7  com.apple.Symbolication (1.3 - 
93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> 
/System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 

    0x7fff9570a000 -     0x7fff95719ff7  com.apple.opengl (1.8.6 - 
1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9571a000 -     0x7fff9571cfff  com.apple.TrustEvaluationAgent 
(2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> 
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 

    0x7fff95759000 -     0x7fff9576dfff  
com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) 
<94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 

    0x7fff9576e000 -     0x7fff9581ffff  com.apple.LaunchServices 
(539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 

    0x7fff95820000 -     0x7fff95860fff  com.apple.MediaKit (13 - 659) 
<0C56D7FF-0430-3199-9952-CF8577519449> 
/System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff95861000 -     0x7fff95861fff  com.apple.Cocoa (6.7 - 19) 
<1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> 
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95862000 -     0x7fff95863ff7  libremovefile.dylib (23.1) 
<DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> 
/usr/lib/system/libremovefile.dylib
    0x7fff95864000 -     0x7fff958ccfff  libvDSP.dylib (380.6) 
<CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 

    0x7fff958cd000 -     0x7fff958d2fff  libcache.dylib (57) 
<65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff958d3000 -     0x7fff9592cfff  com.apple.ImageCaptureCore 
(5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> 
/System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 

    0x7fff9592d000 -     0x7fff95931fff  libpam.2.dylib (20) 
<C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff95932000 -     0x7fff95939fff  com.apple.NetFS (5.0 - 4.0) 
<82E24B9A-7742-3DA3-9E99-ED267D98C05E> 
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff9593a000 -     0x7fff9593efff  libCoreVMClient.dylib (24.4) 
<55F71158-ADEE-3863-92E9-4772DCEA8E31> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 

    0x7fff9593f000 -     0x7fff95a58ff7  com.apple.ImageIO.framework 
(3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff95a5e000 -     0x7fff95a5efff  com.apple.Accelerate.vecLib 
(3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 

    0x7fff95a5f000 -     0x7fff95a7aff7  libexpat.1.dylib (12) 
<95D59F1F-0A5C-3F33-BA97-26F7D796CE7A> /usr/lib/libexpat.1.dylib
    0x7fff95a8c000 -     0x7fff95ea9fff  FaceCoreLight (2.4.1) 
<A34C9575-C4C1-31B1-809B-7751070B4E8B> 
/System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 

    0x7fff95eaa000 -     0x7fff95eb5fff  com.apple.CommonAuth (3.0 - 
2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> 
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 

    0x7fff95f08000 -     0x7fff95f53fff  com.apple.framework.CoreWLAN 
(3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> 
/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff95f54000 -     0x7fff95f56fff  libquarantine.dylib (52) 
<4BE2E642-A14F-340A-B482-5BD2AEFD9C24> 
/usr/lib/system/libquarantine.dylib
    0x7fff95f5b000 -     0x7fff95f5ffff  libGIF.dylib (845) 
<2690CE83-E934-3EF8-A30A-996EDADCE3E4> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 

    0x7fff95f60000 -     0x7fff95f97ff7  libssl.0.9.8.dylib (47) 
<923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
    0x7fff96038000 -     0x7fff9634fff7  
com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) 
<DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 

    0x7fff96350000 -     0x7fff963edff7  com.apple.PDFKit (2.7.2 - 
2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> 
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 

    0x7fff9641a000 -     0x7fff96427fff  com.apple.AppleFSCompression 
(49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> 
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 

    0x7fff96428000 -     0x7fff96477ff7  libcorecrypto.dylib (106.2) 
<CE0C29A3-C420-339B-ADAA-52F4683233CC> 
/usr/lib/system/libcorecrypto.dylib
    0x7fff96478000 -     0x7fff964e8fff  com.apple.ISSupport (1.9.8 - 
56) <23ED7650-2705-355A-9F11-409A9981AC53> 
/System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 

    0x7fff964e9000 -     0x7fff9657afff  com.apple.CorePDF (2.0 - 2) 
<EB5660B1-0D79-34F3-B242-B559AE0A5B4A> 
/System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff9657b000 -     0x7fff96d23fff  com.apple.CoreAUC (6.16.00 - 
6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> 
/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff96d24000 -     0x7fff96d2fff7  com.apple.ProtocolBuffer (2 - 
104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> 
/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 

    0x7fff96db3000 -     0x7fff96dc7fff  libGL.dylib (8.6.1) 
<2E00615F-97F5-34EB-BE07-75A24F3C18D7> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 

    0x7fff96dc8000 -     0x7fff971bffff  libLAPACK.dylib (1073.4) 
<D632EC8B-2BA0-3853-800A-20DA00A1091C> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 

    0x7fff971c0000 -     0x7fff971e7ff7  com.apple.PerformanceAnalysis 
(1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> 
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 


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: 129909
    thread_create: 1
    thread_set_state: 58056

VM Region Summary:
ReadOnly portion of Libraries: Total=232.0M resident=321.3M(138%) 
swapped_out_or_unallocated=16777216.0T(7581945298944%)
Writable regions: Total=198.4M written=29.1M(15%) resident=53.9M(27%) 
swapped_out=0K(0%) unallocated=144.6M(73%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  2964K
CG image                           1428K
CG raster data                      152K
CG shared images                   1376K
CoreAnimation                        32K
CoreImage                            72K
CoreServices                       8956K
IOKit                              4904K
MALLOC                            138.6M
MALLOC guard page                    64K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=243                        4K
Memory tag=251                       80K
OpenCL                               24K
OpenGL GLSL                        1024K
SQLite page cache                  1248K
STACK GUARD                        56.0M
Stack                              11.0M
VM_ALLOCATE                        16.3M
__DATA                             44.6M
__IMAGE                             528K
__LINKEDIT                         56.7M
__TEXT                            175.4M
__UNICODE                           544K
mapped file                        31.7M
shared memory                      52.5M
===========                      =======
TOTAL                             605.7M

Model: MacBookPro8,3, BootROM MBP81.0047.B27, 4 processors, Intel Core 
i7, 2.5 GHz, 16 GB, SMC 1.70f5
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x859B, 
0x43543130323436344246313333392E4D3136
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x859B, 
0x43543130323436344246313333392E4D3136
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), 
Broadcom BCM43xx 1.0 (5.106.98.81.22)
Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming 
serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: APPLE HDD HTS727575A9E362, 750.16 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 
0xfa200000 / 3
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, 0x821a, 
0xfa113000 / 7
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 
0x0252, 0xfa120000 / 4
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

-- 
Bob Tanner <basic at us.netrek.org>          
Key fingerprint = 9906 320A 8BB6 64AD 96A7  7785 CBFB 10BF 568B F98C






More information about the devel mailing list