Safari Crash When Playing Multimedia Files

Lately, I have been having a problem with my web browers (doesn't matter whether its Safari, Firefox, Netscape, IE, etc) whereby if I try to play a multimedia file within the browser (e.g., a sound file within a page), the browser crashes and I get that TalkBack page.
Has anyone had this problem and if so, do you know how to fix it? Thanks.

It would help to know exactly what the file extensions of the multimedia files are.

Similar Messages

  • How do I intercept/catch a JMF-crash when playing unsupported files?

    I'm writing an application with a media viewer (JMF2.1.1) in it. For some file formats it works okay, but when playing some of them, I get the 'Unable to handle format' error. Now I can live with that, but the problem is that the entire app just HANGS. No exception is thrown, no option to get rid of the error, nothing.
    In my code I have several try/catch blocks, but those are not adressed with these particular crashes.
    My question is this: how can I intercept or catch this crash? How can I PRE-detect whether the file format is unsupported and then send a message saying this file is unplayable (thus not starting the player.realize process)?

    Ok, this is what I have so far. The mediaplayer opens in a separate JDialog window.
    import javax.media.*;
    import com.sun.media.ui.*;
    import javax.media.protocol.*;
    import javax.media.protocol.DataSource;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.io.*;
    import java.util.Vector;
    import com.sun.media.codec.audio.mp3.JavaDecoder;
    public class MediaPlayer implements ControllerListener  {
         private Dialogs dialogs = new Dialogs();
        private JDialog mediaDialog = new JDialog();
        private MediaLocator mloc;
        private Player player = null;
        private URL mediaURL;
        private JPanel mediaPanel = new JPanel();
        private boolean realized = false;
         Component visual = null;
        Component control = null;
         int videoWidth = 320;
         int videoHeight = 240;
         int controlHeight = 30;
        int insetWidth = 10;
        int insetHeight = 30;
        public MediaPlayer(String mediaFileLocation) {
             mediaDialog.addWindowListener(new WindowAdapter() {
                   public void windowClosing(WindowEvent e) {
                           player.stop();
                           player.close();
                           mediaDialog.setVisible(false);
            try {
                mediaDialog.setTitle("Media Viewer");
                mediaDialog.setLayout(new BorderLayout());
                mediaDialog.setSize(400, 400);
                mediaDialog.setModal(true);
                mediaDialog.setEnabled(true);
                   mediaDialog.setLocationRelativeTo(mediaDialog.getOwner());
                   System.out.println("MPwindow setup");
                   mediaPanel.setLayout(new BorderLayout());
                mloc = new MediaLocator(mediaFileLocation);
                player = Manager.createPlayer(mloc);
                player.addControllerListener(this);
                   System.out.println("MPmedialoc0");
                     wrapRealize(); // gives error at wrong codec or unable to handle file
                   System.out.println("MPmedialoc1");            
                player.prefetch();
                   System.out.println("MPmedialoc2");                
                   mediaDialog.add(mediaPanel,BorderLayout.CENTER);
                mediaPanel.setVisible(true);
                mediaDialog.setVisible(true);
                    System.out.println("MPpanel setup");
            catch(Exception e){
                e.printStackTrace();
                dialogs.failedPlayer("Error: couldn't initiate Media Viewer.");
                System.out.println("failedPlayer(Except.error: couldn't initiate Media Viewer.");
        public synchronized void wrapRealize(){
            try {
                 player.realize();
                 while(!realized){
                     try {
                         wait();
                         System.out.println("MPrealizewait");
                     catch(InterruptedException ie){
                          ie.printStackTrace();
                          dialogs.failedPlayer("Error: couldn't realize Media Viewer.");
                          System.out.println("failedPlayer(Interrupt.error: couldn't realize Media Viewer.");
            } catch (Exception ex){
                 ex.printStackTrace();
                 dialogs.failedPlayer("Error: couldn't realize Media Viewer.");
                System.out.println("failedPlayer(PreRealize.error: couldn't realize Media Viewer.");     
        public synchronized void controllerUpdate(ControllerEvent ce){
             try{
                 if(ce instanceof RealizeCompleteEvent){
                     realized = true;
                     Component display = player.getVisualComponent();
                     mediaPanel.add(display);
                     System.out.println("MPdisplay add");
                     Component controller = player.getControlPanelComponent();
                     controller.setBounds(500,500,100,300);
                     mediaPanel.add(controller);
                     notify();
                       System.out.println("MPpanel add");
                 else if(ce instanceof PrefetchCompleteEvent){
                     if ((visual = player.getVisualComponent()) != null) {
                          Dimension size = visual.getPreferredSize();
                          videoWidth = size.width;
                             videoHeight = size.height;
                             mediaPanel.add("Center", visual);
                              System.out.println("MPvis setup");
                       } else {
                            videoWidth = 320;
                       if ((control = player.getControlPanelComponent()) != null) {
                             controlHeight = control.getPreferredSize().height;
                             mediaPanel.add("South", control);
                              System.out.println("MPcontrol setup");
                       mediaDialog.setSize(videoWidth + insetWidth,videoHeight + controlHeight + insetHeight);
                       mediaDialog.validate();
                     player.start();
                        System.out.println("MPsetsizeandvalidate");
                 else if(ce instanceof EndOfMediaEvent){
                     player.stop();
             } catch(Exception fe) {
                  dialogs.failedPlayer("Error: couldn't realize Media Viewer.");
                  System.out.println("failedPlayer(Except.error: couldn't realize Media Viewer.");
    }If anyone knows how to get around the 'Unable to handle' crash, please let me know.

  • Elements 13 crash when playing video files

    I just installed Photoshop elements 13 and Premiere Elements 13. When I try to playback video files in Photoshop elements 13 it crashes. When playing the same files in Premiere elements 13 it works nicely.
    It worked in PE12. It also works in QuickTime

    Hi there,
    maybe you should first make a driver-rollback to see if its really driver related. If yes, then try these one:
    http://www.laptopvideo2go.com/
    (But please READ the FAQ before doing anything!)
    Otherwise I would recommend you to download a codec pack like k-lite and try it again (www.free-codecs.com/download/K_Lite_Codec_Pack.htm)
    Greets

  • Safari crashing when playing videos (Youtube, Apple Trailers...)

    Everytime I want to watch youtube video or a trailer on apple.com/trailer Safari crashes (see crash log below).
    I know that there are similar posts here already and I have tried to find similarities to my issue. Unfortuantly I am not an engineer, so reading and understanding the crash log is a bit of a challenge for me...
    My workaround for quite sometime was to use Chrome instead of Safari when it comes to watch videos, and I honestly don't want to use two browsers.
    Thanks,
    Mark
    Process:         WebProcess [901]
    Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         7536 (7536.29.13)
    Build Info:      WebKit2-7536029013000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [277]
    Date/Time:       2013-06-02 12:45:52.833 +0200
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          138249 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  128765 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      D8D7A462-14CE-4B7E-808B-1F25E9682DAC
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000147
    VM Regions Near 0x147:
    -->
        __TEXT                 000000010ef29000-000000010ef2a000 [    4K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Application Specific Information:
    objc[901]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.ATIRadeonX2000VADriver          0x00000001303f1767 VAControl::getClocks(VAContext*) + 61
    1   com.apple.ATIRadeonX2000VADriver          0x00000001303d5998 VADecoder::Init() + 894
    2   com.apple.ATIRadeonX2000VADriver          0x00000001303dffdd AvdVAContext::CreateDecoder(unsigned int, unsigned int, unsigned int, unsigned int) + 105
    3   com.apple.ATIRadeonX2000VADriver          0x00000001303e1eb3 AvdVAContext::CreateContext(AVD_FunctionInfo*) + 223
    4   com.apple.ATIRadeonX2000VADriver          0x00000001303dfcba AvdVAInterface::CreateContexts(void*, AVD_DriverContextInit*) + 136
    5   com.apple.AppleGVAFramework             0x0000000130881e5c 0x130867000 + 110172
    6   com.apple.AppleGVAFramework             0x00000001308a1619 0x130867000 + 239129
    7   com.apple.AppleGVAFramework             0x000000013089cdc7 0x130867000 + 220615
    8   com.apple.AppleGVAFramework             0x00000001308a5e7c 0x130867000 + 257660
    9   com.apple.VideoToolbox                  0x00007fff890bee42 0x7fff8904c000 + 470594
    10  com.apple.VideoToolbox                  0x00007fff8905467d VTDecompressionSessionCreate + 877
    11  com.apple.MediaToolbox                  0x00007fff930f31e4 0x7fff930cf000 + 147940
    12  com.apple.MediaToolbox                  0x00007fff930f4a61 VMC2CreateWithCallbacks + 921
    13  com.apple.MediaToolbox                  0x00007fff930f4c1a VMC2CreateWithQueues + 359
    14  com.apple.MediaToolbox                  0x00007fff9314cbb9 0x7fff930cf000 + 515001
    15  com.apple.MediaToolbox                  0x00007fff9314ba24 FigVideoRenderPipelineCreateWithLKImageQueue + 200
    16  com.apple.MediaToolbox                  0x00007fff9311814f 0x7fff930cf000 + 299343
    17  com.apple.MediaToolbox                  0x00007fff9311a54f 0x7fff930cf000 + 308559
    18  com.apple.MediaToolbox                  0x00007fff9311b945 0x7fff930cf000 + 313669
    19  com.apple.MediaToolbox                  0x00007fff9311bd60 0x7fff930cf000 + 314720
    20  com.apple.MediaToolbox                  0x00007fff9311be62 0x7fff930cf000 + 314978
    21  com.apple.MediaToolbox                  0x00007fff93111b91 0x7fff930cf000 + 273297
    22  com.apple.MediaToolbox                  0x00007fff9310cb79 0x7fff930cf000 + 252793
    23  com.apple.MediaToolbox                  0x00007fff9310d800 0x7fff930cf000 + 256000
    24  com.apple.avfoundation                  0x00007fff8f43cc22 -[AVPlayer _rate] + 75
    25  com.apple.avfoundation                  0x00007fff8f43cbbf __-[AVPlayer rate]_block_invoke_1 + 32
    26  com.apple.avfoundation                  0x00007fff8f436479 -[AVPropertyStorage objectForKey:defaultObjectBlock:] + 197
    27  com.apple.avfoundation                  0x00007fff8f43cb8a -[AVPlayer rate] + 106
    28  com.apple.WebCore                       0x000000010f8ec175 WebCore::MediaPlayerPrivateAVFoundation::paused() const + 21
    29  com.apple.WebCore                       0x000000010f8ec151 WebCore::MediaPlayer::paused() const + 17
    30  com.apple.WebCore                       0x000000010fef48f0 WebCore::HTMLMediaElement::shouldDisableSleep() const + 32
    31  com.apple.WebCore                       0x000000010feee3c5 WebCore::HTMLMediaElement::updateDisableSleep() + 21
    32  com.apple.WebCore                       0x000000010fef3bd7 non-virtual thunk to WebCore::HTMLMediaElement::mediaPlayerRateChanged(WebCore::MediaPlayer*) + 87
    33  com.apple.WebCore                       0x000000010f8e8ef3 WebCore::MediaPlayerPrivateAVFoundation::scheduleMainThreadNotification(WebCore ::MediaPlayerPrivateAVFoundation::Notification::Type, double) + 51
    34  com.apple.Foundation                    0x00007fff88a5178e NSKeyValueNotifyObserver + 387
    35  com.apple.Foundation                    0x00007fff88a728c7 NSKeyValueDidChange + 486
    36  com.apple.Foundation                    0x00007fff88a1f027 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130
    37  com.apple.avfoundation                  0x00007fff8f4373c9 -[AVPlayer didChangeValueForKey:] + 51
    38  com.apple.avfoundation                  0x00007fff8f438b32 __-[AVPlayer _attachItem:andPerformOperation:withObject:]_block_invoke_2 + 1594
    39  libdispatch.dylib                       0x00007fff9102fa82 _dispatch_call_block_and_release + 18
    40  libdispatch.dylib                       0x00007fff910318f2 _dispatch_main_queue_callback_4CF + 308
    41  com.apple.CoreFoundation                0x00007fff8b6ede7c __CFRunLoopRun + 1724
    42  com.apple.CoreFoundation                0x00007fff8b6ed486 CFRunLoopRunSpecific + 230
    43  com.apple.HIToolbox                     0x00007fff8f8ee2bf RunCurrentEventLoopInMode + 277
    44  com.apple.HIToolbox                     0x00007fff8f8f556d ReceiveNextEventCommon + 355
    45  com.apple.HIToolbox                     0x00007fff8f8f53fa BlockUntilNextEventMatchingListInMode + 62
    46  com.apple.AppKit                        0x00007fff91045779 _DPSNextEvent + 659
    47  com.apple.AppKit                        0x00007fff9104507d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    48  com.apple.AppKit                        0x00007fff910419b9 -[NSApplication run] + 470
    49  com.apple.WebCore                       0x000000011020eaaf WebCore::RunLoop::run() + 63
    50  com.apple.WebKit2                       0x000000010f1fc8f6 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    51  com.apple.WebKit2                       0x000000010f1c61dd WebKitMain + 285
    52  com.apple.WebProcess                    0x000000010ef29e5e 0x10ef29000 + 3678
    53  com.apple.WebProcess                    0x000000010ef29d80 0x10ef29000 + 3456
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff88ec17e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff91031786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff91030316 _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010f444f76 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010f667cea JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010f67d2df _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010f5cab64 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010f5caa46 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010f67d2df _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff88ebf67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88ebed71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b6e550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b6edc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b6ed486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff88a6dfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff88a6272a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff88a626a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff88ec0df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8b736c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 6:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010f444f3d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x0000000110245b21 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010f7a382a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010f67d2df _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 7:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b2a6 _pthread_cond_wait + 890
    2   com.apple.CoreVideo                     0x00007fff8cfe41cb CVDisplayLink::waitUntil(unsigned long long) + 279
    3   com.apple.CoreVideo                     0x00007fff8cfe3631 CVDisplayLink::runIOThread() + 559
    4   com.apple.CoreVideo                     0x00007fff8cfe33e9 _ZL13startIOThreadPv + 148
    5   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 8:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x000000010f444f3d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x0000000110245b21 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool ()(WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x000000010f7a382a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x000000010f67d2df _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 9:: com.apple.coremedia.networkbuffering
    0   libsystem_kernel.dylib                  0x00007fff88ebf67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88ebed71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b6e550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b6edc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b6ed486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8b6fd19f CFRunLoopRun + 95
    6   com.apple.CoreMedia                     0x00007fff8eb210ba FigThreadGlobalNetworkBufferingRunloop + 119
    7   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    8   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 10:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8eb22a5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8eb22c55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff9310f33e 0x7fff930cf000 + 262974
    5   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 11:: AQClient
    0   libsystem_kernel.dylib                  0x00007fff88ebf67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88ebed71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b6e550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b6edc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b6ed486 CFRunLoopRunSpecific + 230
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff92cbcc74 GenericRunLoopThread::RunLoop() + 50
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff92cbd0a7 GenericRunLoopThread::Run() + 145
    7   com.apple.audio.toolbox.AudioToolbox          0x00007fff92cbcdb0 TRunLoop<AQClient>::Entry(void*) + 9
    8   com.apple.audio.toolbox.AudioToolbox          0x00007fff92c8561e CAPThread::Entry(CAPThread*) + 98
    9   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 12:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8eb22a5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8eb22c55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff930f0519 0x7fff930cf000 + 136473
    5   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 13:: com.apple.coremedia.textmediaconverter
    0   libsystem_kernel.dylib                  0x00007fff88ebf67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88ebed71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b6e550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b6edc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b6ed486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8b6fd19f CFRunLoopRun + 95
    6   com.apple.MediaToolbox                  0x00007fff930ebb74 0x7fff930cf000 + 117620
    7   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    8   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.audio.toolbox.AudioToolbox          0x00007fff92c85259 CAGuard::Wait() + 93
    3   com.apple.audio.toolbox.AudioToolbox          0x00007fff92c9d2a5 AQConverterManager::AQConverterThread::Run() + 249
    4   com.apple.audio.toolbox.AudioToolbox          0x00007fff92c9798b AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 25
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff92c8561e CAPThread::Entry(CAPThread*) + 98
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 15:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8eb22a5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8eb22c55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff9310f33e 0x7fff930cf000 + 262974
    5   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 16:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8eb22a5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8eb22c55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff930f0519 0x7fff930cf000 + 136473
    5   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 17:: com.apple.coremedia.textmediaconverter
    0   libsystem_kernel.dylib                  0x00007fff88ebf67a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88ebed71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8b6e550c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8b6edc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8b6ed486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8b6fd19f CFRunLoopRun + 95
    6   com.apple.MediaToolbox                  0x00007fff930ebb74 0x7fff930cf000 + 117620
    7   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    8   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 18:: com.apple.coremedia.asyncio
    0   libsystem_kernel.dylib                  0x00007fff88ec1296 aio_suspend + 10
    1   com.apple.MediaToolbox                  0x00007fff930dd75c 0x7fff930cf000 + 59228
    2   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    3   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 19:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib                  0x00007fff88ec0bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8b3561a1 pthread_mutex_lock + 545
    2   com.apple.MediaToolbox                  0x00007fff9310f310 0x7fff930cf000 + 262928
    3   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    4   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 20:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8eb22a5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8eb22c55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff930f0519 0x7fff930cf000 + 136473
    5   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 21:: com.apple.coremedia.imagequeue.coreanimation
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b2a6 _pthread_cond_wait + 890
    2   com.apple.CoreMedia                     0x00007fff8eb22c6e FigSemaphoreWaitRelative + 206
    3   com.apple.MediaToolbox                  0x00007fff931a3de7 0x7fff930cf000 + 871911
    4   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    5   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 22:: com.apple.coremedia.videomediaconverter
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia                     0x00007fff8eb22a5d WaitOnCondition + 14
    3   com.apple.CoreMedia                     0x00007fff8eb22c55 FigSemaphoreWaitRelative + 181
    4   com.apple.MediaToolbox                  0x00007fff931a23db 0x7fff930cf000 + 865243
    5   com.apple.CoreMedia                     0x00007fff8eb239f2 figThreadMain + 385
    6   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 23:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libsystem_kernel.dylib                  0x00007fff88ec15b6 fsync + 10
    1   libsqlite3.dylib                        0x00007fff8b4d1e38 unixSync + 72
    2   libsqlite3.dylib                        0x00007fff8b4d1309 sqlite3PagerCommitPhaseOne + 3545
    3   libsqlite3.dylib                        0x00007fff8b4bc11e sqlite3BtreeCommitPhaseOne + 478
    4   libsqlite3.dylib                        0x00007fff8b4bb735 vdbeCommit + 981
    5   libsqlite3.dylib                        0x00007fff8b47e55a sqlite3VdbeHalt + 4442
    6   libsqlite3.dylib                        0x00007fff8b4b1a08 sqlite3VdbeExec + 58200
    7   libsqlite3.dylib                        0x00007fff8b4a2a5b sqlite3_step + 1883
    8   libsqlite3.dylib                        0x00007fff8b465fb5 sqlite3_exec + 533
    9   com.apple.CFNetwork                     0x00007fff8ac6e453 __CFURLCache::ExecSQLStatement_NoLock(sqlite3*, char const*, int (*)(void*, int, char**, char**), void*, long) + 95
    10  com.apple.CFNetwork                     0x00007fff8abd5908 _ZL24_CFURLCacheTimerCallbackPv + 604
    11  libdispatch.dylib                       0x00007fff91034497 _dispatch_source_invoke + 649
    12  libdispatch.dylib                       0x00007fff9103113f _dispatch_queue_invoke + 71
    13  libdispatch.dylib                       0x00007fff9103129c _dispatch_queue_drain + 210
    14  libdispatch.dylib                       0x00007fff9103112e _dispatch_queue_invoke + 54
    15  libdispatch.dylib                       0x00007fff91030928 _dispatch_worker_thread2 + 198
    16  libsystem_c.dylib                       0x00007fff8b3593da _pthread_wqthread + 316
    17  libsystem_c.dylib                       0x00007fff8b35ab85 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff88ec1192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b359594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8b35ab85 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff88ec0bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8b35b274 _pthread_cond_wait + 840
    2   com.apple.AppleGVAFramework             0x000000013089c668 0x130867000 + 218728
    3   com.apple.AppleGVAFramework             0x000000013089bb2e 0x130867000 + 215854
    4   libsystem_c.dylib                       0x00007fff8b3578bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8b35ab75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000d034  rbx: 0x00007fb881cd9200  rcx: 0xffffffffffffffff  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x00007fff6eb243a8  rbp: 0x00007fff6eb25530  rsp: 0x00007fff6eb25510
       r8: 0x000000000000006c   r9: 0x0000000000000000  r10: 0x00000000000010bc  r11: 0x0000000000000000
      r12: 0x00007fb882ee0780  r13: 0x00007fb882ee0780  r14: 0x00007fb882bee600  r15: 0x0000000000000002
      rip: 0x00000001303f1767  rfl: 0x0000000000010246  cr2: 0x0000000000000147
    Logical CPU: 1
    Binary Images:
           0x10ef29000 -        0x10ef29fff  com.apple.WebProcess (7536 - 7536.29.13) <2188CE7D-394B-344E-8C8D-10B6E7147DCC> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x10ef2f000 -        0x10ef2ffff  WebProcessShim.dylib (536.29.13 - compatibility 1.0.0) <637194E2-FF8F-3A76-B620-F8E166B3C684> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x10f100000 -        0x10f2dfff7  com.apple.WebKit2 (7536 - 7536.29.13) <37357288-9B19-3A94-B3AA-33574DAF160D> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10f43e000 -        0x10f6d9fff  com.apple.JavaScriptCore (7536 - 7536.29.3) <E816256E-6486-3CB0-8CE1-2A3428724F22> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10f785000 -        0x11072ffff  com.apple.WebCore (7536 - 7536.29.5) <8E4210CB-9AA4-3483-927C-EFF3A4D07B26> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x1124fb000 -        0x112511fff  com.apple.WebInspector (7536 - 7536.29.3) <126BF6A4-423B-35C9-8676-9624AF7B40A4> /System/Library/StagedFrameworks/Safari/WebInspector.framework/Versions/A/WebIn spector
           0x1127f4000 -        0x112ca6fff  com.apple.Safari.framework (7536 - 7536.29.13) <DE2FDC16-350A-33EE-A213-8E559171BE75> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x112fcd000 -        0x113152fff  com.apple.WebKit (7536 - 7536.29.13) <CD985BA1-D7F2-36F0-A352-A12AA14FD583> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x117230000 -        0x117231fff  ATSHI.dylib (??? - ???) <4761FD60-26EE-30C6-89FB-A3149852477F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x11d170000 -        0x11d199fff  libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <826A969F-0079-3B2D-9EE6-DB23FA9DDD05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x11ec81000 -        0x11ec84ff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x1207a0000 -        0x1207a4fff  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
           0x120b45000 -        0x120b4afff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x12442d000 -        0x1245e5fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x12461c000 -        0x124776fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1247a8000 -        0x124a63ff7  com.apple.ATIRadeonX2000GLDriver (7.32.12 - 7.3.2) <C894DE28-1B2F-37BE-88FC-1E66D7828B77> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
           0x124ab8000 -        0x124ac6fff  libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x124acd000 -        0x124afbff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x124b04000 -        0x124b0efef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x12dfb8000 -        0x12e199ff7  com.apple.audio.codecs.Components (2.3 - 2.3) <9FF1C1F7-F049-3CE0-AE2A-E3D220A7031B> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x12e284000 -        0x12e3cfff7  com.apple.audio.units.Components (1.7.3 - 1.7.3) <CAC75CC0-DAD7-3DD3-91CF-DDE8B19DEBDD> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x1303d2000 -        0x130407ff7  com.apple.ATIRadeonX2000VADriver (7.32.12 - 7.3.2) <4D759AEC-DB02-3B58-A3F8-28900CCE4CC4> /System/Library/Extensions/ATIRadeonX2000VADriver.bundle/Contents/MacOS/ATIRade onX2000VADriver
           0x130867000 -        0x1309e5fff  com.apple.AppleGVAFramework (3.1.9 - 3.1.9) <D3ABCD53-04B4-30E4-A0BF-AE4BC20EF6D9> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
        0x7fff6eb29000 -     0x7fff6eb5dbaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
        0x7fff87ad7000 -     0x7fff87dccff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff87dcd000 -     0x7fff87e43ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff87e44000 -     0x7fff87eafff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87eb0000 -     0x7fff87eb7fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff87eb8000 -     0x7fff87eb9fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff87eba000 -     0x7fff87ec2fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff87ec9000 -     0x7fff87ed4fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff87ed5000 -     0x7fff87ef1ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87f20000 -     0x7fff87f22fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff87f23000 -     0x7fff87f50fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff87fce000 -     0x7fff87fe4fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff87fe5000 -     0x7fff87fe9fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff87fea000 -     0x7fff88001fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff88002000 -     0x7fff88003ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff88004000 -     0x7fff885e8fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff885e9000 -     0x7fff88a07ff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff88a08000 -     0x7fff88d21fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88d22000 -     0x7fff88d22fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88d23000 -     0x7fff88d23fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff88d5d000 -     0x7fff88d86fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff88d87000 -     0x7fff88dd8ff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff88dd9000 -     0x7fff88de0fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff88e22000 -     0x7fff88ea7ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88eaa000 -     0x7fff88ecafff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff88ecb000 -     0x7fff88ed0ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff88ed1000 -     0x7fff88ee3ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff88ee4000 -     0x7fff88fc8ff7  com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8904c000 -     0x7fff8947fff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff89583000 -     0x7fff895aeff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff895af000 -     0x7fff89603ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8969b000 -     0x7fff8979dfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8979e000 -     0x7fff8987cfff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8987d000 -     0x7fff898d1fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff898d2000 -     0x7fff898d8fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff898d9000 -     0x7fff89902ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff89903000 -     0x7fff8a0abfff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8a0ac000 -     0x7fff8a1a1fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff8a1a2000 -     0x7fff8a1a2fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a1a3000 -     0x7fff8a1d3ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8a1d4000 -     0x7fff8a374ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8a3e9000 -     0x7fff8a445ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8a446000 -     0x7fff8a4dcff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8a53a000 -     0x7fff8a560fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a581000 -     0x7fff8a5caff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8a5cb000 -     0x7fff8a5f2fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8a5f3000 -     0x7fff8a5f5fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8a5ff000 -     0x7fff8a6f9ff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8a6fa000 -     0x7fff8a73cff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8a73d000 -     0x7fff8a748ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8a749000 -     0x7fff8a74cfff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8a74d000 -     0x7fff8a771fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8a772000 -     0x7fff8a825ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8a840000 -     0x7fff8a853ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff8ab98000 -     0x7fff8abb7fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8abb8000 -     0x7fff8abd2fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8abd3000 -     0x7fff8ad3afff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8ad3b000 -     0x7fff8ad89fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff8ad9b000 -     0x7fff8ada2fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8ada3000 -     0x7fff8add8fff  libTrueTypeScaler.dylib (??? - ???) <A8156684-3BBE-306C-B492-179CDFFD6027> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8ae20000 -     0x7fff8ae29ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8ae2e000 -     0x7fff8ae39ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8ae3a000 -     0x7fff8ae3dfff  libMatch.1.dylib (??? - ???) <42305BB6-25F9-355A-9076-FED38B21A7F9> /usr/lib/libMatch.1.dylib
        0x7fff8ae3e000 -     0x7fff8ae4bfff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8ae99000 -     0x7fff8aea0ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8aea1000 -     0x7fff8b1bdfff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b1be000 -     0x7fff8b1f8fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8b1f9000 -     0x7fff8b1fbfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8b1fc000 -     0x7fff8b308fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8b309000 -     0x7fff8b3e6fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff8b45b000 -     0x7fff8b562fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8b563000 -     0x7fff8b564fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff8b565000 -     0x7fff8b572fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8b5c0000 -     0x7fff8b5c0fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8b5ed000 -     0x7fff8b6b4ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8b6b5000 -     0x7fff8b889ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8b8b2000 -     0x7fff8b8c4ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff8b8c5000 -     0x7fff8b8c6fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8b8c7000 -     0x7fff8b8c7fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8b8dd000 -     0x7fff8b960fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8b961000 -     0x7fff8b964fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8baf0000 -     0x7fff8bc09fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8bc0a000 -     0x7fff8be0cfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff8be0f000 -     0x7fff8c083fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8c0f9000 -     0x7fff8c0fcfff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8c0fd000 -     0x7fff8c100fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8c101000 -     0x7fff8c11eff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8cfe1000 -     0x7fff8d00afff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8d49c000 -     0x7fff8d49cfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8d49d000 -     0x7fff8d4a3fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff8d4a4000 -     0x7fff8d4b3fff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
        0x7fff8d4c9000 -     0x7fff8d4cfff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8d4d0000 -     0x7fff8d4d1fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff8de2e000 -     0x7fff8de72ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8de73000 -     0x7fff8deb7ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8deb8000 -     0x7fff8e37ffff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8e6e2000 -     0x7fff8e70dfff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8e70e000 -     0x7fff8e7faff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8e9a2000 -     0x7fff8eaa3fff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Vers

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • Safari crashes when opening PDF file- why?

    Every time I click on a link which does not open an HTML file but instead tries to open a PDF file within the Safari browswer window, the spinner spins for a very long time and eventually Safari crashes.
    I can download pdf files but sometimes the website doesn't tell you what the button is going to do.
    Safari version 1.3 (v312)
    No use running anything beyond Panther on this G3 due to memory & speed issues.

    Unlike Safari RSS, Safari 1.3 does not have native PDF support. It looks like there might be a plugin issue at work here, perhaps a faulty adobe installation or plugin incompatibility. Make sure your plugins, e.g. Schubert-It PDF Browser and Adobe Reader, are up to date and if they are, you might want to consider reinstalling them.
    Alternatively, and I don't know if this applies to Panther or not, ensure that 'PDF Image' is unchecked in QT's MINE settings. (System Preferences > QuickTime > Advanced > MIME Settings... > under 'Images - Still image files')
    Yang

  • Mail, chrome, safari crashes when attaching any files

    Hi All,
    Whenever i try to attache any files in mail, it quits and i have to reopen it. Also if i try to attach a file in chrome or safari the window won't pop up to allow me to browse for any files to attach, this is on multiple sites from sendspace to gmail. On sendspace just freezes and i have to force quit chrome/safari with  it says the following plug in has crashed: shockwave flash (i've tried reinstalling flash). It seems there is a problem with any time i need to browse for files to attach etc. I'm also having the same problem with Time Machine where it won't allow me to select files to exclude since no window pops up when i click the + button.
    I've tried repairing disk permissions and disc repair rebooting off my install disc and it says that the disc is repaired. Any ideas? Tried googling and can't find anyone with the same problem.
    Might be a coincidence but don't remember this issue before upgrading to 10.7.2 from 10.7.1 a few days ago.
    Thanks,
    Amr

    here's the report that's being sent to Apple from the mail crash if anyone can make any sense of it:
    Process:         Mail [1539]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         5.1 (1251)
    Build Info:      Mail-1251000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [250]
    Date/Time:       2011-10-17 15:16:00.359 +0100
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          59128 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  55714 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      7CF7B12B-92E8-42A9-B1F7-751DC62C908D
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000106283000-0000000106635000 [ 3784K] r-x/rwx SM=COW  /Applications/Mail.app/Contents/MacOS/Mail
    Application Specific Information:
    objc_msgSend() selector name: frame
    objc[1539]: garbage collection is OFF
    Performing @selector(insertFile:) from sender _BorderlessButton 0x7f85b91355b0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff92d006d0 objc_msgSend_stret + 16
    1   com.apple.AppKit                        0x00007fff95b7a2e2 -[NSSavePanel(NSSavePanelLayout) _layoutViewsVerticallyAndResize] + 2064
    2   com.apple.mail                          0x0000000106436706 0x106283000 + 1783558
    3   com.apple.CoreFoundation                0x00007fff8e951a1d -[NSObject performSelector:withObject:] + 61
    4   com.apple.AppKit                        0x00007fff9573e710 -[NSApplication sendAction:to:from:] + 139
    5   com.apple.AppKit                        0x00007fff9573e642 -[NSControl sendAction:to:] + 88
    6   com.apple.AppKit                        0x00007fff9573e56d -[NSCell _sendActionFrom:] + 137
    7   com.apple.AppKit                        0x00007fff9573da30 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2014
    8   com.apple.AppKit                        0x00007fff957bd8e0 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489
    9   com.apple.AppKit                        0x00007fff9573c63a -[NSControl mouseDown:] + 786
    10  com.apple.AppKit                        0x00007fff957070e0 -[NSWindow sendEvent:] + 6306
    11  com.apple.mail                          0x0000000106349ea1 0x106283000 + 814753
    12  com.apple.AppKit                        0x00007fff9569f68f -[NSApplication sendEvent:] + 5593
    13  com.apple.mail                          0x0000000106303227 0x106283000 + 524839
    14  com.apple.AppKit                        0x00007fff95635682 -[NSApplication run] + 555
    15  com.apple.AppKit                        0x00007fff958b480c NSApplicationMain + 867
    16  com.apple.mail                          0x000000010635bd88 0x106283000 + 888200
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff91ed37e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff931a95be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff931a814e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff91ed167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91ed0d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e8eeb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e8f72d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e8f6ae6 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff9499404f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x00007fff94993f3b -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x00007fff8e4560b1 -[RSSInterchange _runManager] + 1345
    8   com.apple.Foundation                    0x00007fff949e27fe -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff949e2776 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 3:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff91ed2bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff929d9274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo                     0x00007fff8eed9b3c CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo                     0x00007fff8eed985d _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff91ed167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91ed0d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e8eeb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e8f72d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e8f6ae6 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff9499404f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x00007fff94993f3b -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x00007fff8e475891 +[_NSSocket _runIOThread] + 80
    8   com.apple.Foundation                    0x00007fff949e27fe -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff949e2776 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff91ed2df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8e93ff9b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 6:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff91ed2bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff929d9274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff8d910c40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff90de7dca ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x00007fff90de7d23 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x00007fff90de7c6b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 7:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff91ed2bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff929d9274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff8d910c97 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff8db3cd2f JSC::Heap::blockFreeingThreadMain() + 319
    4   com.apple.JavaScriptCore                0x00007fff8db3cd69 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff91ed167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91ed0d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e8eeb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e8f72d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e8f6ae6 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff949ee0ab +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff949e27fe -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff949e2776 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 9:: Dispatch queue: TFSVolumeInfo::GetSizingGCDQueue
    0   libsystem_kernel.dylib                  0x00007fff91ed2bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff929d41a1 pthread_mutex_lock + 545
    2   com.apple.DesktopServices               0x00007fff908724cc TDSMutex::Acquire() + 38
    3   com.apple.DesktopServices               0x00007fff908b0c52 TNode::StPopulating::StPopulating(TNodePtr const&, TNode::StPopulating*) + 112
    4   com.apple.DesktopServices               0x00007fff90874f80 TChildrenList::Find(TCountedPtr<TFSInfo> const&) + 54
    5   com.apple.DesktopServices               0x00007fff90874ecd TChildrenList::Find(TNodePtr const&) + 111
    6   com.apple.DesktopServices               0x00007fff90874b2b TChildrenList::AddNewChild(TNode*, bool&) + 97
    7   com.apple.DesktopServices               0x00007fff908a2894 TNode::AddNewChild(TNode*, bool&, bool) + 52
    8   com.apple.DesktopServices               0x00007fff9087648b TNode::AddChild(TNodePtr&, THFSPlusExtendedPropertyIterator*, TCountedPtr<TPropertyMap> const&) + 91
    9   com.apple.DesktopServices               0x00007fff9087604e TNode::FindChild(TUString const&) const + 794
    10  com.apple.DesktopServices               0x00007fff908a3d33 TNode::GetNodeFromPathName(TPathName const&, TNodePtr&, unsigned int) + 209
    11  com.apple.DesktopServices               0x00007fff9088240b TNode::GetNodeFromURL(__CFURL const* const&, TNodePtr&, unsigned int) + 1817
    12  com.apple.DesktopServices               0x00007fff908a3ba2 TNode::GetNodeFromFSInfo(TCountedPtr<TFSInfo> const&, TNodePtr&) + 760
    13  com.apple.DesktopServices               0x00007fff9088e5e1 TNode::ResolveSharedFileListAliasIfNeeded() + 353
    14  com.apple.DesktopServices               0x00007fff908b1d9d __SynchronizeChildren_block_invoke_043 + 55
    15  com.apple.DesktopServices               0x00007fff908ef428 ExceptionSafeBlock(void ( block_pointer)()) + 15
    16  com.apple.DesktopServices               0x00007fff908b1d60 __SynchronizeChildren_block_invoke_0 + 80
    17  libdispatch.dylib                       0x00007fff931a78ba _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff931a910a _dispatch_queue_drain + 264
    19  libdispatch.dylib                       0x00007fff931a8f66 _dispatch_queue_invoke + 54
    20  libdispatch.dylib                       0x00007fff931a8760 _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib                       0x00007fff929d73da _pthread_wqthread + 316
    22  libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 13:: Dispatch queue: com.apple.NetworkBrowser.ConnectedBrowser
    0   libsystem_kernel.dylib                  0x00007fff91ed2afa __open_nocancel + 10
    1   libsystem_c.dylib                       0x00007fff929e2033 __opendir2$INODE64 + 51
    2   com.apple.NetFS                         0x00007fff94131ce9 ScanAllPluginsInLibrary + 124
    3   com.apple.NetFS                         0x00007fff94131e93 FindPluginByFSInLibrary + 60
    4   com.apple.NetFS                         0x00007fff94132270 NetFSGetMountInfo + 110
    5   com.apple.NetFS                         0x00007fff9413408f GetCompleteMountURL + 68
    6   com.apple.CoreServices.CarbonCore          0x00007fff8b6dc58a FSCopyURLForVolume + 146
    7   com.apple.CoreServices.OSServices          0x00007fff8ecd084e ConnectedBrowser::copyConnected() + 346
    8   com.apple.CoreServices.OSServices          0x00007fff8ecd02b0 __workAroundRadarBug6737002_block_invoke_3 + 61
    9   libdispatch.dylib                       0x00007fff931a78ba _dispatch_call_block_and_release + 18
    10  libdispatch.dylib                       0x00007fff931a910a _dispatch_queue_drain + 264
    11  libdispatch.dylib                       0x00007fff931a8f66 _dispatch_queue_invoke + 54
    12  libdispatch.dylib                       0x00007fff931a8760 _dispatch_worker_thread2 + 198
    13  libsystem_c.dylib                       0x00007fff929d73da _pthread_wqthread + 316
    14  libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 14:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib                  0x00007fff91ed37e6 kevent + 10
    1   com.apple.DesktopServices               0x00007fff908b7b9c TNode::HandleSubscribeWithKQueue(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 396
    2   com.apple.DesktopServices               0x00007fff908b619e TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 922
    3   com.apple.DesktopServices               0x00007fff908dbb78 __PostNodeTaskRequest_block_invoke_08 + 82
    4   com.apple.DesktopServices               0x00007fff908ef428 ExceptionSafeBlock(void ( block_pointer)()) + 15
    5   com.apple.DesktopServices               0x00007fff908dbb20 __PostNodeTaskRequest_block_invoke_0 + 88
    6   libdispatch.dylib                       0x00007fff931a78ba _dispatch_call_block_and_release + 18
    7   libdispatch.dylib                       0x00007fff931a910a _dispatch_queue_drain + 264
    8   libdispatch.dylib                       0x00007fff931a8f66 _dispatch_queue_invoke + 54
    9   libdispatch.dylib                       0x00007fff931a8760 _dispatch_worker_thread2 + 198
    10  libsystem_c.dylib                       0x00007fff929d73da _pthread_wqthread + 316
    11  libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000030  rbx: 0x00007f85ba17f0b0  rcx: 0x0000000000000101  rdx: 0x00007fff95efb560
      rdi: 0x00007fff65e821d8  rsi: 0x00007f85b87deca0  rbp: 0x00007fff65e822e0  rsp: 0x00007fff65e81fa0
       r8: 0x0000000000000003   r9: 0x00007f85b93a1050  r10: 0x000000010f814ca0  r11: 0xf000000000000000
      r12: 0x00000001066ce800  r13: 0x00007f85b8ccbd01  r14: 0x00007fff65e82028  r15: 0x00007fff7bfe6028
      rip: 0x00007fff92d006d0  rfl: 0x0000000000010246  cr2: 0x0000000102de2000
    Logical CPU: 6
    Binary Images:
           0x106283000 -        0x106634fff  com.apple.mail (5.1 - 1251) <6497E6E9-53F7-3772-ACC1-6E5E96449353> /Applications/Mail.app/Contents/MacOS/Mail
           0x106a56000 -        0x106a56ff5 +cl_kernels (??? - ???) <227C330C-D175-454A-9E59-EF3FD1B0F3E7> cl_kernels
           0x107f64000 -        0x107f66fff  apop.so (??? - ???) <B40CE86C-1757-3261-848C-F166F3D513EA> /usr/lib/sasl2/apop.so
           0x107f6a000 -        0x107f80fff  dhx.so (??? - ???) <9AB7809C-2651-3FCF-9357-8E1CDEAB6466> /usr/lib/sasl2/dhx.so
           0x107f95000 -        0x107f9efff  digestmd5WebDAV.so (??? - ???) <8D39C8C0-ACCE-34D4-815A-87825A1A4492> /usr/lib/sasl2/digestmd5WebDAV.so
           0x107fbb000 -        0x107fbdfff  libanonymous.2.so (??? - ???) <99136B94-8BE0-3563-9E2A-9C826971B6E9> /usr/lib/sasl2/libanonymous.2.so
           0x107fc1000 -        0x107fc4fff  libcrammd5.2.so (??? - ???) <5EEE3304-D132-3C9B-A54D-C21D7C34DA28> /usr/lib/sasl2/libcrammd5.2.so
           0x107fc9000 -        0x107fd2fff  libdigestmd5.2.so (??? - ???) <6DD64225-CFFF-379B-A5BA-5409F777F307> /usr/lib/sasl2/libdigestmd5.2.so
           0x107fd7000 -        0x107fdcfff  libgssapiv2.2.so (??? - ???) <DC1BA305-26FA-3CC7-8400-6A45521EF2A3> /usr/lib/sasl2/libgssapiv2.2.so
           0x107fe1000 -        0x107fe3fff  login.so (??? - ???) <48CD069F-68F5-32C4-BFAC-AC0EFB7B9489> /usr/lib/sasl2/login.so
           0x107fe7000 -        0x107fecfff  libntlm.so (??? - ???) <1B9D16BE-D0DB-31A3-8B84-7830509B5ECA> /usr/lib/sasl2/libntlm.so
           0x107ff1000 -        0x107ff8fff  libotp.2.so (??? - ???) <1DDBDDF7-3F84-3AF0-A878-9E64EEBE0ED5> /usr/lib/sasl2/libotp.2.so
           0x108001000 -        0x108003fff  libplain.2.so (??? - ???) <C98A873A-4373-3E3A-8257-D9BB5F857C85> /usr/lib/sasl2/libplain.2.so
           0x108007000 -        0x10800bfff  libpps.so (??? - ???) <26172BC5-1758-3BE6-9B8D-F254A727478A> /usr/lib/sasl2/libpps.so
           0x108010000 -        0x108013ff7  mschapv2.so (??? - ???) <F62C8BE2-B2E4-3E36-AC52-B4E149AFC186> /usr/lib/sasl2/mschapv2.so
           0x108018000 -        0x108046fff  com.apple.DirectoryService.PasswordServerFramework (7.0 - 7.0) <58E9CACA-9438-3B86-84DC-272533F2B704> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10805b000 -        0x10805efff  shadow_auxprop.so (??? - ???) <DF9DE842-FBFA-368A-AA8C-E29CF334FF69> /usr/lib/sasl2/shadow_auxprop.so
           0x108063000 -        0x108065fff  smb_nt.so (??? - ???) <C6D59817-4DB8-34F9-BD71-2FDDA857CBA8> /usr/lib/sasl2/smb_nt.so
           0x108069000 -        0x10806cfff  smb_ntlmv2.so (??? - ???) <A2FD1300-B742-32BE-B640-74732490CC94> /usr/lib/sasl2/smb_ntlmv2.so
           0x1080c3000 -        0x1080c6ff7  libCoreFSCache.dylib (??? - ???) <D4B5EFEA-7878-3674-A973-BA1D675E5A3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x1080f2000 -        0x1080f2ffd +cl_kernels (??? - ???) <A4AF69BF-4D6F-4F40-868E-E853044132BA> cl_kernels
           0x1093eb000 -        0x1093ecff3 +cl_kernels (??? - ???) <581DC70A-7554-42AC-ACCA-AC2B67A8E47F> cl_kernels
           0x1097e6000 -        0x1097e7ffc +cl_kernels (??? - ???) <56012E77-7012-4054-9E0A-DFE03A6CE8EC> cl_kernels
           0x109c7e000 -        0x109c84fef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x109c97000 -        0x109d2aff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x109e42000 -        0x109ed3ff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x109ef6000 -        0x109ef7ff3 +cl_kernels (??? - ???) <A82B7F0F-32E0-42A3-821B-E82F7B2D0569> cl_kernels
           0x109f05000 -        0x109f05ffd +cl_kernels (??? - ???) <ADBACD05-D511-4FCA-AB2B-65873CE1666E> cl_kernels
           0x109f09000 -        0x109f09ff5 +cl_kernels (??? - ???) <D5B1E95E-C88A-4B57-A4DC-3C06C12A7FC6> cl_kernels
           0x109f82000 -        0x109f87ff7  libgermantok.dylib (??? - ???) <BEE85384-A58E-3D6B-914B-74E5FF3155F3> /usr/lib/libgermantok.dylib
           0x109fc7000 -        0x109fc7ff1 +cl_kernels (??? - ???) <0287F615-4195-4DE6-9C23-37326721FAAA> cl_kernels
           0x10b3ab000 -        0x10b3aefff  libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <7E087B67-5698-34B6-9F16-1E0C1C3FF0DD> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x10b782000 -        0x10b782ff7  com.apple.SafariDAVNotifier (1.1 - 1) <560452E6-BCB8-36B0-B36E-47AF9CC99958> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x10b803000 -        0x10b830fff  com.apple.datadetectors.actions (3.0 - 172.3) <0657E36B-31CE-3EDA-9CCE-29B9349DF903> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
           0x10c0d7000 -        0x10c0deff7  com.apple.mail.iaplugin (5.1 - 1251.1) <7EAD6F31-6F33-3689-A004-04E03085107F> /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail
           0x10c0e5000 -        0x10c0e9fff  com.apple.mobileme.iaplugin (1.1 - 2) <4F82B8B5-A45D-33F8-8C98-49FD54E2827E> /System/Library/InternetAccounts/MobileMe.iaplugin/Contents/MacOS/MobileMe
           0x10c0f0000 -        0x10c0f5fff  com.apple.osxserver.iaplugin (1.1 - 2) <7CCB9615-DD5C-34F8-85DA-A219EB563A1A> /System/Library/InternetAccounts/OSXServer.iaplugin/Contents/MacOS/OSXServer
           0x10c0fc000 -        0x10c10eff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <B55C63E6-0117-324B-B88A-18C5003D61FC> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x10c11b000 -        0x10c11ffff  com.yahoo.iaplugin (1.1 - 2) <7EB84A08-2110-3BF0-A17C-6A5991220417> /System/Library/InternetAccounts/Yahoo.iaplugin/Contents/MacOS/Yahoo
           0x10c125000 -        0x10c128fff  com.apple.yahoo.syncframework (1.4 - 61) <F85D0D3C-B926-3945-8AEE-238128B0AACC> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
           0x10c36e000 -        0x10c39cff7  GLRendererFloat (??? - ???) <16DF14A0-7264-31A4-83F6-E6F96CF4AB3D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10c508000 -        0x10c50afff  com.apple.AddressBook.LocalSourceBundle (1.2 - 1062) <F03F0085-D9E7-3838-9ED6-248E8397620E> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10c98c000 -        0x10cb24ff7  GLEngine (??? - ???) <D770A837-9F8D-3C86-AB33-CBDEF5599CA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10cb58000 -        0x10cc51fff  libGLProgrammability.dylib (??? - ???) <BCA0FD49-2103-33D8-8801-326C6A62465E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10cc77000 -        0x10cf3eff7  com.apple.ATIRadeonX3000GLDriver (7.12.9 - 7.1.2) <E0D46EC5-2A19-36AA-AECC-A73219F999F1> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x10cf89000 -        0x10d393fef  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.12.9 - 7.1.2) <E3862F61-C250-3670-B7A8-02EE49CBF842> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x10da0c000 -        0x10da10fff  com.apple.audio.AudioIPCPlugIn (1.2.1 - 1.2.1) <46DBC886-A984-36F8-BAC6-CFBAED880258> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
           0x10dba8000 -        0x10dbabfff  com.apple.DirectoryServicesSource (1.2 - 1062) <0F479AAE-037E-3310-8206-DDEB075456C9> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10dbb2000 -        0x10dc13fff  com.apple.AddressBook.CardDAVPlugin (10.7.2 - 196) <5304FAE6-1CC6-3539-9046-CE1C362364B9> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10dc62000 -        0x10dc67fff  com.apple.contacts.iaplugin (1.1 - 1062) <258CC376-5A41-38AB-A21C-D307138EEB52> /System/Library/InternetAccounts/AddressBook.iaplugin/Contents/MacOS/AddressBoo k
           0x10e2ae000 -        0x10e2b4fff  com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <25F21980-C114-3688-B6E7-FD83052D67B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10fa61000 -        0x10fa85fff  com.apple.Mail.Syncer (5.1 - 1251.1) <019CD023-71F3-3443-A89D-1DF1218F8EE4> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
           0x10fa96000 -        0x10fa9efff  com.apple.calendar.iaplugin (5.0.1 - 1139.14) <C9277923-EEC8-318E-87C9-6FB41174C4F3> /System/Library/InternetAccounts/iCal.iaplugin/Contents/MacOS/iCal
           0x10faa5000 -        0x10faaafff  com.apple.chat.iaplugin (1.0.1 - 935) <27BB8B6C-0BA4-36A3-AAFD-6EA9279112B0> /System/Library/InternetAccounts/iChat.iaplugin/Contents/MacOS/iChat
           0x10faaf000 -        0x10fac8fff  com.apple.placeholder.iaplugin (1.0.1 - 1) <9EBEE3A8-A6A9-32B7-A6CE-27715102F03E> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x10fade000 -        0x10fae3fff  com.google.iaplugin (1.1 - 2) <434CD71C-53E1-3B80-A3C0-552512CDF105> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
           0x10faea000 -        0x10fafdff7  com.apple.AOSAccounts (1.0.1 - 1.0.61) <A0011298-B106-3DEC-B459-60D96F017BE9> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
           0x10fb11000 -        0x10fb31ff7  com.apple.ChunkingLibrary (1.0 - 125) <9EAE4385-5DF7-3956-8196-895DD6772BD7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x10fb6e000 -        0x10fb72fff  com.aol.iaplugin (1.1 - 2) <2D29926E-4B49-3623-AC5F-40CC36A06067> /System/Library/InternetAccounts/AOL.iaplugin/Contents/MacOS/AOL
           0x10fb78000 -        0x10fb81fff  com.apple.exchange.iaplugin (1.1 - 2) <2540E4F5-F8B6-3135-86BE-79B629F075FC> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
           0x10fb8a000 -        0x10fbddfff  com.apple.AOSUI (1.0.1 - 59) <855C1979-AF41-3DE9-8225-615DF2FC44EE> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x10fc0b000 -        0x10fc46ff7  com.apple.Ubiquity (1.0 - 196) <B7CD3D18-84C8-3C5E-8AE5-ED3331E71F05> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x10fe2e000 -        0x10feb2ff7  com.apple.frameworks.server.foundation (10.7.2 - 185.2) <A0433A3D-96B5-3F8D-8A24-0EB08724028A> /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerF oundation
           0x10ff11000 -        0x10ff4bff7  com.apple.frameworks.CoreDaemon (1.0 - 1.0) <DCB39254-F156-36AB-AAA1-A4AC2D6B7BDC> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x11190e000 -        0x111a59ff7  com.apple.audio.units.Components (1.7.1 - 1.7.1) <2B7D5E78-5C1A-3246-B64F-24D9278CCEE5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
        0x7fff65e83000 -     0x7fff65eb7ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff8a883000 -     0x7fff8a8a2ff7  com.apple.DotMacSyncManager (6.1 - 488.5) <63D5FE4D-35E4-33A3-BC50-8A48927B82FE> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
        0x7fff8a8a3000 -     0x7fff8a9a1fff  com.apple.QuickLookUIFramework (3.1 - 500.1) <D3A71FF1-7ED1-39DB-AD4E-451612DA536C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8a9a2000 -     0x7fff8a9a8ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8a9a9000 -     0x7fff8a9adfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff8a9c1000 -     0x7fff8a9eafff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8aa0a000 -     0x7fff8aa10fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8aa11000 -     0x7fff8aa44ff7  com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8aa45000 -     0x7fff8ae61ff7  com.apple.SceneKit (2.1 - 125.1) <296A889C-2E9D-366F-8962-E23931EECC70> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8ae9d000 -     0x7fff8aee8ff7  com.apple.SystemConfiguration (1.11.1 - 1.11) <F832FE21-5509-37C6-B1F1-48928F31BE45> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8af38000 -     0x7fff8af61ff7  com.apple.framework.Apple80211 (7.1.1 - 711.1) <FD0675E6-6602-3C28-85AA-6A4AF6B36D78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8af8a000 -     0x7fff8b56efff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8b56f000 -     0x7fff8b571ff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8b576000 -     0x7fff8b5e9fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8b5ea000 -     0x7fff8b601fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8b602000 -     0x7fff8b632ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8b633000 -     0x7fff8b663fff  com.apple.framework.Admin (11.0 - 11.0) <C72B49AD-9114-328D-A0FE-AE97111D0A78> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8b664000 -     0x7fff8b980ff7  com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b981000 -     0x7fff8b984ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8b985000 -     0x7fff8b989fff  libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib
        0x7fff8b98a000 -     0x7fff8b9c5fff  com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8b9cc000 -     0x7fff8bac6ff7  com.apple.DiskImagesFramework (10.7.2 - 331) <C88025FC-2460-3F33-B808-CB1E8C2E5CB9> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8bac7000 -     0x7fff8bac9fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8baca000 -     0x7fff8bae7fff  libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8bae8000 -     0x7fff8bafcfff  com.apple.syncservices.syncservicesui (6.1 - 673.3) <1388CDAC-98DB-3FC8-915A-40301804D172> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
        0x7fff8bafd000 -     0x7fff8bbc4ff7  com.apple.ColorSync (4.7.0 - 4.7.0) <F325A9D7-7203-36B7-8C1C-B6A4D5CC73A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8bbc5000 -     0x7fff8bee9fff  com.apple.HIToolbox (1.8 - ???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8beea000 -     0x7fff8bff7fff  libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8bff8000 -     0x7fff8c021fff  com.apple.CoreServicesInternal (113.8 - 113.8) <C1A3CF1B-BC45-3FC6-82B3-1511EBBA9D51> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c022000 -     0x7fff8c02dfff  com.apple.dotMacLegacy (3.3 - 267) <A7CC6E73-82CD-3057-9A83-894FA0CD7E6C> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
        0x7fff8c02e000 -     0x7fff8c090fff  com.apple.coreui (1.2.1 - 164.1) <F7972630-F696-3FC5-9FCF-A6E1C8771078> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8c091000 -     0x7fff8c825fef  com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8c826000 -     0x7fff8c882fff  com.apple.QuickLookFramework (3.1 - 500.1) <0C9E98D2-D8F9-3161-9809-0D77B98AD938> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8c883000 -     0x7fff8c88eff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8c88f000 -     0x7fff8c8f9fff  com.apple.framework.IOKit (2.0 - ???) <87D55F1D-CDB5-3D13-A5F9-98EA4E22F8EE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8c908000 -     0x7fff8c90afff  com.apple.EFILogin (1.0 - 1) <E806D2EA-BD93-302E-8F2C-6D33AE26E1BC> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8c90b000 -     0x7fff8c90ffff  com.apple.FindMyMac (1.1 - 1.1) <D9EB8F02-7C45-3948-9B50-4979993C6599> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
        0x7fff8c910000 -     0x7fff8c911fff  libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib
        0x7fff8c912000 -     0x7fff8c966ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8c967000 -     0x7fff8c9b9ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8c9ba000 -     0x7fff8cabfff7  libFontParser.dylib (??? - ???) <B9A53808-C97E-3293-9C33-1EA9D4E83EC8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8cad0000 -     0x7fff8cb34fff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8cb35000 -     0x7fff8cb95fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8cbda000 -     0x7fff8cc2dfff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8cc75000 -     0x7fff8cd19fef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8cd1a000 -     0x7fff8cd25ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8cd26000 -     0x7fff8cd39ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff8cd3a000 -     0x7fff8cd45ff7  com.apple.DisplayServicesFW (2.5.2 - 317) <48964503-D7F0-3567-9594-E6AA9C9300EF> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8cd46000 -     0x7fff8ce49fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
        0x7fff8ce5a000 -     0x7fff8ce60fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff8ce61000 -     0x7fff8ce9cff7  libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib
        0x7fff8ce9d000 -     0x7fff8ce9dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ce9e000 -     0x7fff8cf2bfff  com.apple.iLifeMediaBrowser (2.6.1 - 502.1.5) <6E778C70-7254-3D1A-8D11-6D38643BDEBA> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff8cf2c000 -     0x7fff8cf6dfff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8cf72000 -     0x7fff8cfb7fff  com.apple.DiskManagement (4.2 - 507) <15DB8D3E-E03A-35A0-BF64-85CCF0B2AFFA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff8cfb8000 -     0x7fff8d02cfff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6585161A-628F-3467-82A4-ECBF1FE7184D> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8d02d000 -     0x7fff8d02dfff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8d02e000 -     0x7fff8d043fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8d09f000 -     0x7fff8d3c0fff  com.apple.AddressBook.framework (6.1 - 1062) <94321204-A094-3BBE-8EA6-6048D39F4E54> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8d3c1000 -     0x7fff8d3d7ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d3d8000 -     0x7fff8d3e5fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8d3e6000 -     0x7fff8d3f0ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff8d3f1000 -     0x7fff8d475ff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <FE629F2D-6BC0-3A58-9844-D8B9A6808A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8d476000 -     0x7fff8d529fff  com.apple.CoreText (220.11.0 - ???) <4EA8E2DF-542D-38D5-ADB9-C0DAA73F898B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8d52a000 -     0x7fff8d5c9fff  com.apple.LaunchServices (480.21 - 480.21) <6BFADEA9-5BC1-3B53-A013-488EB7F1AB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d5ca000 -     0x7fff8d660ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8d661000 -     0x7fff8d675ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8d676000 -     0x7fff8d676fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8d677000 -     0x7fff8d6d8fff  com.apple.ExchangeWebServices (2.0 - 123) <74F90633-C43E-31F2-A9CF-2E91E306E46F> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8d6d9000 -     0x7fff8d903ff7  com.apple.CalendarStore (5.0.1 - 1139.14) <570E813D-3E53-3F44-8EFB-9037809B305B> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff8d904000 -     0x7fff8d905ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff8d906000 -     0x7fff8db90fff  com.apple.JavaScriptCore (7534.51 - 7534.51.21) <B311DA3D-F763-32A0-BE17-5DC97820BFAB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8db91000 -     0x7fff8db91fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8db92000 -     0x7fff8db93fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
        0x7fff8db94000 -     0x7fff8db94fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8ddab000 -     0x7fff8ddd6fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8ddd7000 -     0x7fff8e29efff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8e29f000 -     0x7fff8e2e2ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8e30c000 -     0x7fff8e30eff7  com.apple.IMServicePlugInSupport (1.0 - 1) <A566600F-3D38-3B98-91B5-421AE6D27192> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
        0x7fff8e318000 -     0x7fff8e33cfff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8e33d000 -     0x7fff8e352fff  com.apple.FileSync.framework (6.0 - 432) <D296CA43-BAED-3AA9-953A-C879FEBD6104> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
        0x7fff8e353000 -     0x7fff8e354ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8e355000 -     0x7fff8e358fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8e359000 -     0x7fff8e39fff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <EAF61ADC-DC00-34CE-B23E-7238ED54E31D> /usr/lib/libcurl.4.dylib
        0x7fff8e3a0000 -     0x7fff8e432ff7  com.apple.PDFKit (2.6.1 - 2.6.1) <33A0A777-8CF4-3F36-BB1A-78F8A3D7E8C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8e433000 -     0x7fff8e78bff7  com.apple.MessageFramework (5.1 - 1251.1) <9A036637-6172-3D23-9118-4633E2CF2029> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8e78c000 -     0x7fff8e7f1ff7  com.apple.coredav (1.0.1 - 115.19) <6E4E8A0B-F6EC-3BCE-B4FB-90154AF13279> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8e84f000 -     0x7fff8e89ffff  com.apple.CoreMediaIO (210.0 - 3180) <13374EA4-83BE-3407-B9DD-D199426D0E7A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8e8b1000 -     0x7fff8e8b6fff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8e8b7000 -     0x7fff8e8bdfff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8e8be000 -     0x7fff8ea92fff  com.apple.CoreFoundation (6.7.1 - 635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8ea93000 -     0x7fff8ea94fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8ea95000 -     0x7fff8ea9bfff  libGFXShared.dylib (??? - ???) <343AE6C0-EB02-333C-8D35-DF6093B92758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8ea9c000 -     0x7fff8ec9efff  com.apple.AOSKit (1.01 - 87) <E00ACA45-14A4-3894-9001-DDD39667B107> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8ec9f000 -     0x7fff8ed80fff  com.apple.CoreServices.OSServices (478.29 - 478.29) <B487110E-C942-33A8-A494-3BDEDB88B1CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8edb2000 -     0x7fff8edb7fff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8edb8000 -     0x7fff8edd2fff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8edd3000 -     0x7fff8eddcfff  com.apple.AOSNotification (1.4.0 - 504.1) <0CD79695-6625-3BF4-A420-2612190EC2E0> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8eddd000 -     0x7fff8edf9ff7  com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8edfa000 -     0x7fff8edfbfff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff8edfc000 -     0x7fff8ee8efff  com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8ee8f000 -     0x7fff8eebaff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff8eebb000 -     0x7fff8eec8ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff8eec9000 -     0x7fff8eed7ff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8eed8000 -     0x7fff8ef00ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8ef01000 -     0x7fff8ef4ffff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff8ef50000 -     0x7fff8ef79fff  com.apple.datadetectors (3.0 - 172.3) <7C8B98DD-68C0-3AE0-BCD9-55CBD63925B7> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff8ef7a000 -     0x7fff8ef8cff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8ef8d000 -     0x7fff8effbfff  com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8effc000 -     0x7fff8f096ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8f0a4000 -     0x7fff8f0cbfff  com.apple.framework.internetaccounts (1.1 - 2) <B01A08DC-2735-3783-B0C8-63492BD845CF> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8f0f1000 -     0x7fff8f11efe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
        0x7fff8f11f000 -     0x7fff8f339fef  com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8f33a000 -     0x7fff8f5b5fff  com.apple.imageKit (2.1.1 - 1.0) <9C159577-0FFF-34D8-890E-66627A9E44FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8f5b6000 -     0x7fff8f6b3fff  com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8f6b4000 -     0x7fff8f6f4ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <B7173CA4-CE16-3BAB-8D83-185FCEFA15F5> /usr/lib/libcups.2.dylib
        0x7fff8f6f5000 -     0x7fff8f7d3ff7  com.apple.DiscRecording (6.0 - 6000.4.1) <DB0D0211-953B-3261-A4FD-74D2AC671DA6> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8f7d4000 -     0x7fff8f7daff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8f7db000 -     0x7fff8f7e3fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8fcc3000 -     0x7fff8fd46fef  com.apple.Metadata (10.7.0 - 627.20) <E00156B0-663A-35EF-A307-A2CEB00F1845> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8fd47000 -     0x7fff8fda2ff7  com.apple.HIServices (1.10 - ???) <BAB8B422-7047-3D2D-8E0A-13FCF153E4E7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8fe34000 -     0x7fff8ffbeff7  com.apple.QTKit (7.7.1 - 2306) <A97042BD-4FD8-3556-9279-6B7742C98904> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ffbf000 -     0x7fff90008fff  com.apple.framework.CoreWLAN (2.1.1 - 211.3) <0FBC6087-6872-3403-A317-CE888969CF4C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff90009000 -     0x7fff9000afff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff9000b000 -     0x7fff9000bfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff9000c000 -     0x7fff9001aff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff90056000 -     0x7fff90057fff  libodfde.dylib (??? - ???) <87836EDD-1474-3926-916A-A7AE8CA65079> /usr/lib/libodfde.dylib
        0x7fff90058000 -     0x7fff90098fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff90099000 -     0x7fff9009afff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff90829000 -     0x7fff90870ff7  com.apple.CoreMedia (1.0 - 705.42) <AA2E9D78-A08C-39E2-B423-D69A75C2397D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff90871000 -     0x7fff90989ff7  com.apple.DesktopServices (1.6.1 - 1.6.1) <4418EAA6-7163-3A77-ABD3-F8289796C81A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff9098a000 -     0x7fff90991fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
     

  • Quicktime and Safari crashing when playing back audio

    Hi all,
    Anytime I try to playback audio on quicktime player or on an html5 video in safari the apps crash. Culprit seems to be com.apple.audio.IOThread.client
    If its just video with no audio everything works fine.
    Here is an example crash report, any suggestions are greatly appreciated:
    Process:         QuickTime Player [6417]
    Path:            /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    Identifier:      com.apple.QuickTimePlayerX
    Version:         10.3 (727.4)
    Build Info:      QuickTimePlayerX-727004000000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [184]
    Responsible:     QuickTime Player [6417]
    User ID:         501
    Date/Time:       2015-01-14 11:29:52.616 -0800
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  17CBC560-C519-A272-54B4-5FFBF181F24C
    Crashed Thread:  40  com.apple.audio.IOThread.client
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    [6417] stack overflow
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8cfdca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cfdbd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8cb28f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8cb28539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8cb27e75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff95537a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff955377b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff955375bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff8b36f24e _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff8b36e89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff8b36299c -[NSApplication run] + 553
    11  com.apple.AppKit               0x00007fff8b34d783 NSApplicationMain + 940
    12  libdyld.dylib                 0x00007fff933b15fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8cfe1662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8b13a421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8b13a136 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 11:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib         0x00007fff8cfdca56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8b13c9f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.MediaToolbox         0x00007fff9344154e 0x7fff933cc000 + 480590
    3   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    4   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 12:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib         0x00007fff8cfdca56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8b13c9f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.MediaToolbox         0x00007fff9344154e 0x7fff933cc000 + 480590
    3   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    4   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 13:: com.apple.coremedia.videomediaconverter
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x00007fff934f2039 0x7fff933cc000 + 1204281
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 14:: com.apple.coremedia.vtremotedecompressionclient.notifier
    0   libsystem_kernel.dylib         0x00007fff8cfdca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cfdbd18 mach_msg + 64
    2   com.apple.VideoToolbox         0x00007fff9218697e 0x7fff92109000 + 514430
    3   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    4   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8cfdca6e semaphore_timedwait_trap + 10
    1   libdispatch.dylib             0x00007fff8b13c9be _dispatch_semaphore_wait_slow + 147
    2   libdispatch.dylib             0x00007fff8b139eec _dispatch_worker_thread + 145
    3   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 16:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.CoreMedia           0x00007fff8ff4fc26 FigScheduledFileIOThread + 141
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 17:: com.apple.coremedia.videomentor
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x00007fff9346d531 0x7fff933cc000 + 660785
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 18:: com.apple.coremedia.videomediaconverter
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x00007fff934f2039 0x7fff933cc000 + 1204281
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 19:: com.apple.coremedia.vtremotedecompressionclient.notifier
    0   libsystem_kernel.dylib         0x00007fff8cfdca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cfdbd18 mach_msg + 64
    2   com.apple.VideoToolbox         0x00007fff9218697e 0x7fff92109000 + 514430
    3   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    4   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 20:: com.apple.coremedia.videomentor
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x00007fff9346d531 0x7fff933cc000 + 660785
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8cfdca6e semaphore_timedwait_trap + 10
    1   libdispatch.dylib             0x00007fff8b13c9be _dispatch_semaphore_wait_slow + 147
    2   libdispatch.dylib             0x00007fff8b139eec _dispatch_worker_thread + 145
    3   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 25:: Dispatch queue: com.apple.coremedia.playbackboss
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c77 _pthread_cond_wait + 787
    2   com.apple.audio.toolbox.AudioToolbox 0x00007fff91db6326 CAGuard::WaitFor(unsigned long long) + 124
    3   com.apple.audio.toolbox.AudioToolbox 0x00007fff91e2d8ff Waiter::WaitOnFlagsFor(unsigned int, unsigned long long) + 65
    4   com.apple.audio.toolbox.AudioToolbox 0x00007fff91e2ccc0 AQMEIO_Base::AwaitIOCycle(unsigned int) + 184
    5   com.apple.audio.toolbox.AudioToolbox 0x00007fff91e69625 MEDeviceStreamClient::AddRunningClient(AQIONodeClient&, bool) + 603
    6   com.apple.audio.toolbox.AudioToolbox 0x00007fff91dfef84 AQMEDevice::AddRunningClient(AQIONodeClient&, bool) + 202
    7   com.apple.audio.toolbox.AudioToolbox 0x00007fff91dd788e AudioQueueObject::StartRunning(AQIONode*) + 100
    8   com.apple.audio.toolbox.AudioToolbox 0x00007fff91dcdd1b AudioQueueObject::_Start(XAudioTimeStamp const&) + 775
    9   com.apple.audio.toolbox.AudioToolbox 0x00007fff91dcd9d5 AudioQueueObject::Start(XAudioTimeStamp const&) + 15
    10  com.apple.audio.toolbox.AudioToolbox 0x00007fff91decf42 AQServer_Start + 152
    11  com.apple.audio.toolbox.AudioToolbox 0x00007fff91df798a AudioQueueStart + 450
    12  com.apple.MediaToolbox         0x00007fff93404e91 0x7fff933cc000 + 233105
    13  com.apple.MediaToolbox         0x00007fff93403fcf FigAudioQueueStart + 1449
    14  com.apple.MediaToolbox         0x00007fff9348ef5e 0x7fff933cc000 + 798558
    15  com.apple.MediaToolbox         0x00007fff9348cf89 0x7fff933cc000 + 790409
    16  com.apple.MediaToolbox         0x00007fff934826d9 0x7fff933cc000 + 747225
    17  com.apple.MediaToolbox         0x00007fff9348e124 0x7fff933cc000 + 794916
    18  libdispatch.dylib             0x00007fff8b13828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff8b13a673 _dispatch_queue_drain + 451
    20  libdispatch.dylib             0x00007fff8b13b9c1 _dispatch_queue_invoke + 110
    21  libdispatch.dylib             0x00007fff8b139f87 _dispatch_root_queue_drain + 75
    22  libdispatch.dylib             0x00007fff8b13b177 _dispatch_worker_thread2 + 40
    23  libsystem_pthread.dylib       0x00007fff95c97ef8 _pthread_wqthread + 314
    24  libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8cfdca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cfdbd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8cb28f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8cb28539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8cb27e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8b50f05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 28:: com.apple.coremedia.readcache
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff55061 WaitOnConditionTimed + 106
    3   com.apple.CoreMedia           0x00007fff8ff54979 FigSemaphoreWaitRelative + 148
    4   com.apple.MediaToolbox         0x00007fff934a038c 0x7fff933cc000 + 869260
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 29:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib         0x00007fff8cfdca56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8b13c9f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.MediaToolbox         0x00007fff9344154e 0x7fff933cc000 + 480590
    3   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    4   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 30:: com.apple.coreaudio.AQClient
    0   libsystem_kernel.dylib         0x00007fff8cfdca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cfdbd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8cb28f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8cb28539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8cb27e75 CFRunLoopRunSpecific + 309
    5   com.apple.audio.toolbox.AudioToolbox 0x00007fff91dfd129 GenericRunLoopThread::Entry(void*) + 187
    6   com.apple.audio.toolbox.AudioToolbox 0x00007fff91db68b3 CAPThread::Entry(CAPThread*) + 109
    7   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff8cfdca6e semaphore_timedwait_trap + 10
    1   libdispatch.dylib             0x00007fff8b13c9be _dispatch_semaphore_wait_slow + 147
    2   libdispatch.dylib             0x00007fff8b139eec _dispatch_worker_thread + 145
    3   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 32:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib         0x00007fff8cfe0746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c99779 _pthread_mutex_lock + 372
    2   com.apple.MediaToolbox         0x00007fff93401458 0x7fff933cc000 + 218200
    3   com.apple.MediaToolbox         0x00007fff93407c83 0x7fff933cc000 + 244867
    4   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    5   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 33:: com.apple.coremedia.videomediaconverter
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x00007fff934f2039 0x7fff933cc000 + 1204281
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 34:: com.apple.coremedia.vtremotedecompressionclient.notifier
    0   libsystem_kernel.dylib         0x00007fff8cfdca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cfdbd18 mach_msg + 64
    2   com.apple.VideoToolbox         0x00007fff9218697e 0x7fff92109000 + 514430
    3   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    4   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 35:: com.apple.coremedia.audiomentor
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x00007fff9346758f 0x7fff933cc000 + 636303
    5   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 36:: com.apple.coremedia.videomentor
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia           0x00007fff8ff54b56 WaitOnCondition + 11
    3   com.apple.CoreMedia           0x00007fff8ff5496a FigSemaphoreWaitRelative + 133
    4   com.apple.MediaToolbox         0x00007fff93475f91 0x7fff933cc000 + 696209
    5   com.apple.MediaToolbox         0x00007fff93474c5d 0x7fff933cc000 + 691293
    6   com.apple.MediaToolbox         0x00007fff93470c4a 0x7fff933cc000 + 674890
    7   com.apple.CoreMedia           0x00007fff8ff554aa figThreadMain + 382
    8   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 38:
    0   libsystem_kernel.dylib         0x00007fff8cfe0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95c97f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95c9afb9 start_wqthread + 13
    Thread 39:: AQConverterThread
    0   libsystem_kernel.dylib         0x00007fff8cfe0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95c98c3b _pthread_cond_wait + 727
    2   com.apple.audio.toolbox.AudioToolbox 0x00007fff91db625e CAGuard::Wait() + 52
    3   com.apple.audio.toolbox.AudioToolbox 0x00007fff91dd6ead AQConverterManager::AQConverterThread::Run() + 489
    4   com.apple.audio.toolbox.AudioToolbox 0x00007fff91dd6cba AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    5   com.apple.audio.toolbox.AudioToolbox 0x00007fff91db68b3 CAPThread::Entry(CAPThread*) + 109
    6   libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 40 Crashed:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x00007fff8cfe0866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff95c9735c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8f91cbba __abort + 145
    3   libsystem_c.dylib             0x00007fff8f91d46d __stack_chk_fail + 196
    4   com.apple.audio.units.Components 0x0000000123a67277 AUMultiChannelMixer::MixerCore::MasterMix(AudioTimeStamp const&, unsigned int) + 1323
    5   com.apple.audio.units.Components 0x0000000123a66b81 AUMultiChannelMixer::Render(unsigned int&, AudioTimeStamp const&, unsigned int) + 395
    6   com.apple.audio.units.Components 0x00000001238fac61 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 153
    7   com.apple.audio.units.Components 0x00000001238f9515 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 423
    8   com.apple.audio.units.Components 0x00000001239880d0 AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    9   com.apple.audio.toolbox.AudioToolbox 0x00007fff91e4dade _AT_AudioUnitRender + 147
    10  com.apple.audio.toolbox.AudioToolbox 0x00007fff91e6a8ce SubgraphBase::Render(int, AudioBufferList&, AudioTimeStamp const&) + 112
    11  com.apple.audio.toolbox.AudioToolbox 0x00007fff91e6a49a MEOutputStreamClient::IO_PerformOutput(int, AudioBufferList&, AudioTimeStamp const&) + 18
    12  com.apple.audio.toolbox.AudioToolbox 0x00007fff91e65a67 AQMEIO_HAL::IOProc(AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*) + 1979
    13  com.apple.audio.toolbox.AudioToolbox 0x00007fff91e639c7 AQMEIO_HAL::_IOProc(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*, void*) + 25
    14  com.apple.audio.CoreAudio     0x00007fff950ef9db HALC_ProxyIOContext::IOWorkLoop() + 3667
    15  com.apple.audio.CoreAudio     0x00007fff950eeadd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    16  com.apple.audio.CoreAudio     0x00007fff950ee99d HALB_IOThread::Entry(void*) + 75
    17  libsystem_pthread.dylib       0x00007fff95c96899 _pthread_body + 138
    18  libsystem_pthread.dylib       0x00007fff95c9672a _pthread_start + 137
    19  libsystem_pthread.dylib       0x00007fff95c9afc9 thread_start + 13
    Thread 40 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000127002000  rcx: 0x0000000127001628  rdx: 0x0000000000000000
      rdi: 0x000000000001d327  rsi: 0x0000000000000006  rbp: 0x0000000127001650  rsp: 0x0000000127001628
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000000001000  r13: 0x0000000000000080  r14: 0x0000000000000006  r15: 0x0000630000015680
      rip: 0x00007fff8cfe0866  rfl: 0x0000000000000206  cr2: 0x000000010ed5f000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10d0b3000 -        0x10d2a6ff7  com.apple.QuickTimePlayerX (10.3 - 727.4) <F853E10F-D295-342D-B56F-766DBC0138E8> /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
           0x10ec17000 -        0x10ec1bffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x111230000 -        0x111230ff9 +cl_kernels (???) <4DDB39DC-DF42-4280-88AE-0BFB7E253A55> cl_kernels
           0x111235000 -        0x111236ff4 +cl_kernels (???) <C7B1BFA2-1C17-438B-A170-66309117B0C4> cl_kernels
           0x112fa7000 -        0x113054ff7  com.apple.AppleGVAFramework (7.1.18 - 7.1.18) <B778A673-2B95-3116-B211-F8EC7D3E5A6A> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
           0x11543a000 -        0x115520fef  unorm8_bgra.dylib (2.3.58) <641EC871-01E8-301F-8695-B92993AD7E23> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x123670000 -        0x123866fff  com.apple.audio.codecs.Components (4.0 - 4.0) <FBBC70C1-FC67-3F46-A62C-41C86105FD8A> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x1238f5000 -        0x123ac6fff  com.apple.audio.units.Components (1.10 - 1.10) <FF94282C-BC8B-32FD-9761-AAF1A9F76761> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
        0x7fff67d18000 -     0x7fff67d4b817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
        0x7fff89439000 -     0x7fff894a0ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff894a1000 -     0x7fff89529ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8953e000 -     0x7fff89583fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff895b3000 -     0x7fff895baff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff89671000 -     0x7fff8968eff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff896a3000 -     0x7fff896d2ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff896d3000 -     0x7fff896faff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff896fb000 -     0x7fff89796ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <DF2CE219-6256-3A8A-BDB1-51EF556F5BC8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89797000 -     0x7fff897b0ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff897b1000 -     0x7fff897c2ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff897c3000 -     0x7fff897c8fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff89a13000 -     0x7fff89a44fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff89a5d000 -     0x7fff89a5ffff  com.apple.EFILogin (2.0 - 2) <8D651894-B7AD-3F23-9B93-472EEA3D292F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff89a60000 -     0x7fff89af0ff7  com.apple.Metadata (10.7.0 - 800.28) <04D510EA-1169-392F-9702-EE7EB00882E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff89b27000 -     0x7fff89b78fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89b89000 -     0x7fff89b8cffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff89b8d000 -     0x7fff89bb1ff7  libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89c31000 -     0x7fff89c47fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff89c48000 -     0x7fff89c63ff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89c9a000 -     0x7fff89cf2ff7  com.apple.Symbolication (1.4 - 129.0.2) <78AE8B21-BF15-373F-88C6-73BF740BFFFB> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff89cf3000 -     0x7fff89d05ff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89d06000 -     0x7fff8ab5aff7  com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8ab5b000 -     0x7fff8ab5bfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8ab5c000 -     0x7fff8ac8bfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8ad13000 -     0x7fff8ad14ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8ad15000 -     0x7fff8ad2bfff  com.apple.geokit (2.2 - 2.2) <0FBE7EFC-5F0C-37F7-A9EE-FF95E8352BCF> /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit
        0x7fff8ad2c000 -     0x7fff8ad2cfff  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
        0x7fff8ad2d000 -     0x7fff8adf1ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8adf2000 -     0x7fff8aec3ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8aec4000 -     0x7fff8aed1fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8aed2000 -     0x7fff8b136ffd  com.apple.security (7.0 - 55471.14.21) <B3C61C91-E9D6-3A3C-99CF-665D54D13C34> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b137000 -     0x7fff8b151fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff8b152000 -     0x7fff8b176fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff8b177000 -     0x7fff8b19fffb  libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8b1a0000 -     0x7fff8b1b1ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8b1b2000 -     0x7fff8b1bbff7  libcldcpuengine.dylib (2.3.58) <645ABD2F-C93B-3943-8B07-BBC08B904253> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8b21a000 -     0x7fff8b34aff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8b34b000 -     0x7fff8bec1ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8bec2000 -     0x7fff8bec4fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8bec5000 -     0x7fff8bef4fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8bef5000 -     0x7fff8bf3cfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8bf3d000 -     0x7fff8bf4dffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8bf90000 -     0x7fff8bfceff7  com.apple.ShareKit (1.0 - 185.2) <AF0D2666-2700-3FE2-AD27-5ADAE70F7547> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff8bfd4000 -     0x7fff8bfdeff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8bfdf000 -     0x7fff8bffbfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8bffc000 -     0x7fff8c049fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <B28D0F5C-EEDD-3586-8986-33BC79E8DE56> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8c286000 -     0x7fff8c296fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8c297000 -     0x7fff8c2a1ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8c661000 -     0x7fff8c66cff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8c67a000 -     0x7fff8c67efff  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
        0x7fff8c67f000 -     0x7fff8c67ffff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8c680000 -     0x7fff8c680ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8c681000 -     0x7fff8c688ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff8c689000 -     0x7fff8c773fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8c7af000 -     0x7fff8c7b1fff  libCVMSPluginSupport.dylib (9.6.1) <B724E444-6FAE-31B5-9814-1572517229C6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8c7b2000 -     0x7fff8ca86fc7  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
        0x7fff8cab5000 -     0x7fff8cab7ff7  com.apple.securityhi (9.0 - 55005) <9985032A-0EE1-3760-8D23-ADD3965A4D18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8cab8000 -     0x7fff8cc9dfff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8cc9e000 -     0x7fff8cca1fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8cca2000 -     0x7fff8ccadfff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8ccae000 -     0x7fff8cd9fff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8ce2a000 -     0x7fff8ce4fff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8ce75000 -     0x7fff8ce7dffc  libGFXShared.dylib (9.6.1) <65BC4378-C023-30EC-8B80-60FB4EA0B036> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8ce7e000 -     0x7fff8cfbffff  com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8cfcb000 -     0x7fff8cfe7ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8d03e000 -     0x7fff8d067fff  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
        0x7fff8d068000 -     0x7fff8d06dff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8d078000 -     0x7fff8d0d1fff  libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8d0d2000 -     0x7fff8d0dbffb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
        0x7fff8d0dc000 -     0x7fff8d9fb797  com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8d9fc000 -     0x7fff8da08ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8da09000 -     0x7fff8dde0fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8dde1000 -     0x7fff8dde4ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8dde5000 -     0x7fff8ddf4ff8  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
        0x7fff8ddf5000 -     0x7fff8de0dff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8e098000 -     0x7fff8e17cff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8e1e0000 -     0x7fff8e1e0fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8e1e1000 -     0x7fff8e1e2fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8e1e3000 -     0x7fff8e24ffff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8e250000 -     0x7fff8e258ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8e284000 -     0x7fff8e289ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8e28a000 -     0x7fff8e292ff3  libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8e2e6000 -     0x7fff8e2f4fff  com.apple.opengl (9.6.1 - 9.6.1) <359D0ECB-D100-341B-B437-BDE56E27B74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8e365000 -     0x7fff8e365fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8e366000 -     0x7fff8e442fff  libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8e482000 -     0x7fff8e640fff  com.apple.GeoServices (1.0 - 702.15.12) <850DC458-20CC-3E16-BB50-7C9FDBA308D3> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8e641000 -     0x7fff8e6a0fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e702000 -     0x7fff8e70fff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8e710000 -     0x7fff8e714fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff8e736000 -     0x7fff8e7eeff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8e7f5000 -     0x7fff8e990ff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8e9d8000 -     0x7fff8e9e1ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8f2d8000 -     0x7fff8f363ff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
        0x7fff8f364000 -     0x7fff8f36aff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8f36b000 -     0x7fff8f3befff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8f3bf000 -     0x7fff8f3c1ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8f3c2000 -     0x7fff8f3f7ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8f401000 -     0x7fff8f40cfff  libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
        0x7fff8f40d000 -     0x7fff8f43cff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8f43d000 -     0x7fff8f47fff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8f480000 -     0x7fff8f49bff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8f583000 -     0x7fff8f645ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8f646000 -     0x7fff8f64aff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff8f64b000 -     0x7fff8f650fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8f843000 -     0x7fff8f856ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8f8c0000 -     0x7fff8f949ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8f956000 -     0x7fff8f957ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8f959000 -     0x7fff8f99eff6  com.apple.HIServices (1.23 - 468) <A4E9E28B-95C3-3654-85C6-E6A1C53CACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8fd03000 -     0x7fff8fd4aff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff8fd79000 -     0x7fff8fdb4fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8fdb8000 -     0x7fff8fde1ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8fe4c000 -     0x7fff8fe9aff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8ff32000 -     0x7fff8ff7bfff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8ff89000 -     0x7fff9025aff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff9025b000 -     0x7fff90294ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff90298000 -     0x7fff9029bfff  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
        0x7fff9029c000 -     0x7fff9029cfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90bc4000 -     0x7fff90bdcff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff90bfc000 -     0x7fff90c34ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff90cec000 -     0x7fff90cecffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff90d79000 -     0x7fff90e02fff  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
        0x7fff90e03000 -     0x7fff91064fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff91065000 -     0x7fff9108fff7  libsandbox.1.dylib (278.11.1) <40E0FA20-43F4-3B44-8FB7-E070170E9AB9> /usr/lib/libsandbox.1.dylib
        0x7fff91090000 -     0x7fff910a7ffa  libAVFAudio.dylib (32.2) <DAE7465E-DE8E-3900-84E7-F5DE72560E76> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff910a8000 -     0x7fff91134ff7  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
        0x7fff91135000 -     0x7fff91142ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff91143000 -     0x7fff91168ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff91169000 -     0x7fff911b4fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageC

    Hi jjb0737,
    Since both of these applications can be modified with plugins it seems to me that there may be a 3rd party plugin causing these issues. I would use the troubleshooting in this article to help determine if that is the case:
    Multimedia applications may quit unexpectedly with some third party QuickTime components
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Safari crashed when scrolling pdf files

    this happen to me every time, without failure when i scroll it, it WILL crash.

    I had such problems in Beta, but not anymore since Final version. I assume you're talking about Final version?

  • Safari crashes when using the dialog box to import/save files, in facebook under windows 7

    I've encountered the following errors in some PCs, running Safari 5.1.7 in MS-Windows 7 Pro:
    Safari crashes when using the dialog box to import/save files. One doesn't have to actually upload or download any file, the mere invocation of the relevant dialog box brings down all open Safari windows after a couple of seconds.
    Errors displayed in the Event Log are:
    Όνομα ελαττωματικής εφαρμογής Safari.exe, έκδοση 5.34.57.2, χρονική σήμανση 0x4f982b5e
    Όνομα ελαττωματικής λειτουργικής μονάδας CoreGraphics.dll, έκδοση 1.87.0.0, χρονική σήμανση 0x4f9739a0
    Κωδικός εξαίρεσης: 0x40000015
    Μετατόπιση σφάλματος: 0x0013a762
    Αναγνωριστικό ελαττωματικής διεργασίας: 0x17f4
    Χρόνος έναρξης ελαττωματικής εφαρμογής: 0x01cded6b09576023
    Διαδρομή ελαττωματικής εφαρμογής: C:\Program Files\Safari\Safari.exe
    Διαδρομή ελλατωματικής λειτουργικής μονάδας:C:\Program Files\Safari\Apple Application Support\CoreGraphics.dll
    Αναγνωριστικό αναφοράς:ebe64ac9-595e-11e2-a977-0016356671d1
    System
    Provider
    [ Name]
    Application Error
    EventID
    1000
    [ Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2013-01-08T06:45:00.000000000Z
    EventRecordID
    95609
    Channel
    Application
    Computer
    computername
    Security
    EventData
    Safari.exe
    5.34.57.2
    4f982b5e
    CoreGraphics.dll
    1.87.0.0
    4f9739a0
    40000015
    0013a762
    17f4
    01cded6b09576023
    C:\Program Files\Safari\Safari.exe
    C:\Program Files\Safari\Apple Application Support\CoreGraphics.dll
    ebe64ac9-595e-11e2-a977-0016356671d1
    and
    Ελαττωματικός κάδος (bucket) 2970527469, τύπος 1
    Όνομα συμβάντος: APPCRASH
    Απόκριση: Δεν υπάρχει
    Αναγνωριστικό Cab: 0
    Υπογραφή προβλήματος:
    P1: Safari.exe
    P2: 5.34.57.2
    P3: 4f982b5e
    P4: CoreGraphics.dll
    P5: 1.87.0.0
    P6: 4f9739a0
    P7: 40000015
    P8: 0013a762
    P9:
    P10:
    Συνημμένα αρχεία:
    C:\Users\username\AppData\Local\Temp\WER51A.tmp.WERInternalMetadata.xml
    Αυτά τα αρχεία μπορεί να είναι διαθέσιμα εδώ:
    C:\Users\username\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Saf ari.exe_e273f639ef3d86d52c9d8e15dd2b42dce3e78061_1f86213d
    Σύμβολο ανάλυσης:
    Επανέλεγχος για λύση: 0
    Αναγνωριστικό αναφοράς: ebe64ac9-595e-11e2-a977-0016356671d1
    Κατάσταση αναφοράς: 0
    +
    System
    Provider
    [ Name]
    Windows Error Reporting
    EventID
    1001
    [ Qualifiers]
    0
    Level
    4
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2013-01-08T06:45:10.000000000Z
    EventRecordID
    95610
    Channel
    Application
    Computer
    computername
    Security
    EventData
    2970527469
    1
    APPCRASH
    Δεν υπάρχει
    0
    Safari.exe
    5.34.57.2
    4f982b5e
    CoreGraphics.dll
    1.87.0.0
    4f9739a0
    40000015
    0013a762
    C:\Users\username\AppData\Local\Temp\WER51A.tmp.WERInternalMetadata.xml
    C:\Users\username\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Saf ari.exe_e273f639ef3d86d52c9d8e15dd2b42dce3e78061_1f86213d
    0
    ebe64ac9-595e-11e2-a977-0016356671d1
    0
    I have tried in-installing safari but it seems not to help. I have tried installing it to a third, newly installed pc and come to the same result.
    All PCs are fully up-to-date as it regards Microsoft and Apple patches. Any ideas as to why this might happen?

    Still having the same problem. Ever the optimist, I submit the following info.
    Error window screenshot can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_01.JPG
    Enent log entry can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_02.txt
    Version info can be found here: https://dl.dropboxusercontent.com/u/22465174/safari/safari_fail_03.JPG

  • On my mac I have both Quicktime X and Quicktime 7 pro. Both applications seem to be crashing quite often lately. This happens when playing all files types. I notice it more with .flv file. It usually happens when i grab the time slider bar and try to move

    On my mac I have both Quicktime X and Quicktime 7 pro. Both applications seem to be crashing quite often lately. This happens when playing all files types. I notice it more with .flv file. It usually happens when i grab the time slider bar and try to move it. The apps will freeze and I have to "force quit" to get them to close. Sometimes putting the computer to sleep and waking it up helps. Is there a way to remedy this?

    Oops, I needed to update my profile. I have snow leopard now

  • Safari Crashes when I try to play a youtube movie

    I am on an older computer system OX 10.4.11 and safari has made my computer unusable it crashes everytime I try to do anything especially when I try to watch a youtube movie and/or even try to open a youtube account.  I have tried to suggestions on the forum i.e. clean up cache, reset safari, clean up cookies, etc., etc. but my computer still crashes with Safari.  I tried to upload the 4.1.3 which I understand is the newest version my computer can take and reboot my computer but again safari crashes and I cannot get into youtube.   I would appreciate any suggestion --- other than buy a new computer  --- can't afford it.
    Thank you.

    Hi Jose...
    Unfortunately, most sites that support Flash require the latest version which is 11.2.202.221 which cannot run on Tiger v10.4.11 and Safari 4.1.3, which would explain why Safari crashes when you try to stream Flash content.
    Sorry to say but Tiger is several Mac OS X's behind..   Tiger v10.4 / Leopard v10.5 / Snow Leopard / 10.6 and Lion v10.7 and Mountain Lion is not far behind > http://www.apple.com/macosx/mountain-lion/

  • Safari crashes when deleting email on AOL

    I'm at wits end (which is saying little in my case). When I go to the
    AOL website, read email, select one or several emails, and then click
    on the "delete" trashcan icon Safari crashes immediately.
    I've tried repairing disk permissions, resetting Safari, cleaning out
    the plist file(s), deleting and reinstalling Safari and Java, and
    generally yelling, breaking pencils and making burnt offerings to
    Shiva using nearby CDs.
    Any help would be appreciated, by all in the household.
    Some details:
    The PowerBook G4 with OS X 10.4.4
    Safari 2.0.1 (412.5)
    Java 1.3.1, Java 1.4.2 and J2SE 5.0
    Scene of the crime: http://d02.webmail.aol.com/15106/aol/en-us/Mail/
    Result:
    Date/Time: 2006-02-05 09:48:06.135 -0800
    OS Version: 10.4.4 (Build 8G32)
    Report Version: 3
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [113]
    Version: 2.0.1 (412.5)
    Build Version: 8
    Project Name: WebBrowser
    Source Version: 4120500
    PID: 2666
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 com.apple.WebCore 0x955c986c
    khtml::RenderTableCell::collapsedBottomBorder() const + 232
    1 com.apple.WebCore 0x954857bc
    khtml::RenderTableCell::borderBottom() const + 52
    2 com.apple.WebCore 0x9552b6c4
    khtml::RenderBox::getOverflowClipRect(int, int) + 108
    3 com.apple.WebCore 0x954921a4
    khtml::RenderLayer::calculateRects(khtml::RenderLayer const*, QRect
    const&, QRect&, QRect&, QRect&) + 336
    4 com.apple.WebCore 0x954b11c4
    khtml::RenderLayer::hitTestLayer(khtml::RenderLayer*,
    khtml::RenderObject::NodeInfo&, int, int, QRect const&) + 100
    5 com.apple.WebCore 0x954b120c
    khtml::RenderLayer::hitTestLayer(khtml::RenderLayer*,
    khtml::RenderObject::NodeInfo&, int, int, QRect const&) + 172
    6 com.apple.WebCore 0x954b120c
    khtml::RenderLayer::hitTestLayer(khtml::RenderLayer*,
    khtml::RenderObject::NodeInfo&, int, int, QRect const&) + 172
    7 com.apple.WebCore 0x954b1100
    khtml::RenderLayer::hitTest(khtml::RenderObject::NodeInfo&, int, int)
    + 104
    8 com.apple.WebCore 0x955cef98
    DOM::DocumentImpl::prepareMouseEvent(bool, bool, int, int,
    DOM::NodeImpl::MouseEvent*) + 136
    9 com.apple.WebCore 0x954b06ac
    KHTMLView::viewportMouseMoveEvent(QMouseEvent*) + 680
    10 com.apple.WebCore 0x954afddc
    KWQKHTMLPart::mouseMoved(NSEvent*) + 212
    11 com.apple.WebKit 0x9520a770 -[WebHTMLView(WebPrivate)
    _updateMouseoverWithEvent:] + 644
    12 com.apple.WebKit 0x9520a4d4 -[WebHTMLView(WebPrivate)
    _updateMouseoverWithFakeEvent] + 312
    13 com.apple.WebKit 0x95212b30 -[WebHTMLView mouseUp:] +
    104
    14 com.apple.AppKit 0x936b4f20 -[NSWindow sendEvent:] +
    4728
    15 com.apple.Safari 0x0001d2c4 0x1000 + 115396
    16 com.apple.AppKit 0x9365def4 -[NSApplication
    sendEvent:] + 4172
    17 com.apple.Safari 0x0001a2a4 0x1000 + 103076
    18 com.apple.AppKit 0x93655330 -[NSApplication run] + 508
    19 com.apple.AppKit 0x93745e68 NSApplicationMain + 452
    20 com.apple.Safari 0x000021e4 0x1000 + 4580
    21 com.apple.Safari 0x00056e14 0x1000 + 351764
    Thread 1:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928e3664 -[NSRunLoop
    runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x928e359c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x951f3410 +[WebFileDatabase
    _syncLoop:] + 176
    7 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928fbb9c
    +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x928fccdc +[NSURLCache
    _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f20c select + 12
    1 com.apple.CoreFoundation 0x907709a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap
    + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x928db840 -[NSConditionLock
    lockWhenCondition:] + 68
    3 com.apple.Syndication 0x98f8350c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap
    + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x928db840 -[NSConditionLock
    lockWhenCondition:] + 68
    3 com.apple.AppKit 0x936f5d2c -[NSUIHeartBeat
    _heartBeatThread:] + 324
    4 com.apple.Foundation 0x928d46d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x9075e114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9075da18 CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x9076ce78 CFRunLoopRun + 52
    5 com.apple.QuickTime 0x8fae8f78 QTSNetworkThread_RunThread
    + 128
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000955c986c srr1: 0x000000000200f030
    vrsave: 0x0000000000000000
    cr: 0x44004244 xer: 0x0000000020000004 lr:
    0x00000000955c9844 ctr: 0x0000000095485788
    r0: 0x0000000009837498 r1: 0x00000000bfffe3e0 r2:
    0x0000000000000000 r3: 0x00000000bfffe420
    r4: 0x00000000bfffe4c0 r5: 0x00000000bfffe450 r6:
    0x00000000000000d0 r7: 0x0000000007a28a44
    r8: 0x0000000007e26e04 r9: 0x0000000009837498 r10:
    0x0000000000000006 r11: 0x0000000000000006
    r12: 0x0000000095485788 r13: 0x0000000000000000 r14:
    0x0000000000000100 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18:
    0x00000000bfffe91c r19: 0x00000000bfffe918
    r20: 0x0000000007f36fe0 r21: 0x00000000bfffe920 r22:
    0x00000000bfffe630 r23: 0x00000000bfffe5a0
    r24: 0x000000000000040e r25: 0x00000000000000d1 r26:
    0x0000000000000005 r27: 0x00000000bfffe420
    r28: 0x0000000007e25928 r29: 0x00000000bfffe4c0 r30:
    0x0000000007e26e04 r31: 0x00000000954b10a0
    Binary Images Description:
    0x1000 - 0xd8fff com.apple.Safari 2.0.1 (412.5)
    /Applications/Safari.app/Contents/MacOS/Safari
    0x5f93000 - 0x5f95fff com.apple.textencoding.unicode 2.0
    /System/Library/TextEncodings/Unicode
    Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7f6bb20 - 0x7f6bbd2 CFMPriv_CoreFoundation PEF binary:
    CFMPriv_CoreFoundation
    0x7f6bde0 - 0x7f6be95 CFMPriv_DVComponentGlue PEF binary:
    CFMPriv_DVComponentGlue
    0x7f6c0d0 - 0x7f6c173 CFMPriv_QuickTime PEF binary:
    CFMPriv_QuickTime
    0x7f6c1f0 - 0x7f6c267 CFMPriv_System PEF binary: CFMPriv_System
    0x7f6c510 - 0x7f6c5e0 CFMPriv_CarbonSound PEF binary:
    CFMPriv_CarbonSound
    0x7f6c660 - 0x7f6c733 CFMPriv_CommonPanels PEF binary:
    CFMPriv_CommonPanels
    0x7f6c810 - 0x7f6c8cb CFMPriv_Help PEF binary: CFMPriv_Help
    0x7f6c8d0 - 0x7f6c99a CFMPriv_HIToolbox PEF binary:
    CFMPriv_HIToolbox
    0x7f6ca20 - 0x7f6caf6 CFMPriv_HTMLRendering PEF binary:
    CFMPriv_HTMLRendering
    0x7f6cb70 - 0x7f6cc43 CFMPriv_ImageCapture PEF binary:
    CFMPriv_ImageCapture
    0x7f6ccd0 - 0x7f6cdb5 CFMPriv_NavigationServices PEF binary:
    CFMPriv_NavigationServices
    0x7f6ce30 - 0x7f6cf06 CFMPriv_OpenScriptingMacBLib PEF binary:
    CFMPriv_OpenScriptingMacBLib
    0x7f6cfe0 - 0x7f6d09e CFMPriv_Print PEF binary: CFMPriv_Print
    0x7f6d0c0 - 0x7f6d18d CFMPriv_SecurityHI PEF binary:
    CFMPriv_SecurityHI
    0x7f6d210 - 0x7f6d2f2 CFMPriv_SpeechRecognition PEF binary:
    CFMPriv_SpeechRecognition
    0x7f6d370 - 0x7f6d443 CFMPriv_CarbonCore PEF binary:
    CFMPriv_CarbonCore
    0x7f6d4c0 - 0x7f6d593 CFMPriv_OSServices PEF binary:
    CFMPriv_OSServices
    0x7f6d670 - 0x7f6d732 CFMPriv_AE PEF binary: CFMPriv_AE
    0x7f6d740 - 0x7f6d805 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x7f6d880 - 0x7f6d957 CFMPriv_ColorSync PEF binary:
    CFMPriv_ColorSync
    0x7f6d9e0 - 0x7f6dac3 CFMPriv_FindByContent PEF binary:
    CFMPriv_FindByContent
    0x7f6db40 - 0x7f6dc1a CFMPriv_HIServices PEF binary:
    CFMPriv_HIServices
    0x7f6dc90 - 0x7f6dd70 CFMPriv_LangAnalysis PEF binary:
    CFMPriv_LangAnalysis
    0x7f6de00 - 0x7f6dee6 CFMPriv_LaunchServices PEF binary:
    CFMPriv_LaunchServices
    0x7f6dfc0 - 0x7f6e097 CFMPriv_PrintCore PEF binary:
    CFMPriv_PrintCore
    0x7f6e0a0 - 0x7f6e162 CFMPriv_QD PEF binary: CFMPriv_QD
    0x7f6e260 - 0x7f6e349 CFMPriv_SpeechSynthesis PEF binary:
    CFMPriv_SpeechSynthesis
    0x87bb000 - 0x87c8fff com.apple.quicktime.webplugin 7.0.4
    /Library/Internet Plug-Ins/QuickTime
    Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    0x9039000 - 0x9148fff GLEngine
    /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/
    GLEngine
    0x9177000 - 0x9267fff com.apple.ATIRadeon9700GLDriver 1.4.18
    (4.1.8)
    /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS
    /ATIRadeon9700GLDriver
    0x9275000 - 0x928efff GLDriver
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDri
    ver.bundle/GLDriver
    0x9294000 - 0x92affff GLRendererFloat
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRen
    dererFloat.bundle/GLRendererFloat
    0x96e7000 - 0x96e9fff com.apple.PDFImporter 1.6 (???)
    /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImp
    orter
    0x9c46000 - 0x9d7ee45 Flash Player PEF binary: Flash Player
    0x9d7f000 - 0x9dce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x9dce3d0 - 0x9de66bd Apple;Carbon;Multimedia PEF binary:
    Apple;Carbon;Multimedia
    0x9de7c00 - 0x9de998b Apple;Carbon;Networking PEF binary:
    Apple;Carbon;Networking
    0x8e6f8000 - 0x8e71ffff com.apple.QuickTime Plugin.plugin 7.0.4
    /Library/Internet Plug-Ins/QuickTime
    Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x8e7ee000 - 0x8e93bfff com.apple.QuickTimeStreaming.component
    7.0.4
    /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/
    QuickTimeStreaming
    0x8ed72000 - 0x8f731fff com.apple.QuickTimeComponents.component
    7.0.4
    /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS
    /QuickTimeComponents
    0x8fa14000 - 0x8fa50fff com.apple.QTKit 7.0.4
    /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4
    /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib
    /usr/lib/libSystem.B.dylib
    0x9020b000 - 0x90210fff libmathCommon.A.dylib
    /usr/lib/system/libmathCommon.A.dylib
    0x90212000 - 0x90265fff com.apple.CoreText 1.0.1 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ATS.framework/Versions/A/ATS
    0x90372000 - 0x906affff com.apple.CoreGraphics 1.256.30 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9073b000 - 0x90814fff com.apple.CoreFoundation 6.4.4 (368.25)
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFou
    ndation
    0x9085d000 - 0x9085dfff com.apple.CoreServices 10.4 (???)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServi
    ces
    0x9085f000 - 0x90961fff libicucore.A.dylib
    /usr/lib/libicucore.A.dylib
    0x909bb000 - 0x90a3ffff libobjc.A.dylib
    /usr/lib/libobjc.A.dylib
    0x90a69000 - 0x90ad7fff com.apple.framework.IOKit 1.4.1 (???)
    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90aee000 - 0x90b00fff libauto.dylib /usr/lib/libauto.dylib
    0x90b07000 - 0x90ddffff com.apple.CoreServices.CarbonCore 681.3
    (671.2)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/CarbonCore.framework/Versions/A/CarbonCore
    0x90e45000 - 0x90ec5fff com.apple.CoreServices.OSServices 4.1
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/OSServices.framework/Versions/A/OSServices
    0x90f0f000 - 0x90f50fff com.apple.CFNetwork 10.4.4 (129.9)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/CFNetwork.framework/Versions/A/CFNetwork
    0x90f65000 - 0x90f7dfff com.apple.WebServices 1.1.2 (1.1.0)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/WebServicesCore.framework/Versions/A/WebServicesCore
    0x90f8d000 - 0x9100efff com.apple.SearchKit 1.0.5
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/SearchKit.framework/Versions/A/SearchKit
    0x91054000 - 0x9107efff com.apple.Metadata 10.4.4 (121.34)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Framework
    s/Metadata.framework/Versions/A/Metadata
    0x9108f000 - 0x9109dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x910a0000 - 0x91263fff com.apple.security 4.3 (25966)
    /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91366000 - 0x9136ffff com.apple.DiskArbitration 2.1
    /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskAr
    bitration
    0x91376000 - 0x9139dfff com.apple.SystemConfiguration 1.8.2
    /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/Sy
    stemConfiguration
    0x913b0000 - 0x913b8fff libgcc_s.1.dylib
    /usr/lib/libgcc_s.1.dylib
    0x913bd000 - 0x913defff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x913e4000 - 0x913ecfff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f0000 - 0x91470fff com.apple.audio.CoreAudio 3.0.2
    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914af000 - 0x914affff com.apple.ApplicationServices 10.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Ap
    plicationServices
    0x914b1000 - 0x914e9fff com.apple.AE 1.5 (297)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/AE.framework/Versions/A/AE
    0x91504000 - 0x915d1fff com.apple.ColorSync 4.4.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ColorSync.framework/Versions/A/ColorSync
    0x91626000 - 0x916b9fff com.apple.print.framework.PrintCore 4.3
    (172.3)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/PrintCore.framework/Versions/A/PrintCore
    0x91700000 - 0x917bdfff com.apple.QD 3.8.18 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/QD.framework/Versions/A/QD
    0x917fb000 - 0x91859fff com.apple.HIServices 1.5.1 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/HIServices.framework/Versions/A/HIServices
    0x91887000 - 0x918abfff com.apple.LangAnalysis 1.6.1
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x918bf000 - 0x918e4fff com.apple.FindByContent 1.5
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/FindByContent.framework/Versions/A/FindByContent
    0x918f7000 - 0x91939fff com.apple.LaunchServices 10.4.6 (168.3)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x91955000 - 0x91969fff com.apple.speech.synthesis.framework
    3.3
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91977000 - 0x919b1fff com.apple.ImageIO.framework 1.4.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/ImageIO
    0x919c6000 - 0x91a8efff libcrypto.0.9.7.dylib
    /usr/lib/libcrypto.0.9.7.dylib
    0x91adc000 - 0x91af1fff libcups.2.dylib
    /usr/lib/libcups.2.dylib
    0x91af6000 - 0x91b13fff libJPEG.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b18000 - 0x91b87fff libJP2.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b9e000 - 0x91ba2fff libGIF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ba4000 - 0x91bd5fff libRaw.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91bd9000 - 0x91c1cfff libTIFF.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c23000 - 0x91c3cfff libPng.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c41000 - 0x91c44fff libRadiance.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c46000 - 0x91c46fff com.apple.Accelerate 1.1.1 (Accelerate
    1.1.1)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c48000 - 0x91d1efff com.apple.vImage 2.0
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vImage.framework/Versions/A/vImage
    0x91d26000 - 0x91d45fff com.apple.Accelerate.vecLib 3.1.1 (vecLib
    3.1.1)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/vecLib
    0x91db1000 - 0x91e16fff libvMisc.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvMisc.dylib
    0x91e20000 - 0x91eb2fff libvDSP.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libvDSP.dylib
    0x91ecc000 - 0x9245cfff libBLAS.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libBLAS.dylib
    0x924a4000 - 0x927b4fff libLAPACK.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vecLib.framework/Versions/A/libLAPACK.dylib
    0x927e1000 - 0x9286dfff com.apple.DesktopServices 1.3.1
    /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versio
    ns/A/DesktopServicesPriv
    0x928af000 - 0x92ad9fff com.apple.Foundation 6.4.2 (567.21)
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92bf7000 - 0x92cd5fff libxml2.2.dylib
    /usr/lib/libxml2.2.dylib
    0x92cf5000 - 0x92de3fff libiconv.2.dylib
    /usr/lib/libiconv.2.dylib
    0x92df5000 - 0x92e13fff libGL.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    .dylib
    0x92e1e000 - 0x92e78fff libGLU.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    U.dylib
    0x92e96000 - 0x92e96fff com.apple.Carbon 10.4 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92e98000 - 0x92eacfff com.apple.ImageCapture 3.0
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Imag
    eCapture.framework/Versions/A/ImageCapture
    0x92ec4000 - 0x92ed4fff com.apple.speech.recognition.framework
    3.4
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Spee
    chRecognition.framework/Versions/A/SpeechRecognition
    0x92ee0000 - 0x92ef5fff com.apple.securityhi 2.0 (203)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Secu
    rityHI.framework/Versions/A/SecurityHI
    0x92f07000 - 0x92f8efff com.apple.ink.framework 101.2 (69)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.
    framework/Versions/A/Ink
    0x92fa2000 - 0x92fadfff com.apple.help 1.0.3 (32)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help
    .framework/Versions/A/Help
    0x92fb7000 - 0x92fe4fff com.apple.openscripting 1.2.4 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Open
    Scripting.framework/Versions/A/OpenScripting
    0x92ffe000 - 0x9300efff com.apple.print.framework.Print 5.0
    (190.1)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Prin
    t.framework/Versions/A/Print
    0x9301a000 - 0x93080fff com.apple.htmlrendering 1.1.2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTML
    Rendering.framework/Versions/A/HTMLRendering
    0x930b1000 - 0x93103fff com.apple.NavigationServices 3.4.2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navi
    gationServices.framework/Versions/A/NavigationServices
    0x9312f000 - 0x9314cfff com.apple.audio.SoundManager 3.9
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Carb
    onSound.framework/Versions/A/CarbonSound
    0x9315e000 - 0x9316bfff com.apple.CommonPanels 1.2.2 (73)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Comm
    onPanels.framework/Versions/A/CommonPanels
    0x93174000 - 0x93486fff com.apple.HIToolbox 1.4.5 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HITo
    olbox.framework/Versions/A/HIToolbox
    0x935d2000 - 0x935defff com.apple.opengl 1.4.7
    /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935e3000 - 0x93604fff com.apple.DirectoryService.Framework
    3.0
    /System/Library/Frameworks/DirectoryService.framework/Versions/A/Direc
    toryService
    0x9361c000 - 0x93645fff com.apple.MediaKit 8.1 (319.1)
    /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaK
    it
    0x9364f000 - 0x9364ffff com.apple.Cocoa 6.4 (???)
    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93651000 - 0x93c84fff com.apple.AppKit 6.4.4 (824.33)
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94011000 - 0x94081fff com.apple.CoreData 80
    /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x940ba000 - 0x94184fff com.apple.audio.toolbox.AudioToolbox
    1.4.1
    /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioTool
    box
    0x941d8000 - 0x941d8fff com.apple.audio.units.AudioUnit 1.4
    /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x941da000 - 0x94352fff com.apple.QuartzCore 1.4.5
    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9439c000 - 0x943d9fff libsqlite3.0.dylib
    /usr/lib/libsqlite3.0.dylib
    0x943e1000 - 0x94431fff libGLImage.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    Image.dylib
    0x944c1000 - 0x944f9fff com.apple.vmutils 4.0.0 (85)
    /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9453c000 - 0x94558fff com.apple.securityfoundation 2.1
    (24988)
    /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Sec
    urityFoundation
    0x9456c000 - 0x945b0fff com.apple.securityinterface 2.1 (24981)
    /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Secu
    rityInterface
    0x945d4000 - 0x945e3fff libCGATS.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x945eb000 - 0x945f7fff libCSync.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9463d000 - 0x94655fff libRIP.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr
    ameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9465c000 - 0x946dffff libstdc++.6.dylib
    /usr/lib/libstdc++.6.dylib
    0x9485f000 - 0x9498dfff com.apple.AddressBook.framework 4.0.3
    (483)
    /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBoo
    k
    0x94a1f000 - 0x94a2efff com.apple.DSObjCWrappers.Framework 1.1
    /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/
    DSObjCWrappers
    0x94a36000 - 0x94a63fff com.apple.LDAPFramework 1.4.1 (69.0.1)
    /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94a6a000 - 0x94a7afff libsasl2.2.dylib
    /usr/lib/libsasl2.2.dylib
    0x94a7e000 - 0x94aadfff libssl.0.9.7.dylib
    /usr/lib/libssl.0.9.7.dylib
    0x94abd000 - 0x94adafff libresolv.9.dylib
    /usr/lib/libresolv.9.dylib
    0x94ed3000 - 0x94ed3fff com.apple.DiscRecording 3.0.8 (???)
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscReco
    rding
    0x94ed5000 - 0x94f58fff com.apple.DiscRecordingEngine 3.0.8
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/Framewor
    ks/DiscRecordingEngine.framework/Versions/A/DiscRecordingEngine
    0x94f85000 - 0x94fcbfff com.apple.DiscRecordingContent 3.0.8
    /System/Library/Frameworks/DiscRecording.framework/Versions/A/Framewor
    ks/DiscRecordingContent.framework/Versions/A/DiscRecordingContent
    0x951c0000 - 0x951e8fff libcurl.3.dylib
    /usr/lib/libcurl.3.dylib
    0x951f1000 - 0x9527dfff com.apple.WebKit 417.9
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x952d8000 - 0x953cdfff com.apple.JavaScriptCore 417.8
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/Java
    ScriptCore.framework/Versions/A/JavaScriptCore
    0x95409000 - 0x95713fff com.apple.WebCore 417.17
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebC
    ore.framework/Versions/A/WebCore
    0x9589a000 - 0x958c3fff libxslt.1.dylib
    /usr/lib/libxslt.1.dylib
    0x95fbe000 - 0x95fd4fff libJapaneseConverter.dylib
    /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96a61000 - 0x96a80fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)
    /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97197000 - 0x97258fff libGLProgrammability.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    Programmability.dylib
    0x97283000 - 0x97284fff libGLSystem.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL
    System.dylib
    0x97286000 - 0x97293fff com.apple.agl 2.5.6 (AGL-2.5.6)
    /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x982a9000 - 0x983b1fff com.apple.DiskImagesFramework 10.4.3
    (112.5)
    /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x9842e000 - 0x9843bfff libbz2.1.0.dylib
    /usr/lib/libbz2.1.0.dylib
    0x98e7e000 - 0x98e7ffff com.apple.iokit.dvcomponentglue 1.7.9
    /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComp
    onentGlue
    0x98f80000 - 0x98fb6fff com.apple.Syndication 1.0.3 (49)
    /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syn
    dication
    0x98fd3000 - 0x98fe5fff com.apple.SyndicationUI 1.0.3 (49)
    /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/S
    yndicationUI
    Model: PowerBook5,9, BootROM 4.9.6f0, 1 processors, PowerPC G4 (1.5),
    1.67 GHz, 2 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 MB
    Memory Module: SODIMM0/J20STANDARD, 1 GB, DDR2 SDRAM, PC2-4200S-444
    Memory Module: SODIMM1/J23REVERSED, 1 GB, DDR2 SDRAM, PC2-4200S-444
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.0f18, 2 service, 0 devices, 1 incoming serial
    ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci106b,4318, sppci_othernetwork, SLOT-A
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    PCI Card: usb, usb, USB20
    PCI Card: usb, usb, USB20
    PCI Card: usb, ehci, USB20
    Parallel ATA Device: ST9120821A, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846, 324.73 MB
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to
    12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    PowerBook G4   Mac OS X (10.4.4)   1.67
    GHz w/ 2GB DDR2 SDRAM
    [ Edited by Apple Discussions Moderator; wrap long lines ]

    Hi All!
    This reply was posted to the originator of this thread, but is meant for All.
    I hope this is helpful!
    Deleting AOL Mail, crashes Safari/Consolidated
    It seems the most recent Safari, and or 10.4.4, update has created this problem.
    Apple & AOL are both aware of this, but, as far as I know, no correction has been implemented.
    Here are some of the work arounds, that I have been able to discern from the various posts regarding this issue.
    If I have missed anything, please correct, and or add.
    Use the FIREFOX BROWSER.
    Use your AOL Mail program.
    Use this utility AOL SERVICES UTILITY, to set up Apple Mail, to access AOL Mail.
    Access the AOL Mail thru Classic AOL Webmail.
    And here are links, to the various threads, discussing this issue.
    Safari and AOL
    AOL/ Delete/ Safari crash
    safari crashing with aol.com mail deletion
    AOL Webmail and Safari on 10.4.2 crashes on delete mail
    Update 10.4.4 causes crash
    Safari crashes when deleting email on AOL
    Safari Update
    Safari Crashes AOL mail
    ali b

  • Safari crashes when trying to enter in password field

    Hi Apple Community!
    My Safari crashes when trying to enter the password to a certain online forum. This is not happening to Google Chrome. I have tried disabling extensions and third-party plugins but it doesn't seem to work. See below for the error log.
    EDIT: I have tried resetting Safari and the problem persists.
    Thank you!
    Cheers,
    Daryl
    =====
    Process:         com.apple.WebKit.WebContent [2681]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.77.4)
    Build Info:      WebKit2-7537077004000000~4
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:     Safari [2672]
    User ID:         501
    Date/Time:       2014-07-06 14:57:40.601 +0800
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  8ACE00CA-6CDB-25D5-2453-03900567B440
    Sleep/Wake UUID: A0B33EA1-9A1F-4798-B69E-D1E0652751DC
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000106c50000-0000000106c51000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.Safari.framework     0x00007fff93749322 Safari::WK::BundleFrame::jsWrapper(Safari::WK::BundleNodeHandle const&, Safari::WK::BundleScriptWorld const&) const + 12
    1   com.apple.Safari.framework     0x00007fff939a56f4 -[WBSFormMetadataController getMetadataForTextField:inFrame:textFieldMetadata:formMetadata:canAutoComplete: ] + 107
    2   com.apple.Safari.framework     0x00007fff93801d9f -[FormMetadataController passwordFieldFocused:inFrame:] + 63
    3   com.apple.Safari.framework     0x00007fff939a6021 -[WBSFormMetadataController textFieldFocused:inFrame:] + 186
    4   com.apple.Safari.framework     0x00007fff9374b020 Safari::WK::didFocusTextField(OpaqueWKBundlePage const*, OpaqueWKBundleNodeHandle const*, OpaqueWKBundleFrame const*, void const*) + 97
    5   com.apple.WebKit2             0x00007fff93fd3594 WebKit::InjectedBundlePageFormClient::didFocusTextField(WebKit::WebPage*, WebCore::HTMLInputElement*, WebKit::WebFrame*) + 72
    6   com.apple.WebCore             0x00007fff9699e10a WebCore::Document::setFocusedElement(***::PassRefPtr<WebCore::Element>, WebCore::FocusDirection) + 1754
    7   com.apple.WebCore             0x00007fff968dd565 WebCore::FocusController::setFocusedElement(WebCore::Element*, ***::PassRefPtr<WebCore::Frame>, WebCore::FocusDirection) + 1029
    8   com.apple.WebCore             0x00007fff968d6128 WebCore::EventHandler::dispatchMouseEvent(***::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 696
    9   com.apple.WebCore             0x00007fff968dc5e0 WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 1552
    10  com.apple.WebKit2             0x00007fff93fd4658 WebKit::handleMouseEvent(WebKit::WebMouseEvent const&, WebKit::WebPage*, bool) + 207
    11  com.apple.WebKit2             0x00007fff93fd454d WebKit::WebPage::mouseEvent(WebKit::WebMouseEvent const&) + 221
    12  com.apple.WebKit2             0x00007fff93fd430a void CoreIPC::handleMessage<Messages::WebPage::MouseEvent, WebKit::WebPage, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)>(CoreIPC::MessageDecoder&, WebKit::WebPage*, void (WebKit::WebPage::*)(WebKit::WebMouseEvent const&)) + 83
    13  com.apple.WebKit2             0x00007fff93fa29b8 WebKit::WebPage::didReceiveWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 1248
    14  com.apple.WebKit2             0x00007fff93f8c5ab CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    15  com.apple.WebKit2             0x00007fff93f8c490 WebKit::WebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 28
    16  com.apple.WebKit2             0x00007fff93f8c3f9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    17  com.apple.WebKit2             0x00007fff93f8c322 CoreIPC::Connection::dispatchOneMessage() + 106
    18  com.apple.WebCore             0x00007fff96627c9e WebCore::RunLoop::performWork() + 270
    19  com.apple.WebCore             0x00007fff96627b72 WebCore::RunLoop::performWork(void*) + 34
    20  com.apple.CoreFoundation       0x00007fff92fa15b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    21  com.apple.CoreFoundation       0x00007fff92f92c62 __CFRunLoopDoSources0 + 242
    22  com.apple.CoreFoundation       0x00007fff92f923ef __CFRunLoopRun + 831
    23  com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    24  com.apple.HIToolbox           0x00007fff8f467a0d RunCurrentEventLoopInMode + 226
    25  com.apple.HIToolbox           0x00007fff8f4677b7 ReceiveNextEventCommon + 479
    26  com.apple.HIToolbox           0x00007fff8f4675bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    27  com.apple.AppKit               0x00007fff97bbe24e _DPSNextEvent + 1434
    28  com.apple.AppKit               0x00007fff97bbd89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    29  com.apple.AppKit               0x00007fff97bb199c -[NSApplication run] + 553
    30  com.apple.AppKit               0x00007fff97b9c783 NSApplicationMain + 940
    31  com.apple.XPCService           0x00007fff8ce7ec0f _xpc_main + 385
    32  libxpc.dylib                   0x00007fff93bb2bde xpc_main + 399
    33  com.apple.WebKit.WebContent   0x0000000106c50ba0 0x106c50000 + 2976
    34  libdyld.dylib                 0x00007fff961385fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8dffa662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff93e8c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff93e8c136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff97d5e05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 3:: WebCore: Scrolling
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff93047811 CFRunLoopRun + 97
    6   com.apple.WebCore             0x00007fff966d46f4 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8dff5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8dff4d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92f92f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff92f92539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92f91e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8e381967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8e38176b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255116 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore       0x00007fff8c254c35 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8dff9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff933bdc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8c255737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8c2555c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8c249f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff933bb899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff933bb72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff933bffc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8dff9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff933bcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff933bffb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007ff8b9e27700  rbx: 0x00007ff8bc02a9f0  rcx: 0x0000000000000000  rdx: 0x00007ff8b9e27700
      rdi: 0x000000010a1146e8  rsi: 0x0000000000000000  rbp: 0x00007fff58fad730  rsp: 0x00007fff58fad730
       r8: 0x0000000000000007   r9: 0x000000010a1146e8  r10: 0x00007ff8bc09abb0  r11: 0x00007fff7cf9bb28
      r12: 0x00007fff58fad7e8  r13: 0x000000010d694780  r14: 0x00007fff58fad7f0  r15: 0x0000000000000000
      rip: 0x00007fff93749322  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x106c50000 -        0x106c50ff4  com.apple.WebKit.WebContent (9537 - 9537.77.4) <B93A6BB6-F13F-3DF9-A728-6384CEC6B516> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x106c56000 -        0x106c56fff  WebProcessShim.dylib (7537.77.4) <5033C8DE-6FDC-3885-A4B6-357095992A43> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x108eea000 -        0x108ef2ff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10abd9000 -        0x10ac01ffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10c692000 -        0x10c695ffa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x10e83b000 -        0x10e846fff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
        0x123400000000 -     0x12340034dff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.15 - 8.2.4) <1D246FBA-B34D-3B45-BDBE-F7CC6B6DEF2D> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff69945000 -     0x7fff69978817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8b426000 -     0x7fff8b473fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8b48b000 -     0x7fff8b48cfff  libquit.dylib (161.2) <7B9C07B6-8993-32C8-89C2-23D2E7FA85BA> /usr/lib/libquit.dylib
        0x7fff8b6c9000 -     0x7fff8b6cbfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8b6cc000 -     0x7fff8b929ffa  com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8b92a000 -     0x7fff8b946fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8b947000 -     0x7fff8b94affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b99f000 -     0x7fff8ba63ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8ba64000 -     0x7fff8ba8eff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
        0x7fff8ba8f000 -     0x7fff8bd63fc7  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
        0x7fff8bd64000 -     0x7fff8bd69fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8bd6a000 -     0x7fff8bd81ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8bd82000 -     0x7fff8bd8cff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
        0x7fff8bda7000 -     0x7fff8bdd5ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8bdd6000 -     0x7fff8c0a7ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8c0a8000 -     0x7fff8c0ddffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8c0de000 -     0x7fff8c12affe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8c150000 -     0x7fff8c19efff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff8c241000 -     0x7fff8c5b8ff6  com.apple.JavaScriptCore (9537 - 9537.77.1) <F588191A-25E6-31AC-A325-B7779DC6D1EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8c5b9000 -     0x7fff8c5e8fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8c5e9000 -     0x7fff8c6d7fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c6d8000 -     0x7fff8c730ff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8c731000 -     0x7fff8c74aff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8c8b4000 -     0x7fff8c8e3ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c8e4000 -     0x7fff8c8f5ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff8c8f6000 -     0x7fff8c8faff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
        0x7fff8c8fb000 -     0x7fff8c95effb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c96f000 -     0x7fff8c96fff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8c9d1000 -     0x7fff8cac2ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8cac3000 -     0x7fff8cac4ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff8cac5000 -     0x7fff8caf5fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8cbb1000 -     0x7fff8cbd9ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8cbda000 -     0x7fff8ce34ff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8ce35000 -     0x7fff8ce37ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8ce3a000 -     0x7fff8ce63ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8ce64000 -     0x7fff8ce6fff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ce7d000 -     0x7fff8ce83ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8ced4000 -     0x7fff8cf19fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff8cf1a000 -     0x7fff8cf22ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8cf33000 -     0x7fff8cf3cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8cf3d000 -     0x7fff8cf48fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
        0x7fff8cf49000 -     0x7fff8cf64ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8cfae000 -     0x7fff8cff3ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8d8b8000 -     0x7fff8d8b8fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d8b9000 -     0x7fff8d998fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d999000 -     0x7fff8da83fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8da84000 -     0x7fff8da88ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8da89000 -     0x7fff8dac7ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8dac8000 -     0x7fff8dbacfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8dc83000 -     0x7fff8dc93fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8dc94000 -     0x7fff8dcb9ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8dcba000 -     0x7fff8dcc0fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8dcc1000 -     0x7fff8dd34fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8dd35000 -     0x7fff8ddfffff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8de00000 -     0x7fff8de19ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8de1a000 -     0x7fff8de27ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8de28000 -     0x7fff8de63fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8de64000 -     0x7fff8de66fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8de67000 -     0x7fff8de74ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8df46000 -     0x7fff8df46fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8df84000 -     0x7fff8dfe3fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8dfe4000 -     0x7fff8e000ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8e001000 -     0x7fff8e05cffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e05d000 -     0x7fff8e05dfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8e05e000 -     0x7fff8e066fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8e067000 -     0x7fff8e0efff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8e0f9000 -     0x7fff8e128fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8e1be000 -     0x7fff8e2c4ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8e2c7000 -     0x7fff8e31afff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8e31b000 -     0x7fff8e619fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8e61a000 -     0x7fff8e621ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff8e622000 -     0x7fff8e623fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8e8b6000 -     0x7fff8e8bfffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8e8c0000 -     0x7fff8e8f8ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8e908000 -     0x7fff8e91efff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8e91f000 -     0x7fff8e929ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8e937000 -     0x7fff8e93fff7  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
        0x7fff8e940000 -     0x7fff8e967ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8e968000 -     0x7fff8ea39ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8ea3a000 -     0x7fff8ea66fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8ea67000 -     0x7fff8eb29ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8eb2a000 -     0x7fff8eb39ff8  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
        0x7fff8eb5e000 -     0x7fff8eb75ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8eb76000 -     0x7fff8edbeff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8edbf000 -     0x7fff8f196fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f197000 -     0x7fff8f1e5ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8f1e6000 -     0x7fff8f1e6fff  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
        0x7fff8f439000 -     0x7fff8f6e3ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8fabe000 -     0x7fff8facbfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8facc000 -     0x7fff8fc3aff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8fcb6000 -     0x7fff8fd81fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8fd82000 -     0x7fff8feb8ffd  com.apple.WebKit (9537 - 9537.77.4) <A0291E16-4ED9-30E8-B9A2-DB836778EE9E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8feb9000 -     0x7fff8fed7ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8fed9000 -     0x7fff8fedaffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8fedb000 -     0x7fff8ff24fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8ff25000 -     0x7fff90306ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff9035f000 -     0x7fff9040fff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff90410000 -     0x7fff90439fff  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
        0x7fff90684000 -     0x7fff906e2ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff907a1000 -     0x7fff907a2fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff907d4000 -     0x7fff907d4ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff907d5000 -     0x7fff907e6ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff9083d000 -     0x7fff908c6fff  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
        0x7fff908c7000 -     0x7fff90a74f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff90a7b000 -     0x7fff90eaeffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff90eaf000 -     0x7fff90eb6fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff90eb7000 -     0x7fff90f1dfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff90f2d000 -     0x7fff90faefff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff90fb2000 -     0x7fff90fbdfff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff90fc1000 -     0x7fff90fd3fff  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
        0x7fff9100a000 -     0x7fff91025ff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91026000 -     0x7fff9106dff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff9106e000 -     0x7fff91070fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff91071000 -     0x7fff910d6ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff910d7000 -     0x7fff910dafff  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
        0x7fff9117c000 -     0x7fff911bdfff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff911be000 -     0x7fff911c6fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff911ee000 -     0x7fff912ddfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff91c9b000 -     0x7fff91cccfff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff91ccd000 -     0x7fff91d56ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff91d59000 -     0x7fff91de5ff7  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
        0x7fff91e50000 -     0x7fff91e68ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff91e69000 -     0x7fff91e6dfff  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
        0x7fff91eb5000 -     0x7fff9201bfff  libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff9201c000 -     0x7fff92170ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff92171000 -     0x7fff9217dff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff921e2000 -     0x7fff921e2fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff921e3000 -     0x7fff921f5ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9220e000 -     0x7fff9220ffff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff92224000 -     0x7fff9226bfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff9226c000 -     0x7fff9226cffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff9226d000 -     0x7fff92354ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff92355000 -     0x7fff9235efff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9235f000 -     0x7fff92517ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
        0x7fff9251c000 -     0x7fff92525ff7  libcldcpuengine.dylib (2.3.58) <E3A84FEC-4060-39C2-A469-159A443D2B6D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff9253b000 -     0x7fff925f3ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff925f4000 -     0x7fff92f1432b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff92f1c000 -     0x7fff92f21fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff92f22000 -     0x7fff93107fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff93108000 -     0x7fff93159ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff93214000 -     0x7fff933b4ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff933b5000 -     0x7fff933b9ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff933ba000 -     0x7fff933c1ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff9345e000 -     0x7fff93468ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff93469000 -     0x7fff93627fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff9364e000 -     0x7fff93661ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff93662000 -     0x7fff93b68ffb  com.apple.Safari.framework (9537 - 9537.77.4) <4DA7F240-5451-3C23-9ADA-CFE34FB51FDB> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff93b69000 -     0x7fff93b93ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff93b94000 -     0x7fff93b9efff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff93b9f000 -     0x7fff93bc3fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff93bc4000 -     0x7fff93bc4fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff93bc5000 -     0x7fff93bc6ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93e89000 -     0x7fff93ea3fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff93ef3000 -     0x7fff93f5ffff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff93f60000 -     0x7fff94151ff3  com.apple.WebKit2 (9537 - 9537.77.4) <5090816E-BD02-350C-B4CE-613A246532F5> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff941e9000 -     0x7fff941ebfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff941ec000 -     0x7fff9427cff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff9446c000 -     0x7fff944d0fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff944e0000 -     0x7fff94505ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff94506000 -     0x7fff94535ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff94536000 -     0x7fff945c1fff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
        0x7fff945c2000 -     0x7fff945e6ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff94c5c000 -     0x7fff94f46fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff94fad000 -     0x7fff95024fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff95025000 -     0x7fff9535bfff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff9535c000 -     0x7fff953b5fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff953b6000 -     0x7fff95423fff  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
        0x7fff957bd000 -     0x7fff957bfffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff95810000 -     0x7fff958abff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff958d2000 -     0x7fff958d9ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff95903000 -     0x7fff95d51fef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff95d52000 -     0x7fff95d60fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff95da2000 -     0x7fff95da6fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff95e64000 -     0x7fff95f86fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff95f89000 -     0x7fff95f90fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff95f91000 -     0x7fff96000ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff960d6000 -     0x7fff96107ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff96108000 -     0x7fff9610afff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9610b000 -     0x7fff96134fff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff96135000 -     0x7fff96138ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff9615b000 -     0x7fff9618ffff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff96246000 -     0x7fff963e2ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff963e3000 -     0x7fff96512fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff96513000 -     0x7fff96519ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff965c4000 -     0x7fff965ceff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff965fd000 -     0x7fff97450ffb  com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff9747e000 -     0x7fff97486ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff97487000 -     0x7fff974a4ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff974a5000 -     0x7fff974f7fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff97505000 -     0x7fff97506ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff97510000 -     0x7fff9751aff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff97618000 -     0x7fff97628ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff97629000 -     0x7fff97662ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff97663000 -     0x7fff9767eff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff97680000 -     0x7fff97683fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff97684000 -     0x7fff97685ff7  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
        0x7fff97766000 -     0x7fff9777eff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff9777f000 -     0x7fff97783ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff97784000 -     0x7fff97786fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff977d4000 -     0x7fff9783bff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff97842000 -     0x7fff9784fff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff9796b000 -     0x7fff97a9bff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff97a9c000 -     0x7fff97ac3ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff97b9a000 -     0x7fff98710ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff98711000 -     0x7fff98750fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff988ad000 -     0x7fff988b2ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff988b3000 -     0x7fff98900ff2  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
        0x7fff98901000 -     0x7fff9890dffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff9891f000 -     0x7fff98924ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff98925000 -     0x7fff98927ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff98928000 -     0x7fff9892aff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff9892b000 -     0x7fff9896dff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff9896e000 -     0x7fff98adeff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff98adf000 -     0x7fff98ae0fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff9904b000 -     0x7fff9904efff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 3627
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=214.4M resident=119.4M(56%) swapped_out_or_unallocated=95.1M(44%)
    Writable regions: Total=1.2G written=53.2M(4%) resident=94.0M(8%) swapped_out=0K(0%) unallocated=1.1G(92%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG image                              260K
    CG share

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • Another report of Safari crashing when closing windows

    Hi... I've seen another thread about Safari crashing when closing windows, but it was suggested that I create a new thread for my issue, so my comments aren't confused with those in the existing thread.
    I'm running Safari for Mac (Version 5.0.1 (6533.17.8) on a MacBook Core Duo 2.4 GHz, running Snow Leopard 10.6.2. When I have multiple windows open and I close one or two of them, I get the pinwheel and then Safari quits unexpectedly. I have never observed this to happen if I'm running a single window in Safari and I close it. It only occurs when multiple windows are open. It seems to occur more frequently if I have downloaded any files.
    I'll mention that I also have an iMac Core Duo 20", and I do not observe the same problem.
    Hopefully, someone will be able to suggest something. Here is the crash log:
    Process: Safari [28681]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.1 (6533.17.8)
    Build Info: WebBrowser-75331708~1
    Code Type: X86 (Native)
    Parent Process: launchd [214]
    Date/Time: 2010-08-16 10:23:20.623 -0500
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 117465 sec
    Crashes Since Last Report: 7
    Per-App Interval Since Last Report: 86908 sec
    Per-App Crashes Since Last Report: 6
    Anonymous UUID: 7D730D98-E83F-474D-AC8E-FF12447447BC
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000061506d6f
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x984d5eec objc_msgSend + 44
    1 com.apple.Foundation 0x921eda3c __delayedPerformCleanup + 59
    2 com.apple.CoreFoundation 0x953946e2 CFRunLoopTimerInvalidate + 786
    3 com.apple.CoreFoundation 0x9534fabb __CFRunLoopRun + 9003
    4 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    5 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    6 com.apple.HIToolbox 0x98099f9c RunCurrentEventLoopInMode + 392
    7 com.apple.HIToolbox 0x98099d51 ReceiveNextEventCommon + 354
    8 com.apple.HIToolbox 0x98099bd6 BlockUntilNextEventMatchingListInMode + 81
    9 com.apple.AppKit 0x96861a89 _DPSNextEvent + 847
    10 com.apple.AppKit 0x968612ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    11 com.apple.Safari 0x0001687a 0x1000 + 88186
    12 com.apple.AppKit 0x9682355b -[NSApplication run] + 821
    13 com.apple.AppKit 0x9681b5ed NSApplicationMain + 574
    14 com.apple.Safari 0x0000adf9 0x1000 + 40441
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x928288da select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x9281414b dispatch_mgrinvoke + 454
    2 libSystem.B.dylib 0x92813519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x928132be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x92812d41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x92812b86 start_wqthread + 30
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.WebCore 0x915f682a WebCore::IconDatabase::syncThreadMainLoop() + 266
    4 com.apple.WebCore 0x915f2b1c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    5 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    6 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 3: Safari: CertRevocationChecker
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    5 com.apple.Safari 0x0002f321 0x1000 + 189217
    6 com.apple.Safari 0x0002f06a 0x1000 + 188522
    7 com.apple.Safari 0x0002f003 0x1000 + 188419
    8 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    9 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x9221142c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x921d88d4 -[NSThread main] + 45
    7 com.apple.Foundation 0x921d8884 _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    9 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 5: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    5 com.apple.Safari 0x0002f321 0x1000 + 189217
    6 com.apple.Safari 0x0002f06a 0x1000 + 188522
    7 com.apple.Safari 0x0002f003 0x1000 + 188419
    8 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    9 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x950d4ae1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4 com.apple.Safari 0x00045185 0x1000 + 278917
    5 com.apple.Safari 0x000450d5 0x1000 + 278741
    6 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    7 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 7: WebCore: LocalStorage
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x950d4ae1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    5 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9280c086 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9538d80d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    3 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95352fd4 CFRunLoopRun + 84
    5 com.apple.CoreMedia 0x995ed40e FigThreadGlobalNetworkBufferingRunloop + 149
    6 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    7 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95352fd4 CFRunLoopRun + 84
    5 com.apple.QuickTime 0x94598c52 QTSNetworkThread_RunThread + 117
    6 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    7 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.joesoft.hal 0x1a46d578 HandlePatchThread(void*) + 104
    3 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    4 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 ...dia.FlashPlayer-10.6.plugin 0x21c4433f unregister_ShockwaveFlash + 45695
    4 ...dia.FlashPlayer-10.6.plugin 0x21818884 0x21800000 + 100484
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 ...dia.FlashPlayer-10.6.plugin 0x21c4433f unregister_ShockwaveFlash + 45695
    4 ...dia.FlashPlayer-10.6.plugin 0x21818884 0x21800000 + 100484
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b346e2 0x21800000 + 3360482
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b346e2 0x21800000 + 3360482
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b346e2 0x21800000 + 3360482
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x928129d2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x92812f68 pthreadwqthread + 941
    2 libSystem.B.dylib 0x92812b86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x61506d6f ebx: 0x96a8a94c ecx: 0x96feff80 edx: 0x258fbbc0
    edi: 0x04c2830f esi: 0xffcffbdf ebp: 0xbfffe8e8 esp: 0xbfffe8a4
    ss: 0x0000001f efl: 0x00010206 eip: 0x984d5eec cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x61506d6f
    Binary Images:
    0x1000 - 0x52affb com.apple.Safari 5.0.1 (6533.17.8) <0D5E8737-8EB3-4B04-8E54-CA8D9ED470C4> /Applications/Safari.app/Contents/MacOS/Safari
    0x1491000 - 0x1493fff +com.unsanity.menuextraenabler 1.0.3 (1.0.3) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0x165c000 - 0x1666ff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x12f00000 - 0x132aefe3 com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x13a85000 - 0x13a87ffe +com.lemkesoft.GraphicConverterCMI 2.0 (1.7) <486995C6-BD37-1C17-EA3A-B908307AD8AB> /Users/tommyboy/Library/Contextual Menu Items/GraphicConverterCMI2.plugin/Contents/MacOS/GraphicConverterCMI
    0x13c41000 - 0x13c44ff2 +com.macromedia.Flash Player.plugin 10.1.53.64 (10.1.53.64) <4FE0EBB4-DD56-E42E-1792-6466E720365F> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1854d000 - 0x186c0ff7 GLEngine ??? (???) <5EB664AC-6395-A161-ED9D-12219745A887> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x186f2000 - 0x18b58ff7 com.apple.driver.AppleIntelGMAX3100GLDriver 1.6.16 (6.1.6) <289C8984-D6F4-D340-61D6-5AB9BA2762FF> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    0x18ca9000 - 0x18cccfe7 GLRendererFloat ??? (???) <4F847096-3DBD-AE90-90FF-5AE12E15D3C9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x195e4000 - 0x195e4ff7 com.apple.JavaPluginCocoa 13.2.0 (13.2.0) <6330F04D-3250-2071-42E4-0ABB54216529> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x195e9000 - 0x195e9ff7 +com.yazsoft.SDEnhancer ??? (1.0) <265A3874-FE45-D398-4511-7AAE37884D24> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/MacOS/Sp eedDownloadEnhancer
    0x1978e000 - 0x1978ffff +uk.co.markallan.clamxav.ScanWithClamXav ??? (1.0) /Users/tommyboy/Library/Contextual Menu Items/ScanWithClamXav.plugin/Contents/MacOS/ScanWithClamXav
    0x197c3000 - 0x19835fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x19843000 - 0x198f8fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x1993e000 - 0x1994bffb +net.telestream.license 1.0.7.2-GC (1.0.7.2-GC) <3B3ADB81-79F3-6371-31FE-66EF8D8E3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x1995a000 - 0x1995cff7 com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x19962000 - 0x19966ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19bd5000 - 0x19bd5fff +com.parallels.cmplugin ParallelsCM version 1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
    0x19bd9000 - 0x19bdaff7 +com.yazsoft.speeddownload.contextualmenu ??? (1.0.2) <32C5928C-3DE3-BFF1-D8E3-97876A95A4DA> /Library/Contextual Menu Items/Speed Download Contextual Menu.plugin/Contents/MacOS/Speed Download Contextual Menu
    0x19dce000 - 0x19ddcfe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x19de0000 - 0x19df2ff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1a043000 - 0x1a04aff7 com.apple.JavaVM 13.2.0 (13.2.0) <75981DDE-4A7A-EEB6-BAEE-30E9E1DA17C0> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x1a053000 - 0x1a058ff7 +com.yazsoft.browserplugin 2.1.5 (2.1.5) <C9F8EB14-5273-6D24-CB78-D7E4988D1741> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/MacOS/SpeedDownload Browser Plugin
    0x1a05d000 - 0x1a061ff7 +com.yazsoft.SDSFBundle ??? (1.0) <A2FE447B-7FEA-76FC-EFF9-4EF08FF31B21> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/Resource s/SDSFBundle.bundle/Contents/MacOS/SDSFBundle
    0x1a077000 - 0x1a07afff +com.pgp.contextmenu.PGPcontext 9.8.2.3005 (9.8.2.3005) /Library/Contextual Menu Items/PGPcontext.plugin/Contents/MacOS/PGPcontext
    0x1a333000 - 0x1a374fe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1a43f000 - 0x1a445ffb com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1a44a000 - 0x1a472fff +com.joesoft.hal ??? (1.0.1.162) /Library/Audio/Plug-Ins/HAL/Hear.plugin/Contents/MacOS/Hear
    0x1a481000 - 0x1a486fff +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 18) (1.1.2) <271B9402-59DA-B4F5-4554-0356099BD7BB> /Users/tommyboy/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x1d494000 - 0x1d4cbff8 +com.pgp.framework.PGPui 9.8.2.3005 (3.10.2) /Library/Frameworks/PGPui.framework/Versions/A/PGPui
    0x1d8a6000 - 0x1d8d8ffe +com.stuffit.StuffItCM 12.0.1 (12.0.1) /Library/Contextual Menu Items/StuffItCM.plugin/Contents/MacOS/StuffItCM
    0x1dddb000 - 0x1dfbdff3 +com.elgato.mpegsupport EyeTV MPEG Support 1.2 (build 52) (1.2) <35B97927-65D9-4556-1B6A-23CC2834C7FA> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x1e260000 - 0x1e4e4ff3 +com.elgato.Turbo.component 1.0.2 (759) (1.0.2) <21DBC045-EEB1-87B8-8E81-2F7DBBDD2962> /Library/QuickTime/Elgato Turbo.component/Contents/MacOS/Elgato Turbo
    0x1e560000 - 0x1e634fe3 +Crusher ??? (???) <5B0E8275-B9AD-3423-82AC-B9F45AD62A8B> /Library/QuickTime/Elgato Turbo.component/Contents/Frameworks/Crusher.framework/Versions/A/Crusher
    0x1e896000 - 0x1e9f6fff +CrusherHD ??? (???) <F4C66932-907F-5323-C128-D9A6A4122BD5> /Library/QuickTime/Elgato Turbo.component/Contents/Frameworks/CrusherHD.framework/Versions/A/CrusherHD
    0x1ea6b000 - 0x1ec5ffff +com.elgato.mpegsupport EyeTV MPEG Support 1.1.1 (build 49) (1.1.1) <388141FC-ED2D-5789-848C-711541157242> /Library/QuickTime/Elgato Turbo.component/Contents/Resources/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x1ef00000 - 0x1f0f2fe2 +net.telestream.wmv.import 2.3.3.3 (2.3.3.3) <29274B95-3248-3AB4-A08F-718299D6D8C8> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1f127000 - 0x1f29ffeb com.apple.QuickTimeStreaming.component 7.6.6 (1742) <673FAFC2-B72B-6594-0599-D1FE314E3B98> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x20000000 - 0x20047feb +com.stuffit.sdk 12.0.1 (12.0.1) <F75CA13B-084B-4B83-AA7A-7B13A7F8CEA0> /Library/Frameworks/StuffIt.framework/Versions/B/StuffIt
    0x21800000 - 0x221cbfd3 +com.macromedia.FlashPlayer-10.6.plugin 10.1.53.64 (10.1.53.64) <28AEE5D0-CE3E-55DB-5AE5-787143EC0F96> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlay er-10.6
    0x235b2000 - 0x2363dfd1 +com.stuffit.stuffitcore 12.0.1 (12.0.1) <B625F52A-4E26-4A51-B15C-3C7CDB49ABB1> /Library/Frameworks/StuffItCore.framework/Versions/A/StuffItCore
    0x24000000 - 0x2419efe5 +com.pgp.framework.PGPclient 9.8.2.3005 (9.8.2.3005) /Library/Frameworks/PGPclient.framework/Versions/A/PGPclient
    0x2425c000 - 0x24464fce +com.pgp.framework.PGP 3.10.2 (3.10.2) /Library/Frameworks/PGP.framework/Versions/A/PGP
    0x70000000 - 0x700caffb com.apple.audio.units.Components 1.6.1 (1.6.1) <AEC44B68-A209-4093-36B0-7B740361249B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90023000 - 0x90091ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x900bd000 - 0x90134ff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90135000 - 0x9049dff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x904a4000 - 0x905d0fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x905d1000 - 0x90649fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9068c000 - 0x906fbff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x906fc000 - 0x90705ff7 com.apple.corelocation 12 (12) <3B96D426-9245-A054-E9D2-6503BA48938A> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x90706000 - 0x908c0fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x908c1000 - 0x908c7ff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x908c8000 - 0x90971ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90972000 - 0x90993fe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90994000 - 0x90996ff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x909e0000 - 0x90c43fef com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90c44000 - 0x90c83ff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90cbd000 - 0x90ccbfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x90ccc000 - 0x90d3aff7 com.apple.ISSupport 1.9.3 (51) <9BB37FBA-E379-8D12-11C6-B9C5C9683D27> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90d3b000 - 0x90d4fffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90d50000 - 0x90e51fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x90e52000 - 0x90e8dfeb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90e8e000 - 0x91094feb com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x915dc000 - 0x915dffe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x915f0000 - 0x9203bff7 com.apple.WebCore 6533.17 (6533.17.8) <CB22435A-3FAC-EAE2-3CF1-FB9D79635637> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9203c000 - 0x9213efef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9213f000 - 0x9213fff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92140000 - 0x92155fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9216c000 - 0x9217dff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9217e000 - 0x921c1ff7 libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x921c2000 - 0x92432ffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92433000 - 0x92442fe7 libxar.1.dylib ??? (???) <382463E5-02FE-8DDD-E061-C7F730B21F10> /usr/lib/libxar.1.dylib
    0x92443000 - 0x924a4fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x924de000 - 0x92521ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x925ae000 - 0x926baff7 libGLProgrammability.dylib ??? (???) <23AB2443-1DB3-3BFE-38A6-11F0BE453989> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x926bb000 - 0x926bbff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x926d0000 - 0x926d1ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x926d2000 - 0x9278bfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9278c000 - 0x92790ff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92791000 - 0x92795ff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x927d7000 - 0x927ebfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x927ec000 - 0x92992feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x92993000 - 0x92e4cffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92e4d000 - 0x92e6dfe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x92e6e000 - 0x93050fff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93051000 - 0x930caff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x930cb000 - 0x930efff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x930f0000 - 0x931a6ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x931a7000 - 0x9320bffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9320c000 - 0x93622ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93623000 - 0x936a3feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x936a4000 - 0x936d4ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x936d5000 - 0x93726ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93763000 - 0x937a9ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x937df000 - 0x9383aff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9383b000 - 0x93859ff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9385a000 - 0x939dcfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x93a24000 - 0x93a62ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93a63000 - 0x94252557 com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94253000 - 0x94253ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94254000 - 0x942efff7 com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x942f0000 - 0x945e9fef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x945ea000 - 0x94692ffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94693000 - 0x9469eff7 com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9469f000 - 0x946e3fe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9472d000 - 0x9477afeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9477b000 - 0x947e5fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x947e6000 - 0x9483efe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9483f000 - 0x94865fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94892000 - 0x948baff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x948bb000 - 0x949cafe7 com.apple.WebKit 6533.17 (6533.17.8) <7489BF63-4075-335A-93DE-878547A7A4B2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x949d0000 - 0x949d0ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x949d1000 - 0x94cf1feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94d0b000 - 0x94d26ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94d27000 - 0x94e6afef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94eb3000 - 0x94ebcff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94ebd000 - 0x94ebdff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94ef8000 - 0x94ef8ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94ef9000 - 0x95025ffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95026000 - 0x9505aff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x9506e000 - 0x9507eff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9507f000 - 0x95081ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95082000 - 0x950c2ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x950c3000 - 0x952bafeb com.apple.JavaScriptCore 6533.17 (6533.17.6) <A88FBEE4-D53E-E865-B70E-7C01E75330E4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x952bb000 - 0x95301ffb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x95302000 - 0x9530cff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9530d000 - 0x95310ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95311000 - 0x9548bfe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9553b000 - 0x9554dff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9554e000 - 0x95555ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95556000 - 0x95560fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95561000 - 0x964b1fe3 com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x964b2000 - 0x964b3ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x964b4000 - 0x9658ffe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9663d000 - 0x96659fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9665a000 - 0x96737ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96738000 - 0x96744ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x96745000 - 0x9674bfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96757000 - 0x967e9fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x967ea000 - 0x967eaff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96819000 - 0x970f9ff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x970fa000 - 0x9710aff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9710b000 - 0x971a8fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x972d6000 - 0x9770bff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9770c000 - 0x97807ffb com.apple.PubSub 1.0.5 (65.20) <2AD354A5-5F08-82AE-BBDE-873F8C233A0B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x97808000 - 0x97820ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x97821000 - 0x9782bffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9784e000 - 0x97855ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97856000 - 0x9787dff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9787e000 - 0x979b5ff7 com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x979b6000 - 0x979ecfff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x979ed000 - 0x979edff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x979f5000 - 0x97c20ff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97c21000 - 0x97c5eff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97c5f000 - 0x97c61fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x97c62000 - 0x97ce4ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98065000 - 0x98389fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9838a000 - 0x983bbff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x983bc000 - 0x984aeff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x984af000 - 0x984b2ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x984b3000 - 0x984c0ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x984c1000 - 0x984cfff7 com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x984d0000 - 0x9857dfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9857e000 - 0x985b6ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x985ef000 - 0x985feffb SyndicationUI ??? (???) <DFC52859-AA3C-80BE-0B86-AE36C1A50547> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x985ff000 - 0x98643ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98695000 - 0x9875ffef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98760000 - 0x98794fe7 com.apple.framework.Apple80211 6.2.3 (623.1) <C096EF56-ABA3-A869-65AA-D1837351E1F6> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x98795000 - 0x987a2fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib
    0x987a3000 - 0x987a6ff7 libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x987a7000 - 0x98855ff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x98856000 - 0x98861ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x98889000 - 0x98939ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9893a000 - 0x9897bff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98a27000 - 0x98a28ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98a31000 - 0x98a37ff7 libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <94F66BA6-A4E8-63A4-1B70-EFAA4C75D668> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x98a38000 - 0x98b66fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98b67000 - 0x98b6cff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x98b6d000 - 0x98c05fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98d67000 - 0x98da9ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98daa000 - 0x98df3fe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x98e16000 - 0x98e47ff7 libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x98e48000 - 0x98e48ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98e49000 - 0x98e4dff7 libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x98e4e000 - 0x98f1ffe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x98f22000 - 0x98fd2fe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x98fd3000 - 0x98ffdff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x98ffe000 - 0x99009ff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9907e000 - 0x990ceff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x992b3000 - 0x992ebff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x99448000 - 0x994a2fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x994a3000 - 0x994c5fef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x994c6000 - 0x9951cff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9951d000 - 0x99598fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x99599000 - 0x995ccff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x995cd000 - 0x9960aff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9967a000 - 0x9976eff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x9976f000 - 0x9994aff3 libType1Scaler.dylib ??? (???) <3CCADAB2-FBBF-15C9-C70C-4D26746B309E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <D7E95532-C232-C492-6670-49FF18E6DE45> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f0
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en2
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
    Serial ATA Device: WDC WD5000BEVT-22A0RT0, 465.76 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857E
    USB Device: External USB HDD, 0x0930 (Toshiba Corporation), 0xa001, 0xfd100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0229, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    FireWire Device: 1394 USB COMBO, Generic, Up to 400 Mb/sec

    Hi Bee.
    I think (fingers crossed) that the problem may be resolved. I removed the referenced "unsanty" folders, which apparently were installed by other apps that didn't explicitly say that they were being installed. My current hunches are Stuffit Deluxe 12, or possibly an older version of Weatherbug (ca 2008). But since removing PGP and the Unsanity enablers, I haven't experienced a crash. I've also updated Weatherbug and I've also gotten the most recent update to Stuffit 12 (v12.0.2).
    I'll keep an eye on things, but if the problem is gone, I'm good to go.
    Come to think of it the only difference between my desktop iMac and my MacBook is that I never installed PGP on my desktop. StuffIt Deluxe and WeatherBug are installed on both.
    Thx,
    TRB

  • Safari crashes when opening

    Help! Safari crashes when opening for one user on my macbook.
    Here is the error report:
    Date/Time: 2007-11-12 20:40:37.341 -0500
    OS Version: 10.4.10 (Build 8R2218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [58]
    Version: 2.0.4 (419.3)
    Build Version: 31
    Project Name: WebBrowser
    Source Version: 4190300
    PID: 344
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x14aa48be
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x90838fa9 __CFBinaryPlistCreateObject + 3708
    1 com.apple.CoreFoundation 0x9082f6b3 __CFTryParseBinaryPlist + 177
    2 com.apple.CoreFoundation 0x9082ea20 _CFPropertyListCreateFromXMLData + 150
    3 com.apple.Foundation 0x928410cd +[NSPropertyListSerialization propertyListFromData:mutabilityOption:format:errorDescription:] + 89
    4 com.apple.WebKit 0x94d49cf9 -[WebHistoryPrivate _loadHistoryGuts:URL:error:] + 177
    5 com.apple.WebKit 0x94d49c31 -[WebHistoryPrivate loadFromURL:error:] + 62
    6 com.apple.WebKit 0x94d49bab -[WebHistory loadFromURL:error:] + 51
    7 com.apple.Safari 0x0001e754 0x1000 + 120660
    8 com.apple.Safari 0x0001e6bb 0x1000 + 120507
    9 com.apple.Safari 0x0001e3ac 0x1000 + 119724
    10 com.apple.Foundation 0x927e317b nsnotecallback + 230
    11 com.apple.CoreFoundation 0x908563e6 __CFXNotificationPost + 345
    12 com.apple.CoreFoundation 0x9084dbd1 _CFXNotificationPostNotification + 600
    13 com.apple.Foundation 0x927db724 -[NSNotificationCenter postNotificationName:object:userInfo:] + 121
    14 com.apple.Foundation 0x927e26c9 -[NSNotificationCenter postNotificationName:object:] + 55
    15 com.apple.AppKit 0x93265e94 -[NSApplication _postDidFinishNotification] + 124
    16 com.apple.AppKit 0x93265d7e -[NSApplication _sendFinishLaunchingNotification] + 67
    17 com.apple.AppKit 0x9326587d -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 273
    18 com.apple.AppKit 0x93265448 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 96
    19 com.apple.Foundation 0x927e8e65 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 447
    20 com.apple.Foundation 0x927e8c8f _NSAppleEventManagerGenericHandler + 91
    21 com.apple.AE 0x9151bfb5 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 147
    22 com.apple.AE 0x9151bee6 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    23 com.apple.AE 0x9151bdb2 aeProcessAppleEvent + 190
    24 com.apple.HIToolbox 0x92de00e4 AEProcessAppleEvent + 37
    25 com.apple.AppKit 0x9326363d _DPSNextEvent + 1044
    26 com.apple.AppKit 0x93263056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    27 com.apple.Safari 0x00006cea 0x1000 + 23786
    28 com.apple.AppKit 0x9325cddb -[NSApplication run] + 512
    29 com.apple.AppKit 0x93250d2f NSApplicationMain + 573
    30 com.apple.Safari 0x0005f54a 0x1000 + 386378
    31 com.apple.Safari 0x0005f471 0x1000 + 386161
    Thread 1:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92820d3a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x92820c36 -[NSRunLoop run] + 75
    5 com.apple.WebKit 0x94d3ab89 +[WebFileDatabase _syncLoop:] + 198
    6 com.apple.Foundation 0x927eb2e0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92820a0f +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927eb2e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92847bc2 +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927eb2e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x9001a1cc select + 12
    1 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x0000b288 ebx: 0x9083813e ecx: 0x00000000 edx: 0x14aa48be
    edi: 0x14aa48be esi: 0x00000000 ebp: 0xbfffedf8 esp: 0xbfffe8b0
    ss: 0x0000001f efl: 0x00010256 eip: 0x90838fa9 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0xdbfff com.apple.Safari 2.0.4 (419.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91007000 - 0x91046fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f2fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91127000 - 0x91145fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91151000 - 0x9115ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91162000 - 0x91301fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ff000 - 0x91407fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9140e000 - 0x91415fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91419000 - 0x9143ffff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91451000 - 0x914c7fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91518000 - 0x91518fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9151a000 - 0x91545fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91558000 - 0x9162cfff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91667000 - 0x916dafff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91708000 - 0x917b1fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d7000 - 0x91822fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91841000 - 0x91857fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91863000 - 0x9187dfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91887000 - 0x918c4fff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d8000 - 0x918e4fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918eb000 - 0x9192bfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9193e000 - 0x919f0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a36000 - 0x91a4cfff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a51000 - 0x91a6ffff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a74000 - 0x91ad3fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ae5000 - 0x91ae9fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91aeb000 - 0x91b71fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b75000 - 0x91bb2fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bb8000 - 0x91bd2fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bd7000 - 0x91bd9fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bdb000 - 0x91cb9fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cd6000 - 0x91cd6fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd8000 - 0x91d66fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d6d000 - 0x91d6dfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d6f000 - 0x91dc8fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dd1000 - 0x91df5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91dfd000 - 0x92206fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92240000 - 0x925f4fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92621000 - 0x9270efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92710000 - 0x9278dfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927ce000 - 0x929fefff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b18000 - 0x92b2ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b3a000 - 0x92b92fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ba6000 - 0x92ba6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ba8000 - 0x92bb8fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bc7000 - 0x92bcffff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bd5000 - 0x92bdafff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92be0000 - 0x92c71fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c85000 - 0x92c88fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c8b000 - 0x92ca9fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cbb000 - 0x92cc1fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cc7000 - 0x92d2afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d4e000 - 0x92d8ffff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92db6000 - 0x92dc3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dca000 - 0x92dcffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dd4000 - 0x930c9fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931cf000 - 0x931dafff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931df000 - 0x931fafff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9324a000 - 0x9324afff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9324c000 - 0x93902fff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c83000 - 0x93cfefff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d37000 - 0x93df1fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e34000 - 0x93e34fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e36000 - 0x93ff7fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9403d000 - 0x9407efff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94086000 - 0x940c0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940c5000 - 0x940dbfff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94174000 - 0x941b2fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x941f6000 - 0x94207fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94215000 - 0x94253fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9426f000 - 0x9427efff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94285000 - 0x94290fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942dc000 - 0x942f6fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94795000 - 0x948dbfff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94967000 - 0x94976fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9497d000 - 0x949a6fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949ac000 - 0x949bbfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949bf000 - 0x949e4fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x949f0000 - 0x94a0dfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94d38000 - 0x94dcbfff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e25000 - 0x94ea5fff com.apple.JavaScriptCore 418.6.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94ede000 - 0x951bdfff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9533c000 - 0x9535ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x99de3000 - 0x99e1afff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x99e36000 - 0x99e48fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: MacBook1,1, BootROM MB11.0061.B03, 2 processors, Intel Core Duo, 1.83 GHz, 512 MB
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: BANK 0/DIMM0, 256 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 256 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 1.1.9.3
    Bluetooth: Version 1.9.0f8, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK6034GSX, 55.89 GB
    Parallel ATA Device: MATSHITACD-RW CW-8221
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA

    Hi David
    Welcome to Apple Discussions
    4 com.apple.WebKit 0x94d49cf9 -WebHistoryPrivate _loadHistoryGuts:URL:error: + 177
    5 com.apple.WebKit 0x94d49c31 -WebHistoryPrivate loadFromURL:error: + 62
    6 com.apple.WebKit 0x94d49bab -WebHistory loadFromURL:error: + 51
    The above indicates there is corruption in the History file.
    For the User Account crashing, go to the Home folder>Library>Safari folder. There, move to the trash the History.plist file. Then restart Safari.

Maybe you are looking for

  • How to create table in bisystem

    hi, how to create table in bi system. My requirement is such like that i want to store data which is used in the routine. i want to maintain the data dynamically so that i want to create the table.

  • Creating New EEO Information Fields

    Hi, I am using E-Recruiting 3.0 and I want to create a couple of new Information Fields to hold other Equal Opportunites Information that is required, but I am not sure how I go about this. I have looked in the IMG -> E-Recruiting -> Applicant Tracki

  • Export multiple SSIS Packages- Script Required(SQL Server 2008R2 onwards)

    Team, I have the below requirement: Script to export multiple packages(Say 100) and take a backup on filesystem. Script to Import multiple packages (100) at a time in batch. This should be compatible with SQL Server 2005, 2008R2 and 2012. Please help

  • Has anyone else lost all information listed on "Notes" after downloading Mavericks!!?

    Much trouble since downloading Mavericks. Some programs not running at all. All my Notes have disappeared. Any help with retrieving them, anyone?

  • Add-On packaging

    I have created some forms in asp.net for sap b one.I want to deploy i.e create add on for these forms.I tried running AddOnRegDataGen.exe.But what are the addon exe,installer exe and uninstaller exe ?I have created windows application.How can I creat