RickGVA

Q: WindowServer SIGSEGV on new MacBook Pro Retina

I'm seeing frequent WindowServer crashes on a factory new MacBook Pro with Retina with current software. Anyone else seeing this? Looking at historically similar issues I see a recommendation to disable Flash. Below are the first couple of lines of the most recent crash dump. Thanks for any insight.

 

Process:         WindowServer [12552]

Path:            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer

Identifier:      WindowServer

Version:         ??? (???)

Code Type:       X86-64 (Native)

Parent Process:  launchd [1]

 

 

Date/Time:       2012-06-28 09:27:21.535 -0400

OS Version:      Mac OS X 10.7.4 (11E2620)

Report Version:  9

Sleep/Wake UUID: 2FEEAB61-9F69-46E9-824B-6F7F28D332BD

 

 

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

 

 

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x00007fff00000010

 

 

VM Regions Near 0x7fff00000010:

    MALLOC_SMALL           00007ffbb3000000-00007ffbb4800000 [ 24.0M] rw-/rwx SM=PRV 

-->

    STACK GUARD            00007fff65760000-00007fff68f60000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0

 

 

Application Specific Information:

objc_msgSend() selector name: _cfTypeID

objc[12552]: garbage collection is OFF

MacBook Pro (Retina, Mid 2012), Mac OS X (10.7.4)

Posted on Jun 28, 2012 7:19 AM

Close

Q: WindowServer SIGSEGV on new MacBook Pro Retina

  • All replies
  • Helpful answers

Page 1 of 3 last Next
  • by Linc Davis,

    Linc Davis Linc Davis Jun 28, 2012 8:47 AM in response to RickGVA
    Level 10 (208,037 points)
    Applications
    Jun 28, 2012 8:47 AM in response to RickGVA

    Please post the whole crash log.

  • by RickGVA,

    RickGVA RickGVA Jun 28, 2012 10:45 AM in response to Linc Davis
    Level 1 (0 points)
    Jun 28, 2012 10:45 AM in response to Linc Davis

    Linc, here's the whole dump:

     

    Process:         WindowServer [12552]

    Path:            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer

    Identifier:      WindowServer

    Version:         ??? (???)

    Code Type:       X86-64 (Native)

    Parent Process:  launchd [1]

     

     

    Date/Time:       2012-06-28 09:27:21.535 -0400

    OS Version:      Mac OS X 10.7.4 (11E2620)

    Report Version:  9

    Sleep/Wake UUID: 2FEEAB61-9F69-46E9-824B-6F7F28D332BD

     

     

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

     

     

    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

    Exception Codes: KERN_INVALID_ADDRESS at 0x00007fff00000010

     

     

    VM Regions Near 0x7fff00000010:

        MALLOC_SMALL           00007ffbb3000000-00007ffbb4800000 [ 24.0M] rw-/rwx SM=PRV 

    -->

        STACK GUARD            00007fff65760000-00007fff68f60000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0

     

     

    Application Specific Information:

    objc_msgSend() selector name: _cfTypeID

    objc[12552]: garbage collection is OFF

     

     

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

    0   libobjc.A.dylib                         0x00007fff8e3a5e90 objc_msgSend + 16

    1   com.apple.CoreFoundation                0x00007fff92eac480 CFGetTypeID + 240

    2   com.apple.CoreGraphics                  0x00007fff8cf3304e CGSReleaseRegion + 23

    3   com.apple.CoreGraphics                  0x00007fff8cf5f9e0 MPRebuildDevice + 730

    4   com.apple.CoreGraphics                  0x00007fff8cf5e871 MPSelectMode + 1259

    5   com.apple.CoreGraphics                  0x00007fff8d362797 _MPCompleteConnectChange + 399

    6   com.apple.CoreGraphics                  0x00007fff8d35e2d9 displayConnectChange + 2603

    7   com.apple.framework.IOKit               0x00007fff922b207e IOFBInterestCallback + 364

    8   com.apple.framework.IOKit               0x00007fff922a11fe IODispatchCalloutFromCFMessage + 319

    9   com.apple.framework.IOKit               0x00007fff922ad736 IOFBDispatchMessageNotification + 158

    10  com.apple.CoreGraphics                  0x00007fff8cf64b1a displayNotification + 163

    11  com.apple.CoreGraphics                  0x00007fff8cf5d631 CGXPostPortData + 162

    12  com.apple.CoreGraphics                  0x00007fff8cf5d462 CGXRunOneServerPass + 498

    13  com.apple.CoreGraphics                  0x00007fff8cf5aedb CGXRunOneServicesPass + 423

    14  com.apple.CoreGraphics                  0x00007fff8cf648cb CGXServerLoop + 165

    15  com.apple.CoreGraphics                  0x00007fff8d45bbaa CGXServer + 1069

    16  WindowServer                            0x0000000109b60f31 main + 9

    17  WindowServer                            0x0000000109b60f20 start + 52

     

     

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

    0   libsystem_kernel.dylib                  0x00007fff87bf37e6 kevent + 10

    1   libdispatch.dylib                       0x00007fff8898078a _dispatch_mgr_invoke + 923

    2   libdispatch.dylib                       0x00007fff8897f31a _dispatch_mgr_thread + 54

     

     

    Thread 2:

    0   libsystem_kernel.dylib                  0x00007fff87bf167a mach_msg_trap + 10

    1   libsystem_kernel.dylib                  0x00007fff87bf0d71 mach_msg + 73

    2   com.apple.CoreFoundation                0x00007fff92eca50c __CFRunLoopServiceMachPort + 188

    3   com.apple.CoreFoundation                0x00007fff92ed2c74 __CFRunLoopRun + 1204

    4   com.apple.CoreFoundation                0x00007fff92ed2486 CFRunLoopRunSpecific + 230

    5   com.apple.CoreFoundation                0x00007fff92ee219f CFRunLoopRun + 95

    6   com.apple.CoreGraphics                  0x00007fff8cf43e81 eventThread + 410

    7   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    8   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 3:: CoreAnimation render server

    0   libsystem_kernel.dylib                  0x00007fff87bf167a mach_msg_trap + 10

    1   libsystem_kernel.dylib                  0x00007fff87bf0d71 mach_msg + 73

    2   com.apple.QuartzCore                    0x00007fff931f5df5 CA::Render::Server::server_thread(void*) + 184

    3   com.apple.QuartzCore                    0x00007fff931f5d35 thread_fun + 24

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 4:

    0   libsystem_kernel.dylib                  0x00007fff87bf2bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff87b22274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff8d019340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff8d0233e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 5:

    0   libsystem_kernel.dylib                  0x00007fff87bf2bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff87b22274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff8d019340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff8d0233e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 6:

    0   libsystem_kernel.dylib                  0x00007fff87bf2bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff87b22274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff8d019340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff8d0233e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 7:

    0   libsystem_kernel.dylib                  0x00007fff87bf2bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff87b22274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff8d019340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff8d0233e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 8:

    0   libsystem_kernel.dylib                  0x00007fff87bf2bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff87b22274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff8d019340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff8d0233e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 9:

    0   libsystem_kernel.dylib                  0x00007fff87bf2bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff87b22274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff8d019340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff8d0233e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

    Thread 10:

    0   libsystem_kernel.dylib                  0x00007fff87bf2bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff87b22274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff8d019340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff8d0233e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff87b1e8bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff87b21b75 thread_start + 13

     

     

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

      rax: 0x00007fff78182b00  rbx: 0x00007ffbad104d10  rcx: 0x00007fff00000000  rdx: 0x00007fff781b2740

      rdi: 0x00007ffbad104d10  rsi: 0x00007fff89605aa7  rbp: 0x00007fff69756970  rsp: 0x00007fff69756950

       r8: 0x0000000000000034   r9: 0x0000000000000000  r10: 0x00000000000010bc  r11: 0x00007fff00000000

      r12: 0x000000012c1e0cf8  r13: 0x00007fff69756a00  r14: 0x00007ffbac010e00  r15: 0x00007ffbad1009d0

      rip: 0x00007fff8e3a5e90  rfl: 0x0000000000010246  cr2: 0x00007fff00000010

    Logical CPU: 0

     

     

    Binary Images:

           0x109b60000 -        0x109b60fff  WindowServer (??? - ???) <10BEF52C-754E-3740-9D0B-E245A7F108D5> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer

           0x109b6a000 -        0x109e53ff7  com.apple.security (7.0 - 55148.1) <19F7B16B-B974-3274-886F-B8B2FA56032F> /System/Library/Frameworks/Security.framework/Versions/A/Security

           0x109f72000 -        0x109fa5ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

           0x11a823000 -        0x11a832ff7  com.apple.GeForceGA (7.28.1 - 7.2.8) <84FAF26E-A924-39A6-BF9A-5C2C290C9D12> /System/Library/Extensions/GeForceGA.plugin/Contents/MacOS/GeForceGA

           0x12c1d1000 -        0x12c1d3fff  com.apple.driver.AppleIntelHD4000GraphicsGA (7.28.1 - 7.2.8) <73C869D1-A4CA-39E7-918A-378081DF6128> /System/Library/Extensions/AppleIntelHD4000GraphicsGA.plugin/Contents/MacOS/App leIntelHD4000GraphicsGA

           0x13760e000 -        0x1377c6fff  GLEngine (??? - ???) <0468D9C3-786E-351F-A776-46A45F7A3D87> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

           0x1377fd000 -        0x137804fff  libGFXShared.dylib (??? - ???) <0EA5DB50-D9AA-3BD5-9B1A-D5A82BD10E14> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

           0x13780a000 -        0x13780cfff  libCVMSPluginSupport.dylib (??? - ???) <CBAE2CCA-3B42-328E-8FA5-5EF22622EAEB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

           0x137811000 -        0x137851fe7  libGLImage.dylib (??? - ???) <11B7E8A0-F475-32BD-9234-1E245384F586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

           0x137859000 -        0x1379b3fff  libGLProgrammability.dylib (??? - ???) <E219CD28-457A-3551-B029-9C427E18CBD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib

           0x137a15000 -        0x137a23fff  libGPUSupport.dylib (??? - ???) <D218AFB5-8508-3FB1-BF5E-E201B7C76147> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib

           0x137a2a000 -        0x137a39fff  com.apple.opengl (1.8.0 - 1.8.0) <F487C903-3082-3528-916D-AC96AFF23927> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

           0x137a41000 -        0x138105fe7  libclh.dylib (4.0.3 - 4.0.3) <9FC7BBC4-EA35-3D76-985B-795DB39830B9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib

           0x13829a000 -        0x1382ecff7  libGLU.dylib (??? - ???) <E9C325A6-D3D6-3C6A-A655-D2CB5BBEB992> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

           0x1382fb000 -        0x138311fff  libGL.dylib (??? - ???) <E0183967-5EA6-3428-AC3B-0403A06F0E3F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

           0x138324000 -        0x138798ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (7.28.1 - 7.2.8) <A32867D7-B5F1-30B7-8B7D-B2AD93C3E29B> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver

           0x138f4d000 -        0x138fa8ff7  com.apple.opencl (2.0.16 - 2.0.16) <63F5AAE4-23DC-3279-AED7-6170D086C397> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

           0x200000000 -        0x200830ff7  com.apple.GeForceGLDriver (7.28.1 - 7.2.8) <9FA4C8FA-8102-3448-9D73-F68169C56906> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r

        0x7fff69760000 -     0x7fff69794baf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld

        0x7fff8678c000 -     0x7fff867b7ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib

        0x7fff867b8000 -     0x7fff867c2ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib

        0x7fff867c3000 -     0x7fff867c3fff  com.apple.CoreServices (53 - 53) <97E086D0-20B4-3BB4-BEE2-04EE5700D55B> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

        0x7fff867c4000 -     0x7fff868d1fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib

        0x7fff8699e000 -     0x7fff8699efff  com.apple.Accelerate (1.7 - Accelerate 1.7) <A42ACCF8-7C09-3891-B2B3-F6048A650BA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

        0x7fff86f03000 -     0x7fff87008fff  libFontParser.dylib (??? - ???) <DA05BC85-D79C-3F8E-A641-3E1E63B8E842> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

        0x7fff872d8000 -     0x7fff872e3ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib

        0x7fff875ce000 -     0x7fff875e0ff7  libbsm.0.dylib (??? - ???) <666E88F0-F8F3-3490-B688-2CF9418CB7E8> /usr/lib/libbsm.0.dylib

        0x7fff875f8000 -     0x7fff87606fff  com.apple.NetAuth (3.2 - 3.2) <B247BEAB-E3DA-3075-A2E5-BD3371AB0FA4> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

        0x7fff87ad0000 -     0x7fff87badfef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib

        0x7fff87bae000 -     0x7fff87bdbfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <1984E3E7-8A90-338F-93F1-6EB44C212C9C> /usr/lib/libSystem.B.dylib

        0x7fff87bdc000 -     0x7fff87bfcfff  libsystem_kernel.dylib (1699.31.2 - compatibility 1.0.0) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib

        0x7fff87cfb000 -     0x7fff87cfbfff  com.apple.ApplicationServices (41 - 41) <E23F1CED-C0FB-35A8-9657-484C5E6A32AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

        0x7fff87d08000 -     0x7fff87e6ffff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork

        0x7fff87e70000 -     0x7fff87ea0ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3107DEB8-A19E-3C51-8F2D-67CCE49FD401> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

        0x7fff87ea1000 -     0x7fff87ef9fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib

        0x7fff87fb0000 -     0x7fff87fb7fff  com.apple.NetFS (4.0 - 4.0) <30AAE235-3F64-38BC-B0C9-271C8979C1C9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

        0x7fff87fb8000 -     0x7fff88059ff7  com.apple.LaunchServices (480.34 - 480.34) <67D5B865-B4B6-3522-8652-654A4E3F4B6D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

        0x7fff88099000 -     0x7fff881a0fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib

        0x7fff88244000 -     0x7fff88446fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib

        0x7fff8848e000 -     0x7fff88555ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <F00820E4-7753-3F41-8D3D-95CD6F174886> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

        0x7fff88655000 -     0x7fff886ebff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <C06C0706-3462-3F24-A8BE-4DA8076DE59F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

        0x7fff8873b000 -     0x7fff88741fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

        0x7fff88801000 -     0x7fff88874fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib

        0x7fff8895f000 -     0x7fff8896efff  libxar-nossl.dylib (??? - ???) <518C0791-AB8D-3E8A-BB40-D4F312704FE2> /usr/lib/libxar-nossl.dylib

        0x7fff8897b000 -     0x7fff8897cff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib

        0x7fff8897d000 -     0x7fff8898bfff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib

        0x7fff88a42000 -     0x7fff88a49fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <65602684-33B1-32DE-802B-050CE07659AC> /usr/lib/system/libcopyfile.dylib

        0x7fff88a6f000 -     0x7fff88a70fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib

        0x7fff88a71000 -     0x7fff88a8efff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib

        0x7fff88a8f000 -     0x7fff88a90ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib

        0x7fff88adb000 -     0x7fff88ae4ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib

        0x7fff8994d000 -     0x7fff89f31fff  libBLAS.dylib (??? - ???) <09028536-1215-324C-B7BD-384CF5DBC5D0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

        0x7fff89f32000 -     0x7fff89f49fff  com.apple.CFOpenDirectory (10.7 - 146) <BBB7C97E-7B46-3286-9128-32B5D16B5CBE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

        0x7fff89f4a000 -     0x7fff8a03ffff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib

        0x7fff8a09e000 -     0x7fff8a0c7fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

        0x7fff8a339000 -     0x7fff8a395ff7  com.apple.HIServices (1.21 - ???) <25FBDEA4-871F-3A58-A525-0E1799945522> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

        0x7fff8a410000 -     0x7fff8a493fef  com.apple.Metadata (10.7.0 - 627.35) <6769AD6A-58D2-3D25-B289-15C65B82CF8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata

        0x7fff8a494000 -     0x7fff8a4b3fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib

        0x7fff8a4b4000 -     0x7fff8a4b9fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib

        0x7fff8a4ba000 -     0x7fff8a72efff  com.apple.CoreImage (7.98 - 1.0.1) <1E7BFFE3-4A46-317F-A1C0-A6FE040DE908> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

        0x7fff8ab19000 -     0x7fff8ab5bff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib

        0x7fff8ab88000 -     0x7fff8ac3bff7  com.apple.CoreText (220.20.0 - ???) <4C3E0213-2627-37D1-8550-E30A0EA6C262> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText

        0x7fff8ac3d000 -     0x7fff8af56fff  com.apple.Foundation (6.7.2 - 833.25) <F6584E06-7C8F-3422-AF84-3AA58EC67935> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

        0x7fff8ba2d000 -     0x7fff8ba3aff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <DFAB8CA8-CC9D-3F58-8C12-CE120442AACD> /usr/lib/libbz2.1.0.dylib

        0x7fff8ba88000 -     0x7fff8bac3fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib

        0x7fff8bac4000 -     0x7fff8bac7fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib

        0x7fff8baca000 -     0x7fff8bacffff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib

        0x7fff8baee000 -     0x7fff8bafcff7  libkxld.dylib (??? - ???) <9F65E9DF-2A92-3CE2-BA34-247D392DAB48> /usr/lib/system/libkxld.dylib

        0x7fff8bafd000 -     0x7fff8bb21fff  com.apple.Kerberos (1.0 - 1) <5A114BAB-19C7-30B1-B9FB-F40019499734> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

        0x7fff8bb22000 -     0x7fff8bf4ffff  libLAPACK.dylib (??? - ???) <C7456566-4B04-3971-8D62-DE0DEBE811B7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

        0x7fff8c8c7000 -     0x7fff8c8d4fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <36A15341-34AB-3D2B-96AD-15E198AA5180> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

        0x7fff8c8d5000 -     0x7fff8c959ff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <46ED8F7A-01E9-3733-A531-3512DA8BC113> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

        0x7fff8c9b8000 -     0x7fff8c9e1fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib

        0x7fff8c9e3000 -     0x7fff8c9f8fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <4DD43F2F-7688-3028-868C-4E2876AFBF21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

        0x7fff8c9f9000 -     0x7fff8ca38fff  com.apple.AE (527.7 - 527.7) <9B3F7EC2-EDE2-3123-BAA5-C36A09BA038E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

        0x7fff8cb3c000 -     0x7fff8cb4fff7  libCRFSuite.dylib (??? - ???) <322486D1-359C-3059-BF53-D4B038621E18> /usr/lib/libCRFSuite.dylib

        0x7fff8cb50000 -     0x7fff8cb57fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <2849A19A-A5BF-3A4C-BC12-0C2AB14615DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

        0x7fff8cb58000 -     0x7fff8cb5eff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib

        0x7fff8cb5f000 -     0x7fff8cb65fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <22E77322-56E7-3730-9289-D8825A08408F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

        0x7fff8cb66000 -     0x7fff8cc00ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C5585E08-76A0-34E0-B92C-22BA9D3E083C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

        0x7fff8ceef000 -     0x7fff8cef1fff  com.apple.TrustEvaluationAgent (2.0 - 1) <3087AE86-B57F-3D39-9885-C93DC6FD5163> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

        0x7fff8cf1a000 -     0x7fff8cf1ffff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib

        0x7fff8cf29000 -     0x7fff8d8c6b47  com.apple.CoreGraphics (1.600.0 - ???) <C08FBA1B-E6C0-3020-AD4D-3A041734577D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics

        0x7fff8db92000 -     0x7fff8dc02fff  com.apple.datadetectorscore (3.0 - 179.4) <D14F635D-D403-3780-85C9-91EB0CA07F8E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

        0x7fff8e282000 -     0x7fff8e285fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

        0x7fff8e32e000 -     0x7fff8e382fff  libFontRegistry.dylib (??? - ???) <2CCED595-0992-3A04-A8E8-887429652789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

        0x7fff8e39c000 -     0x7fff8e480ed7  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <76082BBC-446B-3355-AED5-0DBCEE600CB2> /usr/lib/libobjc.A.dylib

        0x7fff8e481000 -     0x7fff8e4cffff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib

        0x7fff8f351000 -     0x7fff8f39dff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration

        0x7fff8f77b000 -     0x7fff8fc42fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght

        0x7fff8fce5000 -     0x7fff8fd25ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <BDD11BE5-A9AB-347C-AB30-FDA1C5603E68> /usr/lib/libcups.2.dylib

        0x7fff8fdb4000 -     0x7fff8fec0fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <557A7749-70EE-3ADF-BC3E-0A5E7DDCD8C1> /usr/lib/libcrypto.0.9.8.dylib

        0x7fff8fec1000 -     0x7fff8fec2ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <8901B7EE-6CA0-31F3-BBFE-BB71C90B1E49> /usr/lib/system/libremovefile.dylib

        0x7fff8fec3000 -     0x7fff8ff3eff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <51681D6E-62D3-3B7D-9981-D3FC3568BAB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

        0x7fff902c4000 -     0x7fff903a8fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <DAE95FD5-AA73-30E2-B563-EA2BDBD4D3CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

        0x7fff903e8000 -     0x7fff9045efff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib

        0x7fff90461000 -     0x7fff90597fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage

        0x7fff905c9000 -     0x7fff905e9fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib

        0x7fff905f8000 -     0x7fff9060aff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib

        0x7fff913bb000 -     0x7fff91440ff7  com.apple.Heimdal (2.2 - 2.0) <A9FC8FF4-8D02-3D91-B409-AF19B72AEFDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

        0x7fff917eb000 -     0x7fff917f1fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <548BAEB6-8C4C-3B0F-AB0C-7E1C960BCAB5> /usr/lib/system/libmacho.dylib

        0x7fff9186b000 -     0x7fff918acfff  com.apple.QD (3.40 - ???) <05970F98-B752-37AF-B577-2B940DF020A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

        0x7fff91982000 -     0x7fff91983fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib

        0x7fff91a8d000 -     0x7fff91b6cff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <CDA0CC54-1442-3467-91D6-44456BD93733> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO

        0x7fff91b6d000 -     0x7fff91b71fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib

        0x7fff91d26000 -     0x7fff91d2efff  libsystem_dnssd.dylib (??? - ???) <8A0F6F23-53C1-34FD-B641-4C0771C71E2A> /usr/lib/system/libsystem_dnssd.dylib

        0x7fff91f0b000 -     0x7fff91f0dfff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib

        0x7fff91f0e000 -     0x7fff91f22ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <A7C58D71-6D4A-317D-AA06-D648B1F78573> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

        0x7fff91f8d000 -     0x7fff91f92fff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

        0x7fff91fa4000 -     0x7fff91fa5fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib

        0x7fff92109000 -     0x7fff9220bfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib

        0x7fff9222f000 -     0x7fff92234ff7  libsystem_network.dylib (??? - ???) <DD7492F9-39FB-3E73-9028-3E1027D012B9> /usr/lib/system/libsystem_network.dylib

        0x7fff9229c000 -     0x7fff92307ff7  com.apple.framework.IOKit (2.0 - ???) <BA8FC1EB-0360-394F-9D6C-1D58BB187466> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

        0x7fff92308000 -     0x7fff92324ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

        0x7fff923f6000 -     0x7fff923fbfff  libcache.dylib (47.0.0 - compatibility 1.0.0) <3D114C8A-AD1F-3C78-9E8C-B8F3810740E5> /usr/lib/system/libcache.dylib

        0x7fff927a4000 -     0x7fff927a4fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib

        0x7fff92c36000 -     0x7fff92c96fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <1E3EEDA7-1DC6-3593-9DED-0BAFA0972A76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

        0x7fff92e9a000 -     0x7fff9306eff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

        0x7fff931f3000 -     0x7fff93393ff7  com.apple.QuartzCore (1.7 - 270.5) <E038F95C-B66D-3B04-AB32-5BB30FD7CB2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

        0x7fff93394000 -     0x7fff933e8ff7  com.apple.ScalableUserInterface (1.0 - 1) <EB468227-3203-38C9-A5BC-E28576D507CF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface

        0x7fff93456000 -     0x7fff93461fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

        0x7fff93615000 -     0x7fff93616fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <0482C762-746D-37EB-A8C9-E1048CF70462> /usr/lib/system/libunc.dylib

        0x7fff93632000 -     0x7fff93636fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib

        0x7fff93637000 -     0x7fff93953fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <CDCB53C0-D212-3485-A594-DDE33AAC5AF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

        0x7fff93954000 -     0x7fff93954fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4F7416F1-A069-3A39-B5F1-008279F6B819> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

     

     

    External Modification Summary:

      Calls made by other processes targeting this process:

        task_for_pid: 0

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

        thread_create: 3

        thread_set_state: 0

     

     

    VM Region Summary:

    ReadOnly portion of Libraries: Total=145.0M resident=66.6M(46%) swapped_out_or_unallocated=78.4M(54%)

    Writable regions: Total=1.3G written=12.6M(1%) resident=420.5M(31%) swapped_out=0K(0%) unallocated=948.3M(69%)

     

    REGION TYPE                      VIRTUAL

    ===========                      =======

    CG backing stores                 314.4M

    CG framebuffers                   216.3M

    CG framebuffers (reserved)          404K        reserved VM address space (unallocated)

    CG raster data                     26.8M

    CG raster data (reserved)            64K        reserved VM address space (unallocated)

    CG shared images                   6876K

    CoreAnimation                      12.0M

    CoreGraphics                          4K

    IOKit                             156.1M

    IOKit (reserved)                  512.0M        reserved VM address space (unallocated)

    MALLOC                            145.9M

    MALLOC guard page                    64K

    Memory tag=247                     3068K

    Memory tag=252                     28.2M

    OpenGL GLSL                        1024K

    STACK GUARD                        56.0M

    Stack                              13.1M

    VM_ALLOCATE                         700K

    __CGSERVER                            4K

    __CI_BITMAP                          80K

    __DATA                             15.7M

    __LINKEDIT                         53.1M

    __TEXT                             91.9M

    __UNICODE                           544K

    shared memory                      1920K

    ===========                      =======

    TOTAL                               1.6G

    TOTAL, minus reserved VM space      1.1G

  • by Linc Davis,

    Linc Davis Linc Davis Jun 28, 2012 11:05 AM in response to RickGVA
    Level 10 (208,037 points)
    Applications
    Jun 28, 2012 11:05 AM in response to RickGVA

    That should not be happening, with or without Flash. I would take it to an Apple Store, and if I didn't get complete satisfaction immediately, I'd return it for a full refund or exchange it on the spot. Being among the first buyers of a new model makes you effectively a beta tester.

  • by RickGVA,

    RickGVA RickGVA Jun 28, 2012 11:41 AM in response to Linc Davis
    Level 1 (0 points)
    Jun 28, 2012 11:41 AM in response to Linc Davis

    Interesting thought, looking at the backtrace it smells rather more like a software issue. But, haven't done debugging on Unix for a decade.

  • by hambone-phd,

    hambone-phd hambone-phd Jun 30, 2012 1:00 PM in response to RickGVA
    Level 1 (1 points)
    Jun 30, 2012 1:00 PM in response to RickGVA

    MBPR - 16G/512G.  Received June 15th.  Migrated from 2011 17" MBP, which has been running non-stop for 8 months. Retina ran fine after migration with same software set for 1 week, then problems started about 8 days ago.

     

    Symptoms:  All apps panic and are killed, and screen goes quickly and directly to login screen.  No apparent reboot, just forced logout.  All apps core.  Sometimes the login screen is mangled and I can't move cursor to click on user (requires power cycle), but that's not common.  A login re-loads all previously running apps, and system will struggle to continue.  More than often before I can reboot I'll get another window crash.

     

    I'm getting WindowServer crashes at random times.  No patterns.  When they occur, they'll happen 5-6 times within 5 mins, then subside.  It'll go away for a few days w/no issues, then they hit again.  Reboots etc don't help.

     

    I scrapped the SSD, and re-installed Lion to see if it was some rouge software package.  No luck, it still does it, this time with a bare install.  Also repopulated using migration from one of my other 11 MBPs, same result.  It's almost always when I'm using the touchpad - it doesn't happen just sitting there running a calculation or something.

     

    Panic logs are unrevealing (to me), but all point to graphics - and perhaps the trackpad.

     

    Notice on the Panic Dumps (below), that it always mentions the /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r.  Has any of my software installs overwritten this driver by chance?

     

    Progress: I have created an open ticket, and some deeply concerned Apple staffers are looking at this, so far no results.  It first went to a Sr. Tech, then to Engineering.  I am not allowed to speak with Engineers, so unsure of their progress.  I don't know if they had this information. 

     

    Since the Retina's are on allocation, I cannot cross-ship a new unit.  My only choice is to return this one for a refund, then wait 4-5 weeks for another one to become available.  I was told that none were held back in reserve for customers with similar problems.

     

    If a kernel engineer is listening, can you please review this and make sense of what's happening?  The only thing I can make of it is 1) it's a severe nVidia driver bug since it's a new hardware set or 2) it's simply a chipset failure (video memory, memory controller, video chips, touchpad chipsets etc).  PLEASE shed some light on this - MUCH appreciated!

     

    ===

     

    Dir:

     

    sh-3.2# pwd

    /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS

    sh-3.2# ls -al

    total 85960

    drwxr-xr-x  4 root  wheel       136 Jun 30 01:41 .

    drwxr-xr-x  7 root  wheel       238 Jun 30 01:41 ..

    -rwxr-xr-x  1 root  wheel  27686400 May 31 00:23 GeForceGLDriver

    -rwxr-xr-x  1 root  wheel  16322432 May 31 00:23 libclh.dylib

    sh-3.2# whoami

    root

    sh-3.2#

     

    Crash logs:

     

    sh-3.2# pwd

    /library/logs/DiagnosticReports

    sh-3.2# ls -al

    total 720

    drwxr-x---  12 root  admin    408 Jun 30 10:32 .

    drwxr-xr-x   8 root  wheel    272 Jun 30 10:17 ..

    -rw-rw----   1 root  admin  34275 Jun 30 10:17 .WindowServer_2012-06-30-101738_localhost.crash.plist

    -rw-rw----   1 root  admin  34845 Jun 30 10:19 .WindowServer_2012-06-30-101907_localhost.crash.plist

    -rw-rw----   1 root  admin  34569 Jun 30 10:19 .WindowServer_2012-06-30-101930_localhost.crash.plist

    -rw-rw----   1 root  admin  34593 Jun 30 10:20 .WindowServer_2012-06-30-102017_localhost.crash.plist

    -rw-rw----   1 root  admin  34177 Jun 30 10:32 .WindowServer_2012-06-30-103209_localhost.crash.plist

    -rw-rw----@  1 root  admin  33600 Jun 30 10:17 WindowServer_2012-06-30-101738_localhost.crash

    -rw-rw----@  1 root  admin  34097 Jun 30 10:19 WindowServer_2012-06-30-101907_localhost.crash

    -rw-rw----@  1 root  admin  33853 Jun 30 10:19 WindowServer_2012-06-30-101930_localhost.crash

    -rw-rw----@  1 root  admin  33889 Jun 30 10:20 WindowServer_2012-06-30-102017_localhost.crash

    -rw-rw----@  1 root  admin  33519 Jun 30 10:32 WindowServer_2012-06-30-103209_localhost.crash

    sh-3.2# whoami

    root

    sh-3.2#

     

     

    =======

     

    Here's a system log (not a core dump) from the exact time of one of the crashes:

     

    6/30/12 10:17:37.983 AM ReportCrash: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.

    6/30/12 10:17:38.522 AM SystemUIServer: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM SystemUIServer: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.522 AM Finder: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM Safari: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM [0x0-0x15015].com.apple.Safari: 2012-06-30 10:17:38.521 WebProcess[174:403] HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM Safari: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.522 AM Finder: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.522 AM WebProcess: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM [0x0-0x15015].com.apple.Safari: 2012-06-30 10:17:38.522 WebProcess[174:403] port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.522 AM System Preferences: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM Microsoft Word: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM WebProcess: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.522 AM System Preferences: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.522 AM Microsoft Word: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.522 AM com.apple.dock.extra: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM TMLaunchAgent: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.523 AM com.apple.dock.extra: 2012-06-30 10:17:38.521 com.apple.dock.extra[153:1707] HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.522 AM CoreServicesUIAgent: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.523 AM talagent: HIToolbox: received notification of WindowServer event port death.

    6/30/12 10:17:38.523 AM TMLaunchAgent: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.523 AM com.apple.dock.extra: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.523 AM CoreServicesUIAgent: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.523 AM talagent: port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.523 AM com.apple.dock.extra: 2012-06-30 10:17:38.522 com.apple.dock.extra[153:1707] port matched the WindowServer port created in BindCGSToRunLoop

    6/30/12 10:17:38.541 AM loginwindow: MIG: server died: CGSGetZoomParameters

    6/30/12 10:17:38.541 AM loginwindow: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.

    6/30/12 10:17:38.541 AM loginwindow: ### Error:-308 File:/SourceCache/UniversalAccessPref/UniversalAccessPref-122.11/Framework/Sour ces/UAZoomDriver.m Line:2367

    6/30/12 10:17:38.569 AM UserEventAgent: CaptiveNetworkSupport:UserAgentDied:139 User Agent @port=14087 Died

    6/30/12 10:17:38.593 AM com.apple.launchd: (com.apple.WindowServer[88]) Job appears to have crashed: Segmentation fault: 11

    6/30/12 10:17:38.647 AM ReportCrash: Saved crash report for WindowServer[88] version ??? (???) to /Library/Logs/DiagnosticReports/WindowServer_2012-06-30-101738_localhost.crash

    6/30/12 10:17:38.765 AM loginwindow: Login Window Application Started

    6/30/12 10:17:38.799 AM com.apple.launchd.peruser.501: (com.apple.Dock.agent[141]) Exited with code: 1

    6/30/12 10:17:39.206 AM loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.

    6/30/12 10:17:39.254 AM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded

    6/30/12 10:17:39.329 AM com.apple.SecurityServer: Session 100012 created

    6/30/12 10:17:39.330 AM loginwindow: Login Window Started Security Agent

    6/30/12 10:17:39.344 AM airportd: _doAutoJoin: Already associated to “white.magnolia.5”. Bailing on auto-join.

     

    ====

     

    Coredump from file::

     

    -rw-rw----@  1 root  admin  33600 Jun 30 10:17 WindowServer_2012-06-30-101738_localhost.crash

     

    --->>

     

    sh-3.2# cat WindowServer_2012-06-30-101738_localhost.crash

    Process:         WindowServer [88]

    Path:            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer

    Identifier:      WindowServer

    Version:         ??? (???)

    Code Type:       X86-64 (Native)

    Parent Process:  launchd [1]

     

    Date/Time:       2012-06-30 10:17:37.901 -0400

    OS Version:      Mac OS X 10.7.4 (11E2620)

    Report Version:  9

     

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

     

    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

    Exception Codes: KERN_INVALID_ADDRESS at 0x00007f8e00000002

     

    VM Regions Near 0x7f8e00000002:

        __LINKEDIT             0000000200e61000-0000000200eb7000 [  344K] r--/rwx SM=COW  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r

    -->

        MALLOC_TINY            00007f8e4bc00000-00007f8e4bd00000 [ 1024K] rw-/rwx SM=COW 

     

    Application Specific Information:

    objc[88]: garbage collection is OFF

     

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

    0   libGPUSupport.dylib                     0x00000001348ddd39 gpusLoadCurrentTextures + 512

    1   com.apple.driver.AppleIntelHD4000GraphicsGLDriver          0x0000000134c819f0 Gen7::updateDispatch(GLDContextRec*, GLDRenderDispatch*, unsigned int*) + 364

    2   GLEngine                                0x00000001346299e0 gleDoDrawDispatchCore + 606

    3   GLEngine                                0x0000000134540acc glBegin_Exec + 110

    4   com.apple.CoreGraphics                  0x00007fff95976565 _CGXGLCompositeLayer_ + 20249

    5   com.apple.CoreGraphics                  0x00007fff959715ed _CGXGLCompositeLayers + 1622

    6   com.apple.CoreGraphics                  0x00007fff9597051f CGXGLAccelComposite + 1512

    7   com.apple.CoreGraphics                  0x00007fff9596fa67 CGLayerComposite + 135

    8   com.apple.CoreGraphics                  0x00007fff95938848 CGXUpdateDisplay + 7464

    9   com.apple.CoreGraphics                  0x00007fff9592fb41 _CGXRunTimerPass + 439

    10  com.apple.CoreGraphics                  0x00007fff95942dd5 CGXRunOneServicesPass + 161

    11  com.apple.CoreGraphics                  0x00007fff9594c8cb CGXServerLoop + 165

    12  com.apple.CoreGraphics                  0x00007fff95e43baa CGXServer + 1069

    13  WindowServer                            0x000000010f649f31 main + 9

    14  WindowServer                            0x000000010f649f20 start + 52

     

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

    0   libsystem_kernel.dylib                  0x00007fff8ed167e6 kevent + 10

    1   libdispatch.dylib                       0x00007fff945f278a _dispatch_mgr_invoke + 923

    2   libdispatch.dylib                       0x00007fff945f131a _dispatch_mgr_thread + 54

     

    Thread 2:

    0   libsystem_kernel.dylib                  0x00007fff8ed1467a mach_msg_trap + 10

    1   libsystem_kernel.dylib                  0x00007fff8ed13d71 mach_msg + 73

    2   com.apple.CoreFoundation                0x00007fff8e94b50c __CFRunLoopServiceMachPort + 188

    3   com.apple.CoreFoundation                0x00007fff8e953c74 __CFRunLoopRun + 1204

    4   com.apple.CoreFoundation                0x00007fff8e953486 CFRunLoopRunSpecific + 230

    5   com.apple.CoreFoundation                0x00007fff8e96319f CFRunLoopRun + 95

    6   com.apple.CoreGraphics                  0x00007fff9592be81 eventThread + 410

    7   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    8   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 3:: CoreAnimation render server

    0   libsystem_kernel.dylib                  0x00007fff8ed1467a mach_msg_trap + 10

    1   libsystem_kernel.dylib                  0x00007fff8ed13d71 mach_msg + 73

    2   com.apple.QuartzCore                    0x00007fff92a5ddf5 CA::Render::Server::server_thread(void*) + 184

    3   com.apple.QuartzCore                    0x00007fff92a5dd35 thread_fun + 24

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 4:

    0   libsystem_kernel.dylib                  0x00007fff8ed15bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff9038b274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff95a01340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff95a0b3e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 5:

    0   libsystem_kernel.dylib                  0x00007fff8ed15bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff9038b274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff95a01340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff95a0b3e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 6:

    0   libsystem_kernel.dylib                  0x00007fff8ed15bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff9038b274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff95a01340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff95a0b3e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 7:

    0   libsystem_kernel.dylib                  0x00007fff8ed15bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff9038b274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff95a01340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff95a0b3e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 8:

    0   libsystem_kernel.dylib                  0x00007fff8ed15bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff9038b274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff95a01340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff95a0b3e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 9:

    0   libsystem_kernel.dylib                  0x00007fff8ed15bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff9038b274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff95a01340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff95a0b3e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

    Thread 10:

    0   libsystem_kernel.dylib                  0x00007fff8ed15bca __psynch_cvwait + 10

    1   libsystem_c.dylib                       0x00007fff9038b274 _pthread_cond_wait + 840

    2   com.apple.CoreGraphics                  0x00007fff95a01340 layer_blit_work_queue_thread + 1008

    3   com.apple.CoreGraphics                  0x00007fff95a0b3e8 layer_blit_work_queue_server + 72

    4   libsystem_c.dylib                       0x00007fff903878bf _pthread_start + 335

    5   libsystem_c.dylib                       0x00007fff9038ab75 thread_start + 13

     

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

      rax: 0x00007f8e00000000  rbx: 0x00007f8e4d033400  rcx: 0x00000000000182a4  rdx: 0x0000000000000003

      rdi: 0x00007f8e4d033400  rsi: 0x0000000000000000  rbp: 0x00007fff6f246c80  rsp: 0x00007fff6f246c00

       r8: 0x00007f8e4d033400   r9: 0x00007f8e50000860  r10: 0x000000000000000f  r11: 0x0000000000000001

      r12: 0x00007f8e5000050c  r13: 0x00007f8e4c0b90ec  r14: 0x00007f8e4db43320  r15: 0x00000000fc00008f

      rip: 0x00000001348ddd39  rfl: 0x0000000000010202  cr2: 0x00007f8e00000002

    Logical CPU: 2

     

    Binary Images:

           0x10f649000 -        0x10f649fff  WindowServer (??? - ???) <10BEF52C-754E-3740-9D0B-E245A7F108D5> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer

           0x11ffca000 -        0x11ffd9ff7  com.apple.GeForceGA (7.28.1 - 7.2.8) <84FAF26E-A924-39A6-BF9A-5C2C290C9D12> /System/Library/Extensions/GeForceGA.plugin/Contents/MacOS/GeForceGA

           0x131968000 -        0x13196afff  com.apple.driver.AppleIntelHD4000GraphicsGA (7.28.1 - 7.2.8) <73C869D1-A4CA-39E7-918A-378081DF6128> /System/Library/Extensions/AppleIntelHD4000GraphicsGA.plugin/Contents/MacOS/App leIntelHD4000GraphicsGA

           0x13452a000 -        0x1346e2fff  GLEngine (??? - ???) <0468D9C3-786E-351F-A776-46A45F7A3D87> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

           0x134719000 -        0x134873fff  libGLProgrammability.dylib (??? - ???) <E219CD28-457A-3551-B029-9C427E18CBD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib

           0x1348d5000 -        0x1348e3fff  libGPUSupport.dylib (??? - ???) <D218AFB5-8508-3FB1-BF5E-E201B7C76147> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib

           0x1348eb000 -        0x134d5fff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (7.28.1 - 7.2.8) <A32867D7-B5F1-30B7-8B7D-B2AD93C3E29B> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver

           0x200000000 -        0x200830ff7  com.apple.GeForceGLDriver (7.28.1 - 7.2.8) <9FA4C8FA-8102-3448-9D73-F68169C56906> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r

        0x7fff6f249000 -     0x7fff6f27dbaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld

        0x7fff8c6a0000 -     0x7fff8c6e1fff  com.apple.QD (3.40 - ???) <05970F98-B752-37AF-B577-2B940DF020A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

        0x7fff8c6e2000 -     0x7fff8c736fff  libFontRegistry.dylib (??? - ???) <2CCED595-0992-3A04-A8E8-887429652789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

        0x7fff8c737000 -     0x7fff8c78ffff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib

        0x7fff8c790000 -     0x7fff8c7dcff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration

        0x7fff8c8e5000 -     0x7fff8c9c9ed7  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <76082BBC-446B-3355-AED5-0DBCEE600CB2> /usr/lib/libobjc.A.dylib

        0x7fff8c9ce000 -     0x7fff8cce7fff  com.apple.Foundation (6.7.2 - 833.25) <F6584E06-7C8F-3422-AF84-3AA58EC67935> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

        0x7fff8cce8000 -     0x7fff8cd36fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib

        0x7fff8d233000 -     0x7fff8d242fff  com.apple.opengl (1.8.0 - 1.8.0) <F487C903-3082-3528-916D-AC96AFF23927> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

        0x7fff8d243000 -     0x7fff8d3aafff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork

        0x7fff8d7d8000 -     0x7fff8d8b7ff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <CDA0CC54-1442-3467-91D6-44456BD93733> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO

        0x7fff8e4bf000 -     0x7fff8e501ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib

        0x7fff8e73b000 -     0x7fff8e77afff  com.apple.AE (527.7 - 527.7) <9B3F7EC2-EDE2-3123-BAA5-C36A09BA038E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

        0x7fff8e77b000 -     0x7fff8e7d6ff7  com.apple.opencl (2.0.16 - 2.0.16) <63F5AAE4-23DC-3279-AED7-6170D086C397> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

        0x7fff8e7e3000 -     0x7fff8e7eafff  com.apple.NetFS (4.0 - 4.0) <30AAE235-3F64-38BC-B0C9-271C8979C1C9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

        0x7fff8e7eb000 -     0x7fff8e86fff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <46ED8F7A-01E9-3733-A531-3512DA8BC113> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

        0x7fff8e870000 -     0x7fff8e8c2ff7  libGLU.dylib (??? - ???) <E9C325A6-D3D6-3C6A-A655-D2CB5BBEB992> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

        0x7fff8e8c3000 -     0x7fff8e8c6fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

        0x7fff8e91b000 -     0x7fff8eaefff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

        0x7fff8eaf0000 -     0x7fff8ecf2fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib

        0x7fff8ecf3000 -     0x7fff8ecf8ff7  libsystem_network.dylib (??? - ???) <DD7492F9-39FB-3E73-9028-3E1027D012B9> /usr/lib/system/libsystem_network.dylib

        0x7fff8ecf9000 -     0x7fff8ecfefff  libcache.dylib (47.0.0 - compatibility 1.0.0) <3D114C8A-AD1F-3C78-9E8C-B8F3810740E5> /usr/lib/system/libcache.dylib

        0x7fff8ecff000 -     0x7fff8ed1ffff  libsystem_kernel.dylib (1699.31.2 - compatibility 1.0.0) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib

        0x7fff8efe8000 -     0x7fff8eff3fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

        0x7fff8f005000 -     0x7fff8f00bfff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

        0x7fff8f018000 -     0x7fff8f02bff7  libCRFSuite.dylib (??? - ???) <322486D1-359C-3059-BF53-D4B038621E18> /usr/lib/libCRFSuite.dylib

        0x7fff8f08e000 -     0x7fff8f092fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib

        0x7fff8f159000 -     0x7fff8f265fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <557A7749-70EE-3ADF-BC3E-0A5E7DDCD8C1> /usr/lib/libcrypto.0.9.8.dylib

        0x7fff8f2a7000 -     0x7fff8f2adfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <22E77322-56E7-3730-9289-D8825A08408F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

        0x7fff8f2af000 -     0x7fff8f2d3fff  com.apple.Kerberos (1.0 - 1) <5A114BAB-19C7-30B1-B9FB-F40019499734> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

        0x7fff8f2d4000 -     0x7fff8f5bdff7  com.apple.security (7.0 - 55148.1) <19F7B16B-B974-3274-886F-B8B2FA56032F> /System/Library/Frameworks/Security.framework/Versions/A/Security

        0x7fff8f938000 -     0x7fff8f973fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib

        0x7fff8f974000 -     0x7fff8f981ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <DFAB8CA8-CC9D-3F58-8C12-CE120442AACD> /usr/lib/libbz2.1.0.dylib

        0x7fff8f9d5000 -     0x7fff8fb0bfff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage

        0x7fff8fb8f000 -     0x7fff8fb8ffff  com.apple.Accelerate (1.7 - Accelerate 1.7) <A42ACCF8-7C09-3891-B2B3-F6048A650BA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

        0x7fff8fcfa000 -     0x7fff8fd27fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <1984E3E7-8A90-338F-93F1-6EB44C212C9C> /usr/lib/libSystem.B.dylib

        0x7fff8fd28000 -     0x7fff8fd53ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib

        0x7fff8fd54000 -     0x7fff90338fff  libBLAS.dylib (??? - ???) <09028536-1215-324C-B7BD-384CF5DBC5D0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

        0x7fff90339000 -     0x7fff90416fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib

        0x7fff90417000 -     0x7fff9041bfff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib

        0x7fff90d12000 -     0x7fff90d17fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib

        0x7fff90d77000 -     0x7fff90d82ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib

        0x7fff90dc4000 -     0x7fff90dc7fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib

        0x7fff90dc8000 -     0x7fff90e3efff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib

        0x7fff90e86000 -     0x7fff90e8bfff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib

        0x7fff9100c000 -     0x7fff91035fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib

        0x7fff91178000 -     0x7fff911d8fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <1E3EEDA7-1DC6-3593-9DED-0BAFA0972A76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

        0x7fff911d9000 -     0x7fff911dafff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib

        0x7fff91247000 -     0x7fff9130eff7  com.apple.ColorSync (4.7.4 - 4.7.4) <F00820E4-7753-3F41-8D3D-95CD6F174886> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

        0x7fff91315000 -     0x7fff91316ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib

        0x7fff91317000 -     0x7fff9131efff  libGFXShared.dylib (??? - ???) <0EA5DB50-D9AA-3BD5-9B1A-D5A82BD10E14> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

        0x7fff91383000 -     0x7fff91385fff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib

        0x7fff9215c000 -     0x7fff92170ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <A7C58D71-6D4A-317D-AA06-D648B1F78573> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

        0x7fff921b4000 -     0x7fff921b9fff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

        0x7fff921ba000 -     0x7fff921fafe7  libGLImage.dylib (??? - ???) <11B7E8A0-F475-32BD-9234-1E245384F586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

        0x7fff922af000 -     0x7fff92332fef  com.apple.Metadata (10.7.0 - 627.35) <6769AD6A-58D2-3D25-B289-15C65B82CF8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata

        0x7fff92346000 -     0x7fff92346fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4F7416F1-A069-3A39-B5F1-008279F6B819> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

        0x7fff92347000 -     0x7fff92a0bfe7  libclh.dylib (4.0.3 - 4.0.3) <9FC7BBC4-EA35-3D76-985B-795DB39830B9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib

        0x7fff92a0c000 -     0x7fff92a1afff  com.apple.NetAuth (3.2 - 3.2) <B247BEAB-E3DA-3075-A2E5-BD3371AB0FA4> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

        0x7fff92a5b000 -     0x7fff92bfbff7  com.apple.QuartzCore (1.7 - 270.5) <E038F95C-B66D-3B04-AB32-5BB30FD7CB2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

        0x7fff933c1000 -     0x7fff933c6fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib

        0x7fff93552000 -     0x7fff93553fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib

        0x7fff93554000 -     0x7fff93570ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

        0x7fff93574000 -     0x7fff93a3bfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght

        0x7fff93ab7000 -     0x7fff93ab7fff  com.apple.ApplicationServices (41 - 41) <E23F1CED-C0FB-35A8-9657-484C5E6A32AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

        0x7fff93ab8000 -     0x7fff93badfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib

        0x7fff93c09000 -     0x7fff93d16fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib

        0x7fff93d17000 -     0x7fff93d1efff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <65602684-33B1-32DE-802B-050CE07659AC> /usr/lib/system/libcopyfile.dylib

        0x7fff93d1f000 -     0x7fff93d27fff  libsystem_dnssd.dylib (??? - ???) <8A0F6F23-53C1-34FD-B641-4C0771C71E2A> /usr/lib/system/libsystem_dnssd.dylib

        0x7fff93d28000 -     0x7fff93d37fff  libxar-nossl.dylib (??? - ???) <518C0791-AB8D-3E8A-BB40-D4F312704FE2> /usr/lib/libxar-nossl.dylib

        0x7fff93dcf000 -     0x7fff93de4fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <4DD43F2F-7688-3028-868C-4E2876AFBF21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

        0x7fff9428b000 -     0x7fff945a7fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <CDCB53C0-D212-3485-A594-DDE33AAC5AF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

        0x7fff945c5000 -     0x7fff945c6ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <8901B7EE-6CA0-31F3-BBFE-BB71C90B1E49> /usr/lib/system/libremovefile.dylib

        0x7fff945dc000 -     0x7fff945eeff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib

        0x7fff945ef000 -     0x7fff945fdfff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib

        0x7fff949ce000 -     0x7fff949cefff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib

        0x7fff94c20000 -     0x7fff94c29ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib

        0x7fff94c2a000 -     0x7fff94c4afff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib

        0x7fff94c4b000 -     0x7fff94c52fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <2849A19A-A5BF-3A4C-BC12-0C2AB14615DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

        0x7fff94c53000 -     0x7fff94ca7ff7  com.apple.ScalableUserInterface (1.0 - 1) <EB468227-3203-38C9-A5BC-E28576D507CF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface

        0x7fff94ca8000 -     0x7fff94d23ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <51681D6E-62D3-3B7D-9981-D3FC3568BAB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

        0x7fff94e67000 -     0x7fff94f01ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C5585E08-76A0-34E0-B92C-22BA9D3E083C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

        0x7fff94f03000 -     0x7fff94f20fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib

        0x7fff953c0000 -     0x7fff95445ff7  com.apple.Heimdal (2.2 - 2.0) <A9FC8FF4-8D02-3D91-B409-AF19B72AEFDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

        0x7fff95458000 -     0x7fff95885fff  libLAPACK.dylib (??? - ???) <C7456566-4B04-3971-8D62-DE0DEBE811B7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

        0x7fff95911000 -     0x7fff962aeb47  com.apple.CoreGraphics (1.600.0 - ???) <C08FBA1B-E6C0-3020-AD4D-3A041734577D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics

        0x7fff96463000 -     0x7fff964a3ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <BDD11BE5-A9AB-347C-AB30-FDA1C5603E68> /usr/lib/libcups.2.dylib

        0x7fff9659f000 -     0x7fff965fbff7  com.apple.HIServices (1.21 - ???) <25FBDEA4-871F-3A58-A525-0E1799945522> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

        0x7fff96788000 -     0x7fff9688ffe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib

        0x7fff96890000 -     0x7fff96891fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib

        0x7fff96aaa000 -     0x7fff96ab4ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib

        0x7fff96ab5000 -     0x7fff96ab6ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib

        0x7fff96c70000 -     0x7fff96ca0ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3107DEB8-A19E-3C51-8F2D-67CCE49FD401> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

        0x7fff96ca1000 -     0x7fff96cd4ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

        0x7fff972a0000 -     0x7fff972bffff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib

        0x7fff9732a000 -     0x7fff97337fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <36A15341-34AB-3D2B-96AD-15E198AA5180> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

        0x7fff973a1000 -     0x7fff973a1fff  com.apple.CoreServices (53 - 53) <97E086D0-20B4-3BB4-BEE2-04EE5700D55B> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

        0x7fff973a2000 -     0x7fff973a3fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <0482C762-746D-37EB-A8C9-E1048CF70462> /usr/lib/system/libunc.dylib

        0x7fff9779f000 -     0x7fff977b6fff  com.apple.CFOpenDirectory (10.7 - 146) <BBB7C97E-7B46-3286-9128-32B5D16B5CBE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

        0x7fff97a66000 -     0x7fff97a68fff  com.apple.TrustEvaluationAgent (2.0 - 1) <3087AE86-B57F-3D39-9885-C93DC6FD5163> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

        0x7fff97aae000 -     0x7fff97abcff7  libkxld.dylib (??? - ???) <9F65E9DF-2A92-3CE2-BA34-247D392DAB48> /usr/lib/system/libkxld.dylib

        0x7fff97b1a000 -     0x7fff97b85ff7  com.apple.framework.IOKit (2.0 - ???) <BA8FC1EB-0360-394F-9D6C-1D58BB187466> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

        0x7fff97bdf000 -     0x7fff97e53fff  com.apple.CoreImage (7.98 - 1.0.1) <1E7BFFE3-4A46-317F-A1C0-A6FE040DE908> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

        0x7fff97e54000 -     0x7fff97e6afff  libGL.dylib (??? - ???) <E0183967-5EA6-3428-AC3B-0403A06F0E3F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

        0x7fff97e6b000 -     0x7fff97e71ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib

        0x7fff97ecf000 -     0x7fff97f42fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib

        0x7fff9831d000 -     0x7fff98401fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <DAE95FD5-AA73-30E2-B563-EA2BDBD4D3CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

        0x7fff98402000 -     0x7fff984a3ff7  com.apple.LaunchServices (480.34 - 480.34) <67D5B865-B4B6-3522-8652-654A4E3F4B6D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

        0x7fff984a4000 -     0x7fff98557ff7  com.apple.CoreText (220.20.0 - ???) <4C3E0213-2627-37D1-8550-E30A0EA6C262> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText

        0x7fff98e58000 -     0x7fff98e81fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

        0x7fff9927d000 -     0x7fff9937ffff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib

        0x7fff9941f000 -     0x7fff9948ffff  com.apple.datadetectorscore (3.0 - 179.4) <D14F635D-D403-3780-85C9-91EB0CA07F8E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

        0x7fff994a1000 -     0x7fff99537ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <C06C0706-3462-3F24-A8BE-4DA8076DE59F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

        0x7fff9958c000 -     0x7fff9958efff  libCVMSPluginSupport.dylib (??? - ???) <CBAE2CCA-3B42-328E-8FA5-5EF22622EAEB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

        0x7fff9958f000 -     0x7fff995a1ff7  libbsm.0.dylib (??? - ???) <666E88F0-F8F3-3490-B688-2CF9418CB7E8> /usr/lib/libbsm.0.dylib

        0x7fff995a2000 -     0x7fff995a8fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <548BAEB6-8C4C-3B0F-AB0C-7E1C960BCAB5> /usr/lib/system/libmacho.dylib

        0x7fff99798000 -     0x7fff9989dfff  libFontParser.dylib (??? - ???) <DA05BC85-D79C-3F8E-A641-3E1E63B8E842> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

     

    External Modification Summary:

      Calls made by other processes targeting this process:

        task_for_pid: 0

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

        thread_create: 0

        thread_set_state: 0

     

    VM Region Summary:

    ReadOnly portion of Libraries: Total=142.7M resident=83.2M(58%) swapped_out_or_unallocated=59.5M(42%)

    Writable regions: Total=1.3G written=19.0M(1%) resident=474.4M(36%) swapped_out=0K(0%) unallocated=859.0M(64%)

     

    REGION TYPE                      VIRTUAL

    ===========                      =======

    CG backing stores                 290.4M

    CG framebuffers                   172.7M

    CG raster data                     5448K

    CG shared images                   6724K

    CoreAnimation                       9.9M

    CoreGraphics                          4K

    IOKit                             187.1M

    IOKit (reserved)                  512.0M        reserved VM address space (unallocated)

    MALLOC                            145.3M

    MALLOC guard page                    64K

    Memory tag=247                     1188K

    Memory tag=252                     28.2M

    OpenGL GLSL                        1024K

    STACK GUARD                        56.0M

    Stack                              13.1M

    VM_ALLOCATE                         652K

    __CGSERVER                            4K

    __CI_BITMAP                          80K

    __DATA                             15.4M

    __LINKEDIT                         50.8M

    __TEXT                             91.9M

    __UNICODE                           544K

    shared memory                      1792K

    ===========                      =======

    TOTAL                               1.6G

    TOTAL, minus reserved VM space      1.1G

     

    sh-3.2#

  • by SirGib,

    SirGib SirGib Jul 6, 2012 11:34 AM in response to hambone-phd
    Level 1 (0 points)
    Jul 6, 2012 11:34 AM in response to hambone-phd

    I'm getting _EXACTLY_ the same as this.  3 crashes tonight already:

     

    Process:         WindowServer [5169]

    Path:            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer

    Identifier:      WindowServer

    Version:         ??? (???)

    Code Type:       X86-64 (Native)

    Parent Process:  launchd [1]

     

     

    Date/Time:       2012-07-06 17:44:31.368 +0100

    OS Version:      Mac OS X 10.7.4 (11E2620)

    Report Version:  9

    Sleep/Wake UUID: 1B48B223-A845-4CF6-BEB4-94A932B9907D

     

     

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

     

     

    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

    Exception Codes: KERN_INVALID_ADDRESS at 0x00007fd800000002

     

     

    VM Regions Near 0x7fd800000002:

        __LINKEDIT             0000000200e61000-0000000200eb7000 [  344K] r--/rwx SM=COW  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r

    -->

        MALLOC_TINY            00007fd8cbc00000-00007fd8cbd00000 [ 1024K] rw-/rwx SM=COW 

  • by hambone-phd,

    hambone-phd hambone-phd Jul 6, 2012 12:11 PM in response to RickGVA
    Level 1 (1 points)
    Jul 6, 2012 12:11 PM in response to RickGVA

    Well, after lengthy discussions w/Apple tech and engineering, we figured out what it was.

     

    As shipped, the video drivers for both the on-board and Nvidia are just trash.  It will always crash when context switching between the two, and some users never push their units to the point where the nVidia will kick in.  Going back the other way (from nvidia-->onboard) is where most of the troulbe lies.  You can try to force the nvidia to run all the time (prefs-energy-automatic switching), but that just reduces the crash count, but doesn't actually eradicate the issue.  Not only that, the nvidia video chip uses a ton of power.  It'll drain your battery in just over an hour or two, and it gets so hot it'll blister your legs.

     

    You can expect all sorts of issues under the current release of Lion.  Anything from frequent kernel panics, freezes, app blow-ups, or just a kill-all and re-login sequence can be expected.  Swapping equipment won't help this issue as it's not a hardware problem.  Neither will a clean install of Lion.

     

    My fix was to pay $99.00 to the developers community, and install Mountain Lion.  This comes with new drivers all the way around, and is the only way to obtain them.  My machine was crashing every 30 secs or so, and I haven't had one crash of any kind since I upgraded to ML R4 last weekend.  A good fix indeed, but I just spend $4k on this machine and had to spend yet another $99 to get it to work.  My patience is thin.

     

    The unit was just shipped too early, in too much secrecy, with not nearly enough testing,  no communication between the two development units (on-board Intel video vs NVidia), and little testing and prep from 3rd parties.  They apparetnly fixed a lot of it in ML however, unless they hose the final version.  We'll see in about 3 weeks.

     

    Your mileage may vary.

  • by SirGib,

    SirGib SirGib Jul 6, 2012 12:16 PM in response to hambone-phd
    Level 1 (0 points)
    Jul 6, 2012 12:16 PM in response to hambone-phd

    Thanks hambone.  I rang Apple and guess what they said once they heard 'WindowServer'?  'Did you install anything Windows based, for example Parallels?  I said yes, but I have since uninstalled it.  The woman said 'Oh, traces of it will be left behind.  You need to contact Parallels.'.

     

    That just sounds like rubbish to me.  I dont know enough about Mac, but from what I've read so far, WindowServer is core Mac stuff, nothing to do with Parallels at all.

     

    I'm furious.

  • by RickGVA,

    RickGVA RickGVA Jul 6, 2012 12:30 PM in response to SirGib
    Level 1 (0 points)
    Jul 6, 2012 12:30 PM in response to SirGib

    SirGib, that sounds like absolute pattern matching BS "WindowServer means MS Windows, so parallels is the problem."

     

    hambone-phd, that sounds closer to reality - device driver conflicts. Hopefully there's enough priority on the fix to get it into the next update.

     

    I have 14 segmentation violations and 3 kernel panics since June 16. Between dropbox and time machine I have not lost anything.

  • by SirGib,

    SirGib SirGib Jul 6, 2012 12:32 PM in response to RickGVA
    Level 1 (0 points)
    Jul 6, 2012 12:32 PM in response to RickGVA

    RickGVA wrote:

     

    SirGib, that sounds like absolute pattern matching BS "WindowServer means MS Windows, so parallels is the problem."

     

     

    I completely agree.  I really expected more from Apple support - I've heard so many great things.  But why was I just lied to?

  • by hambone-phd,

    hambone-phd hambone-phd Jul 6, 2012 12:49 PM in response to SirGib
    Level 1 (1 points)
    Jul 6, 2012 12:49 PM in response to SirGib

    Because they don't know, and they're getting deluged from irate customers with calls about this.  The nvidia folks aren't talking to the Intel video folks, the engineers aren't talking to the techs, the techs aren't relaying any of this to the stores, they're quietly fixing it in ML, and NObody is talking to us (the poor guys who just shelled out $4k lol).

     

    I've had issues with bleeding edge Apple stuff before, but for the life of me I just don't remember them being so defensive and hush-hush about it all.  It's like they've forgotten who they're working for over there.  The whole dang company is so busy trying to put Google out of business they've lost their concept.  It was one of the many things Steve promised to do before he died, and the execs/lawyers have decided that's the one to spend 100% effort on (and about $400 bil).  Not builds, not innovative equipment, not refreshes, not education for their customer-facing techs, not internal open-discussion policy, not many-optioned iPhones, not Retina releases with 0 bugs, nothing except sue sue sue.

     

    Ah, what the heck.  We now know what it is, and hopefully people will read this particular thread and spread the word.  I was at an Apple store the other day, and there were 20 people at the "bar" with similar issues.  A couple of them were about to start throwing stuff around they were so frustrated.  Not knowing what to do, the techs were promising people replacement machines.  But since Apple didn't do any set-asides, there's none to go around.  And shipping as we all know is 4-6 weeks out.  I had a quick discussion with the "lead" Genius, and he had fixed 5-6 machines before I had walked out the door.  Those people were SMILING as they left I may add!

     

    Now being fair, the manager did reward me with a little trinket, albeit small.  But small is big in this instance, as I was glad I had helped.

  • by SirGib,

    SirGib SirGib Jul 6, 2012 12:55 PM in response to hambone-phd
    Level 1 (0 points)
    Jul 6, 2012 12:55 PM in response to hambone-phd

    Did you mean he 'fixed' them, or he actually FIXED them?  If he actually fixed them, what did he do?  Apart from upgrade to ML DP4 or wait until ML final, I think theres nothing else that can be done right?

  • by hambone-phd,

    hambone-phd hambone-phd Jul 6, 2012 1:08 PM in response to SirGib
    Level 1 (1 points)
    Jul 6, 2012 1:08 PM in response to SirGib

    Don't know if there's anything else that can be done, SirGib.  I do know my fix works however.

     

    If you're sharp enough, you can transfer all the drivers (and dependencies) from ML back to Lion, but that's not for the meek.  But why bother - upgrading did the trick in my case.

  • by RickGVA,

    RickGVA RickGVA Jul 6, 2012 5:13 PM in response to RickGVA
    Level 1 (0 points)
    Jul 6, 2012 5:13 PM in response to RickGVA

    Make that 4 kernel panics. The festival continues

Page 1 of 3 last Next