Acrobat 9 crashes on startup - is it the java, or the fonts, or?

Another MacPro in the room is experiencing crashes on startup of Acrobat 9, which was part of CS5. It was set to bypass the startup screen, so I don't know what it's trying to do when it dies. Here's what I did:
Uninstall, then reinstall. I started it up and it seemed fine: opened files, changed preferences. Then I reinstalled a set of plugins we use from Heidelberg - PDF Toolbox. And I couldn't open Acrobat after that. I remembered we had another problem because the OS was 10.6.x, and Heidelberg claimed that version of Java was too new for the version of their software that we use. We reverted to 10.5.8 for the MacPros that do most of that work. The MacPro with the crashes uses 10.6.8. I thought that a conflict between Java versions might be causing this issue also.
So I uninstalled the plugins, uninstalled Acrobat, used Onyx to clean out caches, rebuild Launch Services and reset permissions; restarted the Mac, reinstalled Acrobat - but it still crashes on startup.
It was working (for quite a while), then it wasn't. It's not my machine so I don't know what changes were made recently. I'd appreciate guidance on what path to take to diagnose this. I've copied the beginning of the crash report below.
Process:         AdobeAcrobat [382]
Path:            /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
Identifier:      com.adobe.Acrobat.Pro
Version:         9.3.0 (9.3.0)
Code Type:       X86 (Native)
Parent Process:  launchd [96]
Date/Time:       2011-07-07 12:13:57.132 -0700
OS Version:      Mac OS X 10.6.8 (10K540)
Report Version:  6
Interval Since Last Report:          195 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  6 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      FDF375E0-CD77-4C6E-9F94-6079924FF389
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000001798e002
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread

Uninstalling and Reinstalling is rarely the best solution. "Nuke and Pave" (erasing your entire drive and starting again) even less so!
The chances are that the application files were installed properly and the fault is not with them. (Well, replacing them with identical copies won't help.)
First thing to do is to delete the preferences relating to Acrobat in <user>/Library/Preferences.
Second thing is to create a brand new user account and test the problem there. If it works fine, then the cause is something in your original user account's Library, such as another preference file or cache. It might also be caused by some Login Items that load at startup in the original user account, which are incompatible in some way.
If the problem still occurs in the new account, then your problem is system-wide, and may relate to a software conflict with some other software. Third-party plug-ins for Acrobat are a good start: remove them and seem if it works.
You will need to look through the entire crash log for clues. References to third-party software; repeated use of terms like USB -- this might give you some indication, so remove that software; remove all peripherals except Apple mouse and keyboard.
Acrobat 9 should work fine on 10.6.8. So there must be something else at work.

Similar Messages

  • IMovie '09 now crashes upon startup... Just like the previous version did.

    If you search on my username, you will find posts regarding my previous iMovie installation (that last iLife...07?). I have a plain old iMac 24" Intel machine. I'm rather new at Mac, and I have nothing out-of-the-ordinary on the machine.
    All of sudden, I would start iMovie up and it would crash upon startup. That rendered it useless to me, and, of course, it made the Mac purchase rather disappointing. I bought it so I wouldn't have to worry about problems like this.
    My iLife 09 purchase solved the problem. iMovie worked again. Until today.
    I just tried to launch it, and pow! Same problem. Crash upon launch. I looked at the "Applications" folder and noticed it was updated on March 30. This was probably the last software update.
    I rolled back to the Feb 28 or so version via Time Machine, and it works.
    So, just as before, Apple updated my iMovie and broke it. I couldn't fix it before, and now, apparently, they've done it again.
    What is going on? I surely hit the "let apple know what happened" button, but will this really do anything? Do I now have to disregard ALL updated for fear that it will break again?
    This is VERY VERY frustrating. I bought the thing so it would do what I need it to do - photos and kids video editing - without a big hassle. It turns out that it's been a giant hassle when it comes to this.
    Pardon me for seeming frustrated, but I really am.
    What do I do?
    Thanks,
    Kris

    search this forum. Apparently -- its common. Others have recommended looking for projects that are zero kb's. While other s have had to delete all projects in the imovie folder. Take a look. I just cross my fingers that i don't get this issue!! Also the more people that report it to apple the better....

  • Muse crashes on startup.  New trial download from the CC

    Muse crashes on startup.  It is a new trial download from the CC.  Any suggestions?

    Hi,
    delete opm.db from :
    Windows 7/8 -> C:\Users\account_name\AppData\Local\Adobe\OOBE
    Macintosh -> User -> Library->Application Support -> Adobe -> OOBE
    Retry.

  • HT5675 I have a question about OS x 2013-002 1.0 the Java update the showed up recently

    If I have installed Oracles Version 7 Update 17 (build 1.7.0_17-b02) I think I should skip this update. I am seeking confirmation on that decision and if it is correct how do I tell App Store to stop asking me to install it?
    Bellow is the Apple details on the update they are reccomending:
    HT5675: About Java for OS X 2013-002
    Learn about About Java for OS X 2013-002

    I updated two iMacs this morning with both the Apple OSX Java update and the Java update (17) this morning. On my older iMac (2007) all is working fine.  On my newer iMac (2011) all works fine for awhile, but then I start getting probelms.  Programs like Address Book, iTunes, and iCal won't open from the dock, and Safari won't load web pages. Need to use force quit to get out of them.  After a restart, all is back to normal again for awhile. Both computers are running Lion 10.7.  Everything was working fine on both computers prior to the Java updates, so I'm wondering what my one computer doesn't like about the latest updates.

  • How add ant.jar in to the Java on the NW65 ?

    Server: NW65SP8
    Step-1: i do this in the NetWare console:
    javac -d SYS:\JAVA\classes -classpath SYS:\JAVA\ksrlib\ant.jar SYS:\JAVA\classes\ZipTest.java
    ZipTest.java have this strings:
    mport org.apache.tools.zip.ZipEntry;
    import org.apache.tools.zip.ZipOutputStream;
    import java.io.*;
    import java.util.zip.Adler32;
    import java.util.zip.CheckedOutputStream;
    public class ZipTest {
    public static void main(String[] args)
    throws IOException {
    All without errors. After this i see file:
    sys:\JAVA\classes\ZipTest.class
    Step-2:
    run this ZipTest :
    java ZipTest
    And in the Loggerscreen i see this error:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/zip/
    ZipOutputStream
    at ZipTest.main(ZipTest.java:24)
    java: Class ZipTest exited with status 1
    Please, help me found my error.
    Serg

    Thanks all for advise.
    At this tie all work.
    this was my steps:
    1. in the my SLED11 move from eclipse to NetBeansIDE6.8
    2. download add to the SLED11 and configure in the NetBeans for use:
    /home/ksr/bin/j2sdk-1_4_2_18/j2sdk1.4.2_18 as JDK1.4
    3.Configure NetBeans for use ant.jar in the myzip Project
    4. this my source:
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package myzip;
    import org.apache.tools.zip.ZipEntry;
    import org.apache.tools.zip.ZipOutputStream;
    import java.io.*;
    import java.util.zip.Adler32;
    import java.util.zip.CheckedOutputStream;
    //import java.util.Calendar;
    import java.util.Date;
    //import java.util.TimeZone;
    import java.text.SimpleDateFormat;
    //import java.util.*;
    public class Main {
    public static void main(String[] args) throws IOException {
    System.out.println("\nInside the java program.");
    System.out.println("You passed : " + args.length + " parameters.");
    for (int i=0; i<=args.length-1; i++) {
    System.out.println("Parameter # " + (i+1) + "\tValue = " + args[i]);
    System.out.println("SourceDir="+args[0]);
    System.out.println("DestinationFile="+args[1]);
    //+ + + + + + +
    //Calendar c=Calendar.getInstance();
    Date dtn = new Date();
    SimpleDateFormat dtnf = new SimpleDateFormat("yyyyMMdd");
    String NameZip = args[1];
    NameZip=NameZip+"_"+dtnf.format(dtn)+".zip";
    //System.out.println("="+ dtnf.format(dtn) );
    //System.out.println("="+ NameZip );
    ZipOutputStream zipOutputStream = null;
    File rootFile = new File(args[0]); // sysdata://test
    System.out.println("\nrootFile: "+rootFile+"\n");
    String pathPrefix = rootFile.getAbsolutePath().substring(0, rootFile.getAbsolutePath().lastIndexOf(System.getP roperty("file.separator")));
    System.out.println("pathPrefix: "+pathPrefix+"\n");
    System.out.println("pathPrefix-length: "+pathPrefix.length()+"\n");
    //File zipFile = new File("/home/ksr/test1.zip"); // sysdata://test.zip
    File zipFile = new File(NameZip);
    System.out.println("zipFile: "+zipFile+"\n");
    try {
    zipOutputStream = new ZipOutputStream(new CheckedOutputStream(new FileOutputStream(zipFile), new Adler32()));
    zipOutputStream.setEncoding("CP866");
    putZipEntry(zipOutputStream, rootFile, pathPrefix.length());
    } finally {
    if (zipOutputStream != null) {
    zipOutputStream.close();
    private static void putZipEntry(ZipOutputStream zipOutputStream, File file, int pathPrefixLength) throws IOException {
    if (!file.isDirectory()) {
    zipOutputStream.putNextEntry(new ZipEntry(file.getAbsolutePath().substring(pathPref ixLength)));
    InputStream in = null;
    try {
    in = new DataInputStream(new BufferedInputStream(new FileInputStream(file)));
    byte[] bytes = new byte[(int) file.length()];
    int iCount;
    while ((iCount = in.read(bytes)) != -1) {
    zipOutputStream.write(bytes, 0, iCount);
    } finally {
    if (in != null) {in.close();}
    } else {
    File[] childFiles = file.listFiles();
    for (int i = 0; i < childFiles.length; i++) {
    File childFile = childFiles[i];
    // ++++
    //add for check file size > 0 or this is i directory
    if ( ((childFile.length() != 0) && childFile.isFile()) || childFile.isDirectory() ) {
    putZipEntry(zipOutputStream, childFile, pathPrefixLength);
    And at this time - all work !
    Problem with "Exception in thread "main" java.lang.NoClassDefFoundError:" -
    resolved after use in the NetBean JAVA1.4
    Problem with applycation freeze anc CPU utilization up to 100 % - resolved after add check:
    if this is a file and file size >0 or this is a directory , then zip
    else - SKIP
    Serg

  • Premiere Elements 7 Crashes on Startup

    The programme has been working fine for about 2 months but, as of last night, my copy of Premiere Elements 7 has started crashing on startup...it gets through the load screen and gives me the usual options to open an existing project or a new project etc--but as soon as the editing workspace opens, I get an error message and the programme closes.  If it helps anyone, the reported details of the crash are:
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    00000000
      Exception Code:    c0000005
      Exception Offset:    00000000
      OS Version:    6.0.6001.2.1.0.768.3
      Locale ID:    2057
      Additional Information 1:    e52f
      Additional Information 2:    e98dfca8bcf81bc1740adb135579ad53
      Additional Information 3:    860f
      Additional Information 4:    6eabdd9e0dc94904be3b39a1c0583635
    If it's significant, the fault appeared on my first attempt to open the programme after Adobe Updater told me there were updates available and I let it go ahead...I wonder if something became corrupted in that process.
    If anyone has any fixes based on the above, I'd be grateful.  However, I'm more than willing to just reinstall (I still have the original download files available on my computer) but, before I try this, want to make sure I will be able to re-register my copy when I have done the reinstall (I have all the codes etc.).  Perhaps I'm being paranoid but I've used Audition for ages and know people have had problems registering again if they've been unable to unregister a copy before starting again...I don't know if Premiere Elements 7 is the same but want to make sure I have my "ducks in a row" before starting a process I might regret.
    Thanks in advance for any help.
    Bob

    Well, I've solved it without re-installing but I'm surprised at what caused the trouble.
    There was a faulty .avi file in the directory I've nominated for storing my source video and audio.  (I'd started to transfer a large file, realised it was the wrong one and stopped the transfer before it was complete.)  Deleting this one file has the programme working properly again.  I mention it in case it helps anyone else in the future but I'm surprised something so basic could cause a crash.
    Thanks for the advice that reinstalling isn't a problem...good to know just in case I ever have to.
    Bob

  • Adobe Premiere Pro CC Crashes on startup after upgrading to new computer monitors

    Hey everybody, I am tech-savvy so go ahead and throw detailed answers at me. I recently updated to Windows 8.1 because Premiere Pro CC (version 7.2.1) crashed on startup in Windows 8. After the update to Win8.1, it worked fine with my old 19in. VGA full-screen monitors. However, after I installed new HD wide-screen monitors yesterday, I opened Premiere Pro and it started up just fine and is stable until it processes a video file. If I'm fast enough, it will successfully import a file from the media browser, but as soon as it "processes" the video in the media browser or the video in the timeline, Windows gives me the error "Adobe Premiere Pro CC has encountered an error and must be shut down". I tried every trick in the book- including changing the monitor refresh rate down from 144Hz to 60Hz, tried using an HDMI cable instead of DVI-D, and tried reinstalling Premiere Pro (restarting the computer at the proper points in the process), and tried setting it to render using no GPU acceleration (Mercury software only). Nothing seems to work. Below are the specs on my computer:
    CPU: AMD FX-8120, GPU: Dual AMD HD Radeon 6670's 1GB GDDR3 each outputting to its own monitor via DVI-D Dual Link, Monitors are ASUS VG248QE 24" running 1920x1080p resolution @ 144Hz, 7200RPM Western Digital HDD.

    I had this same problem on my HP laptop that has two video cards. I had to dissable the Intel 4000 in order to get Premiere CC to function. However, once this one done, it was no longer possible to use the external monitor (even when I closed the lid, it simply would not recognize the external monitor). Thus, each time I'm using Premiere CC then I have to disconnect the monitor and use device managre in Win8.1 to dissable Intel. It's really a huge pain in the arse. Also, I do not have an option to choose to choose a second monitor in Win8 once the Intel is dissabled. I've updated both drivers - so, I guess that's the only solution there is for my laptop. I'd suggest not using this software with a HP laptop that has two graphics cards.

  • Illustrator CC crashes on startup

    Hi, I,m using Illustatror CC as part of the new CC package and it is now constantly crashing on startup.  I want to reinstall the programme but there are no guidelines on how to do this.  Have tried Adobe support but they have failed to phone me back..... All software is the latest versions and I'm running on the latest Mac OS
    Any help would be much appreciated.

    Hmm.
    You can download the The Creative Suite Cleaner Tool: http://www.adobe.com/support/contact/cscleanertool.html
    Run it and select Illustrator. When you choose Clean, it will ask if you want to tryto Uninstall first. Choose Uninstall. It will invoke the uninstaller... You should be set.
    (there's probably a better way to do this...)

  • IBooks crashes on startup

    Hello:
    I upgraded my current-gen Mac-Mini to 10.9 yesterday, and I'm having difficulty with iBooks.
    When I initially launched it, it asked for my AppleID, and I provided it...  then the screen flashed to what looked like the PDF section of my iBook-shelf...  and imediately cashed.
    relaunching iBooks, prompts me with a warning which says
    "The last time you opened iBooks, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?"
    regardless of which option I choose, the aplication IMEDIATELY crashes upon startup with a brief flash of the same PDF section of my iBooks
    What's the deal?

    Process:         iBooks [1544]
    Path:            /Applications/iBooks.app/Contents/MacOS/iBooks
    Identifier:      com.apple.iBooksX
    Version:         1.0 (169)
    Build Info:      iBooks-169000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [210]
    Responsible:     iBooks [1544]
    User ID:         501
    Date/Time:       2013-10-24 00:46:52.108 -0400
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  866A4DEC-ED3B-C87E-8795-8FD2873871D3
    Crashed Thread:  5  Dispatch queue: com.apple.NSXPCConnection.user.com.apple.BKAgentService
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8e91ba1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e91ad18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a85a315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a859939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a859275 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox                     0x00007fff84d75f0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox                     0x00007fff84d75cb7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox                     0x00007fff84d75abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit                        0x00007fff8686528e _DPSNextEvent + 1434
    9   com.apple.AppKit                        0x00007fff868648db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit                        0x00007fff868589cc -[NSApplication run] + 553
    11  com.apple.AppKit                        0x00007fff86843803 NSApplicationMain + 940
    12  libdyld.dylib                           0x00007fff8a3c05fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8e920662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff90bf043d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff90bf0152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 5 Crashed:: Dispatch queue: com.apple.NSXPCConnection.user.com.apple.BKAgentService
    0   libRIP.A.dylib                          0x00007fff86566db7 RIPLayerRetain + 20
    1   libRIP.A.dylib                          0x00007fff8655fca0 ripc_GetClipState + 1428
    2   libRIP.A.dylib                          0x00007fff8655f3ac ripc_GetRenderingState + 158
    3   libRIP.A.dylib                          0x00007fff865788d5 ripc_DrawPath + 129
    4   com.apple.CoreGraphics                  0x00007fff8be3a361 CGContextDrawPath + 192
    5   com.apple.CoreGraphics                  0x00007fff8be3995a CGPDFDrawingContextDrawPath + 72
    6   com.apple.CoreGraphics                  0x00007fff8be3844d pdf_scanner_handle_xname + 108
    7   com.apple.CoreGraphics                  0x00007fff8be37753 CGPDFScannerScan + 308
    8   com.apple.CoreGraphics                  0x00007fff8be35a53 CGPDFDrawingContextDrawPage + 513
    9   com.apple.CoreGraphics                  0x00007fff8be35808 pdf_page_draw_in_context + 89
    10  com.apple.CoreGraphics                  0x00007fff8be357a8 CGContextDrawPDFPage + 57
    11  com.apple.PDFKit                        0x00007fff8425bd77 -[PDFPage(PDFPagePrivate) drawWithBox:inContext:] + 2147
    12  com.apple.BKLibraryPlatformDataSources          0x0000000103d62e8e 0x103d58000 + 44686
    13  com.apple.AppKit                        0x00007fff869e9ceb -[NSCustomImageRep draw] + 352
    14  com.apple.AppKit                        0x00007fff869d6341 -[NSImageRep drawInRect:] + 413
    15  com.apple.AppKit                        0x00007fff869d617f __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_2 + 64
    16  com.apple.AppKit                        0x00007fff869d5d3a __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke + 1147
    17  com.apple.AppKit                        0x00007fff869d56a8 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1073
    18  com.apple.AppKit                        0x00007fff869dc3e7 -[NSImageRep _newCGImageForProposedRect:context:hints:flipped:] + 753
    19  com.apple.AppKit                        0x00007fff869d5f48 -[NSImageRep CGImageForProposedRect:context:hints:] + 99
    20  com.apple.AppKit                        0x00007fff869db556 -[NSImageRep CGImageForProposedRect:context:hints:flipped:] + 346
    21  com.apple.AppKit                        0x00007fff869dc086 -[NSImage _newSnapshotRepForRep:rect:context:processedHints:] + 159
    22  com.apple.AppKit                        0x00007fff869dbfb8 -[NSImage _snapshotRepForRep:rect:context:processedHints:] + 195
    23  com.apple.AppKit                        0x00007fff869db2e4 __48-[NSImage CGImageForProposedRect:context:hints:]_block_invoke + 162
    24  com.apple.AppKit                        0x00007fff86960626 -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 170
    25  com.apple.AppKit                        0x00007fff869dafe9 -[NSImage CGImageForProposedRect:context:hints:] + 942
    26  com.apple.IMCommonCore                  0x0000000102053522 -[NSImage(IMCompatibility) im_imageWithPixelSize:] + 44
    27  com.apple.IMCommonCore                  0x00000001020534ec -[NSImage(IMCompatibility) im_imageWithSize:options:] + 402
    28  com.apple.IMPlatformCore                0x0000000101ed1af4 -[NSImage(IMAdditions) multiRepImageWithSize:] + 71
    29  com.apple.BKLibraryPlatformDataSources          0x0000000103d6026c 0x103d58000 + 33388
    30  com.apple.BKLibraryPlatformDataSources          0x0000000103d5c6c5 0x103d58000 + 18117
    31  libdispatch.dylib                       0x00007fff90bf11d7 _dispatch_call_block_and_release + 12
    32  libdispatch.dylib                       0x00007fff90bee2ad _dispatch_client_callout + 8
    33  libdispatch.dylib                       0x00007fff90bf068f _dispatch_queue_drain + 451
    34  libdispatch.dylib                       0x00007fff90bf19dd _dispatch_queue_invoke + 110
    35  libdispatch.dylib                       0x00007fff90beffa3 _dispatch_root_queue_drain + 75
    36  libdispatch.dylib                       0x00007fff90bf1193 _dispatch_worker_thread2 + 40
    37  libsystem_pthread.dylib                 0x00007fff8bdc0ef8 _pthread_wqthread + 314
    38  libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 10:: Dispatch queue: NSOperationQueue 0x6180000386a0
    0   libsystem_kernel.dylib                  0x00007fff8e91ba1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e91ad18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a85a315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a859939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a859275 CFRunLoopRunSpecific + 309
    5   com.apple.CommerceKit                   0x00007fff86163930 -[ISOperation runRunLoopUntilStopped] + 46
    6   com.apple.CommerceKit                   0x00007fff8616ca63 -[ISURLOperation _runWithURL:] + 648
    7   com.apple.CommerceKit                   0x00007fff8616c765 -[ISURLOperation _run] + 207
    8   com.apple.CommerceKit                   0x00007fff86169468 -[ISURLOperation run] + 19
    9   com.apple.CommerceKit                   0x00007fff861690b6 -[ISStoreURLOperation _runURLOperation] + 2095
    10  com.apple.CommerceKit                   0x00007fff861682ce -[ISStoreURLOperation run] + 109
    11  com.apple.CommerceKit                   0x00007fff861645ee -[ISOperation _main:] + 435
    12  com.apple.CommerceKit                   0x00007fff861640fb -[ISOperation main] + 581
    13  com.apple.CommerceKit                   0x00007fff86163a23 -[ISOperation runSubOperation:returningError:] + 212
    14  com.apple.CommerceKit                   0x00007fff861a872e -[StorePlatformOperation run] + 234
    15  com.apple.CommerceKit                   0x00007fff861645ee -[ISOperation _main:] + 435
    16  com.apple.CommerceKit                   0x00007fff861640fb -[ISOperation main] + 581
    17  com.apple.Foundation                    0x00007fff83f37591 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation                    0x00007fff83f3723b __NSOQSchedule_f + 64
    19  libdispatch.dylib                       0x00007fff90bee2ad _dispatch_client_callout + 8
    20  libdispatch.dylib                       0x00007fff90bf27ff _dispatch_async_redirect_invoke + 154
    21  libdispatch.dylib                       0x00007fff90bee2ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff90bf009e _dispatch_root_queue_drain + 326
    23  libdispatch.dylib                       0x00007fff90bf1193 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib                 0x00007fff8bdc0ef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8e91fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8bdc0f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8bdc3fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8e91ba1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e91ad18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a85a315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a859939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a859275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff86a051ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff8bdbf899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8bdbf72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8bdc3fc9 thread_start + 13
    Thread 13:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8e91ba1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8e91ad18 mach_msg + 64
    2   com.apple.security                      0x00007fff85b886d8 ocsp_client_ocspdFetch + 122
    3   com.apple.security                      0x00007fff85b8839f ocspdFetch + 78
    4   com.apple.security                      0x00007fff85b86a51 tpVerifyCertGroupWithOCSP + 3040
    5   com.apple.security                      0x00007fff85b7ae15 AppleTPSession::CertGroupVerify(long, long, cssm_certgroup const&, cssm_tp_verify_context const*, cssm_tp_verify_context_result*) + 2105
    6   com.apple.security                      0x00007fff85b7a58d cssm_CertGroupVerify(long, long, long, cssm_certgroup const*, cssm_tp_verify_context const*, cssm_tp_verify_context_result*) + 218
    7   com.apple.security                      0x00007fff85b7a2c3 CSSM_TP_CertGroupVerify + 105
    8   com.apple.security                      0x00007fff85b79be9 Security::CssmClient::TPImpl::certGroupVerify(Security::CertGroup const&, Security::TPVerifyContext const&, Security::TPVerifyResult*) + 139
    9   com.apple.security                      0x00007fff85b747d1 Security::KeychainCore::Trust::evaluate(bool) + 2601
    10  com.apple.security                      0x00007fff85b73c08 SecTrustEvaluate + 50
    11  com.apple.security                      0x00007fff85bcfd72 sslCopyPeerPubKey + 42
    12  com.apple.security                      0x00007fff85b994b1 SSLProcessCertificate + 437
    13  com.apple.security                      0x00007fff85bcc92a SSLProcessHandshakeMessage + 225
    14  com.apple.security                      0x00007fff85b932a7 SSLProcessHandshakeRecord + 272
    15  com.apple.security                      0x00007fff85b9318f SSLProcessProtocolMessage + 180
    16  com.apple.security                      0x00007fff85b92bb8 SSLHandshakeProceed + 193
    17  com.apple.security                      0x00007fff85b92ad7 SSLHandshake + 134
    18  com.apple.CFNetwork                     0x00007fff89884826 SocketStream::_PerformSecurityHandshake_NoLock() + 314
    19  com.apple.CFNetwork                     0x00007fff8984907b SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 145
    20  com.apple.CFNetwork                     0x00007fff89848fba SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 64
    21  com.apple.CoreFoundation                0x00007fff8a8a8397 __CFSocketPerformV0 + 855
    22  com.apple.CoreFoundation                0x00007fff8a8688f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    23  com.apple.CoreFoundation                0x00007fff8a85a062 __CFRunLoopDoSources0 + 242
    24  com.apple.CoreFoundation                0x00007fff8a8597ef __CFRunLoopRun + 831
    25  com.apple.CoreFoundation                0x00007fff8a859275 CFRunLoopRunSpecific + 309
    26  com.apple.Foundation                    0x00007fff83f96907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    27  com.apple.Foundation                    0x00007fff83f9670b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib                 0x00007fff8bdbf899 _pthread_body + 138
    29  libsystem_pthread.dylib                 0x00007fff8bdbf72a _pthread_start + 137
    30  libsystem_pthread.dylib                 0x00007fff8bdc3fc9 thread_start + 13
    Thread 14:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8e91f9aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8a8a5d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff8bdbf899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff8bdbf72a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff8bdc3fc9 thread_start + 13
    Thread 5 crashed with X86 Thread State (64-bit):
      rax: 0xbaddfb1bf034bead  rbx: 0x0000600000093e70  rcx: 0x406b300d1b71758e  rdx: 0x0000000000000000
      rdi: 0x0000600000093e70  rsi: 0x0000000000000008  rbp: 0x0000000103c81060  rsp: 0x0000000103c81050
       r8: 0x0000610000116890   r9: 0x00007fff86578854  r10: 0x00000000733551aa  r11: 0x000000009bc915e5
      r12: 0x0000000000000000  r13: 0x00006180000e8d00  r14: 0x00006100002c4a98  r15: 0x0000618000183190
      rip: 0x00007fff86566db7  rfl: 0x0000000000010202  cr2: 0x000000010a2dd000
    Logical CPU:     5
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x101e2b000 -        0x101e5bff7  com.apple.iBooksX (1.0 - 169) <0CE935FE-027C-386C-B486-8A6E58CBD3AE> /Applications/iBooks.app/Contents/MacOS/iBooks
           0x101e76000 -        0x101e97ff7  com.apple.BKBookshelfCommonCore (1.0 - 1) <3BC2481C-FAC5-3F7E-A544-7A3598E613A6> /Applications/iBooks.app/Contents/Frameworks/BKBookshelfCommonCore.framework/Ve rsions/A/BKBookshelfCommonCore
           0x101eb5000 -        0x101ef8ff7  com.apple.IMPlatformCore (1.0 - 1) <F274E12B-8EF0-39A4-9220-CB4981E06C07> /Applications/iBooks.app/Contents/Frameworks/IMPlatformCore.framework/Versions/ A/IMPlatformCore
           0x101f2a000 -        0x101febff7  com.apple.iTunesLibrary (11.1.2 - 11.1.2) <E4F93650-2728-38EF-8678-11341B94C26B> /Library/Frameworks/iTunesLibrary.framework/Versions/A/iTunesLibrary
           0x102029000 -        0x10202fff7  com.apple.BookKit (1.0 - 75) <4AD4969C-B6DE-3926-B723-64200A2A674B> /System/Library/PrivateFrameworks/BookKit.framework/Versions/A/BookKit
           0x10203e000 -        0x1020b5fff  com.apple.IMCommonCore (1.0 - 1) <C864E6D2-C452-359A-9AC2-13C960890E96> /Applications/iBooks.app/Contents/Frameworks/IMCommonCore.framework/Versions/A/ IMCommonCore
           0x102121000 -        0x102130ff7  com.apple.BKCommonCore (1.0 - 1) <043E5BCB-BB0F-3887-88C1-DF5279A68964> /Applications/iBooks.app/Contents/Frameworks/BKCommonCore.framework/Versions/A/ BKCommonCore
           0x102145000 -        0x1021f6fff  com.apple.BKPlatformCore (1.0 - 1) <151008C8-E9F5-3472-BD75-2917A8D0891F> /Applications/iBooks.app/Contents/Frameworks/BKPlatformCore.framework/Versions/ A/BKPlatformCore
           0x10227e000 -        0x10228ffff  com.apple.BKStoreAccess (1.0 - 1) <82044553-31FC-3969-A088-4AC7369B0C80> /Applications/iBooks.app/Contents/Frameworks/BKStoreAccess.framework/Versions/A /BKStoreAccess
           0x1022a9000 -        0x1022adfff  com.apple.BKFairPlayCore (1.0 - 1) <DFA40296-D609-3179-B833-0DA8DE66A803> /Applications/iBooks.app/Contents/Frameworks/BKFairPlayCore.framework/Versions/ A/BKFairPlayCore
           0x1022ba000 -        0x1022f2ff7  com.apple.LookupFramework (1.1 - 132) <943587D3-3F31-329F-BB5A-893F81ECDE6A> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
           0x103d27000 -        0x103d2afff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x103d58000 -        0x103d6efff  com.apple.BKLibraryPlatformDataSources (1.0 - 1) <EE69879E-BA22-352F-909B-30B9E82511A3> /Applications/iBooks.app/Contents/PlugIns/BKLibraryPlatformDataSources.bundle/C ontents/MacOS/BKLibraryPlatformDataSources
           0x10637b000 -        0x1065f6ff7  com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x106b32000 -        0x106b75fff  com.apple.BKBookshelf (1.0 - 1) <94DB3BF0-2E32-398C-BC86-B4806FA26544> /Applications/iBooks.app/Contents/PlugIns/BKBookshelf.bundle/Contents/MacOS/BKB ookshelf
           0x1071e2000 -        0x107f57fff  com.apple.CoreFP (2.5.16 - 2.5.16) <1C390A93-4187-37E7-8A7E-4417876F069B> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
           0x108710000 -        0x108711ff9 +cl_kernels (???) <6400B763-70DE-4113-A13E-E9D816BE982B> cl_kernels
           0x108ec1000 -        0x108ec2fe4 +cl_kernels (???) <377E8A3A-F6B3-48B4-AB55-630A69AFC82D> cl_kernels
           0x1096c3000 -        0x1097a9fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
        0x7fff6b346000 -     0x7fff6b379817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff83124000 -     0x7fff8317dfff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8317e000 -     0x7fff831b3ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff831b4000 -     0x7fff83218ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff83219000 -     0x7fff8321cff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8321d000 -     0x7fff8324efff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8324f000 -     0x7fff832d8ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff832f3000 -     0x7fff832f7ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff832f8000 -     0x7fff832faff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff832fb000 -     0x7fff8330bffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8330c000 -     0x7fff83317ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff83318000 -     0x7fff8333cfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8333d000 -     0x7fff838adfff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff838ae000 -     0x7fff838ffff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff83942000 -     0x7fff8394aff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8394b000 -     0x7fff8399dfff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff839c5000 -     0x7fff83b05fff  com.apple.QTKit (7.7.3 - 2826) <7A110F61-D4DD-3C84-950D-E5F486DE5765> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff83b06000 -     0x7fff83b30ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff83be4000 -     0x7fff83e2cfff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff83e2d000 -     0x7fff83ef0ff7  com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff83ef1000 -     0x7fff83efdff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff83f2f000 -     0x7fff8422efff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8422f000 -     0x7fff8424afff  com.apple.DistributionKit (700 - 845) <E3D1ECC4-C5D1-35DC-B7E4-800FE0FFBF56> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
        0x7fff8424b000 -     0x7fff842e6ff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff84cd9000 -     0x7fff84cdaff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff84cdb000 -     0x7fff84ce9fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff84cea000 -     0x7fff84d11ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff84d12000 -     0x7fff84d46ffb  com.apple.datadetectors (5.0 - 246.0) <26962AB2-75C3-3D45-A9BF-6D75CC263DEF> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff84d47000 -     0x7fff84ff1ffd  com.apple.HIToolbox (2.1 - 695) <C4DE35FF-D0AC-35C3-A7E6-F54CD153825C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff84ff2000 -     0x7fff84ff8ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff84ffc000 -     0x7fff8503dfff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff85065000 -     0x7fff850a7ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff850a8000 -     0x7fff850a8fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff850a9000 -     0x7fff850ceff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff850cf000 -     0x7fff8526bff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8526c000 -     0x7fff852a0fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff852a1000 -     0x7fff852eafff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff852eb000 -     0x7fff855bffc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff855c0000 -     0x7fff855e4ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff855e5000 -     0x7fff855e6fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff855e7000 -     0x7fff855e8ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff855e9000 -     0x7fff8562fff7  com.apple.DiskManagement (6.0 - 744) <FE9F0616-FFCA-31D2-A0B5-E6C943326543> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff85630000 -     0x7fff85632ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff85633000 -     0x7fff85634ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff85635000 -     0x7fff85686fff  com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff856b0000 -     0x7fff8573cff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8573d000 -     0x7fff85788fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff85789000 -     0x7fff8578dfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8578e000 -     0x7fff85790ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff85791000 -     0x7fff857dffff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff857e0000 -     0x7fff85afaff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff85afb000 -     0x7fff85afefff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff85b48000 -     0x7fff85da0ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8612f000 -     0x7fff8614bfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8614c000 -     0x7fff863d4ff7  com.apple.CommerceKit (1.2.0 - 232) <442AE798-E07F-3E68-BB80-4C41B61408E3> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
        0x7fff863d5000 -     0x7fff863e6ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff863e7000 -     0x7fff863e9fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff863f4000 -     0x7fff8641bff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8641c000 -     0x7fff864a4ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff864a5000 -     0x7fff864bcfff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff864bd000 -     0x7fff86546fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8655d000 -     0x7fff86585ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff86588000 -     0x7fff8658dff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8658e000 -     0x7fff8659efff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8659f000 -     0x7fff865a8fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff865a9000 -     0x7fff865a9ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff865aa000 -     0x7fff865f7ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff865f8000 -     0x7fff86611ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff86612000 -     0x7fff86624fff  com.apple.login (3.0 - 3.0) <B825A996-7F9C-3F47-B76F-A0F9B4BEB373> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8669f000 -     0x7fff866a2fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff86824000 -     0x7fff86840fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff86841000 -     0x7fff873b5ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff87413000 -     0x7fff8745aff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff8745b000 -     0x7fff87487fff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff87488000 -     0x7fff874eefff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8792d000 -     0x7fff87936ff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8798d000 -     0x7fff879f7ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff879f8000 -     0x7fff87e46fff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff87e47000 -     0x7fff87e70fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87e71000 -     0x7fff87e73ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff87e74000 -     0x7fff87f53fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87f59000 -     0x7fff87f71ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87f72000 -     0x7fff87f73ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff87fe6000 -     0x7fff87fe7fff  com.apple.AddressBook.ContactsData (8.0 - 1365) <61090508-4CC3-3F57-9B0C-D8527947D35D> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff87fe8000 -     0x7fff88073fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff88074000 -     0x7fff88076fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff88077000 -     0x7fff880cfff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff880d0000 -     0x7fff880e2ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff880e3000 -     0x7fff88218ffa  com.apple.WebKit (9537 - 9537.71) <8A07478D-B2CA-3724-81E4-ADC10E1AD3EA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff88219000 -     0x7fff88247ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff88248000 -     0x7fff88277ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8827e000 -     0x7fff8828fff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff8829d000 -     0x7fff882b6ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff882b7000 -     0x7fff882c4fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff88306000 -     0x7fff88307ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff88308000 -     0x7fff88325fff  com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff88326000 -     0x7fff883f7ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff883f8000 -     0x7fff883f8fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff883f9000 -     0x7fff884c2fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff884c3000 -     0x7fff88512ff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff88513000 -     0x7fff88514ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff88515000 -     0x7fff88522ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff88523000 -     0x7fff88766fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff88767000 -     0x7fff88771ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8892e000 -     0x7fff88932ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff88933000 -     0x7fff88936fff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff889ca000 -     0x7fff889d2ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff889d3000 -     0x7fff889d3fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff892ac000 -     0x7fff892aefff  com.apple.loginsupport (1.0 - 1) <4772DFF0-E8FD-3F27-9C3B-39563B904E1C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff8932e000 -     0x7fff895fcff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff895fd000 -     0x7fff8960aff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8983b000 -     0x7fff8983bfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8983c000 -     0x7fff899acff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff899ad000 -     0x7fff899dcfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff899dd000 -     0x7fff899e5ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff899e6000 -     0x7fff89a0afff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff89a0b000 -     0x7fff89a47fff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff89a48000 -     0x7fff89a4efff  com.apple.AddressBook.ContactsFoundation (8.0 - 1365) <CFB1A744-8096-3FAB-B55E-2E6C410A0376> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff89a4f000 -     0x7fff89a61fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff89a62000 -     0x7fff89b1aff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89b1b000 -     0x7fff89b2aff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff89b3e000 -     0x7fff89b55ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff89eef000 -     0x7fff89f4efff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff89f6e000 -     0x7fff89f7bff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff89f7c000 -     0x7fff89f7eff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff89f7f000 -     0x7fff89fbefff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89fd8000 -     0x7fff89fdfff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff89fe0000 -     0x7fff89fe0ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff89fe1000 -     0x7fff8a0c8ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff8a0c9000 -     0x7fff8a0d3ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8a0d4000 -     0x7fff8a0d5ffb  libScreenReader.dylib (333.2) <0172E6E2-9D4B-36BF-81DC-428FF0668E78> /usr/lib/libScreenReader.dylib
        0x7fff8a101000 -     0x7fff8a14dffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8a304000 -     0x7fff8a349ff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8a35a000 -     0x7fff8a38afff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8a38b000 -     0x7fff8a3bcff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff8a3bd000 -     0x7fff8a3c0ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff8a3e8000 -     0x7fff8a4d2fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8a4d3000 -     0x7fff8a680f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8a681000 -     0x7fff8a7b1ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8a7b2000 -     0x7fff8a7b9fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8a7ba000 -     0x7fff8a7c3fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a7ca000 -     0x7fff8a7d1ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8a7d2000 -     0x7fff8a7ddfff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8a7de000 -     0x7fff8a7e8fff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8a7e9000 -     0x7fff8a9ceff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8a9cf000 -     0x7fff8a9d7fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8abea000 -     0x7fff8abeafff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8abeb000 -     0x7fff8abf5fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8abf6000 -     0x7fff8ac53fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8ae9c000 -     0x7fff8aea3ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff8aea4000 -     0x7fff8afa9fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8afaa000 -     0x7fff8b0d6fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8b0d7000 -     0x7fff8b0ebfff  com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8b0ec000 -     0x7fff8b3d6fff  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <21324540-8B84-3333-ADB8-D3D5181D4639> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b444000 -     0x7fff8b449ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8b44a000 -     0x7fff8b491fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8b492000 -     0x7fff8b681ffc  com.apple.WebKit2 (9537 - 9537.71) <B8FFCE39-9DC6-304E-953A-0BAFDCD19D2F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8b758000 -     0x7fff8b77afff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8b77b000 -     0x7fff8b780fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8b781000 -     0x7fff8b7b0fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8b7b1000 -     0x7fff8b7c9ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8b7ca000 -     0x7fff8bbfdffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8bbfe000 -     0x7fff8bc00fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8bc01000 -     0x7fff8bc70ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8bc71000 -     0x7fff8bcbefff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8bd0f000 -     0x7fff8bd20ff7  com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff8bd21000 -     0x7fff8bdb0ff7  com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8bdbe000 -     0x7fff8bdc5ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8bdc6000 -     0x7fff8c6e205f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8c6e3000 -     0x7fff8c70cff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8c7c7000 -     0x7fff8c83affb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8c8b0000 -     0x7fff8c8b9ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c8c4000 -     0x7fff8c931fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8c932000 -     0x7fff8c977ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8c978000 -     0x7fff8c97cfff  com.apple.ServerInformation (2.0 - 1) <E628F08A-0F6F-384B-AFD5-1BC1BBF56F1F> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8c97d000 -     0x7fff8c983fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8c984000 -     0x7fff8c9b3ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8c9b4000 -     0x7fff8cb07ff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8cb08000 -     0x7fff8cd99ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8ce51000 -     0x7fff8ce5ffff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ce60000 -     0x7fff8dcacff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8dcad000 -     0x7fff8dcebff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8dd04000 -     0x7fff8dd08fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff8dd09000 -     0x7fff8dd0afff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-37

  • CS6 Crash on startup

    I was working on building a small music montage in Premiere 6 last week and now this weekend it's crashing on startup on my Lion Macbook Pro.
    I re-installed 3 times, updated to the latest version, and it's still crashing on startup! Grrr!
    Here's the Apple crash log.
    Process:    
    Adobe Premiere Pro CS6 [385]
    Path:       
    /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Identifier: 
    com.adobe.AdobePremierePro
    Version:    
    6.0.1 (6.0.1)
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [245]
    Date/Time:  
    2012-06-16 18:17:32.347 -0400
    OS Version: 
    Mac OS X 10.7.4 (11E53)
    Crashed Thread:  2  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

    I just revisiting my problem today by doing yet another uninstall then reinstall. I think the issue I had was in the configuration files (although I'm not sure why it happened) as the second time I uninstalled, I made sure to tell the uninstaller to delete User Preferences Data or something of that sort (it's the checkbox over on the right when you choose what to uninstall out of the suite. Try uninstalling with that checked and then reinstall againm, worked for me.

  • Crashing at startup!!!

    adobe premiere pro keeps crashing at startup and I unable to open the program. I feel like I have tried just about everything. If anyone has any suggestions, it would be much appreciated.

    Would you mind explaining what you mean by hardware and system set up?
    We know nothing about your OS, computer hardware, Premiere version etc...
    We do know what you have tried to fix it.
    Fundamental info someone might need to know if they were to be able help

  • HT204407 Find My Friends keeps crashing on startup - tried  closing, resetting phone- everything but deleting. Suggestions?

    Find My Friends keeps crashing on startup. I've tried closing, the double click on the Home &amp; closing, restarting phone &amp; restating phone. Can't log on to get to settings to troubleshoot. Any suggestions besides Delete? I've got 5 that I follow, and don't want to bother them with re-accepting to follow.

    I had the same issue.  I deleted the app and reinstalled.  It solved the crashing and all my existing friends were still connected to my account (I did not have to re-invite them).

  • PSE 10 crashes on startup

    I have a 4 monitor setup. nVidia 460 and CTX9800 cards. If my main display is one of the Dell 2560x1600 monitors, then it works fine. If I set my main display to the 1920x1200 monitor, then PSE 10 crashes on startup.
    If I start with the Dell as my main display, then right click->screen resolution, set the smaller display as the main, then the program still runs, but very slow and the central frame acts very weird. Desktop shows through the PSE for instance.
    Have read all the entries about crashing and have tried all. No avail. Did a reinstall. No joy. nVidia drivers all up to date. Win7. 8GB. Corei7. 6 TB of disks.

    There have been other reports in this forum about problems using multiple monitors.  I don't remember if they were resolved, but you can try searching for the discussions.  I suspect you'll need to contact Adobe tech support on this one....
    Ken

  • Crash on startup with new install

    Just upgraded to 3.5 on a G5 dual 2gigaherz with 2 gigs of RAM and about 10 gigs of free disk space after the install. The program instantly crashes on startup with no error message. The crash log doesn't mean much to me. I tried to trash prefs for FCE, Soundtrack and Livetype. I tried on a pristine account I keep handy for these moments and trashed the whole prefs folder on that account. No luck. Any thoughts?

    Reinstalled. Trashed prefs. Ran on clean account (perhaps not perfectly clean). I see the splash screen for a fraction of a second then...
    Here's the crash log:
    ===== Display starts at offset 19038 within file of length 150110. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    o 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c98000 - 0x92d76fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d96000 - 0x92e84fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e96000 - 0x92eb4fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ebf000 - 0x92f19fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f37000 - 0x92f37fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f39000 - 0x92f4dfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f65000 - 0x92f75fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f81000 - 0x92f96fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa8000 - 0x9302ffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93043000 - 0x9304efff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93058000 - 0x93085fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9309f000 - 0x930affff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bb000 - 0x93121fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93152000 - 0x931a1fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931cf000 - 0x931ecfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931fe000 - 0x9320bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93214000 - 0x93521fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93670000 - 0x9367cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93681000 - 0x936a1fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93715000 - 0x93715fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93717000 - 0x93d49fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940d6000 - 0x94146fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9417f000 - 0x94249fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9429d000 - 0x9429dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9429f000 - 0x94453fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944a6000 - 0x944e3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944eb000 - 0x9453bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9457b000 - 0x945bffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x945cb000 - 0x94603fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x946de000 - 0x946edfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946f5000 - 0x94701fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94747000 - 0x9475ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94766000 - 0x947d7fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x9494c000 - 0x94a7afff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94b0c000 - 0x94b1bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b23000 - 0x94b50fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b57000 - 0x94b67fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b6b000 - 0x94b9afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94baa000 - 0x94bc7fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9644d000 - 0x9651ffff com.apple.prokit 3.1 (589) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x96cb9000 - 0x96cf8fff com.apple.audio.midi.CoreMIDI 1.5 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x970df000 - 0x970fefff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97815000 - 0x978d6fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97901000 - 0x97902fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97904000 - 0x97911fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99b08000 - 0x99b09fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x99b16000 - 0x99b5afff com.apple.viceroy.codec 31.0 (31) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xc0000000 - 0xc000efff com.unsanity.ape 1.6 (1.6b1) /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Host Name: G5-Raja
    Date/Time: 2006-05-20 21:54:21.226 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Final Cut Express HD
    Path: /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    Parent: WindowServer [12081]
    Version: 3.5 (3.5)
    Build Version: 2
    Project Name: FCExpress
    Source Version: 604191706
    PID: 12245
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 ...FinalCutExpress.QTRtEffects 0x01dc1fbc KGSetQTRtResFile(unsigned char, short*) + 64
    1 ...FinalCutExpress.QTRtEffects 0x01d9c35c RTEffectComponentRegister() + 60
    2 ...FinalCutExpress.QTRtEffects 0x01db9148 PluginStart + 2144
    3 com.apple.FinalCutExpress 0x001b2810 0x1000 + 1775632
    4 com.apple.FinalCutExpress 0x00188038 0x1000 + 1601592
    5 com.apple.FinalCutExpress 0x001b37e0 0x1000 + 1779680
    6 com.apple.FinalCutExpress 0x0023e1d0 0x1000 + 2347472
    7 com.apple.FinalCutExpress 0x003e675c 0x1000 + 4085596
    8 com.apple.AE 0x91534960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    9 com.apple.AE 0x915347fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    10 com.apple.AE 0x91534654 aeProcessAppleEvent + 284
    11 com.apple.HIToolbox 0x9321f0e0 AEProcessAppleEvent + 60
    12 com.apple.HIToolbox 0x93262d24 ProcessHighLevelEvent + 140
    13 com.apple.HIToolbox 0x93262c7c StandardApplicationEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 328
    14 com.apple.HIToolbox 0x9321b794 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    15 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    16 com.apple.HIToolbox 0x9321ad68 SendEventToEventTargetWithOptions + 40
    17 com.apple.HIToolbox 0x932220c8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    18 com.apple.HIToolbox 0x9321b9e4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    19 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    20 com.apple.HIToolbox 0x93221c8c SendEventToEventTarget + 40
    21 com.apple.HIToolbox 0x932629a0 ToolboxEventDispatcher + 92
    22 com.apple.HIToolbox 0x9326292c HLTBEventDispatcher + 16
    23 com.apple.HIToolbox 0x93260ee4 RunApplicationEventLoop + 148
    24 com.apple.FinalCutExpress 0x00154074 0x1000 + 1388660
    25 com.apple.FinalCutExpress 0x002c1ec0 0x1000 + 2887360
    26 com.apple.FinalCutExpress 0x00003224 0x1000 + 8740
    27 com.apple.FinalCutExpress 0x000030cc 0x1000 + 8396
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001e7c _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 ...lagutin.audio_hijack.server 0x00ac0f9c ahservloop + 80
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.FinalCutExpress 0x004097e8 0x1000 + 4229096
    3 com.apple.FinalCutExpress 0x003f855c 0x1000 + 4158812
    4 com.apple.FinalCutExpress 0x00430210 0x1000 + 4387344
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000001dc1fbc srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x48824244 xer: 0x0000000020000000 lr: 0x0000000001dc1fa8 ctr: 0x0000000090bb3484
    r0: 0x0000000001dc1fa8 r1: 0x00000000bfffefd0 r2: 0x0000000000000000 r3: 0x0000000000000000
    r4: 0x00000000bffff1a0 r5: 0x0000000000000118 r6: 0x0004003001dd2a2c r7: 0x0000000000000020
    r8: 0x0000000000000030 r9: 0x00000000bffff140 r10: 0x0000000090bb3030 r11: 0x0000000001ddcedc
    r12: 0x0000000090bb3484 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a321b4f8
    r16: 0x0000000000b1f690 r17: 0x00000000bffff6c0 r18: 0x0000000065707063 r19: 0x0000000000000001
    r20: 0x0000000000b1f8a0 r21: 0x00000000bffff4b0 r22: 0x00000000bffff520 r23: 0x0000000000000000
    r24: 0x00000000bffff510 r25: 0x00000000ffffffff r26: 0x0000000000617474 r27: 0x00000000001b27a8
    r28: 0x0000000000000000 r29: 0x00000000bffff1a0 r30: 0x0000000000000000 r31: 0x0000000001dc1f90
    Binary Images Description:
    0x1000 - 0x614fff com.apple.FinalCutExpress 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    0x881000 - 0x884fff com.apple.FinalCutExpress.NuggetExport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0x887000 - 0x888fff com.apple.FinalCutExpress.Text Window 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xabc000 - 0xac3fff alexlagutin.audiohijack.server 1.3.2 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0xaf9000 - 0xafafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0xc1d000 - 0xc1dfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0xc21000 - 0xc23fff com.unsanity.menuextraenabler Menu Extra Enabler version 1.0.1 (1.0.1) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xc27000 - 0xc2efff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xf64000 - 0xf68fff com.apple.FinalCutExpress.LayerFileReader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileRe ader
    0xf76000 - 0xf79fff com.apple.FinalCutExpress.MolokiniSupport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSup port
    0xfd4000 - 0xfd8fff com.apple.LiveType.component 2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1808000 - 0x185dfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x196b000 - 0x1996fff com.apple.FinalCutExpress.AfterEffects 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0x199d000 - 0x19b5fff com.apple.FinalCutExpress.AudioMixer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0x19c1000 - 0x1a62fff com.apple.FinalCutExpress.Browser 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0x1a76000 - 0x1a99fff com.apple.FinalCutExpress.EditTape 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0x1aa5000 - 0x1ab7fff com.apple.FinalCutExpress.FCPExtPluginSupport 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExtP luginSupport
    0x1abd000 - 0x1aecfff com.apple.FinalCutExpress.FCS Engine 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0x1af2000 - 0x1b02fff com.apple.FinalCutExpress.FilterCustomEd 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCustom Ed
    0x1b05000 - 0x1b17fff com.apple.FinalCutExpress.FilterViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0x1b1a000 - 0x1b39fff com.apple.FinalCutExpress.Flash 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0x1b47000 - 0x1b80fff com.apple.FinalCutExpress.G4 Accelerator 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/G4 Accelerator.bundle/Contents/MacOS/G4 Accelerator
    0x1b85000 - 0x1b90fff com.apple.FinalCutExpress.GenViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0x1b93000 - 0x1bdffff com.apple.FinalCutExpress.Media Manager 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0x1d05000 - 0x1d17fff com.apple.FinalCutExpress.Motion Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0x1d1a000 - 0x1d35fff com.apple.FinalCutExpress.Movie Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0x1d40000 - 0x1d4efff com.apple.FinalCutExpress.Movie Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0x1d51000 - 0x1d59fff com.apple.FinalCutExpress.Perf Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0x1d5c000 - 0x1d8efff com.apple.FinalCutExpress.QTM Reader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0x1d97000 - 0x1ddbfff com.apple.FinalCutExpress.QTRtEffects 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTRtEffects.bundle/Contents/MacOS/QTRtEffects
    0x1de5000 - 0x1df2fff com.apple.FinalCutExpress.Relink Media 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0x1df6000 - 0x1e6afff com.apple.FinalCutExpress.Timeline Editor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0x1e73000 - 0x1e79fff com.apple.FinalCutExpress.Transcoder 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0x1e7d000 - 0x1e8dfff com.apple.FinalCutExpress.Transition Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0x1e90000 - 0x1ea5fff com.apple.FinalCutExpress.Trimming 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0x1ea8000 - 0x1ee9fff com.apple.FinalCutExpress.Vector Accelerator 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0x1eed000 - 0x1efefff com.apple.FinalCutExpress.VideoLog 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0x1f01000 - 0x1f19fff com.apple.FinalCutExpress.VoiceOver 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0x1f1d000 - 0x1f2cfff com.apple.FinalCutExpress.Waveform Monitor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Waveform Monitor.bundle/Contents/MacOS/Waveform Monitor
    0x1f2f000 - 0x1f86fff com.apple.FinalCutExpress.XML Support 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0x6b4d000 - 0x6b63fff com.apple.fcp.DVOutputUnit 1.3 /Applications/Final Cut Express HD.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0x6d14000 - 0x6e23fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6e52000 - 0x6f42fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x6f50000 - 0x6f69fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x6f6f000 - 0x6f8afff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6f9b000 - 0x6faffff com.apple.FCP Uncompressed 422.component 1.3 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x6fd0000 - 0x6feafff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x6fef000 - 0x7068fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10000000 - 0x1005afff com.apple.proapps.AudioMixEngine 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x11000000 - 0x11015fff com.apple.proapps.ControlSurfaceSupport 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlSu rfaceSupport
    0x76ac0000 - 0x76ac5fff com.apple.proapps.ProTimecode 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/ProTimecode.framework/Versions/A/ProTimecode
    0x76ae0000 - 0x76b66fff ProMediaIOClasses /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOClasses.framework/Versions/A/ProMediaIOCla sses
    0x76ca0000 - 0x76ca0fff ProMediaIOUnit /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOUnit.framework/Versions/A/ProMediaIOUnit
    0x76e50000 - 0x76e9cfff ProMediaIO /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIO.framework/Versions/A/ProMediaIO
    0x76f60000 - 0x76f72fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTra nslation
    0x76fb0000 - 0x76fd6fff com.apple.proapps.MIO 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x77040000 - 0x77044fff KGCore /Applications/Final Cut Express HD.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0x77060000 - 0x77082fff com.apple.AVCVideoServices 1.0 (28) /Applications/Final Cut Express HD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServic es
    0x770e0000 - 0x770f7fff com.apple.AERegistration 1.2 (58) /Applications/Final Cut Express HD.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x77130000 - 0x77138fff com.apple.AEProfiling 1.2 (14) /Applications/Final Cut Express HD.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x7f950000 - 0x7f9b4fff com.apple.LiveType.framework 2.1 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x8e962000 - 0x8ea20fff com.apple.QuickTimeMPEG4.component 7.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8eb7d000 - 0x8ec50fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x8ec5c000 - 0x8ec5ffff com.apple.QuickTimeH264.component 7.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed5b000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa09000 - 0x8fa48fff com.apple.QTKit 7.1 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa73000 - 0x8fd27fff com.apple.QuickTime 7.1.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c98000 - 0x92d76fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d96000 - 0x92e84fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e96000 - 0x92eb4fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ebf000 - 0x92f19fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f37000 - 0x92f37fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f39000 - 0x92f4dfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f65000 - 0x92f75fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f81000 - 0x92f96fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa8000 - 0x9302ffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93043000 - 0x9304efff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93058000 - 0x93085fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9309f000 - 0x930affff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bb000 - 0x93121fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93152000 - 0x931a1fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931cf000 - 0x931ecfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931fe000 - 0x9320bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93214000 - 0x93521fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93670000 - 0x9367cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93681000 - 0x936a1fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93715000 - 0x93715fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93717000 - 0x93d49fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940d6000 - 0x94146fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9417f000 - 0x94249fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9429d000 - 0x9429dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9429f000 - 0x94453fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944a6000 - 0x944e3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944eb000 - 0x9453bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9457b000 - 0x945bffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x945cb000 - 0x94603fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x946de000 - 0x946edfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946f5000 - 0x94701fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94747000 - 0x9475ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94766000 - 0x947d7fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x9494c000 - 0x94a7afff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94b0c000 - 0x94b1bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b23000 - 0x94b50fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b57000 - 0x94b67fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b6b000 - 0x94b9afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94baa000 - 0x94bc7fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9644d000 - 0x9651ffff com.apple.prokit 3.1 (589) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x96cb9000 - 0x96cf8fff com.apple.audio.midi.CoreMIDI 1.5 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x970df000 - 0x970fefff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97815000 - 0x978d6fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97901000 - 0x97902fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97904000 - 0x97911fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99b08000 - 0x99b09fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x99b16000 - 0x99b5afff com.apple.viceroy.codec 31.0 (31) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xc0000000 - 0xc000efff com.unsanity.ape 1.6 (1.6b1) /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Host Name: G5-Raja
    Date/Time: 2006-05-20 21:54:29.106 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Final Cut Express HD
    Path: /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    Parent: WindowServer [12081]
    Version: 3.5 (3.5)
    Build Version: 2
    Project Name: FCExpress
    Source Version: 604191706
    PID: 12248
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 ...FinalCutExpress.QTRtEffects 0x01db6fbc KGSetQTRtResFile(unsigned char, short*) + 64
    1 ...FinalCutExpress.QTRtEffects 0x01d9135c RTEffectComponentRegister() + 60
    2 ...FinalCutExpress.QTRtEffects 0x01dae148 PluginStart + 2144
    3 com.apple.FinalCutExpress 0x001b2810 0x1000 + 1775632
    4 com.apple.FinalCutExpress 0x00188038 0x1000 + 1601592
    5 com.apple.FinalCutExpress 0x001b37e0 0x1000 + 1779680
    6 com.apple.FinalCutExpress 0x0023e1d0 0x1000 + 2347472
    7 com.apple.FinalCutExpress 0x003e675c 0x1000 + 4085596
    8 com.apple.AE 0x91534960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    9 com.apple.AE 0x915347fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    10 com.apple.AE 0x91534654 aeProcessAppleEvent + 284
    11 com.apple.HIToolbox 0x9321f0e0 AEProcessAppleEvent + 60
    12 com.apple.HIToolbox 0x93262d24 ProcessHighLevelEvent + 140
    13 com.apple.HIToolbox 0x93262c7c StandardApplicationEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 328
    14 com.apple.HIToolbox 0x9321b794 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    15 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    16 com.apple.HIToolbox 0x9321ad68 SendEventToEventTargetWithOptions + 40
    17 com.apple.HIToolbox 0x932220c8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    18 com.apple.HIToolbox 0x9321b9e4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    19 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    20 com.apple.HIToolbox 0x93221c8c SendEventToEventTarget + 40
    21 com.apple.HIToolbox 0x932629a0 ToolboxEventDispatcher + 92
    22 com.apple.HIToolbox 0x9326292c HLTBEventDispatcher + 16
    23 com.apple.HIToolbox 0x93260ee4 RunApplicationEventLoop + 148
    24 com.apple.FinalCutExpress 0x00154074 0x1000 + 1388660
    25 com.apple.FinalCutExpress 0x002c1ec0 0x1000 + 2887360
    26 com.apple.FinalCutExpress 0x00003224 0x1000 + 8740
    27 com.apple.FinalCutExpress 0x000030cc 0x1000 + 8396
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001e7c _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 ...lagutin.audio_hijack.server 0x00ac0f9c ahservloop + 80
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.FinalCutExpress 0x004097e8 0x1000 + 4229096
    3 com.apple.FinalCutExpress 0x003f855c 0x1000 + 4158812
    4 com.apple.FinalCutExpress 0x00430210 0x1000 + 4387344
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000001db6fbc srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x48824244 xer: 0x0000000020000000 lr: 0x0000000001db6fa8 ctr: 0x0000000090bb3484
    r0: 0x0000000001db6fa8 r1: 0x00000000bfffef50 r2: 0x0000000000000000 r3: 0x0000000000000000
    r4: 0x00000000bffff120 r5: 0x0000000000000118 r6: 0x0004003001dc7a2c r7: 0x0000000000000020
    r8: 0x0000000000000030 r9: 0x00000000bffff0c0 r10: 0x0000000090bb3030 r11: 0x0000000001dd1edc
    r12: 0x0000000090bb3484 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a321b4f8
    r16: 0x0000000000b1ed70 r17: 0x00000000bffff640 r18: 0x0000000065707063 r19: 0x0000000000000001
    r20: 0x0000000000b1efc0 r21: 0x00000000bffff430 r22: 0x00000000bffff4a0 r23: 0x0000000000000000
    r24: 0x00000000bffff490 r25: 0x00000000ffffffff r26: 0x0000000000617474 r27: 0x00000000001b27a8
    r28: 0x0000000000000000 r29: 0x00000000bffff120 r30: 0x0000000000000000 r31: 0x0000000001db6f90
    Binary Images Description:
    0x1000 - 0x614fff com.apple.FinalCutExpress 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    0x881000 - 0x884fff com.apple.FinalCutExpress.NuggetExport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0x887000 - 0x888fff com.apple.FinalCutExpress.Text Window 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xabc000 - 0xac3fff alexlagutin.audiohijack.server 1.3.2 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0xaf9000 - 0xafafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0xc1d000 - 0xc1dfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0xc21000 - 0xc23fff com.unsanity.menuextraenabler Menu Extra Enabler version 1.0.1 (1.0.1) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xc27000 - 0xc2efff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xf79000 - 0xf7dfff com.apple.FinalCutExpress.LayerFileReader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileRe ader
    0xfd4000 - 0xfd8fff com.apple.LiveType.component 2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xfee000 - 0xff9fff com.apple.FinalCutExpress.GenViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0x1808000 - 0x185dfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x196b000 - 0x1996fff com.apple.FinalCutExpress.AfterEffects 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0x199d000 - 0x19b5fff com.apple.FinalCutExpress.AudioMixer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0x19c1000 - 0x1a62fff com.apple.FinalCutExpress.Browser 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0x1a76000 - 0x1a99fff com.apple.FinalCutExpress.EditTape 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0x1aa5000 - 0x1ab7fff com.apple.FinalCutExpress.FCPExtPluginSupport 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExtP luginSupport
    0x1abd000 - 0x1aecfff com.apple.FinalCutExpress.FCS Engine 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0x1af2000 - 0x1b02fff com.apple.FinalCutExpress.FilterCustomEd 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCustom Ed
    0x1b05000 - 0x1b17fff com.apple.FinalCutExpress.FilterViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0x1b1a000 - 0x1b39fff com.apple.FinalCutExpress.Flash 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0x1b47000 - 0x1b80fff com.apple.FinalCutExpress.G4 Accelerator 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/G4 Accelerator.bundle/Contents/MacOS/G4 Accelerator
    0x1b85000 - 0x1bd1fff com.apple.FinalCutExpress.Media Manager 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0x1bdb000 - 0x1bdefff com.apple.FinalCutExpress.MolokiniSupport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSup port
    0x1bf1000 - 0x1bf9fff com.apple.FinalCutExpress.Perf Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0x1d05000 - 0x1d17fff com.apple.FinalCutExpress.Motion Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0x1d1a000 - 0x1d35fff com.apple.FinalCutExpress.Movie Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0x1d40000 - 0x1d4efff com.apple.FinalCutExpress.Movie Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0x1d51000 - 0x1d83fff com.apple.FinalCutExpress.QTM Reader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0x1d8c000 - 0x1dd0fff com.apple.FinalCutExpress.QTRtEffects 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTRtEffects.bundle/Contents/MacOS/QTRtEffects
    0x1dda000 - 0x1de7fff com.apple.FinalCutExpress.Relink Media 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0x1deb000 - 0x1e5ffff com.apple.FinalCutExpress.Timeline Editor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0x1e68000 - 0x1e6efff com.apple.FinalCutExpress.Transcoder 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0x1e72000 - 0x1e82fff com.apple.FinalCutExpress.Transition Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0x1e85000 - 0x1e9afff com.apple.FinalCutExpress.Trimming 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0x1e9d000 - 0x1edefff com.apple.FinalCutExpress.Vector Accelerator 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0x1ee2000 - 0x1ef3fff com.apple.FinalCutExpress.VideoLog 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0x1ef6000 - 0x1f0efff com.apple.FinalCutExpress.VoiceOver 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0x1f12000 - 0x1f21fff com.apple.FinalCutExpress.Waveform Monitor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Waveform Monitor.bundle/Contents/MacOS/Waveform Monitor
    0x1f24000 - 0x1f7bfff com.apple.FinalCutExpress.XML Support 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0x662f000 - 0x6648fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x664e000 - 0x6669fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x667a000 - 0x668efff com.apple.FCP Uncompressed 422.component 1.3 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x6c20000 - 0x6c36fff com.apple.fcp.DVOutputUnit 1.3 /Applications/Final Cut Express HD.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0x6de7000 - 0x6ef6fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6f25000 - 0x7015fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x7023000 - 0x703dfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x7042000 - 0x70bbfff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10000000 - 0x1005afff com.apple.proapps.AudioMixEngine 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x11000000 - 0x11015fff com.apple.proapps.ControlSurfaceSupport 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlSu rfaceSupport
    0x76ac0000 - 0x76ac5fff com.apple.proapps.ProTimecode 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/ProTimecode.framework/Versions/A/ProTimecode
    0x76ae0000 - 0x76b66fff ProMediaIOClasses /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOClasses.framework/Versions/A/ProMediaIOCla sses
    0x76ca0000 - 0x76ca0fff ProMediaIOUnit /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOUnit.framework/Versions/A/ProMediaIOUnit
    0x76e50000 - 0x76e9cfff ProMediaIO /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIO.framework/Versions/A/ProMediaIO
    0x76f60000 - 0x76f72fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTra nslation
    0x76fb0000 - 0x76fd6fff com.apple.proapps.MIO 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x77040000 - 0x77044fff KGCore /Applications/Final Cut Express HD.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0x77060000 - 0x77082fff com.apple.AVCVideoServices 1.0 (28) /Applications/Final Cut Express HD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServic es
    0x770e0000 - 0x770f7fff com.apple.AERegistration 1.2 (58) /Applications/Final Cut Express HD.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x77130000 - 0x77138fff com.apple.AEProfiling 1.2 (14) /Applications/Final Cut Express HD.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x7f950000 - 0x7f9b4fff com.apple.LiveType.framework 2.1 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x8e962000 - 0x8ea20fff com.apple.QuickTimeMPEG4.component 7.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8eb7d000 - 0x8ec50fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x8ec5c000 - 0x8ec5ffff com.apple.QuickTimeH264.component 7.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed5b000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa09000 - 0x8fa48fff com.apple.QTKit 7.1 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa73000 - 0x8fd27fff com.apple.QuickTime 7.1.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundati

  • Final cut 4.5 crashes at startup (after update)

    Hi,
    I have just updated to 4.5 from 4 and fc now crashes at startup
    I know that somewhere on the apple site there is a sollution where you write something into "terminal" and the thing works, but I have been searching for hours and can't find it. anyone?
    Jakob

    Thanks again for your help but it still crashes.....
    this is what the report said:
    Date/Time: 2005-10-06 12:22:38 +0200
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Final Cut Pro
    Path: /Applications/Final Cut Pro HD.app/Contents/MacOS/Final Cut Pro
    Version: 4.5 (4.5)
    PID: 382
    Thread: Unknown
    Link (dyld) error:
    dyld: /Applications/Final Cut Pro HD.app/Contents/MacOS/Final Cut Pro Undefined symbols:
    Transcoding undefined reference to _ZN5swamp24CServiceControllerServer17canProcessRequestERKNS18IServiceRequestRefE expected to be defined in Qmaster
    Transcoding undefined reference to _ZTv0_n24_N5swamp24CServiceControllerServer17canProcessRequestERKNS18IServiceRequestRefE expected to be defined in Qmaster
    I have tried to reinstall it and it still doesn't help...

Maybe you are looking for

  • Getting time out error when running the assigned verification in DRM 9.3.2.

    Hi, I have installed DRM 9.3.2.0.0 in my system (windows 7), when i am trying to run assigned verifications i am getting the time out error within a minute. As suggested by oracle,I have added DWORD with value 480000 under Master Data Management in R

  • Voice memos do not consistently sync to itunes.

    I have voice memos on my phone, dating back to 2010. In Itunes, I have "sync voice memos" checked, and it transfers songs randomly. I only have about a dozen memos on my computer, when there are about 100 on my phone. I've noticed that none of the me

  • Megstick128 no longer works after installing SP2 on WinXP

    As far as I can tell, once I installed SP2 for Winxp, I can no longer use my Megastick128. It appears to recognise the device but no longer sets up the drive so I can transfer files. Has anyone else had this problem? How the hell do I rectify it? (An

  • Xslt/xsql for csv output

    anyone have a translator to convert the XML out of a XSQL servlet to deliver plain old comma separated values for Excel? i've got some users that want to hit our XSQL servlet but can't handle the processing of XML, they just want csv files. i was thi

  • ALV Grid - Display/change Problem

    Hi Guys, I have a peculiar problem. I have developed a Module pool application containing two screens. In the first screen I have a input field and 2 buttons for display and change. When I enter the value and press Displaythe second screen is called