CUDA 5 Optix 3 Mac OSX samples segfault

I have installed CUDA 5 and Optix 3 (in that order) on my Retina Macbook Pro. I have also installed the latest CUDA 5.0.37 drivers for OS X. Unfortunately, although the CUDA samples run absolutely fine, nearly all of the Optix samples (except “namespaces”) segfault. According to GDB, they all segfault with EXC_BAD_ACCESS in rtAccelerationDestroy(). Here is a complete GDB session for the sample “exceptions”, including stack trace:

GNU gdb 6.3.50-20050815 (Apple version gdb-1820) (Sat Jun 16 02:40:11 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ........ done

e[?1034h(gdb) run
Starting program: /Developer/OptiX/build/bin/exceptions 
Reading symbols for shared libraries +...++++++................................................................................................................................................................. done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries ... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries ........... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x00000801009cb950
0x00000001003a18c2 in rtAccelerationDestroy ()
(gdb) backtrace
#0  0x00000001003a18c2 in rtAccelerationDestroy ()
#1  0x00000001003a32cd in rtAccelerationDestroy ()
#2  0x000000010039db5f in rtAccelerationDestroy ()
#3  0x0000000100066189 in s.5618 ()
#4  0x000000010024eea7 in s.5618 ()
#5  0x000000010026f652 in s.5618 ()
#6  0x00000001003388bc in rtAccelerationDestroy ()
#7  0x00000001002f3151 in rtContextLaunch2D ()
#8  0x00000001000046b8 in main (argc=1, argv=0x7fff5fbffae0) at exceptions.cpp:160
(gdb) quit
The program is running.  Exit anyway? (y or n)

Is this a known issue? Anyone able to reproduce it? I get the same results if I compile the samples myself.
Presumably I will also get the same problem with my own programs.

Do the precompiled SDK samples work for you?

Both the precompiled samples and those generated using CMake have exactly the same problem. As you can see from the stack trace provided, these problems originate from context launches. Each sample I have tested that crashes crashes in exactly the same way. So far I have found that “Sample 1” and “Namespaces” do not crash and execute normally. All others I have tested (most of them) crash as described.

Some more details:

I am using a GTX 650M. The RMBP has a power saving dual GPU setup with an integrated Intel HD 4000, however I have noticed no difference when disabling the integrated graphics. All of the CUDA samples seem to run fine regardless.

I’m running OS X 10.8.2.

I have rebooted since installing CUDA/OptiX/drivers.

It would be helpful to know if there are any other RMBP owners that have a working installation of OptiX, so that comparison of configurations can determine the cause of the problem.

I have now tested that the OptiX samples work fine on this laptop under Windows, so it is unlikely that any underlying hardware incompatibility is involved.

Has anyone else managed to get Optix 3 working on a Mac OS X machine? If so, which CUDA version are you using?

We’ve tracked down the issue with an incompatibility of CUDA run time libraries between versions of CUDA that is specific to Mac OSX. We should hopefully have a fix out soon. In the meantime, try to compile your code using CUDA 4.2.

Great, thanks for the heads up. While I’m waiting for the download, how can I make the precompiled samples use the 4.2 runtime?

Never mind, after installing the appropriate CUDA toolkit, they work now.

Scratch that, having changed nothing, they have all since a few minutes ago started segfaulting, this time in io_connect_method(). Is this a peculiar driver problem?

We haven’t seen this problem. You should make sure you are using the libraries you expect by using:

Determine which libraries the system expects to load:
otool -L

env DYLD_PRINT_LIBRARIES=1 DYLD_PRINT_LIBRARIES_POST_LAUNCH=1 ./myexe >& out.txt
grep cuda out.txt

I am receiving this same error on a macbook pro running 10.8.2. Has there been an update on a fix for this issue?

I’m also getting EXC_BAD_ACCESS (SIGSEGV) when starting any of the precompiled OptiX 3.0 examples (except for the cook scene, which works for some reason). Compiling the examples myself has no effect. Also, as noted above, all CUDA 5.0 examples run fine.

My configuration:
OS X 10.8.3
CUDA: 5.0 (Updated March 2013)
OptiX: 3.0 (Last Update Dec 11 2012)
CUDA Driver Version: 5.0.45
GPU Driver Version: 8.10.44 304.10.65f03
GeForce GTX 680MX (the new 27" iMac)

Topmost readable symbol in stack trace is always:
liboptix.1.dylib 0x0000000100fd6151 rtContextLaunch2D + 225

After installing CUDA Toolkit 4.2.9, all OptiX 3.0 examples run fine.

Any hints on when there will be a new OptiX release? Thank you!

Here’s a full crash report:

Process:         path_tracer [4858]
Path:            /Developer/OptiX/SDK-precompiled-samples/path_tracer.app/Contents/MacOS/path_tracer
Identifier:      ???
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [286]
User ID:         501

Date/Time:       2013-03-28 14:14:06.061 +0100
OS Version:      Mac OS X 10.8.3 (12D78)
Report Version:  10

Interval Since Last Report:          493159 sec
Crashes Since Last Report:           53
Per-App Interval Since Last Report:  25469 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      B1DB7B85-1192-B310-9E00-AAFFEFF6BA85

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

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

VM Regions Near 0x801016ee950:
    VM_ALLOCATE            0000000200100000-0000000b00000000 [ 36.0G] ---/rwx SM=NUL  
--> 
    MALLOC_TINY            00007fd732c00000-00007fd732f00000 [ 3072K] rw-/rwx SM=PRV  

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   liboptix.1.dylib              	0x00000001010848c2 0x100d46000 + 3401922
1   liboptix.1.dylib              	0x00000001010862cd 0x100d46000 + 3408589
2   liboptix.1.dylib              	0x0000000101080b5f 0x100d46000 + 3386207
3   liboptix.1.dylib              	0x0000000100d49189 0x100d46000 + 12681
4   liboptix.1.dylib              	0x0000000100f31ea7 0x100d46000 + 2014887
5   liboptix.1.dylib              	0x0000000100f52652 0x100d46000 + 2147922
6   liboptix.1.dylib              	0x000000010101b8bc 0x100d46000 + 2971836
7   liboptix.1.dylib              	0x0000000100fd6151 rtContextLaunch2D + 225
8                                 	0x0000000100ce3dc1 PathTracerScene::trace(SampleScene::RayGenCameraData const&) + 869
9   libsutil.dylib                	0x0000000100d051b3 GLUTDisplay::display() + 337
10  com.apple.glut                	0x0000000101d4e566 -[GLUTView drawRect:] + 95
11  com.apple.AppKit              	0x00007fff8ba90094 -[NSView _drawRect:clip:] + 4217
12  com.apple.AppKit              	0x00007fff8ba8e6f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1656
13  com.apple.AppKit              	0x00007fff8ba8eb09 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2704
14  com.apple.AppKit              	0x00007fff8ba8c722 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 817
15  com.apple.AppKit              	0x00007fff8ba8c173 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 314
16  com.apple.AppKit              	0x00007fff8ba87d9d -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4675
17  com.apple.AppKit              	0x00007fff8ba51cc3 -[NSView displayIfNeeded] + 1830
18  com.apple.AppKit              	0x00007fff8bb0ea48 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1377
19  com.apple.AppKit              	0x00007fff8bb0e068 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 940
20  com.apple.AppKit              	0x00007fff8bb0dc4f -[NSWindow orderWindow:relativeTo:] + 159
21  com.apple.glut                	0x0000000101d4b6f4 -[GLUTWindow orderWindow:relativeTo:] + 204
22  com.apple.AppKit              	0x00007fff8bb0670c -[NSWindow makeKeyAndOrderFront:] + 48
23  com.apple.glut                	0x0000000101d4d583 -[GLUTView handleWorkEvent:] + 645
24  com.apple.glut                	0x0000000101d64ea9 processWindowWorkList + 67
25  com.apple.glut                	0x0000000101d64e47 __glutProcessWorkEvents + 32
26  com.apple.glut                	0x0000000101d581eb -[GLUTApplication run] + 192
27  com.apple.glut                	0x0000000101d650ec glutMainLoop + 267
28  libsutil.dylib                	0x0000000100d06266 GLUTDisplay::run(std::string const&, SampleScene*, GLUTDisplay::contDraw_E) + 1064
29                                	0x0000000100ce47a6 main + 1190
30                                	0x0000000100ce26d4 start + 52

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff8d2fc6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff90219f4c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff90219d13 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff902041d1 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff8d2fcd16 kevent + 10
1   libdispatch.dylib             	0x00007fff9157bdea _dispatch_mgr_invoke + 883
2   libdispatch.dylib             	0x00007fff9157b9ee _dispatch_mgr_thread + 54

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff8d2fc6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff90219f4c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff90219d13 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff902041d1 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff8d2fc6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff90219f4c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff90219d13 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff902041d1 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff8d2fa686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff8d2f9c42 mach_msg + 70
2   libcuda_304.10.65.dylib       	0x00000001043426e8 cudbgGetAPIVersion + 345448
3   libcuda_304.10.65.dylib       	0x00000001042906c8 cuGraphicsGLRegisterImage + 1774232
4   libcuda_304.10.65.dylib       	0x0000000104343972 cudbgGetAPIVersion + 350194
5   libsystem_c.dylib             	0x00007fff902177a2 _pthread_start + 327
6   libsystem_c.dylib             	0x00007fff902041e1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010166e950  rbx: 0x00000100002625a0  rcx: 0x7fffffff00000003  rdx: 0x000000000000ffff
  rdi: 0x0000000000000400  rsi: 0x0000ffff0000ffff  rbp: 0x00007fff5ef1e330  rsp: 0x00007fff5ef1e310
   r8: 0x0000000100000400   r9: 0x0000000000000000  r10: 0x0000000800000000  r11: 0x0000000000000020
  r12: 0x0000000000000010  r13: 0x0000000100d032a4  r14: 0x0000080000080000  r15: 0x00007fff5ef1e5f0
  rip: 0x00000001010848c2  rfl: 0x0000000000010206  cr2: 0x00000801016ee950
Logical CPU: 2

Binary Images:
       0x100cdf000 -        0x100cf1fff + (??? - ???) <9F1872A4-7A9B-3EFC-80EE-79926027810D> /Developer/OptiX/SDK-precompiled-samples/path_tracer.app/Contents/MacOS/path_tracer
       0x100cfc000 -        0x100d32fe7 +libsutil.dylib (0) <05C8A825-F86B-3F64-B7D9-A06D088FFF8C> /Developer/OptiX/SDK-precompiled-samples/path_tracer.app/Contents/MacOS/libsutil.dylib
       0x100d46000 -        0x101662fff +liboptix.1.dylib (3) <D9D78166-0783-3C95-989D-EAFC24CFFE21> /Developer/OptiX/SDK-precompiled-samples/path_tracer.app/Contents/MacOS/liboptix.1.dylib
       0x101bec000 -        0x101ca2fef +liboptixu.1.dylib (3) <A2E9D397-4F12-3C50-B20A-70DA0B10CA29> /Developer/OptiX/SDK-precompiled-samples/path_tracer.app/Contents/MacOS/liboptixu.1.dylib
       0x101ccd000 -        0x101d3bfff +libcudart.dylib (5) <3606C4C7-BA5A-5780-3DD6-0D01A11BD515> /usr/local/cuda/lib/libcudart.dylib
       0x101d48000 -        0x101d90ff7  com.apple.glut (3.5.2 - GLUT-3.5.2) <60A1D02D-4DB2-3EF2-8E4B-190F547790BF> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
       0x101e0b000 -        0x101e10fff  com.apple.agl (3.2.1 - AGL-3.2.1) <328CAFF6-C443-303F-923A-F9EEA8E71794> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x101e17000 -        0x101e18ff7 +libcuda.dylib (5.0.45) <C35EAACD-F0E0-D3FF-F909-7372B02A9698> /usr/local/cuda/lib/libcuda.dylib
       0x101e1b000 -        0x101e1cfff +libtlshook.dylib (5) <976ED4F8-3F0D-2EFE-F97A-71AD6357D5E7> /Developer/NVIDIA/CUDA-5.0/lib/libtlshook.dylib
       0x103c34000 -        0x103c40ff7 +CUDA (5.0.45) <F59784B3-A4E1-6556-48BB-0BEB9524B0F1> /Library/Frameworks/CUDA.framework/Versions/A/CUDA
       0x103c49000 -        0x103e07fff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x103e3e000 -        0x103e4bfff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
       0x103e53000 -        0x103e5cfe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
       0x1040bc000 -        0x10441cff7 +libcuda_304.10.65.dylib (5.0.45 - 5.0.45) <C58B098B-2647-30E2-CB04-3876D8178F97> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libcuda_304.10.65.dylib
       0x10446f000 -        0x104c49fef +libgpgpucomp.dylib (0) <D2D1E0A6-4C3F-37BB-5CEC-752A4CE1B552> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libgpgpucomp.dylib
       0x104da4000 -        0x104f14fff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x104f4c000 -        0x105879ff7  com.apple.GeForceGLDriver (8.10.44 - 8.1.0) <3851C869-C1CF-3EFE-A08C-025318833871> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
       0x106b2e000 -        0x106b59fff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff608df000 -     0x7fff6091393f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff85eea000 -     0x7fff85f12fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff85f13000 -     0x7fff86010ff7  libxml2.2.dylib (22.3) <7FD09F53-83DA-3ECD-8DD9-870E1A2F0427> /usr/lib/libxml2.2.dylib
    0x7fff86011000 -     0x7fff86068ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8606d000 -     0x7fff86208fef  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
    0x7fff86209000 -     0x7fff86276ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff86277000 -     0x7fff866b3fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff866b4000 -     0x7fff86805fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff86931000 -     0x7fff8695dff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86966000 -     0x7fff86967ff7  libSystem.B.dylib (169.3) <92475A81-385C-32B9-9D6D-38E4BAC90996> /usr/lib/libSystem.B.dylib
    0x7fff86968000 -     0x7fff86968fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff86969000 -     0x7fff8699aff7  com.apple.DictionaryServices (1.2 - 184.4) <2EC80C71-263E-3D63-B461-6351C876C50D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8699b000 -     0x7fff86a39ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff86a3a000 -     0x7fff86a41fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff86a42000 -     0x7fff86a56fff  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
    0x7fff86a57000 -     0x7fff86c57fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
    0x7fff86c58000 -     0x7fff86ca7ff7  libFontRegistry.dylib (100) <F7EC0287-58E4-3ABE-A45E-B105A68EA76E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff86ca8000 -     0x7fff86d4eff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff86d4f000 -     0x7fff86e00fff  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
    0x7fff86e01000 -     0x7fff86e3cfff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff86e3d000 -     0x7fff87236fe7  com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff87237000 -     0x7fff873a8ff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff873a9000 -     0x7fff8752ffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff87530000 -     0x7fff87621ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff87678000 -     0x7fff87678fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff878f2000 -     0x7fff8793dfff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff87948000 -     0x7fff8794cfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff87bd3000 -     0x7fff87c3bff7  libc++.1.dylib (65.1) <E5A0C88E-0837-3015-A987-F8C5A0D35DD6> /usr/lib/libc++.1.dylib
    0x7fff87c3c000 -     0x7fff87c4dff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff87c51000 -     0x7fff87d24ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <D62DA01B-5B60-3E99-9395-C11FB47E82E0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff87d4f000 -     0x7fff87e29fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff87e2a000 -     0x7fff87e6efff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
    0x7fff87e6f000 -     0x7fff87e73fff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff87f66000 -     0x7fff87fa6ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff87ffd000 -     0x7fff8805cfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8809c000 -     0x7fff883b3ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff883b4000 -     0x7fff883b4fff  com.apple.Cocoa (6.7 - 19) <3CFC90D2-2BE9-3E5C-BFDB-5E161A2C2B29> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff883c2000 -     0x7fff883e9ff7  com.apple.PerformanceAnalysis (1.16 - 16) <1BDA3662-18B7-3F38-94E5-9ACD477A7682> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff88679000 -     0x7fff8869eff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff89689000 -     0x7fff8968fff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff896aa000 -     0x7fff89729ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8972a000 -     0x7fff89777fff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8977c000 -     0x7fff897eafff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff897eb000 -     0x7fff898e8fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff8a1b0000 -     0x7fff8a1b4ff7  com.apple.CommonPanels (1.2.5 - 94) <5F81D593-4B87-3DCC-B934-625D436B4CB1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8a1b5000 -     0x7fff8a1bcfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff8a1f8000 -     0x7fff8a205fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff8a44f000 -     0x7fff8a4d0fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8a4d2000 -     0x7fff8a4e0fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8a4e1000 -     0x7fff8a4e5fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a4e6000 -     0x7fff8a4f1fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8a4f7000 -     0x7fff8a50aff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff8a50b000 -     0x7fff8a55aff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff8a55b000 -     0x7fff8ad40fff  libclh.dylib (4.0.3 - 4.0.3) <4562B69C-9097-352B-A179-6E7017618562> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff8ad41000 -     0x7fff8ad62ff7  libCRFSuite.dylib (33) <B49DA255-A4D9-33AF-95AB-B319570CDF7B> /usr/lib/libCRFSuite.dylib
    0x7fff8ad63000 -     0x7fff8b093fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8b094000 -     0x7fff8b0a1fff  com.apple.AppleFSCompression (49 - 1.0) <E616053D-D3C2-3600-B8DF-A5E0D9665634> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8b100000 -     0x7fff8b100fff  com.apple.ApplicationServices (45 - 45) <5302CC85-D534-3FE5-9E56-CA16762177F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8b11d000 -     0x7fff8b153ff7  libsystem_info.dylib (406.17) <C9BA1024-043C-3BD5-908F-AF709E05DEE4> /usr/lib/system/libsystem_info.dylib
    0x7fff8b154000 -     0x7fff8b33eff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8b33f000 -     0x7fff8b44afff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8b44c000 -     0x7fff8b44cfff  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
    0x7fff8b47c000 -     0x7fff8b485ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8b812000 -     0x7fff8b814fff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8b857000 -     0x7fff8b858ff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b859000 -     0x7fff8b8affff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8b8b0000 -     0x7fff8b8f3ff7  com.apple.bom (12.0 - 192) <0EFE0F2D-B6DE-3D1E-93C2-EED6D96F70A2> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8b8f9000 -     0x7fff8c526ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8c7b8000 -     0x7fff8c7c2fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <5A4B532E-3428-3F0A-8032-B0AFFF72CA3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8c7c3000 -     0x7fff8c82cfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8c8a8000 -     0x7fff8c8cffff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8c8d0000 -     0x7fff8c8d1ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8c92c000 -     0x7fff8c93aff7  libsystem_network.dylib (77.10) <2AAA67A1-525E-38F0-8028-1D2B64716611> /usr/lib/system/libsystem_network.dylib
    0x7fff8c93b000 -     0x7fff8c984fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8c985000 -     0x7fff8cda2fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8cdcc000 -     0x7fff8d001ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8d073000 -     0x7fff8d18b92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff8d25c000 -     0x7fff8d2e9ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <54A8069C-E497-3B07-BEA7-D3BC9DB5B649> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8d2ea000 -     0x7fff8d305ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8d306000 -     0x7fff8d306fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8d307000 -     0x7fff8d30ffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8d310000 -     0x7fff8d33eff7  libsystem_m.dylib (3022.6) <11B6081D-6212-3EAB-9975-BED6234BD6A5> /usr/lib/system/libsystem_m.dylib
    0x7fff8d39a000 -     0x7fff8d3a8ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
    0x7fff8d585000 -     0x7fff8d5bbfff  com.apple.DebugSymbols (98 - 98) <7059F71D-9A82-3D32-99BB-E043DEDA6174> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8d5bc000 -     0x7fff8d5beff7  libunc.dylib (25) <2FDC94A7-3039-3680-85F3-2164E63B464D> /usr/lib/system/libunc.dylib
    0x7fff8d61c000 -     0x7fff8d61efff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8d656000 -     0x7fff8d758fff  libcrypto.0.9.8.dylib (47) <8926F842-23AB-35D6-A3CE-6FF5D504F875> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8d889000 -     0x7fff8d8a8ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8d8a9000 -     0x7fff8d8c9fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8d91a000 -     0x7fff8d91cfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8d91d000 -     0x7fff8d91efff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8d91f000 -     0x7fff8d92bfff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8d97d000 -     0x7fff8dc4eff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8dc96000 -     0x7fff8dcdefff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
    0x7fff8dcdf000 -     0x7fff8dd19ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8e224000 -     0x7fff8e22afff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8e22b000 -     0x7fff8e26aff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8e274000 -     0x7fff8e331ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <73BE495D-8985-3B88-A7D0-23DF0CB50304> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8e332000 -     0x7fff8e35cff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8e389000 -     0x7fff8e38efff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8e3ea000 -     0x7fff8e4dffff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff8e4e0000 -     0x7fff8e4fdff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8e56f000 -     0x7fff8e57eff7  libxar.1.dylib (105) <B6A7C8AA-3E20-3A1D-A7BA-4FD0052FA508> /usr/lib/libxar.1.dylib
    0x7fff8e5b2000 -     0x7fff8e5e0fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8e5e1000 -     0x7fff8e5e6fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8e672000 -     0x7fff8e679fff  com.apple.NetFS (5.0 - 4.0) <195D8EC9-72BB-3E04-A64D-E1A89B4850C1> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8e9ca000 -     0x7fff8ea27ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8ea2f000 -     0x7fff8ea45fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8ea50000 -     0x7fff8eb6afff  com.apple.coreavchd (5.6.0 - 5600.4.16) <85670361-96CA-3805-B981-B41B47E99A37> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8ebc3000 -     0x7fff8ebdafff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8ebdb000 -     0x7fff8ecf4fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8ecf5000 -     0x7fff8ecf7fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    0x7fff8ecf8000 -     0x7fff8ed49ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8ed4a000 -     0x7fff8edb2fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8edb3000 -     0x7fff8f057ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8f097000 -     0x7fff8f131fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8f132000 -     0x7fff8f132fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8f133000 -     0x7fff8f1b5ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8f1b6000 -     0x7fff8f1d8ff7  com.apple.Kerberos (2.0 - 1) <416543F5-E7AF-3269-843F-C8CDA8DD0FFA> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8f1d9000 -     0x7fff8f1ddfff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8f1de000 -     0x7fff8f353fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8f354000 -     0x7fff8f354ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8f355000 -     0x7fff8f398ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8f429000 -     0x7fff8f436ff7  com.apple.NetAuth (4.0 - 4.0) <A4A21A2F-B26A-3DC9-95E4-DAFA43A4A2C3> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8f437000 -     0x7fff8f449ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff8f483000 -     0x7fff8f4a2ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8f73f000 -     0x7fff900cf6ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff901e6000 -     0x7fff901e7fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff901e8000 -     0x7fff90202fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff90203000 -     0x7fff902cfff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    0x7fff902d0000 -     0x7fff9036bfff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff904b7000 -     0x7fff904f4fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff90550000 -     0x7fff905aafff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff905ab000 -     0x7fff905acfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff905ad000 -     0x7fff905b1fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff905c0000 -     0x7fff905d5fff  com.apple.ImageCapture (8.0 - 8.0) <71B24609-DEE9-3927-9C82-62E72270299C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff905d6000 -     0x7fff90632ff7  com.apple.Symbolication (1.3 - 93) <D3AAB36A-D5EB-3044-BE9D-0B77E64C00FC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff906de000 -     0x7fff90e85fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff90e86000 -     0x7fff90e8aff7  com.apple.TCC (1.0 - 1) <76A86876-2280-3849-8478-450E1A8C0E01> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff90fa5000 -     0x7fff90fa5fff  com.apple.CoreServices (57 - 57) <45F1466A-8264-3BB7-B0EC-E5E5BFBED143> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff9117f000 -     0x7fff91576fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff91577000 -     0x7fff9158cff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff9158d000 -     0x7fff91652ff7  com.apple.coreui (2.0 - 181.1) <7C4196D5-79E8-3557-963B-71F494DC9B04> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff9169b000 -     0x7fff916a1fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff916a2000 -     0x7fff916b9fff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff916ba000 -     0x7fff917bcfff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff91860000 -     0x7fff91882ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
    0x7fff91883000 -     0x7fff91896ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <023D909C-3AFA-3438-88EB-05D0BDA5AFFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff918a9000 -     0x7fff918abff7  com.apple.print.framework.Print (8.0 - 258) <8F243E49-021F-3892-B555-3010A7F450A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff918b5000 -     0x7fff918b8ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff918cf000 -     0x7fff919a1ff7  com.apple.CoreText (260.0 - 275.16) <990F3C7D-EEF1-33C4-99D6-8E81C96ED3E3> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff919a2000 -     0x7fff91b50fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff91b51000 -     0x7fff91b9bff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff91c4a000 -     0x7fff91da8fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff91da9000 -     0x7fff91de0ff7  libssl.0.9.8.dylib (47) <42AAA348-1361-349F-89C7-22CC168307AD> /usr/lib/libssl.0.9.8.dylib
    0x7fff91de1000 -     0x7fff91e61ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <AFDC05E6-F842-33D9-9379-81DF26E510CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff91e96000 -     0x7fff91eb7fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff91eb8000 -     0x7fff91ebbfff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff92007000 -     0x7fff92012ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff92013000 -     0x7fff92133fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff92134000 -     0x7fff92160fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff92161000 -     0x7fff9216ffff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff92170000 -     0x7fff921c7ff7  com.apple.ScalableUserInterface (1.0 - 1) <93C14595-6172-37E9-88F2-CBC80A1C54D0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff921c8000 -     0x7fff921d4fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff921e3000 -     0x7fff92238ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff92239000 -     0x7fff92239fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff9224f000 -     0x7fff9225afff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff9225b000 -     0x7fff9225cff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff9225d000 -     0x7fff922b7ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9242a000 -     0x7fff92439fff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9243d000 -     0x7fff92442fff  com.apple.OpenDirectory (10.8 - 151.10) <1F47EC96-7403-3690-8D8D-C31D3B6FDA0A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff9269f000 -     0x7fff926ebff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x7fff926ec000 -     0x7fff92717fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff92718000 -     0x7fff9272ffff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff9273f000 -     0x7fff9278afff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff927b4000 -     0x7fff92b11ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff92b12000 -     0x7fff92b15fff  com.apple.help (1.3.2 - 42) <418A9A41-BCB4-32A2-97ED-3A388F69CA9D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff92c70000 -     0x7fff92c78ff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=213.2M resident=120.6M(57%) swapped_out_or_unallocated=92.5M(43%)
Writable regions: Total=198.0M written=66.3M(34%) resident=96.3M(49%) swapped_out=0K(0%) unallocated=101.7M(51%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                   372K
CG image                              4K
CG shared images                   1216K
CoreServices                       2320K
IOKit                              19.5M
IOKit (reserved)                     20K        reserved VM address space (unallocated)
MALLOC                            156.6M
MALLOC guard page                    48K
STACK GUARD                        56.0M
Stack                              10.5M
VM_ALLOCATE                        36.0G
__DATA                             32.6M
__IMAGE                             528K
__LINKEDIT                         54.4M
__NV_CUDA                          5228K
__TEXT                            158.8M
__UNICODE                           544K
mapped file                        38.4M
shared memory                      4404K
===========                      =======
TOTAL                              36.5G
TOTAL, minus reserved VM space     36.5G

Model: iMac13,2, BootROM IM131.010A.B04, 4 processors, Intel Core i7, 3.4 GHz, 24 GB, SMC 2.11f14
Graphics: NVIDIA GeForce GTX 680MX, NVIDIA GeForce GTX 680MX, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x859B, 0x435438473353313630424D2E4D3136464544
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x859B, 0x435438473353313630424D2E4D3136464544
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (5.106.98.100.16)
Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
Serial ATA Device: APPLE SSD SM128E, 121.33 GB
USB Device: My Passport 0748, 0x1058  (Western Digital Technologies, Inc.), 0x0748, 0x14c00000 / 3
USB Device: Creative Xmod, 0x041e  (Creative Labs), 0x30d0, 0x14300000 / 2
USB Device: DasKeyboard, 0x04d9  (Holtek Semiconductor, Inc.), 0x1919, 0x14100000 / 1
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x1a120000 / 4
USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0x1a121000 / 5
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8511, 0x1a110000 / 3
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2412, 0x1d180000 / 3
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828b, 0x1d181300 / 7

Is there any update on the issue? I’m hoping to use CUDA 5 together with OptiX 3 in OS X together with Eclipse Nsight Edition as IDE.

I have got the exact same issue with OP, is there any update on this issue?

I installed the Cuda 5.5 beta and still am unable to run the Optix Samples under OSX. I have the latest 27" imac. Any idea when this will be fixed? I really hope it will be part of the Cuda 5.5 update.