Problem crashing with DynamicLinkManager

Each time I restart my iMac, I get the error "Dynamic Link Manager crashes". This derives from my Adobe Photoshop Elements Organizer 12 program - see screenshot below. 
I have Googled this error and found some similar complaints, but no solutions - other than uninstalling the program forever!
I have uninstalled and reinstalled to no effect. I cannot get a response from Adobe.
I would be grateful for any observations you make of this fault, including an explanation of what this "Dynamic Link Manager" does. I have previously written for help to iCreate Magazine, with no solution offered.
Thank You
Trevor Mawson
iMac 2007, 2Ghz Intel Core 2 Duo. 4 Gb Memory. OSX 10.9.4
in other respects, working well.

Moved topic from FAQ to Flash Player Usage forum.

Similar Messages

  • Major memory problem/crash with UIImage

    Hi,
    Our app needs to render the screen to an UIImage and everytime we do that, the memory utilization of app goes up by about 0.3M [as shown by XCode execution panel, but the Instruments panel shows 3M - see below] eventually causing memory warning and crashing.
    The code used is simple - from the example code of Apple:
        UIGraphicsBeginImageContext(self.view.bounds.size);
        [self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
        UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
        UIGraphicsEndImageContext();
    I've tried many ways to reclaim this memory, but there is unbounded growth.
    We've checked it many times and there are no leaks, etc.
    It is not allocated using imageNamed so I understand it is not cached - regardless we even called  [super didReceiveMemoryWarning] to try to flush the cache, but no luck.
    In XCode instruments, the allocations show huge nearly 3MB  growth  as below:
    Event Type
    ∆ RefCt
    RefCt
    Timestamp
    Responsible Library
    Responsible Caller
    0
    VM Alloc
    02:08.145.871
    CoreGraphics
    CGDataProviderCreateWithCopyOfData
    The LiveBytes increases by 3MB everytime the UIImage is allocated and RELEASED by the app.
    Graph
    Category
    Live Bytes
    # Living
    # Transient
    Overall Bytes
    # Overall
    Bytes Allocated (Net / Overall)
    1
    All Heap & Anonymous VM
    12.16 MB
    11263
    3422178
    597.30 MB
    3433441
    <XRRatioObject: 0x7fbca501d950>  %0.02, %0.98
    WHY is this NOT RELEASED by iOS? Can someone help - our app is crashing and rendering the screen to an image is a core part of the functionality.
    Thanks,
    RFS

    I am having the same problem, it is leaking all the memory. It works fine on iOS 6, but it is causing me Memory Warnings on iOS 7.
    This is my code
    CGImageRef imageRef = image.CGImage;
        // System only supports RGB, set explicitly and prevent context error
        // if the downloaded image is not the supported format
        CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
        CGContextRef context = CGBitmapContextCreate(NULL,
                CGImageGetWidth(imageRef),
                CGImageGetHeight(imageRef),
                8,
                // width * 4 will be enough because are in ARGB format, don't read from the image
                CGImageGetWidth(imageRef) * 4,
                colorSpace,
                // kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Little
                // makes system don't need to do extra conversion when displayed.
                kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Little);
        CGColorSpaceRelease(colorSpace);
        if ( ! context) {
            return nil;
        CGRect rect = (CGRect){CGPointZero, CGImageGetWidth(imageRef), CGImageGetHeight(imageRef)};
        CGContextDrawImage(context, rect, imageRef);
        CGImageRef decompressedImageRef = CGBitmapContextCreateImage(context);
        CGContextRelease(context);
        UIImage *decompressedImage = [[UIImage alloc] initWithCGImage:decompressedImageRef];
        CGImageRelease(decompressedImageRef);
        return [decompressedImage autorelease];

  • Safari keeps crashing every time I try to open a link from a different application, i.e. Mail. The trouble report says that some problem occurs with libcooliris.dylib plug-in. Can any one help?

    Safari keeps crashing every time I try to open a link from a different application, i.e. Mail. The trouble report says that some problem occurs with libcooliris.dylib plug-in. Can any one help?
    Thanks!

    Dear Linc,
    Thank you for the advice, John Blanchard1  and Linc Davis
    As suggested in your reference thread I removed "/Library/Printers/hp/PDEs/hpPostScriptPDE.plugin" and the problem has been resolved.
    I am guessing the the plug-in for the hp printers got corrupted and effected every thing, or became unsuitable when I installed an Apple update. I would be most grateful if you can confirm how the problem was coursed so I can understand and learn from this experiance.
    Ash

  • I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Is Apple aware of this problem? No longer supported?

    My web page uses a Java Applet to allow my visitors to replay chess games; the Chess Viewer Deluxe applet was written by Nikolai Pilafov some time ago and has been working properly for some time (until recently). I don't monitor this part of my site regularly so I am not sure when it began to fail. On his web site [http://chesstuff.blogspot.com/2008/11/chess-viewer-deluxe.html] he has a link to check LiveConnect object functionality (which fails for OBJECT tags). His recommendation is to "seek platform specific support which might be available from the JRE developers for your platform".
    I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Until I checked the LiveConnect object functionality, I was unable to identify the source of the console error messages. This does seem to be the smoking gun.
    Is Apple aware of this problem? Are these classes no longer supported? Has anyone else had this problem? You can attempt to recreate the problem locally by going to my web page: http://donsmallidge.com/DonSmallidgeChess.html
    Thanks in advance for any help you can provide!
    Abbreviated Java Console output:
    Java Plug-in 1.6.0_26
    Using JRE version 1.6.0_26-b03-384-10M3425 Java HotSpot(TM) 64-Bit Server VM
    load: class ZeroApplet.class not found.
    java.lang.ClassNotFoundException: ZeroApplet.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)
    load: class JavaToJS.class not found.
    java.lang.ClassNotFoundException: JavaToJS.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)

    I just went up to check the LiveConnect object functionality page AND IT WORKED THIS TIME! I must confess, this is very mysterious. I will do some more checking and reply here if I can determine why it is working now (and more importantly, why it didn't work before).

  • My imac crash with kernel panic many times. I upgraded to Maverick but i have the same problem.

    Hi,
    my imac crash with a kernel panic many times per day, many applications are unable to open correctly and the close after 1 or 2 seconds.
    I suspect a memory problem but i am not sure. here is the dump of  the last crash.
    thanks
    Anonymous UUID:       3A1C8E99-A83E-A306-542B-C0812262FDFB
    Tue Feb 25 21:59:18 2014
    panic(cpu 0 caller 0xffffff80034dc19e): Kernel trap at 0xffffff7f84498978, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x000000000c00002c, CR3: 0x000000005a9a0000, CR4: 0x0000000000000660
    RAX: 0xffffff802c8d3108, RBX: 0x00000000beef0202, RCX: 0xb4ae06f6f0af0095, RDX: 0x0000000000000020
    RSP: 0xffffff81554cb720, RBP: 0xffffff81554cb740, RSI: 0x0000000000100c80, RDI: 0x000000000c000000
    R8:  0xffffff7f846c0fb4, R9:  0xffffff81554cb394, R10: 0x000000000001d620, R11: 0xffffff801ee95308
    R12: 0x0000000021000000, R13: 0x0000000000000000, R14: 0x000000000c000000, R15: 0xffffff81554cb808
    RFL: 0x0000000000010206, RIP: 0xffffff7f84498978, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x000000000c00002c, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81554cb3b0 : 0xffffff8003422f69
    0xffffff81554cb430 : 0xffffff80034dc19e
    0xffffff81554cb600 : 0xffffff80034f3606
    0xffffff81554cb620 : 0xffffff7f84498978
    0xffffff81554cb740 : 0xffffff7f844987ad
    0xffffff81554cb7a0 : 0xffffff7f843849d9
    0xffffff81554cb850 : 0xffffff7f8438dfc5
    0xffffff81554cb910 : 0xffffff7f843b3232
    0xffffff81554cbb10 : 0xffffff7f843b4cb4
    0xffffff81554cbc00 : 0xffffff7f848dc980
    0xffffff81554cbc60 : 0xffffff7f848d9702
    0xffffff81554cbcf0 : 0xffffff7f848c4137
    0xffffff81554cbd20 : 0xffffff7f84881497
    0xffffff81554cbd40 : 0xffffff7f84895428
    0xffffff81554cbd60 : 0xffffff7f84895147
    0xffffff81554cbda0 : 0xffffff7f848ccc8a
    0xffffff81554cbde0 : 0xffffff7f84895687
    0xffffff81554cbe00 : 0xffffff80038ca892
    0xffffff81554cbe20 : 0xffffff80034b205f
    0xffffff81554cbe50 : 0xffffff8003426bb1
    0xffffff81554cbe80 : 0xffffff80034139b5
    0xffffff81554cbef0 : 0xffffff800341e003
    0xffffff81554cbf70 : 0xffffff80034c921d
    0xffffff81554cbfb0 : 0xffffff80034f3e26
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8435d000->0xffffff7f845cbfff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f839fe000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f84162000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f84082000
             com.apple.GeForceTesla(8.1.8)[7DAF283F-6FD3-3783-B3CC-D23964F1B9B8]@0xffffff7f8 4879000->0xffffff7f84943fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f839fe000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f84162000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f84082000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f8435d000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000003200000
    Kernel text base: 0xffffff8003400000
    System model name: iMac10,1 (Mac-F2268CC8)
    System uptime in nanoseconds: 2157140189946
    last loaded kext at 1446762719430: com.apple.driver.AppleUSBCDC          4.2.1b2 (addr 0xffffff7f84944000, size 20480)
    last unloaded kext at 1530259986024: com.apple.driver.AppleUSBCDC          4.2.1b2 (addr 0xffffff7f84944000, size 16384)
    loaded kexts:
    com.Cycling74.driver.Soundflower          1.5.1
    com.rim.driver.BlackBerryUSBDriverInt          0.0.74
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.GeForceTesla          8.1.8
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.driver.XsanFilter          404
    com.apple.BootCache          35
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AirPort.Atheros40          700.74.5
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleRTC          2.0
    com.apple.nvenet          2.0.21
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBOHCI          650.4.1
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.security.quarantine          3
    com.apple.nke.applicationfirewall          153
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.nvidia.classic.NVDANV50HalTesla          8.1.8
    com.apple.nvidia.classic.NVDAResmanTesla          8.1.8
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.iokit.IOAHCISerialATAPI          2.6.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.driver.NVSMU          2.2.9
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          7
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 12 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.74.0-P2P
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST3500418ASQ, 500,11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GA11N
    USB Device: Photosmart C4600 series
    USB Device: Built-in iSight
    USB Device: External HDD
    USB Device: Internal Memory Card Reader
    USB Device: IR Receiver
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus:

    Remove the aftermarket memory and see whether there's an improvement.

  • Application Crashes with Problem Event Name:BEX64 and Fault Module Name:MSVCR110.dll

    After building my application in VS2012 Update 4 ,application started crashing with the below mentioned problem signature.
    Problem signature:
      Problem Event Name: BEX64
      Application Name: App.exe
      Application Version: 1.0.0.1
      Application Timestamp: 52fdbd9d
      Fault Module Name: MSVCR110.dll
      Fault Module Version: 11.0.51106.1
      Fault Module Timestamp: 5098826e
      Exception Offset: 000000000006d4f9
      Exception Code: c0000417
      Exception Data: 0000000000000000
      OS Version: 6.1.7601.2.1.0.274.10
      Locale ID: 1033
      Additional Information 1: 1032
      Additional Information 2: 103247eabca85d12954263c679d66e19
      Additional Information 3: 7fa2
      Additional Information 4: 7fa2470b0fea6279055c0db583abca71
    Any help is appreciated.

    Hi,
    To debug this kind of issue, we recommend you to post in MSDN forum because they are more familiar with developing and debugging app:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • Urgent problem: JRE Crashes with Access violation (c0000005)

    I have a problem where the JRE crashes with an Access violation (c0000005) at address (6d4218ce).
    The JVM is:
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)The application is swing based, and I have my suspicions that the problem occurs when exec'ing (Runtime.exec()) a script file (deletes data files and FTP's data files around an internal network), but I cannot categorically prove it as yet.
    The lack of a .map file does not help in analysing the Dr Watson log file. Does anyone know if a map file is available for 1.3.1?
    I have tried to raise this as a bug but as we cannot reproduce it on demand, I cannot get Sun to look into it.
    The Dr Watson log file shows:
    State Dump for Thread Id 0x13e
    eax=bf800000 ebx=0336b770 ecx=02b72168 edx=bf800008 esi=02b72168 edi=06ffd12c
    eip=6d4218ce esp=08d0fdbc ebp=08d0fddc iopl=0         nv up ei ng nz na pe nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000282
    function: <nosymbols>
            6d4218b9 8d4df0           lea     ecx,[ebp-0x10]         ss:09c0e7e2=00000000
            6d4218bc e875000000       call    6d421936
            6d4218c1 5f               pop     edi
            6d4218c2 5e               pop     esi
            6d4218c3 c9               leave
            6d4218c4 c3               ret
            6d4218c5 56               push    esi
            6d4218c6 8bf1             mov     esi,ecx
            6d4218c8 8b5604           mov     edx,[esi+0x4]          ds:03a70b6e=????????
            6d4218cb 83c208           add     edx,0x8
    FAULT ->6d4218ce 8b4210           mov     eax,[edx+0x10]         ds:c06fea0e=????????
            6d4218d1 85c0             test    eax,eax
            6d4218d3 7f25             jg      6d4218fa
            6d4218d5 7d1b             jge     6d4218f2
            6d4218d7 83c9ff           or      ecx,0xff
            6d4218da 6a04             push    0x4
            6d4218dc 2bc8             sub     ecx,eax
            6d4218de 8b4608           mov     eax,[esi+0x8]          ds:03a70b6e=????????
            6d4218e1 d3e0             shl     eax,cl
            6d4218e3 8b4a44           mov     ecx,[edx+0x44]         ds:c06fea0e=????????
            6d4218e6 8d440807         lea     eax,[eax+ecx+0x7]      ds:03a70b6f=????????
            6d4218ea 59               pop     ecx
    *----> Stack Back Trace <----*
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    08d0fddc 6d4710ee 0336b734 0336b734 6d4381b7 0336b734 <nosymbols>
    State Dump for Thread Id 0x140
    eax=06a82398 ebx=00000000 ecx=06ab34f0 edx=00000000 esi=0000017c edi=00000000
    eip=77f682db esp=08d4fc24 ebp=08d4fc48 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000246
    function: NtWaitForSingleObject
            77f682d0 b8c5000000       mov     eax,0xc5
            77f682d5 8d542404         lea     edx,[esp+0x4]          ss:09c4e62b=00000000
            77f682d9 cd2e             int     2e
            77f682db c20c00           ret     0xc
            77f682de 8bc0             mov     eax,eax
    *----> Stack Back Trace <----*
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    08d4fc48 77f04f37 0000017c ffffffff 00000000 6d466097 ntdll!NtWaitForSingleObject
    08d4fc90 6d476550 00000000 00000000 00000001 00765d80 kernel32!WaitForSingleObject Any help would be much appreciated.
    Regards,
    Dave Jackson

    Probably nothing to do with it but I had some dodgy memory, and windows would complain that there was an error to do with that exact memory location: c0000005

  • Hello i have a problem when i start woorksheet, my computer crash with blue screen sometimes.

    hello i have a problem when i start woorksheet, my computer crash with blue screen.
    OS: Win 2000 pack 2 and dasylab 7.00.05 ;ddi7.02 ;nidaq 7.0
    I hve this problem sometimes and need to reebot my computer.This worksheet is used to generate 4 signals to output and have an acquisition tooin this 4 channels.
    The error is in the blue screen:0x00000076 (0x00000000 , 0x81358300, 0x000001c2, 0x00000000).
    Thanks for your help.

    The DASYLab development team has read your message, and advises that there is insufficient information to be able to even start diagnosing the problem. We suggest that you send a note directly to [email protected], with your full contact information, DASYLab serial number, and the following technical information:
    -The Help-->Report information - this will tell us more about the computer, video and installed memory
    -Installed hardware - what DAQ devices are you using (exact models!)
    -The worksheet that crashes - we need to see how the timing is configured in the worksheet
    -What other programs are running at the same time?
    -Does the worksheet crash every time?
    -Does the NI-DAQ Test Panel work correctly for both inputs and outputs?
    Sorry that we cannot be more help in this forum; we do not have much experience with blue screen under Windows 2000. This is very hard to do, and is almost always related to a hardware problem - either a resource conflict, or problems with one of the installed hardware devices (DAQ, Video, Memory...).
    Regards,
    -cj
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings!

    Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings! Works fine with an older Safari Version. Web link, call doodle app.  You could see the website in the backround working but safari crashes after clicking on the error window.   Any suggestions?

    Turn off Private Browsing.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.

  • Photoshop cs6 crashes with "appcrash - module ig75icd64.dll; no problem for a local admin user however. i've tried giving specified user full access to photoshop.exe and set it to Win XP compatibility. how do i fix this without giving user local admin acc

    photoshop cs6 crashes with "appcrash - module ig75icd64.dll; no problem for a local admin user however. i've tried giving specified user full access to photoshop.exe and set it to Win XP compatibility. how do i fix this without giving user local admin access?

    Danny,
    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.

  • Firefox crashes with error msg: plug-in container exe has encountered a problem and needs to close. Mod name: Mozallac.dl

    Firefox crashes with error messages: plug-in container exe has encountered a problem and needs to close. Details: Mod User 32.0.3.5379 Mod Name: mozallac.dl
    Why does this constantly occur?

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences'''<Enter> in the address bar
    Select '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Hello problem with dynamiclinkmanager

    Hey when i open adobe after effect cs5 i have error with dynamiclinkmanager.
    Please help
    Dynamiclinkmanager stopped working HELP!!

    This is a new reply to an OLD question.  Sorry....I just encountered the problem today trying to apply an Adobe update.  But maybe it will be useful to a future reader searching on the same problem. 
    Most of the replies, even from Adobe people, say to just terminate the dynamiclinkmanager process.  I hate terminating any process that I don't know what it does.  Maybe the thing has important files open?  What could happen if I kill it?. 
    In my case, I made sure to "Quit" all open Adobe applications (Br, DW, Ai, Ps, Pr, etc).  After closing these programs, dynamiclinkmanager "disappeared".  So I would suggest making sure there are no open Adopbe apps.  If that doesn't work, then nuke the sucker :-)

  • Everytime I open any iworks app, it freezes and crashes with this problem solutions and configuration HELP:

    Process:    
    Pages [242]
    Path:       
    /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier: 
    com.apple.iWork.Pages
    Version:    
    4.3 (1048)
    Build Info: 
    Pages-10480000~1
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [141]
    User ID:    
    501
    Date/Time:  
    2013-04-12 00:28:16.963 -0400
    OS Version: 
    Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:     
    16169 sec
    Crashes Since Last Report:      
    5
    Per-App Interval Since Last Report:  5235 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                 
    0DFCEA7F-EB8A-879A-5169-1C2BA203699B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000008e370a20
    VM Regions Near 0x8e370a20:
    __LINKEDIT        
    000000003f4ec000-000000003f6fd000 [ 2116K] r--/rwx SM=COW  /Library/Application Support/iWork '09/*/Inventor.framework/Versions/C/Libraries/libCoin.60.0.0.dylib
    --> __TEXT            
    000000008e2fb000-000000008ec4a000 [ 9532K] r-x/rwx SM=COW  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    __DATA            
    000000008ec4a000-000000008f8be000 [ 12.5M] rw-/rwx SM=COW  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    Application Specific Information:
    /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                      
    0x8e370a20 0 + 2385971744
    1   dyld                     
    0x8fe3cfde ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 64
    2   dyld                     
    0x8fe39268 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 356
    3   dyld                     
    0x8fe390ba ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 62
    4   dyld                     
    0x8fe2de0b dyld::runInitializers(ImageLoader*) + 88
    5   dyld                     
    0x8fe33605 dlopen + 718
    6   libdyld.dylib            
    0x93969dbe dlopen + 68
    7   libGFXShared.dylib       
    0x9936d144 gfxInitializeLibrary + 1425
    8   GLEngine                 
    0x0d7f1624 gliInitializeLibrary + 68
    9   com.apple.opengl         
    0x928a7c8c 0x928a5000 + 11404
    10  com.apple.opengl         
    0x928a7b37 0x928a5000 + 11063
    11  com.apple.opengl         
    0x928a78f7 0x928a5000 + 10487
    12  com.apple.opengl         
    0x928aea36 0x928a5000 + 39478
    13  com.apple.opengl         
    0x928ae14e CGLChoosePixelFormat + 122
    14  com.apple.AppKit         
    0x996cefcf createPixelFormat + 62
    15  com.apple.AppKit         
    0x996cef6b -[NSOpenGLPixelFormat initWithAttributes:] + 66
    16  com.apple.Keynote.sfrendering
    0x0256d3c4 -[SFRCanvas(GLCanvas) pixelFormat] + 180
    17  com.apple.Keynote.sfrendering
    0x0256d2bc -[SFRCanvas(GLCanvas) openGLContext] + 108
    18  com.apple.Keynote.sfrendering
    0x0256d21e -[SFRCanvas(GLCanvas) setVBLSynch:] + 46
    19  com.apple.Keynote.sfrendering
    0x0256d07e -[SFRCanvas(GLCanvas) setAccelerated:] + 110
    20  com.apple.Keynote.sfrendering
    0x0256cb5a -[SFRCanvas initWithFrame:] + 586
    21  com.apple.Keynote.sfdrawables
    0x01e8c51e -[SFDCanvas initWithFrame:] + 78
    22  com.apple.iWork.Pages    
    0x0002c8c0 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 131238
    23  com.apple.iWork.Pages    
    0x0002c689 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 130671
    24  com.apple.AppKit         
    0x99586a2d -[NSCustomView nibInstantiateWithObjectInstantiator:] + 632
    25  com.apple.AppKit         
    0x995664ca -[NSIBObjectData instantiateObject:] + 251
    26  com.apple.AppKit         
    0x99565c22 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 317
    27  com.apple.AppKit         
    0x995444e2 loadNib + 373
    28  com.apple.AppKit         
    0x99543b04 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 819
    29  com.apple.AppKit         
    0x99694914 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    30  com.apple.AppKit         
    0x996c831a -[NSWindowController loadWindow] + 231
    31  com.apple.AppKit         
    0x996c7fb2 -[NSWindowController window] + 81
    32  com.apple.AppKit         
    0x9970a6b8 -[NSWindowController showWindow:] + 36
    33  com.apple.AppKit         
    0x99447fa3 -[NSDocument showWindows] + 115
    34  com.apple.iWork.Pages    
    0x000cbb2f __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 783125
    35  com.apple.iWork.Pages    
    0x000cc231 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 784919
    36  com.apple.sf.sfapplication
    0x02ee482a -[SFAppDocumentController openDocumentWithContentsOfURL:display:error:] + 64
    37  com.apple.sf.sfapplication
    0x02ee3203 -[SFAppApplicationDelegate(Private) doCoordinatedReadWorkForURL:] + 115
    38  com.apple.sf.sfblocks    
    0x02ff3fb5 __+[SFBKFileCoordination asyncCoordinateReadingOnMainThreadItemAtURL:coordinator:options:delegate:]_bloc k_invoke_3 + 44
    39  libdispatch.dylib        
    0x90a39cb1 _dispatch_barrier_sync_f_slow_invoke + 80
    40  libdispatch.dylib        
    0x90a33c82 _dispatch_client_callout + 46
    41  libdispatch.dylib        
    0x90a392e3 _dispatch_main_queue_callback_4CF + 223
    42  com.apple.CoreFoundation 
    0x903fcc39 __CFRunLoopRun + 1961
    43  com.apple.CoreFoundation 
    0x903fc02a CFRunLoopRunSpecific + 378
    44  com.apple.CoreFoundation 
    0x903fbe9b CFRunLoopRunInMode + 123
    45  com.apple.HIToolbox      
    0x93be2f5a RunCurrentEventLoopInMode + 242
    46  com.apple.HIToolbox      
    0x93be2cc9 ReceiveNextEventCommon + 374
    47  com.apple.HIToolbox      
    0x93be2b44 BlockUntilNextEventMatchingListInMode + 88
    48  com.apple.AppKit         
    0x995a69aa _DPSNextEvent + 724
    49  com.apple.AppKit         
    0x995a61dc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    50  com.apple.AppKit         
    0x9959c63c -[NSApplication run] + 855
    51  com.apple.AppKit         
    0x9953f666 NSApplicationMain + 1053
    52  com.apple.iWork.Pages    
    0x0000c939 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 287
    53  com.apple.iWork.Pages    
    0x0007ce16 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 460284
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x98f2f9ae kevent + 10
    1   libdispatch.dylib        
    0x90a36c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib        
    0x90a367a9 _dispatch_mgr_thread + 53
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib   
    0x98f2c80e semaphore_wait_trap + 10
    1   libdispatch.dylib        
    0x90a38e70 _dispatch_thread_semaphore_wait + 25
    2   libdispatch.dylib        
    0x90a38ccc _dispatch_barrier_sync_f_slow + 149
    3   libdispatch.dylib        
    0x90a353fb dispatch_barrier_sync_f + 37
    4   libdispatch.dylib        
    0x90a39c5a _dispatch_sync_slow + 70
    5   com.apple.sf.sfblocks    
    0x02ff4a6a __+[SFBKFileCoordination asyncCoordinateReadingOnMainThreadItemAtURL:coordinator:options:delegate:]_bloc k_invoke_2 + 90
    6   com.apple.Foundation     
    0x93066ad1 __block_global_0 + 25
    7   com.apple.Foundation     
    0x92e66597 -[NSFileCoordinator _invokeAccessor:thenCompletionHandler:] + 189
    8   com.apple.Foundation     
    0x92e664d1 __73-[NSFileCoordinator coordinateReadingItemAtURL:options:error:byAccessor:]_block_invoke_0 + 129
    9   com.apple.Foundation     
    0x93068067 __85-[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:error:byAccessor:]_block_invoke_0280 + 119
    10  com.apple.Foundation     
    0x92e66442 -[NSFileCoordinator(NSPrivate) _invokeAccessor:orDont:thenRelinquishAccessClaimForID:] + 233
    11  com.apple.Foundation     
    0x92e65fba -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:error:byAccessor:] + 721
    12  com.apple.Foundation     
    0x92e65cd9 -[NSFileCoordinator coordinateReadingItemAtURL:options:error:byAccessor:] + 137
    13  com.apple.sf.sfblocks    
    0x02ff49d0 __+[SFBKFileCoordination asyncCoordinateReadingOnMainThreadItemAtURL:coordinator:options:delegate:]_bloc k_invoke_1 + 127
    14  libdispatch.dylib        
    0x90a37f8f _dispatch_call_block_and_release + 15
    15  libdispatch.dylib        
    0x90a33c82 _dispatch_client_callout + 46
    16  libdispatch.dylib        
    0x90a34f02 _dispatch_worker_thread2 + 285
    17  libsystem_c.dylib        
    0x992c5e72 _pthread_wqthread + 441
    18  libsystem_c.dylib        
    0x992add2a start_wqthread + 30
    Thread 3:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib   
    0x98f2ec72 __semwait_signal + 10
    1   libsystem_c.dylib        
    0x9934da55 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib        
    0x9934d91e usleep$UNIX2003 + 60
    3   com.apple.AppKit         
    0x9978bc9d -[NSUIHeartBeat _heartBeatThread:] + 879
    4   com.apple.Foundation     
    0x92ed47c8 -[NSThread main] + 45
    5   com.apple.Foundation     
    0x92ed474b __NSThread__main__ + 1396
    6   libsystem_c.dylib        
    0x992c35b7 _pthread_start + 344
    7   libsystem_c.dylib        
    0x992add4e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib   
    0x98f2e91a __psynch_mutexwait + 10
    1   libsystem_c.dylib        
    0x992c919b pthread_mutex_lock + 595
    2   com.apple.Foundation     
    0x92e8dbdb -[NSLock lock] + 169
    3   com.apple.Keynote.SFWordProcessing
    0x020e8f37 -[SFWPSpellThread pRun:] + 289
    4   com.apple.Foundation     
    0x92ed47c8 -[NSThread main] + 45
    5   com.apple.Foundation     
    0x92ed474b __NSThread__main__ + 1396
    6   libsystem_c.dylib        
    0x992c35b7 _pthread_start + 344
    7   libsystem_c.dylib        
    0x992add4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib   
    0x98f2f0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x992c60ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x992c5e79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x992add2a start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000002  ebx: 0xbffffd94  ecx: 0xbffffd58  edx: 0xbffffd64
      edi: 0x8e370a20  esi: 0x0c6ea620  ebp: 0xbfffc1a8  esp: 0xbfffc14c
       ss: 0x00000023  efl: 0x00010246  eip: 0x8e370a20   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x8e370a20
    Logical CPU: 1
    Binary Images:
    0 - 0xffffffffffffffff  com.apple.GeForceGLDriver (8.10.44 - 8.1.0) <4B231127-7885-33A3-9FC7-7EF42A066FD7> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x1000 -   0x354fe3  com.apple.iWork.Pages (4.3 - 1048) <3F2BE397-E81E-3355-C0DE-8B0F014E897B> /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
      0x3ec000 -   0x46bff7  com.apple.iLifeMediaBrowser (2.7.3 - 546.4) <41C10827-7C8E-3241-922A-9E1A6CD48866> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
      0x4af000 -   0xfc0ffb  com.apple.sfcompatibility (1.0 - 0.0.1d1) <2237C99F-3144-0918-47A2-403A125BA9D0> /Library/Application Support/iWork '09/*/SFCompatibility.framework/Versions/A/SFCompatibility
    0x16a9000 -  0x16c2ff7  com.apple.Keynote.sfstyles (1.0 - 1.0) <25A20E06-8C1E-1BD9-7F0C-8B4027676DFD> /Library/Application Support/iWork '09/*/SFStyles.framework/Versions/A/SFStyles
    0x16d3000 -  0x1b8efeb  com.apple.SFTabular (1.0 - 1.0) <BB41B4DC-2F8E-B7E3-6274-7A92437B8FF4> /Library/Application Support/iWork '09/*/SFTabular.framework/Versions/A/SFTabular
    0x1d4e000 -  0x1e08ff3  com.apple.Keynote.sfutility (1.0 - 0.0.1d1) <ED93C91F-C30E-541E-BDD3-04A25579EAFB> /Library/Application Support/iWork '09/*/SFUtility.framework/Versions/A/SFUtility
    0x1e7a000 -  0x200bff3  com.apple.Keynote.sfdrawables (2.0 - 2.0) <7D531D66-A640-D293-817E-6D5C8D15E26D> /Library/Application Support/iWork '09/*/SFDrawables.framework/Versions/A/SFDrawables
    0x20c8000 -  0x233bfef  com.apple.Keynote.SFWordProcessing (1.0 - 20030221_1) <F7952C77-8CF1-30F4-7FA7-A3A45FA2E184> /Library/Application Support/iWork '09/*/SFWordProcessing.framework/Versions/A/SFWordProcessing
    0x245a000 -  0x24a5ff7  com.apple.Keynote.SFControls (1.0 - 20030306_1) <37F86C48-E752-688E-9A75-3F4D3BA5C054> /Library/Application Support/iWork '09/*/SFControls.framework/Versions/A/SFControls
    0x24d2000 -  0x252bff7  com.apple.Keynote.sfarchiving (1.0 - 0.0.1d1) <E489EE3A-D0D0-749C-E38B-C9E87AA2BEE3> /Library/Application Support/iWork '09/*/SFArchiving.framework/Versions/A/SFArchiving
    0x255d000 -  0x266bfef  com.apple.Keynote.sfrendering (1.0 - 1.0) <A817A67F-149D-85C4-4625-5DB753E8A4FF> /Library/Application Support/iWork '09/*/SFRendering.framework/Versions/A/SFRendering
    0x26cd000 -  0x2755fff  com.apple.Keynote.proofreader (0 - 1) <6442D80E-854E-F13A-0C69-AFF7F7D927F7> /Library/Application Support/iWork '09/*/SFProofReader.framework/Versions/A/SFProofReader
    0x2763000 -  0x281dfef  com.apple.Keynote.sfinspectors (1.0 - 1.0) <B9BB5F5B-F7CE-8F1A-F308-43A11E6617A5> /Library/Application Support/iWork '09/*/SFInspectors.framework/Versions/A/SFInspectors
    0x2879000 -  0x2be3ff7  com.apple.Keynote.sfcharts (2.0 - 2.0) <0A1A116C-2AE2-7C65-E93B-1A54B1153626> /Library/Application Support/iWork '09/*/SFCharts.framework/Versions/A/SFCharts
    0x2e15000 -  0x2e5afe7  com.apple.Keynote.SFAnimation (1.0 - 0.0.1d1) <057D09D4-072E-995E-D3D0-42D1E0AAC07C> /Library/Application Support/iWork '09/*/SFAnimation.framework/Versions/A/SFAnimation
    0x2e85000 -  0x2eaffe3  com.apple.Keynote.sflicense (1.0 - 0.0.1d1) <6399F656-7AD7-1357-F477-CB6128248032> /Library/Application Support/iWork '09/*/SFLicense.framework/Versions/A/SFLicense
    0x2eca000 -  0x2f88fff  com.apple.sf.sfapplication (1.0 - 1.0) <ED347FE0-B441-1346-3267-5A3D36F4292F> /Library/Application Support/iWork '09/*/SFApplication.framework/Versions/A/SFApplication
    0x2ff2000 -  0x2ff8ff7  com.apple.sf.sfblocks (1.0 - 1.0) <5A4D56C0-BF30-ED6E-4208-172D05E0C630> /Library/Application Support/iWork '09/*/SFBlocks.framework/Versions/A/SFBlocks
    0x3001000 -  0x30acfff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x30f0000 -  0x320fffb  com.apple.WebKit (8536 - 8536.28.10) <C181C3FB-91E3-38AB-A709-6B61935B3AD8> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x32c0000 -  0x3f53ffb  com.apple.WebCore (8536 - 8536.28.10) <AA738A8C-808D-302A-B58D-404C58075C45> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x46d8000 -  0x46dafff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x46e0000 -  0x4931ff3  com.apple.MessageFramework (6.0 - 1503) <B41729D3-0028-333C-83E5-5A43E9AAEE15> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x4a08000 -  0x4a45fff  com.apple.OSAKit (1.3 - 86) <0A129E24-F054-3C58-B1E1-68ECE126DC9C> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x4a6a000 -  0x4b08feb  com.apple.MobileMe (8 - 1.0) <1EE19EEA-80C5-27C0-7F00-37D5B108FE24> /Library/Application Support/iWork '09/*/MobileMe.framework/Versions/A/MobileMe
    0x4b62000 -  0x4dd2ff3  com.apple.CalendarStore (6.0 - 1249) <A6C4BC52-A53D-38F9-B938-AF2E885AAC0E> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x4ed5000 -  0x4f86ff7  com.apple.CoreMessage (1.0 - 1503) <638F88FB-A7E5-306D-9449-58AFD7491864> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
    0x4fdb000 -  0x5028ffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x507c000 -  0x50d7ff3  com.apple.IMAP (6.0 - 1503) <7C33BE37-D978-3173-B8FF-DF1809CB64AD> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
    0x5100000 -  0x5126fff  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <8DE3CB89-6682-3C69-8115-7027583F1B29> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x5138000 -  0x5194ffb  com.apple.corelocation (1239.40 - 1239.40) <DF504BBD-A9D5-3AF0-AAF7-F7C06753A13C> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x51c1000 -  0x51c9ff3  com.apple.AppSandbox (2.0 - 1) <EA5C2F87-F046-349E-B276-6B9F252B2AD5> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x51d1000 -  0x5215ff3  com.apple.CalDAV (6.0 - 112.6) <EF9166E6-A80B-3C8D-BD22-F1555DB0649D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x5245000 -  0x524eff3  com.apple.CalendarAgentLink (1.0 - 37) <2D0AFE12-0235-3B60-B786-0EC07AC9F52C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x525c000 -  0x526dfff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x527d000 -  0x52dffff  com.apple.coredav (1.0.1 - 179.7) <FE9A6204-03DA-3183-A793-3FA8EEBFA1C4> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x531a000 -  0x5368fff  com.apple.iCalendar (6.0 - 126.5) <C30CAF95-3D02-3E2E-8855-51DCDF8DB219> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x5393000 -  0x53a0ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x53aa000 -  0x54f6ff7  com.apple.syncservices (7.1 - 713.1) <0A9790C9-1D95-3B46-84FA-43848FCB476E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x5572000 -  0x55dfffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x560d000 -  0x563fff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x5651000 -  0x565afff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x5662000 -  0x5689ffb  libsandbox.1.dylib (220.2) <3DBD15B6-ABFC-3395-9F6A-3061C8C1AC35> /usr/lib/libsandbox.1.dylib
    0x5690000 -  0x56a3fff  com.apple.AppContainer (2.0 - 1) <A2C97877-F90D-34CB-BAC7-811D62BABDF0> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x56b2000 -  0x56b6ff7  com.apple.SecCodeWrapper (2.0 - 1) <2ADFEC5C-ECC7-3CF5-89B9-0B461E014F12> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x56bd000 -  0x56c1ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x56c5000 -  0x56d1ff7  libexslt.0.dylib (11.3) <C7ACF116-D881-3C9F-ACFB-A7C9E19E42F6> /usr/lib/libexslt.0.dylib
    0x6141000 -  0x614eff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x6700000 -  0x670efff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x676f000 -  0x6781ffd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x6796000 -  0x67b7ff7  libPDFRIP.A.dylib (331.0.4) <C4A3E914-52FB-3161-B3E5-23FEE93B5FCE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0xbc2a000 -  0xbc35fff  libGPUSupport.dylib (8.7.25) <08BED1B3-FD0C-3137-BC0C-39EED6029D84> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xd7f0000 -  0xd984ffb  GLEngine (8.7.25) <37CEB6BA-0A46-3A34-BE81-7A0ED7DE1830> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xd9bb000 -  0xdb3cfff  libGLProgrammability.dylib (8.7.25) <CE1A4DFC-EEB2-37C1-B574-0338666C4017> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x3e000000 - 0x3e041fff  com.apple.glut (3.5.2 - GLUT-3.5.2) <0A9E8D36-8EA6-328D-AEF9-E7A7B1A830D4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x3f000000 - 0x3f48eff7 +org.coin3d.Coin.framework (3.0.0a - 3.0.0a) <3AA8D04D-ECC2-06BA-3F3C-61DAA4B0A644> /Library/Application Support/iWork '09/*/Inventor.framework/Versions/C/Inventor
    0x8fe29000 - 0x8fe5be57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90010ff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x90011000 - 0x9001fff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x90020000 - 0x90044fff  libJPEG.dylib (849) <CD42C17E-6B13-35BE-B585-9AE69CEA534F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9011c000 - 0x902d8ffd  libicucore.A.dylib (491.11.2) <59A23F06-16AD-35F8-BA58-D17305232402> /usr/lib/libicucore.A.dylib
    0x902d9000 - 0x90397ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9039d000 - 0x903a0ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x903a1000 - 0x903b0fff  libGL.dylib (8.7.25) <818E3E6B-9B00-3117-8157-9E95CB59A47B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x903b1000 - 0x903bdff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x903c2000 - 0x903c4ffb  libRadiance.dylib (849) <EAF7C74F-2A71-3A07-82E1-4FADEAFCF201> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x903c5000 - 0x905adffb  com.apple.CoreFoundation (6.8 - 744.18) <68AFEE40-0078-347E-9DEE-32CFE0062A10> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x905ae000 - 0x905afffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x905b0000 - 0x9083cffb  com.apple.RawCamera.bundle (4.04 - 680) <DD1D3CFC-1710-3186-A6C4-89B42F100117> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9083d000 - 0x9084bfff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x9084c000 - 0x9084cfff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9084d000 - 0x9084dfff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9084e000 - 0x908a8fff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x908a9000 - 0x90953fff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90954000 - 0x90981ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x90982000 - 0x90a31ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x90a32000 - 0x90a44ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x90a45000 - 0x90aabfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90aac000 - 0x90ab6fff  com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90ab7000 - 0x90ab7ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x90ab8000 - 0x90c15ffb  com.apple.QTKit (7.7.1 - 2599.24) <39CC892D-2874-33FE-BE30-87FE07D875BD> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90c16000 - 0x90ed6ff3  com.apple.security (7.0 - 55179.11) <165A3105-9ADF-329B-93FC-3C8EFAEDDD13> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90ed7000 - 0x90f3fff7  com.apple.framework.IOKit (2.0.1 - 755.22.5) <F9A70D23-1108-3616-9DE3-6C5730CA7AB2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90f40000 - 0x90f41fff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x90f44000 - 0x90f5afff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90f5b000 - 0x9108eff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x9108f000 - 0x91096fff  libsystem_dnssd.dylib (379.37) <49A44FB3-559D-3C7E-AA40-23F5A8E612AC> /usr/lib/system/libsystem_dnssd.dylib
    0x91097000 - 0x91098ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x91099000 - 0x910a5ffe  libkxld.dylib (2050.22.13) <ED37AAAA-B1C0-3ADF-A897-3D580A845843> /usr/lib/system/libkxld.dylib
    0x910a6000 - 0x911e1ff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x911e2000 - 0x911e6fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x911e7000 - 0x91241fff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <BB0D85EE-A85D-3E7B-B04E-720886553258> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x91242000 - 0x9128efff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x9128f000 - 0x912e6ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x912e7000 - 0x912e8fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x912e9000 - 0x912f2ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x912f3000 - 0x912f3fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x912f4000 - 0x91309fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91314000 - 0x91390ffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x91391000 - 0x91419fff  com.apple.PDFKit (2.7.3 - 2.7.3) <3E1B3BB0-4137-3C99-9C7D-4B34C8943F22> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9141a000 - 0x91437fff  libxpc.dylib (140.42) <1E419D55-C5C1-33FF-B52E-6C7FFBEA5E1F> /usr/lib/system/libxpc.dylib
    0x91438000 - 0x9143cfff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91448000 - 0x91456ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x91457000 - 0x914f2fff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x914f3000 - 0x9160bff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x9160c000 - 0x9160cfff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91685000 - 0x918f2ffb  com.apple.imageKit (2.2 - 670) <E5D08218-C9FC-32ED-B461-4725B2456404> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x918f3000 - 0x91b96ff3  com.apple.CoreImage (8.2.4 - 1.0.1) <BA4EE8D7-FE72-3CC3-801F-B69D8A8B426F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x91b97000 - 0x92223ff3  com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92224000 - 0x92288ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x92289000 - 0x922edfff  com.apple.datadetectorscore (4.1 - 269.2) <B4D53047-C613-32F8-9E08-0154EA81B487> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x922ee000 - 0x9231aff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x9231b000 - 0x92426ff7  libJP2.dylib (849) <B2D0E844-C390-376C-91D9-F3501B5C7A83> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x927f8000 - 0x92898ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x928a5000 - 0x928b3fff  com.apple.opengl (1.8.7 - 1.8.7) <0631EC1D-833B-39D2-A907-A9F7617E5504> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x928b4000 - 0x928cbfff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x928cc000 - 0x928d0ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x928d1000 - 0x928dafff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x928db000 - 0x92955ff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92956000 - 0x92d52feb  com.apple.VideoToolbox (1.0 - 926.87) <D6460276-E1CF-317D-B32F-80EAE916168C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92d53000 - 0x92d53fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92d54000 - 0x92d5effe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x92d5f000 - 0x92d7bfff  libPng.dylib (849) <BF2CB6F5-A2F1-35A4-93F7-ACA6D7F02084> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92d7c000 - 0x92d88ffa  com.apple.CrashReporterSupport (10.8.3 - 417) <A4A45B14-8992-3739-82BC-3C5E5C2686F9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x92d89000 - 0x92dbafff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92dbb000 - 0x92e1dfff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x92e1e000 - 0x92e35ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x92e36000 - 0x93154ff3  com.apple.Foundation (6.8 - 945.16) <C4D95341-B4FF-30AC-815A-A23C019C57A3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93155000 - 0x93197ffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x93198000 - 0x931c1ff7  libRIP.A.dylib (331.0.4) <FE496AFC-420A-3712-BC79-FC8C63ADB73D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x931c2000 - 0x931c9fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x931ca000 - 0x9360cff3  com.apple.CoreGraphics (1.600.0 - 331.0.4) <BC041647-FB5A-3D07-A253-F3D34E25BF6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9360d000 - 0x93912ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <356AE2DF-ABB0-319C-8B5B-2F33D693889F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93913000 - 0x93926ff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x93968000 - 0x9396afff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x9396b000 - 0x93988ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x93989000 - 0x939b2fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x939b3000 - 0x939f8ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x939f9000 - 0x93a06ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x93a0b000 - 0x93b09ff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x93b0a000 - 0x93b0dffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93b0e000 - 0x93b8aff3  com.apple.Metadata (10.7.0 - 707.5) <F2BC2AB4-A87A-3D37-A496-AC21EF3E1244> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93b8b000 - 0x93f6efff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93f6f000 - 0x93f79fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94018000 - 0x94066ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94067000 - 0x94072ffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94073000 - 0x94073fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94074000 - 0x94128fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94129000 - 0x94281ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0D36953C-9897-3E9B-8C70-847E90B203A2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94282000 - 0x9428bfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9428c000 - 0x94324fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94325000 - 0x94330fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x94331000 - 0x94331ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <D35BA73D-1E56-3A1D-9F9F-971F3BF8C136> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94332000 - 0x94398ffc  com.apple.ISSupport (1.9.8 - 56) <D2AC4E10-0B3C-3194-AEB7-1E9964CBC0D0> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x94399000 - 0x9439dffc  libGIF.dylib (849) <2F1DE1C6-4779-35A6-8ED5-BBF8ADD5962A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94440000 - 0x94bdbff3  libclh.dylib (4.0.3 - 4.0.3) <CF4CE94B-D0CE-3E84-9640-5ABFC54378A5> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x94bdc000 - 0x94c01ffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94c70000 - 0x94c90ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x94c91000 - 0x94c91fff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94c92000 - 0x94cfafe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94cfb000 - 0x94d02ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x94d03000 - 0x94d1cfff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d1d000 - 0x94d52ff7  com.apple.framework.internetaccounts (2.1 - 210) <553BF1E7-B26F-3BE7-BAA9-D80E53E73B0D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x94d55000 - 0x94d5bfff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94d5c000 - 0x94ed4ff5  com.apple.QuartzCore (1.8 - 304.2) <FB737C74-C460-32A3-9107-D2112BAE6EBC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94ed5000 - 0x94effff9  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <69AD5C5E-14A2-3E2B-AE28-2C7A7E4F5D0A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94ffe000 - 0x95040ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x95041000 - 0x95044ff9  libCGXType.A.dylib (331.0.4) <981B13D6-4E8B-3468-92D3-FE436B48C0DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x95045000 - 0x950a0fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x950a8000 - 0x951a0ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x951a1000 - 0x9521aff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9521b000 - 0x9526bff7  com.apple.CoreMediaIO (307.0 - 4155) <49D36F54-D414-3745-8194-69FC3B632ED3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x9526c000 - 0x9526effd  libCVMSPluginSupport.dylib (8.7.25) <C8FC6227-5209-3138-89CD-03CAD11F3EC3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9526f000 - 0x9538bffb  com.apple.desktopservices (1.7.3 - 1.7.3) <7157C51D-C695-3C9E-B532-F551E7E55B56> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9538c000 - 0x9538dfff  libsystem_sandbox.dylib (220.2) <61A79095-1978-3AAA-B0E0-658BC8E5F045> /usr/lib/system/libsystem_sandbox.dylib
    0x9538e000 - 0x95398fff  libCSync.A.dylib (331.0.4) <71A7B331-C8A2-322C-AFB0-062EE9C3B848> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95399000 - 0x9547afff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x9547e000 - 0x95490fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x95491000 - 0x961c9fff  com.apple.QuickTimeComponents.component (7.7.1 - 2599.24) <51BE2DF8-7B3B-36F5-8860-50071A8702E4> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x961ca000 - 0x96200ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x96201000 - 0x96286ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x96287000 - 0x962acff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x962ad000 - 0x96598ff7  com.apple.AOSKit (1.05 - 152.2) <9FDCE5E4-B68D-38F6-A5DB-D1597D5C4252> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x96599000 - 0x967f2ff8  com.apple.JavaScriptCore (8536 - 8536.28.10) <B02A662A-7DE6-3C9D-AB08-AA746D48FF2B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x967f3000 - 0x967fbfff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x967fc000 - 0x967fdfff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x967fe000 - 0x96848ff7  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <1D7CB11D-C28C-3A25-865A-4AD6EE40D493> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x970c7000 - 0x970cafff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x970cb000 - 0x970ceff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x970cf000 - 0x9711dffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9711e000 - 0x9716dff6  libTIFF.dylib (849) <229EBA67-A2D3-30B7-8177-3CA5503360EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9716e000 - 0x97177ffe  com.apple.aps.framework (3.0 - 3.0) <F4EF9C03-5B1B-3559-A77D-BD1B2D11167E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x97178000 - 0x97285ff3  com.apple.ImageIO.framework (3.2.0 - 849) <B34C2380-51F6-38B1-BB6C-C2E5185D90EF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x97286000 - 0x972caff7  libGLU.dylib (8.7.25) <0CC1A4D8-C095-3F2B-B55C-FDEBEA0E9CFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x972cb000 - 0x9730cff7  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D9479FFE-2D79-373C-9F73-E746664ACD5C> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x9730d000 - 0x9730dfff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x9730e000 - 0x97356ff5  com.apple.opencl (2.2.18 - 2.2.18) <004A1DE4-49C6-3938-8B54-CD1DC23BDBE5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97357000 - 0x9738affb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x973f1000 - 0x973f5fff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x975bf000 - 0x97616ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97617000 - 0x9761effe  com.apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9761f000 - 0x979b2ff3  com.apple.MediaToolbox (1.0 - 926.87) <F3623474-03AD-3A7F-8BD1-46A44A12E74E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x979b3000 - 0x97ac0057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x97b04000 - 0x97c8dff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97c8e000 - 0x97ea5fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97ea6000 - 0x97f8fff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x97f90000 - 0x97fb4fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x97fb5000 - 0x97fcafff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x97fcb000 - 0x98002ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <B7BAC5B9-ABA9-3799-B8B5-D2DED9383C24> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x98003000 - 0x980f4ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x98103000 - 0x98178ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98179000 - 0x9819eff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9819f000 - 0x981bcfff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x981bd000 - 0x9830bfff  com.apple.CFNetwork (596.3.3 - 596.3.3) <EC7EF37B-B00E-374D-9E8F-E4E22D741059> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9833b000 - 0x9833fffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x98340000 - 0x98340fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x98387000 - 0x9838dfff  com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x9838e000 - 0x983e8ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x983e9000 - 0x983eafff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x983eb000 - 0x983f2ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x983f3000 - 0x9840cffb  com.apple.frameworks.preferencepanes (15.1 - 15.1) <D788C8BE-5A13-3EA3-93FA-9B5CEEFE249B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x98410000 - 0x98452ff7  libcups.2.dylib (327.3) <C7A4A315-FA15-354B-8BC9-BE824C4EFF6D> /usr/lib/libcups.2.dylib
    0x98453000 - 0x98453ffe  com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x98454000 - 0x98871fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x98872000 - 0x98875ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x98876000 - 0x98c2effa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x98c2f000 - 0x98cc1ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x98ce8000 - 0x98d2fff3  com.apple.CoreMedia (1.0 - 926.87) <713B7213-D695-3162-9852-DBC114C26178> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98d30000 - 0x98e04ff3  com.apple.backup.framework (1.4.2 - 1.4.2) <0473EB45-E9BF-3C10-B235-A6E2B960A88F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x98e05000 - 0x98e5efff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98e5f000 - 0x98ebdff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <953DD669-8C6E-387D-AB3F-D8C8965347DF> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x98ebe000 - 0x98f19ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x98f1a000 - 0x98f34ffc  libsystem_kernel.dylib (2050.22.13) <70C520E8-0394-3DFB-823B-FE8C251C169A> /usr/lib/system/libsystem_kernel.dylib
    0x98f3

    Back up all data.
    Triple-click the line below to select it:
    /Library/Application Support/iWork '09
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with an item named "iWork '09" selected. Move the selected item to the Trash. You may be prompted for your administrator password. Launch the application and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Excel crash with MSVBVM60 error

    Hi
    I have a problem with my input schedules, everytime I send data excel crash with an error in msvbvm60.dll.
    I have checked that the version of msvbvm60 is the newest one and it is.
    I havn't made any system changes in the past dayes and we have the error on at least 2 different PC's and on 2 different AppSets. It was working fine this morning.
    The error occures when the dialogbox showing the send data result appear. The data are saved in the database.
    Any suggestion on why and how to fix this problem is greatly appreaciated.
    J

    Please try to install into one computer:Visual Basic 6 runtime files.
    You can use the follow link for download.
    http://www.microsoft.com/downloads/details.aspx?FamilyID=7B9BA261-7A9C-43E7-9117-F673077FFB3C&displaylang=en
    I hope this will help.
    Regards
    Sorin Radulescu

  • Constant crashing with FF13 and newest Flash. Tried reinstall of previous version; nothing but trouble

    A few weeks ago, everything worked very nicely on my desktop computer. Then I succumbed to the nagging and "upgraded" to FF13, as well as the new Flash and Real players. Immediately, FF started crashing. First, it would instantly crash with any tab that had Flash embedded.
    OK, I disabled and then finally uninstalled Flash and Real, but that didn't solve the problem; it would still crash 3 or 4 times a day, and with as few as 30 tabs open (the previous version could easily run 100+ tabs). Apart from those 3 "updates", the only other thing I had done was to update my existing plug-ins and add-ons, but I even tried disabling all of my plug-ins and add-ons; FF still kept crashing!
    Today, I got fed up and uninstalled FF13 (after using MozBackup), and d/loaded and installed the previous version of FF. Did that solve the problem? Nope. Now, I can't get Tab Mix Plus to work, nor can I find my hundreds of old saved Sessions with Session Manager.
    I tried uninstalling Tab Mix Plus and then reinstalling it, but I just get an error message saying it couldn't be installed. In fact, this is the THIRD time I've had to type this post, since the first time, I mistakenly tried to open a new tab to search Tab Mix Plus in Google, but the f{ck1ng tab opened Google right over this page, wiping out my almost finished post, and the second time, I went to Tools-->Options-->Manage Add-Ons-->Tab Mix Plus-->Options, and it froze up FF, requiring restarting it! Indeed, it seems as if the entire Manage Add-Ons menu is now buggy and generally freezes up.
    I am *this*far*away* from ditching FF entirely (after 7 years of being loyal to it) and trying Chrome. It really is infuriating how difficult it is to get this straightened out! Any help would be greatly appreciated.

    Have you tried creating a new Firefox profile and testing whether that will run without crashes? This is a non-destructive test that creates a new settings folder. It picks up plugins from the registry, but otherwise looks like a fresh install.
    If you haven't used the Profile Manager before, this article describes how to start up into it and create a new profile: [[Use the Profile Manager to create and remove Firefox profiles]].
    You can import your bookmarks by restoring a backup from your previous profile folder. For convenience of access, make a copy of your last bookmarks backup on the desktop. You can find that folder using Help > Troubleshooting Information > Show Folder; navigate up one level to view your last active profile, then into the bookmarkbackups folder. Copy the latest .json file to the desktop. Then in the dialog pictured in the article "[[Back up your bookmarks or move them to another computer]]", use Restore > Choose File to import that file into your new profile.
    Can you get through a day without crashing?

Maybe you are looking for

  • PLEASE HELP, iPhone bricked, but not in the 'usual' ways

    I have a horrible problem with my iPhone, which usually I have been able to fix most iPhone problems. I've seen a lot of issues as I used to administer a 200 strong iPhone4 fleet, but this has me stumped! I have an iPhone4 GSM. Up until yesterday it

  • Macbook for macbook

    i would like to know if apple has such a program that will let you trade i your computer for some cash or credit. EX: apple gives me 350 for my macbook and now i can get a new one for a bit less.

  • I can not print to my Epson C62.pr

    I have an epson c62 hooked up usb to my ap extreme. my macbook finds it when i use print and fax utility but base station config on airport does not show any printer connected. i have checked cables, turned off, deleted printer through my macbook. an

  • Simple stroke FROM outline stroke

    Hi, of course, I know how to create outlines from a stroke. But for a specific project, I need to be able to do the exact opposite. I have lots of vector illustrations like the one attached, that are made of outline strokes, and I need to convert the

  • How do i get rid of popups during msn games

    I go into msn games, try to click on a game but a list of popups cover play now. I have to go out of program and go back in several times till I'm able to play the game. Spoke to Dell tech today and he thought it was the firefox. In any case can this