Applications close unexpectedly when asked to print

MacMini from 2/06 running Tiger (10.4.11) has decided it no longer wants to print.  The application (Safari, Pages) that I want to print from “closes unexpectedly” every time I ask it to print to my Brother HL5240. 
Downloaded fresh print driver - no change.  Ran extended hardware test - everything passed.  Reset the print procedure and then repaired permissions.  Any further suggestions?

OK - Here are the results from two tries, one with Safari and the other with Pages.  As far as I am concerned, most of this is mystical though I think I understand a bit about p-lists.  Where would I go to find the one referenced here, and am I right that if I find it, I should just delete it and when needed it would rewrite itself in the correct way?  Or is there something else that this is telling someone who knows way more than I do about the inner workings of these things?
2013-11-03 11:29:57.259 Safari[265] CFLog (0):
    CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be:
    /Applications/Safari.app/Contents/Resources/English.lproj/PrintingAccessoryView .nib/keyedobjects.nib
    The parser will retry as in 10.2, but the problem should be corrected in the plist.
Nov  3 11:30:03 pete-and-karen-van-boemels-mac-mini crashdump[283]: Safari crashed
Nov  3 11:30:05 pete-and-karen-van-boemels-mac-mini crashdump[283]: crash report written to: /Users/peteandkarenvanboemel/Library/Logs/CrashReporter/Safari.crash.log
2013-11-03 17:25:24.127 Pages[405] CFLog (0):
    CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be:
    /Applications/iWork '08/Pages.app/Contents/Frameworks/SFWordProcessing.framework/Resources/RulerPar aMargin.tiff
    The parser will retry as in 10.2, but the problem should be corrected in the plist.
Nov  3 17:25:45 pete-and-karen-van-boemels-mac-mini crashdump[409]: Pages crashed
Nov  3 17:25:49 pete-and-karen-van-boemels-mac-mini crashdump[409]: crash report written to: /Users/peteandkarenvanboemel/Library/Logs/CrashReporter/Pages.crash.log
Thanks for any help.

Similar Messages

  • Print Templates print preview window closes unexpectly when printing document

    This is a cross posting from Internet Explorer Web Development after a suggestion that this forum would be a better location. See
    https://social.msdn.microsoft.com/Forums/ie/en-US/351e1245-b606-4467-9f3c-1c72f9cdf9ea/print-templates-print-preview-window-closes-unexpectly-when-printing-document?forum=iewebdevelopment.
    I have raised an issue through Connect for this:
    https://connect.microsoft.com/IE/feedback/details/1134168/ie9-to-ie11-print-templates-print-preview-window-closes-unexpectly-when-printing-document, but I would like some more visibility of the issue as my customers thought my application was closing when
    they printed a document.  I also don't know if an issue in Connect gets any priority support via MSDN, but this forum does.
    This looks to me like a problem in the IE Print Templates startDoc API call, but if there is a more appropriate forum to raise this issue in please let me know.
    In the application where I use print templates, the window closing is not in it self a problem because the Javascript that is calling startDoc also closes the Print Preview window when the print is finished.
    The fact that the application looses focus and can be hidden by the windows of other applications when the Print Preview window is closed by startDoc is the issue noticed by our customers, so I need a fix preferably, or a work around at a pinch.
    Details of the issue reproduced below.
    When using IE Print Templates, the startDoc function is causing the print preview window to close.  This behaviour started with IE9, and is still present with IE11.
    When an application is using print templates (see
    https://msdn.microsoft.com/en-us/library/aa753279(v=vs.85).aspx) for print functionality, this has the effect of causing the application to become hidden by any other application window once printing from the print preview window has started.  It is
    actually this behaviour that started me looking at this issue as the users thought the hosting application had closed.
    Print Templates are not accessible by using IE as a web browser, but only when using the WebBrowser Control to embed IE in an application.  The reference for this feature is available from this url:https://msdn.microsoft.com/en-us/library/aa753279(v=vs.85).aspx
    and a sample Microsoft application that demonstrates the use of Print Templates can be used to demonstrate the problem (required for the reproduction steps).  The application is available via this article and searching for "download spiffy".
    Steps to reproduce the problem:
    To see the full effect of the issue, first ensure there is a window from another application (like Windows Explorer) that will cover the sample applications window if brought to the foreground (making the Windows Explorer window full screen works).
    Start the sample application (and ensure that the full screen Window Explorer is the next application to activate).
    Then in the drop down box in the top right corner of the UI select Template8.htm.
    Click the Print Preview button that is just below the drop down box (this will open a new Print Preview window).
    In the new window click the Print… button (this will open a Print dialog).
    Click the Print button at the bottom of the Print dialog.
    The Print dialog closes (expected) and then the Print Preview window also closes (not expected), however the document is still printed successfully.
    When the Print Preview windows is closed unexpectedly, the Windows Explorer window is brought to the foreground (obscuring the sample applications window).
    If you reselect the sample application and click the Print Preview button again, the Print Preview dialog is not displayed unless you restart the application (this looks to be a symptom of the same issue, not a separate problem).
    To see that the Print Preview window appears to be closed by the startDoc call, use the resource editor in Visual Studio (the exe can be opened directly by File | Open | File…) to edit the HTML resource "TEMPLATE8.HTM" (I found I needed to delete
    it and add it back in for the change to stick), find the startDoc call and add two alerts, one on the line before and one on the line after.  When IE is accessing the template, it is being done using the name of the executable (so do not rename the modified
    version of printtemplates.exe, make the changes to a copy in a different directory if you don't want to change the original).  Start the modified version of the application and follow the same steps as in the reproduction.  This time, after clicking
    the Print button in the Print dialog, the dialog will close, the first alert will pop up, then the Print Preview window will close, then
    the second alert will pop up.
    Thank you,
    Warren.

    Hi Shu,
    I have noticed that the print templates API is listed as part of the Legacy APIs. 
    Is this just because it hasn't changed or is not new?  Or does this mean that it is no longer maintained and may be removed (or at least deprecated) at some point in the future? 
    It would good to know if we should start planning for the implementation of a different method of printing.
    I understand that the sample application is no longer maintained, but I also think that the Print Template API that it uses has not changed, and so should still work (and it does mostly).
    If the Print Preview window was being closed as a result of using the Print dialog (and if it had behaved the same way with IE8) I would be willing to go with the by design argument.  
    I have found that the Print Preview window is not closed until startDoc is called, and it closes before control is returned from the startDoc function. 
    Just as part of investigating and try to find a workaround, if I call window.close(), any alert calls made no longer display the alert window after the close call. 
    Alert still functions after startDoc has closed the window however. 
    The is not the sort of consistent behaviour I would expect from something that is by design. 
    Also while investigating, I found that calling startDoc after calling window.close() results in an exception with the error code -2147467259 (0x80004005), this is probably quite normal and expected, but does indicate that the Web Browser Control should
    not be closed till after printing.
    I had found that old thread, and I had concluded it was the same issue, but it was also aimed at different aspect of the problem (which I see in the sample application, but not my application). 
    The visible issue I have is that my users think the application has been closed because after clicking print (on the Print dialog) the application gets hidden by other windows from other applications. 
    This aspect affects the sample in the same manner and so it was a convenient way to demonstrate the problem.
    If IE connect do not look at this issue any time soon, do I have any other avenues to resolve this issue?
    Thank you,
    Warren.

  • After i update to 10.6.8, why safari, app store and dashbord always close unexpectedly when i open it

    after i update to 10.6.8, why safari, app store and dashbord always close unexpectedly when i open it ?
    this is the log for safari
    Process:         Safari [551]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.3 (6533.21.1)
    Build Info:      WebBrowser-75332101~6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [86]
    Date/Time:       2011-07-12 09:42:31.917 +0700
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          13615 sec
    Crashes Since Last Report:           237
    Per-App Interval Since Last Report:  1323 sec
    Per-App Crashes Since Last Report:   55
    Anonymous UUID:                      DE637EF1-55B5-4BC9-9DC6-7B3E7F8EE9F5
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                 0x00007fff834fef34 WebCore::reportException(JSC::ExecState*, JSC::JSValue) + 52
    1   com.apple.WebCore                 0x00007fff83438caa WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 2202
    2   com.apple.WebCore                 0x00007fff83a65ad0 WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 240
    3   com.apple.WebCore                 0x00007fff832e1bf2 WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 146
    4   com.apple.WebCore                 0x00007fff832e187b WebCore::Node::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>) + 1243
    5   com.apple.WebCore                 0x00007fff832e1271 WebCore::Node::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 241
    6   com.apple.WebCore                 0x00007fff83430a96 WebCore::HTMLImageLoader::dispatchLoadEvent() + 262
    7   com.apple.WebCore                 0x00007fff83348f7d WebCore::ImageEventSender::dispatchPendingEvents() + 221
    8   com.apple.WebCore                 0x00007fff8336c687 WebCore::ThreadTimers::sharedTimerFiredInternal() + 151
    9   com.apple.WebCore                 0x00007fff83c13765 WebCore::timerFired(__CFRunLoopTimer*, void*) + 53
    10  com.apple.CoreFoundation          0x00007fff82d74be8 __CFRunLoopRun + 6488
    11  com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    12  com.apple.HIToolbox               0x00007fff8935d74e RunCurrentEventLoopInMode + 333
    13  com.apple.HIToolbox               0x00007fff8935d553 ReceiveNextEventCommon + 310
    14  com.apple.HIToolbox               0x00007fff8935d40c BlockUntilNextEventMatchingListInMode + 59
    15  com.apple.AppKit                  0x00007fff87ba0eb2 _DPSNextEvent + 708
    16  com.apple.AppKit                  0x00007fff87ba0801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    17  com.apple.Safari                  0x0000000100015ffa 0x100000000 + 90106
    18  com.apple.AppKit                  0x00007fff87b6668f -[NSApplication run] + 395
    19  com.apple.AppKit                  0x00007fff87b5f3b0 NSApplicationMain + 364
    20  com.apple.Safari                  0x0000000100009f1c 0x100000000 + 40732
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b61add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff88b617b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff88b612de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff88b60c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff88b60aa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                 0x00007fff88b81a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff88b85881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                 0x00007fff8327d199 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                 0x00007fff8327929c WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                 0x00007fff88b46d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b473ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff82d73932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                  0x000000010002f5c9 0x100000000 + 193993
    5   com.apple.Safari                  0x000000010002f559 0x100000000 + 193881
    6   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff88b46d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b473ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff82d73932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff88f6d23f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation              0x00007fff88eee204 __NSThread__main__ + 1429
    6   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                 0x00007fff88b46d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b473ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff82d73932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff82d72dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                  0x000000010002f5c9 0x100000000 + 193993
    5   com.apple.Safari                  0x000000010002f559 0x100000000 + 193881
    6   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x00007fff88b8a932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x00007fff82d95498 __CFSocketManager + 824
    2   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    3   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                 0x00007fff88b60a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff88b60e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff88b60aa5 start_wqthread + 13
    Thread 8:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                 0x00007fff88b46db6 semaphore_wait_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c3e4 pthread_mutex_lock + 428
    2   libSystem.B.dylib                 0x00007fff88b9ed61 _mdns_query_mDNSResponder + 2004
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ed61 _mdns_query_mDNSResponder + 2004
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                 0x00007fff88b5fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff88b9e9fa _mdns_query_mDNSResponder + 1133
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib                 0x00007fff88b4c417 pthread_mutex_lock + 479
    1   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    2   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    3   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    4   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    5   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    6   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    7   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    8   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                 0x00007fff88b46dc2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x00007fff88b4c40d pthread_mutex_lock + 469
    2   libSystem.B.dylib                 0x00007fff88b9ea1f _mdns_query_mDNSResponder + 1170
    3   libSystem.B.dylib                 0x00007fff88b9dc61 _mdns_search + 1152
    4   libSystem.B.dylib                 0x00007fff88b9cffc _mdns_addrinfo + 754
    5   libSystem.B.dylib                 0x00007fff88b9c059 search_addrinfo + 146
    6   libSystem.B.dylib                 0x00007fff88b9ba7a si_addrinfo + 1349
    7   libSystem.B.dylib                 0x00007fff88bb2dc7 si_async_launchpad + 94
    8   libSystem.B.dylib                 0x00007fff88b7ffd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff88b7fe89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000001c  rbx: 0x00007fff5fbfe5d0  rcx: 0x0000000114628a50  rdx: 0x0000000100d4c100
      rdi: 0x000000011464cac0  rsi: 0x000000011464cac0  rbp: 0x00007fff5fbfe470  rsp: 0x00007fff5fbfe2c0
       r8: 0x0000000000000001   r9: 0x000000011719b800  r10: 0x0000000000000038  r11: 0x00002dda42627524
      r12: 0x0000000116e26a20  r13: 0x0000000100d4c100  r14: 0x0000000114628a88  r15: 0x0000000102d4d1c0
      rip: 0x00007fff834fef34  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.3 (6533.21.1) <09261F3D-C3EC-A309-83F4-DC49CC549176> /Applications/Safari.app/Contents/MacOS/Safari
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
        0x7fff8005d000 -     0x7fff8009efef  com.apple.CoreMedia 0.484.52 (484.52) <3F868AF8-1089-10C3-DCEB-565690FD9742> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8009f000 -     0x7fff8011bff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff801e8000 -     0x7fff801f3fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff802b2000 -     0x7fff802b4fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff802b5000 -     0x7fff80326ff7  com.apple.AppleVAFramework 4.10.26 (4.10.26) <28C1B366-DF2B-111B-1863-0713B105D930> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff80327000 -     0x7fff80368fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff80369000 -     0x7fff8037eff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8037f000 -     0x7fff80396fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff80397000 -     0x7fff803b8fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
        0x7fff803c0000 -     0x7fff80649ff7  com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff806a4000 -     0x7fff80721fef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff80722000 -     0x7fff80771ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff80772000 -     0x7fff80773ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff80774000 -     0x7fff8077ffff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff80780000 -     0x7fff80854fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff80855000 -     0x7fff808daff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff808db000 -     0x7fff80947fe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff80948000 -     0x7fff80993fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff80a22000 -     0x7fff80abcfe7  com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff80ac3000 -     0x7fff80adeff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff80adf000 -     0x7fff80b41fe7  com.apple.datadetectorscore 2.0 (80.7) <A73D45FA-8957-6616-3776-593BE2927455> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff80b42000 -     0x7fff80c4cff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff80c4d000 -     0x7fff80c58ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff80c59000 -     0x7fff80c59ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff80c5a000 -     0x7fff80ca3fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff80ca4000 -     0x7fff80d65fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff80d66000 -     0x7fff80e4bfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff80e4c000 -     0x7fff80e62fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff80e88000 -     0x7fff80e94fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff80e95000 -     0x7fff80ea6fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff80ecf000 -     0x7fff80ed1fff  libRadiance.dylib ??? (???) <76C1B129-6F25-E43C-1498-B1B88B37163B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff80ed2000 -     0x7fff80efdff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff80f48000 -     0x7fff80fe8fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff80fe9000 -     0x7fff80ffdff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff80ffe000 -     0x7fff8103ffef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff81040000 -     0x7fff81067ff7  libJPEG.dylib ??? (???) <B9AA5816-8CCB-AFCB-61FD-3820C6E8219D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff81068000 -     0x7fff8117ffef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff81180000 -     0x7fff81191fff  SyndicationUI ??? (???) <53514778-2D8E-0638-6A5A-776F31681E51> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff81192000 -     0x7fff811fafff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff811fb000 -     0x7fff81214fff  com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff81215000 -     0x7fff81215ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff81293000 -     0x7fff812c9ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff812ca000 -     0x7fff812cbfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff812cc000 -     0x7fff81535fff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff81536000 -     0x7fff8153cff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8153d000 -     0x7fff81584ff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81585000 -     0x7fff815c2ff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff815c3000 -     0x7fff81645fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff81687000 -     0x7fff81694fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff81695000 -     0x7fff816c8ff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff816c9000 -     0x7fff81758fff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff81759000 -     0x7fff81c5fff7  com.apple.VideoToolbox 0.484.52 (484.52) <FA1B8197-8F5F-73CB-A9A1-49E0FB49CF51> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff81c60000 -     0x7fff8235cff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8235d000 -     0x7fff8235dff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8235e000 -     0x7fff8251cfff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff8251d000 -     0x7fff8251eff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8251f000 -     0x7fff8256efef  libTIFF.dylib ??? (???) <5DE9F066-9B64-CBE4-976A-CC7B8DD3C31A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8256f000 -     0x7fff82572ff7  com.apple.securityhi 4.0 (36638) <4497AC9D-4AD5-5155-B8B8-D47E694613A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff82770000 -     0x7fff82770ff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff82771000 -     0x7fff82777ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff829c2000 -     0x7fff829c2ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff829c3000 -     0x7fff829c6fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff82aa0000 -     0x7fff82addfff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff82b36000 -     0x7fff82b45fff  com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82b46000 -     0x7fff82b83ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff82bd4000 -     0x7fff82ceefef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff82cef000 -     0x7fff82d17fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff82d18000 -     0x7fff82d26ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff82d27000 -     0x7fff82e9efe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff82f66000 -     0x7fff82f8bff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff83072000 -     0x7fff83260fef  com.apple.JavaScriptCore 6533.19 (6533.19.1) <493CE301-005E-94B3-9306-922DA36357FF> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff83277000 -     0x7fff83ef2fef  com.apple.WebCore 6533.21 (6533.21.1) <15CE3700-C6DC-7F94-5394-4CF78040A40D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff83ef3000 -     0x7fff83f24fff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83f55000 -     0x7fff8418ffef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff84190000 -     0x7fff84194ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8419a000 -     0x7fff84250ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8437f000 -     0x7fff84383ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff84384000 -     0x7fff84439fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff84456000 -     0x7fff844b6fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff846b6000 -     0x7fff84826fff  com.apple.QTKit 7.7 (1783) <DE8DB97C-C058-B40C-492B-D652A30CF571> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff84827000 -     0x7fff85031fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85032000 -     0x7fff85075ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff850a0000 -     0x7fff854e7fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff854e8000 -     0x7fff8581cfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8581d000 -     0x7fff85823ff7  IOSurface ??? (???) <27E523B3-6BE6-7D7D-5002-2A0E7ED2DB3D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff85824000 -     0x7fff8586bfff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8586c000 -     0x7fff859a1fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff859a2000 -     0x7fff85a7fff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff85ab8000 -     0x7fff85e55fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff85f23000 -     0x7fff85f66fef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff866fc000 -     0x7fff86746ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff86ae0000 -     0x7fff86ba1fff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff86bdf000 -     0x7fff86c27ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff86c28000 -     0x7fff86ca7fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff86cd9000 -     0x7fff86d25fff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff86d26000 -     0x7fff86d2dfff  com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff86d2e000 -     0x7fff86d40fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff86d41000 -     0x7fff87184fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff871a0000 -     0x7fff871b4fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff871b5000 -     0x7fff87241fef  SecurityFoundation ??? (???) <92FAC546-34A0-E65F-05DE-8883D7FECBA4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff87242000 -     0x7fff87251fef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87252000 -     0x7fff87272ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <36051318-BDA1-E5D6-9751-055A10170980> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff87273000 -     0x7fff87392fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87393000 -     0x7fff873e6ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff873e7000 -     0x7fff8740afff  com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8740b000 -     0x7fff87488fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff875fb000 -     0x7fff87618ff7  libPng.dylib ??? (???) <4815A8F2-24A0-E783-8A5A-7B4959F562D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8768b000 -     0x7fff87809ff7  com.apple.WebKit 6533.21 (6533.21.1) <C89E93DE-3BFD-2E7A-2A49-356885FA1CDE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8780a000 -     0x7fff87932ff7  com.apple.MediaToolbox 0.484.52 (484.52) <F03DAC32-79DB-EA5A-9B8D-CB288AF91A56> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff87933000 -     0x7fff87a71fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87a72000 -     0x7fff87b02fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff87b03000 -     0x7fff87b19fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff87b5c000 -     0x7fff87b5cff7  com.apple.Carbon 150 (152) <F31CA1DA-A54B-FEDC-2101-5E902A36DA6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff87b5d000 -     0x7fff88557ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88558000 -     0x7fff88716ff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <6212CA66-7B18-2AED-6AA8-45185F5D9A03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff88717000 -     0x7fff8871aff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8875f000 -     0x7fff88770ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff88771000 -     0x7fff887baff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff887bb000 -     0x7fff88800fff  com.apple.CoreMediaIOServices 140.0 (1496) <D93293EB-0B84-E97D-E78C-9FE8D48AF58E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff88801000 -     0x7fff8883aff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff8883b000 -     0x7fff8883cfff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff8883d000 -     0x7fff88842fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff88843000 -     0x7fff88848fff  libGIF.dylib ??? (???) <95443F88-7D4C-1DEE-A323-A70F7A1B4B0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff88849000 -     0x7fff88a8bfe7  com.apple.AddressBook.framework 5.0.4 (883) <2192ED27-0C79-748F-E590-E1D08845A0D5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff88a8c000 -     0x7fff88b45fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff88b46000 -     0x7fff88d07fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff88d08000 -     0x7fff88d72fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff88d73000 -     0x7fff88e30fff  com.apple.CoreServices.OSServices 359 (359) <E8336204-1ACB-D433-D569-2CAA22A88F65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88e33000 -     0x7fff88e42fff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff88e4b000 -     0x7fff88e86fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff88e9b000 -     0x7fff88e9bff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff88e9c000 -     0x7fff88ea1ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88ea2000 -     0x7fff88edcfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff88edd000 -     0x7fff8915ffe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff89160000 -     0x7fff89160ff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff89161000 -     0x7fff891dfff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff892d9000 -     0x7fff8932eff7  com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8932f000 -     0x7fff8962dfff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8962e000 -     0x7fff89638fff  com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff89639000 -     0x7fff896e9fff  edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404CD6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff89729000 -     0x7fff89758fff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff89759000 -     0x7fff8985dfff  com.apple.PubSub 1.0.5 (65.20) <8517E609-C5B9-F2C7-8FE1-8A79B28F070D> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff89867000 -     0x7fff8986dfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,1, BootROM MBP81.0047.B04, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: HUAWEIMobile-Modem, PPP (PPPSerial), ppp0
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: HUAWEI Mobile, 0x12d1  (Huawei Technologies Co., Ltd.), 0x1001, 0xfa130000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

      Version:         5.0.3 (6533.21.1)
    You are running an outdated version of Safari.
    Click your Apple menu / Software Update...
    If the combo didn't reinstall Safari, use Pacifist to extract the Safari app.

  • "Mail" application "closes unexpectedly" after a few seconds.

    “Mail” application "closes unexpectedly" after a few seconds.
    I use "Mail 1.3.11" to hnadle my e-mail. It works fine.
    This weekend, due to a problem with an address, the server of my University has delivered more than 1000 messages to my account.
    When I have opened "Mail 1.3.11" those messages have begun to enter into the "in" mail box. I have stoped it but anyway a good quantity of them have entered.
    I have already solved the server issue but now that I want to empty those messages from "Mail 1.3.11" I cannot since the application "closes unexpectedly" a few seconds after opening it without letting me do anything.
    How could I open and kept open my "Mail 1.3.11" until I am able to clean it?
    Thank you,

    [kmosx: Apps unexpectedly quit|http://discussions.apple.com/thread.jspa?messageID=607542&#607542]

  • New HP Office jet Pro 8610 defaults to FAX when asked to print from my Lenovo.

    New HP Office Jet Pro 8610 worked for 1 day after installation. Printed & Scanned OK both sided. Did not connect for Fax as don't use it. After printing a couple of documents & scanning some from the Lenovo think Pad Laptop the 8610 has suddenly always  defaulted to the fax send page when asked to print any document. Still scans perfectly. I can print the same documents by emailing them to my IPhone then requesting print. Why won't it print docs from the laptop??? What can I do to overcome the problem as its slow to have to go thru the phone. (I'm 89 years old) Please help.     2Wood. 

    Hi @jodanalynn ,
    I see by your post that you need to reset the printer. I will be happy to help you.
    I can send you that information in a private message.
    In the forum beside your handle name just click on the envelope to view it.
    If you need further assistance, just let me know.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Firefox 11 closes unexpectedly when I try to either 'print' or use 'save as'

    Firefox 11 closes immediately when I either try to 'print' or use 'save as'

    Hey sckrat,
    Have you tried starting Firefox in Safe Mode? Hold down "shift" while Firefox is starting up. If the crash doesn't happen in Safe Mode, you should read [[Troubleshooting extensions and themes]].
    There is also a lot of useful stuff in the [[Firefox crashes]] Knowledge Base article. If you've recently upgraded, you might want to check out [https://support.mozilla.org/en-US/kb/latest-firefox-issues this article] as well.
    Hopefully this helps!

  • Applications close unexpectedly

    Does anyone have any clue how to fix this?
    im using a macbook OS X v10.4.11 tiger
    For awhile now random applications that i use (mostly safari because thats mainly what i use) just randomly close
    about a year back somehow my hard drive just shut down and i had to take it in the store to get it completely re-done
    ive checked for all the updates and gotten them all done except for quicktime 7, because it always has an error or something

    Welcome To  Discussions Ssicer!
    Exactly which model MacBook is it?
    What is the Processor speed?
    What size is the Hard Drive, and how much free space is available?
    How much RAM is installed, and is it original or added?
    Which version of OS X, was pre-installed when maufactured?
    What peripherals do you have connected? A keyboard, mouse, printer, external drive or modem, router, etc?
    What happened between the last time the MacBook functioned successfully, and now?
    Have you made any changes, like upgrading the system, updated or installed any applications or programs, etc?
    Have there been any unusual occurences, like freezes, crashes, power outages, etc?
    Have you ever run any routine Maintenance procedures, as suggested by Carolyn Samit, or in the articles linked to below?
    Personal Suggestions for OS X Maintenance, authored by Kappy
    Mac OS X 10.3/10.4: System Maintenance, authored by Gulliver
    As Carolyn also noted, insufficient available space, can cause performance issues, system corruption, and possible loss of data.
    Depending on Mac system usage habits, it is a general recommendation, to keep 10% to as much as 20%, of the Total capacity, available at all times.
    Review the suggestions, in the documents that I have linked to below.
    Authored by Dr Smoke:
    Problems From Insufficient RAM And Free Hard Disk Space
    Freeing Space On Your Mac OS X Startup Disk
    Multiple applications quit unexpectedly or fail to launch
    Is the MacBook shutdown overnight, or does it run 24/7?
    If you turn the Mac off nightly, the Background Maintenance Tasks, are not run in a timely manner.
    These can also be run, using a Third-Party utility, or manually using Terminal, to run the CRON Commands.
    I use MacJanitor, when necessary.
    INSTRUCTIONS TO RUN CRON MANUAL COMMANDS
    Quit all applications/programs.
    Navigate to HD > Applications > Utilities.
    Double click on Terminal, to open.
    At the prompt, type:
    sudo periodic daily
    Press Return.
    Enter your Admin password when prompted, then press Return.
    This will execute the daily script that is sheduled to run every night.
    When completed, repeat this procedure, but change the command to:
    sudo periodic weekly
    This one rebuilds a database or two, and usually takes somewhat longer to complete. It is scheduled to run once a week.
    Repeat again, with command:
    sudo periodic monthly
    Or they can all be run in one pass, which is preferable, with this command:
    sudo periodic daily weekly monthly
    When the tasks complete, and return to the prompt, you may quit Terminal.
    Restart the Mac, and run Repair Permissions.
    TO REPAIR PERMISSIONS ON THE STARTUP DISK
    1.Open Disk Utility, located in Applications/Utilities, and select the startup disk in the left column.
    2.Click First Aid.
    3.Click Verify Disk Permissions to test permissions or Repair Disk Permissions to test and repair permissions. (I never "Verify". Just run "Repair".)
    Rerun RP, until the only messages reported, are listed here Spurious Permissions Errors Using: 10.4.x, authored by Michael Conniff.
    When "Repair Permissions" is complete. Quit "Disk Utility".
    ali b

  • Preview quits unexpectedly when told to print

    When clicking file print, command+p, or the print icon preview unexpectedly quits. This is also happening when printing in text edit. Printing from all other applications works fine. When clicking file-print in finder it prints fine. Below are the details. Any help would be greatly appreciated. Thank you.
    Process:         Preview [757]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         5.5.1 (719.11)
    Build Info:      Preview-719011000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [139]
    PlugIn Path:       /Library/Printers/efi/PDEs/EF148073 (FF).plugin/Contents/MacOS/EF148073 (FF)
    PlugIn Identifier: com.efi.print.pde.E25B9DE0-AC68-443A-864F-6E36AF80940A.PInf
    PlugIn Version:    3.1.014.0 (3.1.014.0)
    Date/Time:       2012-01-23 08:57:50.005 -0500
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          164603 sec
    Crashes Since Last Report:           16
    Per-App Interval Since Last Report:  3542 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                      892AEDE4-DB83-46EC-83F6-52B9B44E9433
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xffffffffffffffff
    VM Regions Near 0xffffffffffffffff:
    --> shared memory          00007fffffe00000-00007fffffe02000 [    8K] r-x/r-x SM=SHM 
    Application Specific Information:
    objc[757]: garbage collection is OFF
    Performing @selector(printAllContainers:) from sender NSMenuItem 0x7fe89111cb80
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff91421b3c bzero$VARIANT$sse42 + 92
    1   com.efi.print.pde.E25B9DE0-AC68-443A-864F-6E36AF80940A.PInf          0x0000000114d83550 UI_Panel::UI_Panel(PDEData*) + 332
    2   com.efi.print.pde.E25B9DE0-AC68-443A-864F-6E36AF80940A.PInf          0x0000000114d7fb6c -[FieryFeaturesPDEE25B9DE0AC68443A864F6E36AF80940A initWithCallback:] + 944
    3   com.efi.print.pde.E25B9DE0-AC68-443A-864F-6E36AF80940A.PInf          0x0000000114d7ec15 -[FieryFeaturesPDEPlugInE25B9DE0AC68443A864F6E36AF80940A PDEPanelsForType:withHostInfo:] + 115
    4   com.apple.print.framework.Print.Private          0x0000000114d2ef32 0x114d28000 + 28466
    5   com.apple.print.framework.Print.Private          0x0000000114d302be 0x114d28000 + 33470
    6   com.apple.print.framework.Print.Private          0x0000000114d30772 0x114d28000 + 34674
    7   com.apple.print.framework.Print.Private          0x0000000114d33761 0x114d28000 + 46945
    8   com.apple.print.framework.Print.Private          0x0000000114d46f08 0x114d28000 + 126728
    9   com.apple.print.framework.Print.Private          0x0000000114d476b5 0x114d28000 + 128693
    10  com.apple.AppKit                        0x00007fff98b612c3 -[NSWindowController _windowDidLoad] + 566
    11  com.apple.AppKit                        0x00007fff98b589a3 -[NSWindowController window] + 109
    12  com.apple.AppKit                        0x00007fff98e6e019 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 606
    13  com.apple.AppKit                        0x00007fff98e6a9b9 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 477
    14  com.apple.CoreFoundation                0x00007fff91204a1d -[NSObject performSelector:withObject:] + 61
    15  com.apple.AppKit                        0x00007fff98a67710 -[NSApplication sendAction:to:from:] + 139
    16  com.apple.AppKit                        0x00007fff98b54bd7 -[NSMenuItem _corePerformAction] + 399
    17  com.apple.AppKit                        0x00007fff98b5490e -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
    18  com.apple.AppKit                        0x00007fff98ad1c3a -[NSMenu performKeyEquivalent:] + 281
    19  com.apple.AppKit                        0x00007fff98ad088d -[NSApplication _handleKeyEquivalent:] + 526
    20  com.apple.AppKit                        0x00007fff989c8170 -[NSApplication sendEvent:] + 4282
    21  com.apple.Preview                       0x000000010e205f4c 0x10e203000 + 12108
    22  com.apple.AppKit                        0x00007fff9895e682 -[NSApplication run] + 555
    23  com.apple.AppKit                        0x00007fff98bdd80c NSApplicationMain + 867
    24  com.apple.Preview                       0x000000010e2049f4 0x10e203000 + 6644
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff921c27e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff94b165be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff94b1514e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff921c2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9144a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9144bb85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff921c2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9144a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9144bb85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff921c2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9144a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9144bb85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff6de01258  rcx: 0x00007fff921c2dea  rdx: 0x00000000000263ea
      rdi: 0xffffffffffffffff  rsi: 0x00000000000263ea  rbp: 0x00007fff6de01140  rsp: 0x00007fff6de01140
       r8: 0x0000000000000000   r9: 0x00007fe891641860  r10: 0x00007fff921c2e12  r11: 0xffffffffffffffff
      r12: 0x00007fe891641ef0  r13: 0x0000000114df5e50  r14: 0x00007fe89183ae00  r15: 0x00007fe89157e140
      rip: 0x00007fff91421b3c  rfl: 0x0000000000010206  cr2: 0xffffffffffffffff
    Logical CPU: 0
    Binary Images:
           0x10e203000 -        0x10e3eafe7  com.apple.Preview (5.5.1 - 719.11) <02863E29-C2DC-3A38-B47E-DF53B6F26690> /Applications/Preview.app/Contents/MacOS/Preview
           0x10e47b000 -        0x10e49afff  com.apple.MediaUI (1.0 - 1) <DF318C64-8ED7-3C97-94BF-8C30BA8DCE76> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x1106db000 -        0x1106ddfff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x1117ef000 -        0x111987ff7  GLEngine (??? - ???) <D770A837-9F8D-3C86-AB33-CBDEF5599CA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x1119bb000 -        0x111ab4fff  libGLProgrammability.dylib (??? - ???) <BCA0FD49-2103-33D8-8801-326C6A62465E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x111adb000 -        0x111ecefff  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.14.5 - 7.1.4) <CB2AB05D-80A1-3017-BB1A-8C201588A389> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x1120a9000 -        0x1120d7ff7  GLRendererFloat (??? - ???) <16DF14A0-7264-31A4-83F6-E6F96CF4AB3D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x1127ab000 -        0x1127abffd +cl_kernels (??? - ???) <642FD9EC-497A-4D6B-B027-85CF05A62460> cl_kernels
           0x114671000 -        0x114677fef  libcldcpuengine.dylib (1.50.63 - compatibility 1.0.0) <282BF919-0346-385F-B399-9019E681DF38> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x11467e000 -        0x114681ff7  libCoreFSCache.dylib (??? - ???) <D4B5EFEA-7878-3674-A973-BA1D675E5A3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x1146a0000 -        0x114733ff7  unorm8_bgra.dylib (1.50.63 - compatibility 1.0.0) <35664BCC-4DCD-38B9-A17D-12A2DB77DCB8> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x114752000 -        0x114753ff3 +cl_kernels (??? - ???) <B592D741-A7A8-4325-A9B6-6B3DC69C29D8> cl_kernels
           0x114765000 -        0x1147f6ff7  unorm8_rgba.dylib (1.50.63 - compatibility 1.0.0) <DD200456-247B-3C6D-9C7E-81546BFE4BF2> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x114818000 -        0x114819ff3 +cl_kernels (??? - ???) <108DE29A-B357-408C-916D-721C0C2E992F> cl_kernels
           0x114820000 -        0x114821ffc +cl_kernels (??? - ???) <94B90445-6E9B-45B1-B3B0-0C7599BEA579> cl_kernels
           0x114bdc000 -        0x114beaff7  com.apple.Librarian (1.0 - 1) <3FAE74F0-990A-3637-BC1D-422A9CDB1CB7> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
           0x114bf8000 -        0x114c33ff7  com.apple.Ubiquity (1.0 - 196) <B7CD3D18-84C8-3C5E-8AE5-ED3331E71F05> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x114c50000 -        0x114c70ff7  com.apple.ChunkingLibrary (1.0 - 125) <9EAE4385-5DF7-3956-8196-895DD6772BD7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x114cd1000 -        0x114d05ff7  com.apple.printingprivate.framework.PrintingPrivate (7.1 - 68.1) <7B72D28E-4C57-3716-AB61-0D6A20122568> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
           0x114d28000 -        0x114d5ffff  com.apple.print.framework.Print.Private (7.1 - 378.4) <6A53C31E-2FEC-38D9-A465-0E54B7E3A99E> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
           0x114d7c000 -        0x114de9fff +com.efi.print.pde.E25B9DE0-AC68-443A-864F-6E36AF80940A.PInf (3.1.014.0 - 3.1.014.0) <5A3BF13F-C1B4-AA47-189F-52E1FCD9BE3A> /Library/Printers/efi/PDEs/EF148073 (FF).plugin/Contents/MacOS/EF148073 (FF)
           0x200000000 -        0x2007e3fff  com.apple.GeForceGLDriver (7.14.5 - 7.1.4) <DFEC9327-FF15-31D2-9097-D693EA5185A4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6de03000 -     0x7fff6de37ac7  dyld (195.5 - ???) <B372EB7D-DCD8-30CE-9342-E06CADD7CACA> /usr/lib/dyld
        0x7fff8d643000 -     0x7fff8d65ffff  com.apple.ScriptingBridge (1.2.1 - ???) <A4162BA5-2432-3BF3-8EBC-47AEF2BDD8DA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8d688000 -     0x7fff8d68cfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <36F75773-7380-3AC7-AF62-E1E6C07B7004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8d694000 -     0x7fff8d69eff7  liblaunch.dylib (392.35.0 - compatibility 1.0.0) <8F8BB206-CECA-33A5-A105-4A01C3ED5D23> /usr/lib/system/liblaunch.dylib
        0x7fff8d69f000 -     0x7fff8d6b5fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8d6b6000 -     0x7fff8d720fff  com.apple.framework.IOKit (2.0 - ???) <87D55F1D-CDB5-3D13-A5F9-98EA4E22F8EE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8d721000 -     0x7fff8d72cff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8d72d000 -     0x7fff8d92ffff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
        0x7fff8d93e000 -     0x7fff8da05ff7  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
        0x7fff8da06000 -     0x7fff8da06fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8da07000 -     0x7fff8da4dff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <EAF61ADC-DC00-34CE-B23E-7238ED54E31D> /usr/lib/libcurl.4.dylib
        0x7fff8db4a000 -     0x7fff8db4ffff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8db50000 -     0x7fff8db57fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8e1f3000 -     0x7fff8e232ff7  libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8e235000 -     0x7fff8e274fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e275000 -     0x7fff8e356fff  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
        0x7fff8e357000 -     0x7fff8e36dff7  com.apple.ImageCapture (7.0 - 7.0) <F15FC6FB-9E88-3BE9-BABE-0454D3A502A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8e36e000 -     0x7fff8e379ff7  com.apple.aps.framework (2.1 - 2.1) <032C9540-6E89-37FE-9C31-9BF4CC2EBF80> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8e37a000 -     0x7fff8e3a0ff7  com.apple.framework.familycontrols (3.0 - 300) <41A6DFC2-EAF5-390A-83A1-C8832528705C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8e3a1000 -     0x7fff8e468ff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <B3E00682-FD14-30C3-AE7D-2B16655AD469> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
        0x7fff8e469000 -     0x7fff8e4bdff7  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
        0x7fff8e4be000 -     0x7fff8e4d2ff7  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
        0x7fff8e54e000 -     0x7fff8e560ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8e7e2000 -     0x7fff8eebdff7  libclh.dylib (4.0.3 - 4.0.3) <E162CEC6-C0F3-3222-8675-D168932BD544> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8eebe000 -     0x7fff8eec2fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
        0x7fff8eec3000 -     0x7fff8eedafff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8eedb000 -     0x7fff8eedbfff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ef1b000 -     0x7fff8ef6dff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8ef6e000 -     0x7fff8ef6ffff  libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <37FEFE78-BCB5-37EC-8E99-747469BCA4C7> /usr/lib/system/libdnsinfo.dylib
        0x7fff8ef70000 -     0x7fff8efc3fff  libFontRegistry.dylib (??? - ???) <57FBD85F-41A6-3DB9-B5F4-FCC6B260F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8efc4000 -     0x7fff8efc4fff  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
        0x7fff8efc5000 -     0x7fff8f007fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8f008000 -     0x7fff8f09afff  com.apple.CorePDF (3.0 - 3.0) <FA08FDA8-38C5-353D-89FC-59F9F99ABADD> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8f0ab000 -     0x7fff8f0b0ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8f0b1000 -     0x7fff8f0bcff7  com.apple.DisplayServicesFW (2.5.2 - 317) <48964503-D7F0-3567-9594-E6AA9C9300EF> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8f131000 -     0x7fff8f181fff  com.apple.CoreMediaIO (210.0 - 3180) <13374EA4-83BE-3407-B9DD-D199426D0E7A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8f182000 -     0x7fff8f766fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8f767000 -     0x7fff8fb99fff  com.apple.VideoToolbox (1.0 - 705.42) <FA0AD643-845C-3378-AFD1-8C5BD0215B72> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff8fb9a000 -     0x7fff8fc98fff  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
        0x7fff8fc99000 -     0x7fff8fc9bfff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
        0x7fff8fc9c000 -     0x7fff8fe02fff  com.apple.CFNetwork (520.2.5 - 520.2.5) <406712D9-3F0C-3763-B4EB-868D01F1F042> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8fe03000 -     0x7fff8fe09fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8fe0a000 -     0x7fff8fe45ff7  libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib
        0x7fff8fe46000 -     0x7fff8fe4cfff  libGFXShared.dylib (??? - ???) <343AE6C0-EB02-333C-8D35-DF6093B92758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff90054000 -     0x7fff90098ff7  com.apple.MediaKit (11.0 - 585) <5672F5E1-B8DC-3B69-A8BE-E6A938E28B62> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff90099000 -     0x7fff9010eff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff9010f000 -     0x7fff9016ffff  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
        0x7fff90183000 -     0x7fff90183fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff90223000 -     0x7fff905c1fef  com.apple.MediaToolbox (1.0 - 705.42) <BF05C02D-3202-3FF8-A334-C14AF7C89F9E> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff906c5000 -     0x7fff90767ff7  com.apple.securityfoundation (5.0 - 55005) <2814D17E-E6BB-30A2-A62E-2D481AF514F2> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff90768000 -     0x7fff90787fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff90788000 -     0x7fff907eafff  com.apple.coreui (1.2.1 - 164.1) <F7972630-F696-3FC5-9FCF-A6E1C8771078> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff90883000 -     0x7fff90985ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <22F1D1B6-1761-3687-9EFD-036EA15FB2E4> /usr/lib/libxml2.2.dylib
        0x7fff90986000 -     0x7fff90a64ff7  com.apple.DiscRecording (6.0 - 6000.4.1) <644A30D5-30EA-3681-A59C-6F0C3CC7A3C7> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff90a65000 -     0x7fff90a82ff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff90ac4000 -     0x7fff90ac4fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff90adb000 -     0x7fff90adbfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff90adc000 -     0x7fff90addfff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
        0x7fff90ade000 -     0x7fff90ae2fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff90ae3000 -     0x7fff90ae3fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90ae4000 -     0x7fff90f78fff  com.apple.RawCamera.bundle (3.9.0 - 584) <CB295E3D-6E52-4E53-D553-A7C5FF960C01> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff90f79000 -     0x7fff90f7cfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff91171000 -     0x7fff91345fff  com.apple.CoreFoundation (6.7.1 - 635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff91346000 -     0x7fff913f9fff  com.apple.CoreText (220.11.0 - ???) <4EA8E2DF-542D-38D5-ADB9-C0DAA73F898B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff913fa000 -     0x7fff914d7fef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
        0x7fff914d8000 -     0x7fff9152ffff  libTIFF.dylib (??? - ???) <FF0D9A24-6956-3F03-81EA-3EEAD22C9DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff91673000 -     0x7fff91674fff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <92364334-3B11-360B-89D8-447185FEC653> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff91675000 -     0x7fff916f0ff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff916f1000 -     0x7fff91790fff  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
        0x7fff917d7000 -     0x7fff917d9ff7  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
        0x7fff917da000 -     0x7fff918d4ff7  com.apple.DiskImagesFramework (10.7.2 - 331) <C88025FC-2460-3F33-B808-CB1E8C2E5CB9> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff918d5000 -     0x7fff918e4ff7  com.apple.opengl (1.7.5 - 1.7.5) <2945F1A6-910C-3596-9988-5701B04BD821> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff91ae8000 -     0x7fff91aedfff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff91aee000 -     0x7fff91d69fff  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
        0x7fff91d6a000 -     0x7fff91d6bfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff91d6c000 -     0x7fff91da5fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff91e15000 -     0x7fff91e5cff7  com.apple.CoreMedia (1.0 - 705.42) <AA2E9D78-A08C-39E2-B423-D69A75C2397D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff91e5d000 -     0x7fff91ee1ff7  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
        0x7fff91f64000 -     0x7fff91f9efef  com.apple.DebugSymbols (2.1 - 85) <F45985E2-D1D0-3F47-861E-47904837B76F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff91f9f000 -     0x7fff91fe1ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff9200c000 -     0x7fff9200dfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff9200e000 -     0x7fff92011ff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff92012000 -     0x7fff9201dff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9807F306-4081-34DA-9970-83A136E1E53F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff92020000 -     0x7fff921aaff7  com.apple.QTKit (7.7.1 - 2306) <A97042BD-4FD8-3556-9279-6B7742C98904> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff921ab000 -     0x7fff921cbfff  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
        0x7fff92210000 -     0x7fff9223dfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
        0x7fff9223e000 -     0x7fff922aefff  com.apple.datadetectorscore (3.0 - 179.4) <2A822A13-94B3-3A43-8724-98FDF698BB12> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff922c8000 -     0x7fff926f5fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff926f6000 -     0x7fff9275eff7  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <7966E3BE-376B-371A-A21D-9BD763C0BAE7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9275f000 -     0x7fff9285cfff  com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff9285d000 -     0x7fff9286afff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <2DCDCCA3-F1BF-3143-A243-83973F93C95C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff9286b000 -     0x7fff9286dfff  libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff92874000 -     0x7fff92a13fff  com.apple.QuartzCore (1.7 - 270.0) <E8FC9AA4-A5CB-384B-AD29-7190A1387D3E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff92a29000 -     0x7fff92a37ff7  libkxld.dylib (??? - ???) <B1BD4862-9D3F-3EEF-895C-A8E2E53684B6> /usr/lib/system/libkxld.dylib
        0x7fff93744000 -     0x7fff93757ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff93759000 -     0x7fff937a4ff7  com.apple.SystemConfiguration (1.11.1 - 1.11) <F832FE21-5509-37C6-B1F1-48928F31BE45> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff937ba000 -     0x7fff937bdfff  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
        0x7fff937be000 -     0x7fff938cafff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff938cb000 -     0x7fff939e3ff7  com.apple.DesktopServices (1.6.1 - 1.6.1) <4418EAA6-7163-3A77-ABD3-F8289796C81A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff93a1b000 -     0x7fff93a46fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff93da0000 -     0x7fff93dcdfff  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
        0x7fff93dd1000 -     0x7fff93deefff  libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff93def000 -     0x7fff93df0ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff93dfa000 -     0x7fff93e8cff7  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
        0x7fff93e8d000 -     0x7fff93ea4fff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <F21C79C0-4B5A-3645-81A6-74F8EFA900CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff93ea5000 -     0x7fff93ea6fff  libsystem_sandbox.dylib (??? - ???) <DC97E52F-C577-3A8A-A2F6-431AE3D40C40> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff93ee6000 -     0x7fff93f16ff7  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
        0x7fff93f25000 -     0x7fff93f31fff  com.apple.DirectoryService.Framework (10.7 - 146) <BB0240B0-69F7-38FA-A8D8-9C0079F8613F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff93f32000 -     0x7fff941a5fff  com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff941d4000 -     0x7fff9422fff7  com.apple.HIServices (1.10 - ???) <BAB8B422-7047-3D2D-8E0A-13FCF153E4E7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff94230000 -     0x7fff94284ff7  com.apple.ImageCaptureCore (3.0.1 - 3.0.1) <5D86BECB-9F7A-3FDB-9436-C3DE4B2A5F29> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff94285000 -     0x7fff942b0ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
        0x7fff942b1000 -     0x7fff942b7fff  IOSurface (??? - ???) <03F95CAC-569C-3573-B3D7-2D211B8BDC56> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff943a0000 -     0x7fff943a7ff7  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
        0x7fff943b9000 -     0x7fff9443cfef  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
        0x7fff945a9000 -     0x7fff945aefff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff945db000 -     0x7fff94604ff7  com.apple.framework.Apple80211 (7.1.1 - 711.1) <FD0675E6-6602-3C28-85AA-6A4AF6B36D78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff94605000 -     0x7fff9462cff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff94655000 -     0x7fff94762fff  libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff94763000 -     0x7fff9477fff7  com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff94780000 -     0x7fff9479afff  com.apple.CoreMediaAuthoring (2.0 - 889) <B99C23FB-EE6C-3B2A-8BF1-3995B94CE7D3> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff9479b000 -     0x7fff947a8ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff947a9000 -     0x7fff94a17ff7  com.apple.QuartzComposer (5.0 - 236) <CBF3070A-BD09-328D-857F-F35A0E1D22B5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff94a18000 -     0x7fff94afcdef  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff94afd000 -     0x7fff94afdfff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff94b13000 -     0x7fff94b21fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
        0x7fff94b26000 -     0x7fff94b94fff  com.apple.CoreSymbolication (2.1 - 66) <7CF9EF4A-262A-3009-8D42-A76F5614E372> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff94b95000 -     0x7fff94bd0fff  com.apple.LDAPFramework (3.1 - 120.2) <5633BDE9-BDCB-35CC-BC6B-B8E4CD011D51> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff94bd1000 -     0x7fff94ea9ff7  com.apple.security (7.0 - 55010) <93713FF4-FE86-3B4C-8150-5FCC7F3320C8> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff94eaa000 -     0x7fff94ebcff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff94ebd000 -     0x7fff94eeaff7  com.apple.opencl (1.50.63 - 1.50.63) <DB335C5C-3ABD-38C8-B6A5-8436EE1484D3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff94eeb000 -     0x7fff94f5efff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff94f5f000 -     0x7fff9537bff7  com.apple.SceneKit (2.1 - 125.1) <296A889C-2E9D-366F-8962-E23931EECC70> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff953e2000 -     0x7fff953e5fff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff954cd000 -     0x7fff95567ff7  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
        0x7fff9568c000 -     0x7fff956c1fff  com.apple.securityinterface (5.0 - 55004) <CFB4A542-7297-3159-8229-A5815EFE0EF5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff956c2000 -     0x7fff956f5ff7  com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff956f6000 -     0x7fff95701fff  com.apple.CommonAuth (2.1 - 2.0) <BFDD0A8D-4BEA-39EC-98B3-2E083D7B1ABD> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff95e3b000 -     0x7fff95e7cfff  com.apple.QD (3.12 - ???) <983D6E1E-B8BD-3260-A960-13727351D867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff95e7d000 -     0x7fff95f72fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff95f73000 -     0x7fff96051fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <13E549F8-5BD6-3BAE-8C33-1D0BD269C081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff9608b000 -     0x7fff960b3ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff960b4000 -     0x7fff9620dfff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff96217000 -     0x7fff9692a587  com.apple.CoreGraphics (1.600.0 - ???) <A9F2451E-6F60-350E-A6E5-539669B53074> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9692b000 -     0x7fff96a64fef  com.apple.vImage (5.1 - 5.1) <EB634387-CD15-3246-AC28-5FB368ACCEA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff96a7e000 -     0x7fff96b83ff7  libFontParser.dylib (??? - ???) <B9A53808-C97E-3293-9C33-1EA9D4E83EC8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff96b84000 -     0x7fff96d9efef  com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff96e1c000 -     0x7fff96e22ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff96e23000 -     0x7fff96e38fff  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
        0x7fff96e39000 -     0x7fff96e3efff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff96e3f000 -     0x7fff97306fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff973f2000 -     0x7fff973f8fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff973f9000 -     0x7fff9771dfff  com.apple.HIToolbox (1.8 - ???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9771e000 -     0x7fff9775eff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <B7173CA4-CE16-3BAB-8D83-185FCEFA15F5> /usr/lib/libcups.2.dylib
        0x7fff97763000 -     0x7fff97866fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
        0x7fff978b6000 -     0x7fff978c1ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff978c2000 -     0x7fff978c6ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff978c7000 -     0x7fff978cefff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff978cf000 -     0x7fff978d0ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <001E87FF-97DF-328D-B22F-16E3ACEF8864> /usr/lib/system/libremovefile.dylib
        0x7fff978d1000 -     0x7fff978e3ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff978f2000 -     0x7fff978f7fff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff978f8000 -     0x7fff9795cfff  com.apple.Symbolication (1.2 - 83.1) <A7E088DE-BC16-3C24-A0D0-30EEBA221659> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff9795d000 -     0x7fff97981fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff97e16000 -     0x7fff97e3ffff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff97e40000 -     0x7fff97e49ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff97e4a000 -     0x7fff97e4afff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff97e94000 -     0x7fff9811ffff  com.apple.JavaScriptCore (7534.52 - 7534.52.7) <4B188A38-3A5B-327D-ABE9-8EE2420B3791> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff98120000 -     0x7fff98149fff  com.apple.CoreServicesInternal (113.8 - 113.8) <C1A3CF1B-BC45-3FC6-82B3-1511EBBA9D51> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff9814a000 -     0x7fff98198fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff981a7000 -     0x7fff981c4ff7  libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib
        0x7fff9821a000 -     0x7fff9826dfff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff982b1000 -     0x7fff982f4ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <81435CC2-91BD-36E8-AF94-57D084293675> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff982f8000 -     0x7fff982fafff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff984af000 -     0x7fff98545ff7  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
        0x7fff98546000 -     0x7fff98546fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff98547000 -     0x7fff9856bff7  com.apple.RemoteViewServices (1.2 - 39) <862849C8-84C1-32A1-B87E-B29E74778C9F> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9856c000 -     0x7fff98888ff7  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
        0x7fff98889000 -     0x7fff988d2fff  com.apple.framework.CoreWLAN (2.1.1 - 211.3) <0FBC6087-6872-3403-A317-CE888969CF4C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff988f3000 -     0x7fff988fbfff  libsystem_dnssd.dylib (??? - ???) <998E3778-7B43-301C-9053-12045AB8544D> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff988fc000 -     0x7fff98958fff  com.apple.QuickLookFramework (3.1 - 500.1) <0C9E98D2-D8F9-3161-9809-0D77B98AD938> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff98959000 -     0x7fff9955aff7  com.apple.AppKit (6.7.2 - 1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff995c1000 -     0x7fff995c2fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff995c3000 -     0x7fff99d57fef  com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff99d58000 -     0x7fff99d5bfff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff99d5c000 -     0x7fff99de1ff7  com.apple.Heimdal (2.1 - 2.0) <C92E327E-CB5F-3C9B-92B0-F1680095C8A3> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff99de2000 -     0x7fff99e86fff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff99f19000 -     0x7fff9a232ff7  com.apple.Foundation (6.7.1 - 833.20) <D922F590-FDA6-3D89-A271-FD3

    My problem was solved by deleting the Container.plist file in ~/Library/Containers/com.apple.Preview/
    Seems to be a problem with the upgrade to Lion.

  • Ipad2 (5.1.1),, some applications close unexpectedly !!

    ipad 2
    version (5.1.1)
    wifi+3g
    Some applications is close unexpectedly like:
    twitter , twtkr, tweetcaster ..
    I was try to update the software and restore setting from iTunes
    and the problem isn't solved
    any body can help me?

    How may apps do you have open at once - from the home screen double tap the home bar to make the mulltitask bar appear, close any you are not using, by holding down on one till it wiggles, then tap the red '-" in the corner.
    Also when you update , try updating to itunes on your pc, delete the app from your ipad by same method of closing bu fromthe location where they are.  Do a reboot when finshed by holding down the start and home buttons till the the apple logo appears, then connect to itunes on your PC by cable (usb to 30 pin) resync the new updates.
    Reboot after as said, then try again.
    Best Regards, Ct

  • On New iMac 10.8, CS4 Program quit unexpectedly when trying to print

    I can't print since I have reinstall CS4 on my new iMac with english system 10.8. Program quit unexpectedly when I want to print. Is there a solution?

    You might have been able to just reapply the OS 10.4.10 COMBO update for PPC or the OS 10.4.10 COMBO update for Intel without having to have gone through the motions of an archive and reinstall, with subsequent combo update.

  • C7 - sms closes unexpectedly when typing words lon...

    Hi there, I hope you can help me. My 3 month old C7 started to unexpectedly close down when I write a word longer than 8 characters in a txt message. Anyone knows how to fix this?
    Thanks

    Do you have many sms in your phone?
    If so either delete them or back them up on ovi suite...
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • HP Officejet 7500 E910 Network. When asked to print "Unable to Communicate with Printer"

    My printer has been functioning well for some time.  When my some installed a new wireless modum I would often receive the error message "Unable to Communicate with Printer" but it would blink a few times, then connect and print.  As of three days ago I receive that message when trying to print from both of my laptops.  I am wireless and have checked the wireless signal and it is strong,  The wirless connect symbol is lit on the printer.  I ran a wireless Network Test Report on the printer and the results indicated no problems.
    The printer woks if I use it manually to print or scan.  Neither printing nor scanning work when command is sent from my computer.  The Wireless Network Test Report printed fine.  Interesting though the Wireless Network test Report had the following date:  Jan-00-00 00:00AM.

    Hello @Dalead,
    Welcome to the HP Forums!
    I understand you're receiving a message stating "Unable to communicate" when printing a document using the Officejet 7500 E910. I will do my best to assist you! I would recommend following this entire HP document on Printer Does Not Maintain Wireless Connection.
    Try assigning a static IP address and let me know if this resolves your issue or not. I will be looking forward to hearing from you. Have a great night!
    I worked on behalf of HP.

  • Photoshop CS5 quits when asked to print an "user defined page"

    I own an iMac desktop and after updating to Yosemite, when trying to print with PS CS5 and image with "user defined" sizes,in my HP Officejet 6000, PS freezes and quits abruptly.  Erstwhile I used to do this w/o any problem.   Any ideas?  Thank you!

    Hi RaphaelJB,
    With such a specific symptom it's implied that you can print with other apps and with PS CS5 using regular size paper.
    The main points from this article I'd suggest are see if there are printer driver updates and try resetting the printing system.
    OS X Yosemite: Printing troubleshooting
    Regards,
    Nubz

  • ICal closes unexpectedly when I try to print

    It doesn't happen every time, but it happens a lot. I need to print out my weekly schedule for work. So press Command P, select list mode, set it for 7 days and then hit print and iCal just closes and says there was a problem. I reopen, try to print again, then same thing. Eventually, it usually goes ahead and prints (after 2-6 tries) but it is very annoying. Why does this happen? How can I fix it?

    Greetings,
    First make sure you computer is up to date (Apple > Software Update) as your profile shows you are running 10.6.1 and the current version is 10.6.8.
    Go to Apple Menu > System Preferences > Language & Text > Formats > Region. Region should be set to the country of your choice. Do not have it set to "Custom" as this can have unexpected results in the iCal window.
    If that isn't the cause then:
    1. Make an iCal backup:  Click on each calendar on the left hand side of iCal 1 at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    2. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    ---NOTE: Removing these files may remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    Once the computer is back up and running open iCal and test.
    Hope that helps.

  • All applications quiting unexpectedly when i need tp print

    recently installed HP photosmart c6180 all-in-one. uninstalled now coz its not working correctly. then all my applications that have print options quit when i choose page or print setup

    You might have been able to just reapply the OS 10.4.10 COMBO update for PPC or the OS 10.4.10 COMBO update for Intel without having to have gone through the motions of an archive and reinstall, with subsequent combo update.

Maybe you are looking for

  • Images coming up as question marks when scanned?

    Since I've upgraded to Yosemite, my images can't be scanned. The printer/scanner/copier shows up fine and connects to the computer fine, my problem is that -- once scanned -- the image shows up in the "Image Garden" as a grey field with a question ma

  • Error 1714

    when i try to install i-tunes i get error 1714 - older version of i-tunes cannot be removed. Contact technical support group. Any ideas????????????

  • How to upgrade a 2009 iMac from OS X 10.5.8 to OS X 10.9.5

    I would like to upgrade the operating system on my 2009 iMac from OS X Version 10.5.8 to 10.9.5. Is it something I can do on my own since AppleCare expired and I am not able to go to an Apple retail store to speak to a Genius? Where can I get the V.

  • PSE 9 - how to export online album to web?

    Hi everyone - I know all the PSE versions from PSE5 on, but version 9 is driving me nuts :-) Most recently I'm struggling with the online albums - where did the option to publish it to a FTP server go? When clicking "share" I only see "Photoshop Show

  • Secunia Software Inspector Reporting Adobe Reader 8.1.2 Security Update 1 Missing

    After deploying Adobe Reader 8.1.2 Security Update 1 to all of our managed computers, I ran a vulnerability scan using Secunia Software Inspector (http://secunia.com/software_inspector) and it is reporting that Adobe Reader is insecure (it is version