Most applications hang when performing File | Open

Hello,
Excel 2013, Word 2013, Notepad+ and other applications all hang when File | Open is selected. I read a post stating that it could be related to printers.
When I try to go to Control Panel | Devices and Printers, nothing loads so I would guess there is something wrong with printers.
Would anyone have a suggestion on how to debug printer problems on Windows 8.1?
Thank you, Bill

Hi,
Could you please have a share with the post which stating the issue is related with printers?
To narrow down the issue, please try to boot into clean boot and see if the open/save dialog would work:
How to perform a clean boot in Windows
For the Devices and Printers not load, could you please give us a screenshot? Besides, please also check into Event Viewer and see if there are any errors logged.  Use Windows Search to search Event Viewer, then select
View Event Logs
Reference: What information appears in event logs? (Event Viewer) ; 
For Windows 8.1 hangs, please take a try with a refresh or reset, then check the results.
How to  refresh, reset, or restore your PC
For the printers troubleshooting, we may take a look at the following article first:
Fix printer problems
Best regards
Michael Shao
TechNet Community Support

Similar Messages

  • Photoshop cs3 hangs when using  "File open"

    I am running Photoshop CS3 extended on an HP desktop XP( fully updated) computer - 2 GB RAM -running fine util tonight when i tried to do a "file>open" the file menu idsappears in a split second and then it locks. It acts the same when i use the keyboard shortcut. But if i reopen it and try to open a file through Bridge-it works fine. it also allows me to open recent files.

    bernadettebuechler,
    Are you allowing enough time for PS to do its "thing?" By that, I mean that since CS, PS loads and looks ready. Count to 5, and all of a sudden, you will see the hourglass up for a moment. Count to 2, and the hourglass will flash on very briefly. Then, it's ready to go. I've only had one PS lockup from ver. 2.5, and it was because I was anxious to go, PS "looked" ready to go, and I hit File>Open too soon. Palettes go white, "Not Responding" shows in the program title bar, and boom - a lockup.
    Speculation was afoot, back when Activation began, CS, that PS was "phoning home," to check with Adobe, to see if all was OK. This was never confirmed, and people without an Internet connection still had this little pause, though their program ran fine, without the Internet.
    I quickly learned to be patient, until I see the two hourglass "blinks." This is on two very fast systems, though with CS2. My speculation is that the reason that PS will run fine when an image in Bridge, or Windows Explorer launches it, is that you (and I) are not hitting keys, while it does its little hourglass dance. Instead, we're waiting for our image to Open, and PS is smart enough to not fully load that, until it's good and ready.
    I hope that this is what you encountered and nothing more sinister.
    Good luck,
    Hunt
    PS watch for the two hourglass blinks. First is longer - pause - quick blink - good to go.

  • Application hangs when using ProcessStartInfo and Process.WaitForExit.

    I've looked on different threads about this, but all of them uses the Process.RedirectStandardOutput = True, which I don't.
    I'm trying to open a process (console application, not made by me) to make it compile a special .acs file to a .o file. The structure is simple, the only argument is the file you want to compile.
    But on certain files my application hangs when trying to open the process. Here's my code:
    Dim p As New Process
    Dim ps As New ProcessStartInfo
    ps.Arguments = SavePath 'Path example: "C:\Program Files (x86)\Zandronum\File.acs"
    ps.FileName = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory(), "Script Compilers\Zandronum\acc.exe")
    ps.CreateNoWindow = False
    ps.ErrorDialog = False
    ps.UseShellExecute = True
    ps.WindowStyle = ProcessWindowStyle.Hidden
    ps.WorkingDirectory = Path.GetDirectoryName(SavePath)
    Dim ErrorCaptured As Boolean = False
    Try
    p = Process.Start(ps)
    Catch ex As Exception
    ErrorCaptured = True
    End Try
    If ErrorCaptured = False Then
    p.WaitForExit()
    End If
    If ErrorCaptured = True Then
    Exit Sub
    End If
    Thanks!
    //Visual Vincent
    EDIT:
    For starting the process I use pretty much the same code that another guy made in C#. And his code is working perfectly...
    // Setup process info
    processinfo = new ProcessStartInfo();
    processinfo.Arguments = args;
    processinfo.FileName = Path.Combine(this.tempdir.FullName, info.ProgramFile);
    processinfo.CreateNoWindow = false;
    processinfo.ErrorDialog = false;
    processinfo.UseShellExecute = true;
    processinfo.WindowStyle = ProcessWindowStyle.Hidden;
    processinfo.WorkingDirectory = this.workingdir;
    try
    process = Process.Start(processinfo);
    catch(Exception e)
    // Unable to start the compiler
    General.ShowErrorMessage("Unable to start the compiler (" + info.Name + "). " + e.GetType().Name + ": " + e.Message, MessageBoxButtons.OK);
    return false;
    // Wait for compiler to complete
    process.WaitForExit();
    I hope your day has been better than yesterday, but that it's worse than tomorrow...
    Please mark as answer if I solved your problem. :)

    Hi,
     Have you compared the FileNames and Arguments of ones that work and ones that don`t? Is there any difference in them such as the ones that work do not contain blank spaces in the FileName or arguments and the ones that do work don`t contain blank spaces
    in them? If you find that to be the problem then you need to add Quotes to the beginning and end of the FileName or Arguments.
     My first guess is the Arguments needs the Quotes like this because, i see blank spaces in your example of the Arguments.
    ps.Arguments = Chr(34) & SavePath & Chr(34)
    If you say it can`t be done then i`ll try it
    This actually made it. I had forgotten that blank spaces makes it a new argument, silly me. I don't use process arguments that often. ;)
    Thanks alot!
    I hope your day has been better than yesterday, but that it's worse than tomorrow...
    Please mark as answer if I solved your problem. :)

  • Concurrent Data Store (CDB) application hangs when it shouldn't

    My application hangs when trying to open a concurrent data store (CDB) database for reading:
    #0 0x0000003ad860b309 in pthread_cond_wait@@GLIBC_2.3.2 ()
    from /lib64/libpthread.so.0
    #1 0x00007ffff7ce67de in __db_pthread_mutex_lock (env=0x610960, mutex=100)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../mutex/mut_pthread.c:318
    #2 0x00007ffff7ce5ea5 in __db_tas_mutex_lock_int (env=0x610960, mutex=100,
    nowait=0)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../mutex/mut_tas.c:218
    #3 0x00007ffff7ce5c43 in __db_tas_mutex_lock (env=0x610960, mutex=100)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../mutex/mut_tas.c:248
    #4 0x00007ffff7d3715b in __lock_id (env=0x610960, idp=0x0, lkp=0x610e88)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../lock/lock_id.c:68
    #5 0x00007ffff7da1b4d in __fop_file_setup (dbp=0x610df0, ip=0x0, txn=0x0,
    name=0x40b050 "registry.db", mode=0, flags=1024, retidp=0x7fffffffdd94)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../fileops/fop_util.c:243
    #6 0x00007ffff7d70c8e in __db_open (dbp=0x610df0, ip=0x0, txn=0x0,
    fname=0x40b050 "registry.db", dname=0x0, type=DB_BTREE, flags=1024,
    mode=0, meta_pgno=0)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../db/db_open.c:176
    #7 0x00007ffff7d673b2 in __db_open_pp (dbp=0x610df0, txn=0x0,
    fname=0x40b050 "registry.db", dname=0x0, type=DB_BTREE, flags=1024, mode=0)
    at /home/steve/ldm/package/src/Berkeley-DB/dist/../db/db_iface.c:1146
    I suspect that the database environment believes that another process has the database open for writing. This cannot be the case, however, as all applications that access the database do so via an interface library I wrote that registers a termination function via the atexit() system-call to ensure that both the DB and DB_ENV handles are properly closed -- and all previously-executed applications terminated normally.
    The interface library opens the database like this (apparently, this forum doesn't support indentation, sorry):
    int status;
    Backend* backend = (Backend*)malloc(sizeof(Backend));
    if (NULL == backend) {
    else {
    DB_ENV* env;
    if (status = db_env_create(&env, 0)) {
    else {
    if (status = env->open(env, path,
    DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL, 0)) {
    else {
    DB* db;
    if (status = db_create(&db, env, 0)) {
    else {
    if (status = db->open(db, NULL, DB_FILENAME, NULL,
    DB_BTREE, forWriting ? DB_CREATE : DB_RDONLY, 0)) {
    else {
    backend->db = db;
    } /* "db" opened */
    if (status)
    db->close(db, 0);
    } /* "db" allocated */
    if (status) {
    env->close(env, 0);
    env = NULL;
    } /* "env" opened */
    if (status && NULL != env)
    env->close(env, 0);
    } /* "env" allocated */
    if (status)
    free(backend);
    } /* "backend" allocated */
    This code encounters no errors.
    The interface library also registers the following code to be executed when any process that uses the interface library exits:
    if (NULL != backend) {
    DB* db = backend->db;
    DB_ENV* env = db->get_env(db);
    if (db->close(db, 0)) {
    else {
    if (env->close(env, 0)) {
    else {
    /* database properly closed */
    As I indicated, all previously-executed processes that use the interface library terminated normally.
    I'm using version 4.8.24.NC of Berkeley DB on the following platform:
    $ uname -a
    Linux gilda.unidata.ucar.edu 2.6.27.41-170.2.117.fc10.x86_64 #1 SMP Thu Dec 10 10:36:29 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Any ideas?

    Bogdan,
    That can't be it. I'm using a structured programming style in which the successful initialization of a cursor is ultimately followed by a closing of the cursor. There's only one place where the code does this and it's obvious that the cursor gets released.
    I've also read the CDB section.
    --Steve Emmerson                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Applications Hang when selecting / attaching a file using Spotlight

    Hi,
    Having a problem since upgrading to Snow Leopard with applications 'hanging' when trying to attach a file using Spotlight. I can repeatedly cause the failure in Mail and Safari - and probably others as well - but these two applications I use most often and need to attach files to most often.
    When I select "Attach a file", and use Spotlight to find the file to attach, the file dialog box closes and the attachment is apparently made - seconds later the spinning wheel appears and the dock tells me "Application Not Responding."
    Any ideas as to how / why this is happening? Help make it stop!
    Thank you,
    Gordon.

    OK Search box
    Mine is OK so something is screwy..
    In your Finder Prefs > Advanced > When performing a search drop down. Search this Mac seems to be default and the one I have set. Have you got it set to search the current folder or use the previous search instead?
    I'd then pull out the com.apple.finder.plist from your user Library > Preferences to the desktop and let finder make a new one. If all is OK trash the old one.
    Relaunch Finder by holding down the option key while right clicking Finder icon in the dock. Relaunch will be on the bottom of the context menu.
    S.

  • Trying to create a Photomerge in Bridge, when the files open in Photoshop ( small jegs ) , I get a error message of " Unable to process latte files " / " null is not an object "

    Trying to create a Photomerge in Bridge, when the files open in Photoshop ( small jegs ) , I get a error message of " Unable to process latte files " / " null is not an object "
    Please help

    Wait a second, Photoshop can make lattes now?  Personally I prefer my coffee black, but man have I been under-utilizing this program.

  • Applications crashing when attempting to Open File?

    Hi
    I am having a problem that on a few (not all) of my applications running on Mountain Lion, when trying to open/import a file, when the finder window pops up the application crashes and closes itself, so far I've had this problem with Chrome and Logic Pro 9. It happens every time so it's hard to use these programs now.
    This is the error report from Logic.
    Thanks!
    Process:         Logic Pro [25045]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [141]
    User ID:         501
    Date/Time:       2012-12-07 17:16:24.568 -0500
    OS Version:      Mac OS X 10.8 (12A239)
    Report Version:  10
    Interval Since Last Report:          113197 sec
    Crashes Since Last Report:           -18
    Per-App Interval Since Last Report:  20343 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      3D16DDD3-E203-47CE-A5A4-EC56E5497006
    Crashed Thread:  20  Dispatch queue: quicklook.pluginload
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
        __TEXT                 0000000000001000-0000000000beb000 [ 11.9M] r-x/rwx SM=COW  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Application Specific Information:
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x952d9816 RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x952e1281 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x952e10fc BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x96e0d25a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x96e0ca8c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x970b92e0 -[NSApplication _realDoModalLoop:peek:] + 667
    12  com.apple.AppKit                        0x970b9424 -[NSApplication _doModalLoop:peek:] + 67
    13  com.apple.AppKit                        0x970b95e5 -[NSApplication runModalForWindow:] + 198
    14  com.apple.AppKit                        0x973c861f -[NSSavePanel runModal] + 389
    15  com.apple.AppKit                        0x973c787f -[NSSavePanel runModalForDirectory:file:types:] + 281
    16  com.apple.logic.pro                     0x00138442 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1032386
    17  com.apple.music.apps.MAAudioEngine          0x02b37b8b MDPlug::SetControlValue(short, long) + 14827
    18  com.apple.music.apps.MADSP              0x01dfc6e6 CSamplerFilter::CSamplerFilter(long, double, bool&) + 498326
    19  com.apple.music.apps.MADSP              0x01dfeb34 CSamplerFilter::CSamplerFilter(long, double, bool&) + 507620
    20  com.apple.music.apps.MADSP              0x01c7f9e3 0x1b98000 + 948707
    21  com.apple.music.apps.MADSP              0x01bd60ce 0x1b98000 + 254158
    22  com.apple.music.apps.MAPlugInGUI          0x0163c956 GSender::Broadcast(GMessage const&) + 86
    23  com.apple.music.apps.MAPlugInGUI          0x014e31f6 GControl::BroadcastValue(bool, int) + 182
    24  com.apple.music.apps.MAPlugInGUI          0x014e2a88 GControl::SetControlPos(int, bool, bool, bool, int, int) + 328
    25  com.apple.music.apps.MAPlugInGUI          0x014dc008 GButton::OnBeginAction(GControl::GHotSpot const&) + 136
    26  com.apple.music.apps.MAPlugInGUI          0x014e434d GControl::HandleBeginAction(GControl::GHotSpot const&) + 61
    27  com.apple.music.apps.MAPlugInGUI          0x014e2ef4 GControl::OnMouseDown(GMouseDownEvent const&) + 644
    28  com.apple.music.apps.MAPlugInGUI          0x01654696 GView::HandleMouseDown(GMouseDownEvent const&) + 374
    29  com.apple.music.apps.MAPlugInGUI          0x01641f43 GBaseView::EventMouseDown(GMouseDownEvent const&) + 771
    30  com.apple.music.apps.MAPlugInGUI          0x0164163a GBaseView::HandleCbEventMouseDown(GMouseDownEvent const&) + 250
    31  com.apple.music.apps.MAPlugInGUI          0x017a72ae GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 17838
    32  com.apple.music.apps.MAPlugInGUI          0x017a5b11 GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11793
    33  com.apple.music.apps.MAPlugInGUI          0x017a5a3c GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11580
    34  com.apple.AppKit                        0x96ed2051 -[NSWindow sendEvent:] + 6968
    35  com.apple.prokit                        0x00ff2a0c -[NSProPanel sendEvent:] + 257
    36  com.apple.logic.pro                     0x007c9f93 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7920659
    37  com.apple.logic.pro                     0x0091a181 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 24513
    38  com.apple.AppKit                        0x96e6dafc -[NSApplication sendEvent:] + 4278
    39  com.apple.prokit                        0x00fd0235 -[NSProApplication sendEvent:] + 2046
    40  com.apple.logic.pro                     0x0061503d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130877
    41  com.apple.logic.pro                     0x00619cd1 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6150481
    42  com.apple.logic.pro                     0x0061506f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130927
    43  com.apple.AppKit                        0x96e0894c -[NSApplication run] + 951
    44  com.apple.prokit                        0x00fd0b53 NSProApplicationMain + 424
    45  com.apple.logic.pro                     0x0002bad5 DummyConnection::DummyConnection() + 193
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   libdispatch.dylib                       0x9189f19a _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9189edb9 _dispatch_mgr_thread + 53
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9064515a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x9051852a -[NSThread main] + 45
    8   com.apple.Foundation                    0x905184ad __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x95008be6 __select + 10
    1   com.apple.CoreFoundation                0x91523320 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    3   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a5b838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a5b901 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a5b838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a5b901 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 6:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x900a7184 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x900a71fc HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x9009f6fb HALC_ProxyIOContext::IOWorkLoop() + 1389
    5   com.apple.audio.CoreAudio               0x9009f0e1 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x900aa51a ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x9009efe3 HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b11f7c MD::CallProcessThread1(void*) + 108
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b11cfc MD::CallProcessThread2(void*) + 124
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b0fbac MD::CallProcessThread15(void*) + 124
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b2f3a9 MDFileIOThread_IsBusy + 3593
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0139e22d XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
    3   com.apple.audio.midi.CoreMIDI           0x013bbae0 MIDIProcess::RunMIDIInThread() + 144
    4   com.apple.audio.midi.CoreMIDI           0x013c1c48 MIDIProcess::MIDIInPortThread::Run() + 24
    5   com.apple.audio.midi.CoreMIDI           0x0139f805 XThread::RunHelper(void*) + 17
    6   com.apple.audio.midi.CoreMIDI           0x0139f2ee CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9390df47 TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x9390dc25 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x9390db10 TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9397b39c TimerThread + 324
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x95008be6 __select + 10
    1   com.apple.logic.pro                     0x0096fc07 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 375367
    2   com.apple.logic.pro                     0x005b1d84 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5724676
    3   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    4   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 20 Crashed:: Dispatch queue: quicklook.pluginload
    0   libsystem_kernel.dylib                  0x95008a6a __pthread_kill + 10
    1   libsystem_c.dylib                       0x9606d24f pthread_kill + 101
    2   libsystem_c.dylib                       0x960b1cc8 __abort + 199
    3   libsystem_c.dylib                       0x960b1c01 abort + 232
    4   com.apple.logic.pro                     0x003e6729 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842985
    5   libsystem_c.dylib                       0x96057feb _sigtramp + 43
    6   com.apple.CoreFoundation                0x914afc61 CFStringGetLength + 17
    7   com.apple.CoreFoundation                0x9159c665 CFDateFormatterGetAbsoluteTimeFromString + 69
    8   com.apple.security                      0x9317b76d decodeTimeStampToken + 764
    9   com.apple.security                      0x93178478 SecCmsSignerInfoVerifyUnAuthAttrs + 97
    10  com.apple.security                      0x931783a7 SecCmsSignerInfoVerify + 581
    11  com.apple.security                      0x93177153 SecCmsSignedDataVerifySignerInfo + 111
    12  com.apple.security                      0x931c80cd CMSDecoderCopySignerStatus + 199
    13  com.apple.security                      0x931e1b4a Security::CodeSigning::SecStaticCode::verifySignature() + 436
    14  com.apple.security                      0x931e1816 Security::CodeSigning::SecStaticCode::validateDirectory() + 64
    15  com.apple.security                      0x931e1f9d Security::CodeSigning::SecStaticCode::validateNonResourceComponents() + 19
    16  com.apple.security                      0x931d52c5 validate(Security::CodeSigning::SecStaticCode*, Security::CodeSigning::SecRequirement const*, unsigned int) + 40
    17  com.apple.security                      0x931d510e SecStaticCodeCheckValidityWithErrors + 597
    18  com.apple.security                      0x931d4eb4 SecStaticCodeCheckValidity + 39
    19  com.apple.QuickLookFramework            0x90476723 QLCheckAppleSignature + 128
    20  com.apple.QuickLookFramework            0x90445ba1 _QLLoadPluginAtURL + 3264
    21  com.apple.QuickLookFramework            0x9044a304 ___QLLaunchUpdatingThread_block_invoke_0 + 2704
    22  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    23  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    24  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    25  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    26  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    27  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    28  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 22:: Dispatch queue: quicklook.client
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.QuickLookFramework            0x90444cfa _QLLockDatabaseWaitForUpdateToFinishIfPossible + 611
    4   com.apple.QuickLookFramework            0x904463f6 _QLGeneratorCopyGeneratorForContentType + 36
    5   com.apple.QuickLookFramework            0x9043dd40 ___QLThumbnailSendQuery_block_invoke_0 + 1077
    6   libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    7   libdispatch.dylib                       0x9189bc9f _dispatch_barrier_sync_f_invoke + 39
    8   libdispatch.dylib                       0x9189bc76 dispatch_barrier_sync_f + 87
    9   libdispatch.dylib                       0x9189bbcb dispatch_sync + 45
    10  com.apple.QuickLookFramework            0x9043d17b _QLThumbnailSendQuery + 466
    11  com.apple.QuickLookFramework            0x9046bc4a QLThumbnailQueueRun + 2814
    12  com.apple.FinderKit                     0x92df7360 TQLThumbnailQueue::Run() + 36
    13  com.apple.FinderKit                     0x92e0188a TThumbnailExtractorThread::Main() + 1058
    14  com.apple.FinderKit                     0x92dd4b40 TThread::MainGlue(void*) + 62
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 20 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x96057fce  ecx: 0xb09b496c  edx: 0x95008a6a
      edi: 0xb09b6000  esi: 0x00000006  ebp: 0xb09b4988  esp: 0xb09b496c
       ss: 0x00000023  efl: 0x00000206  eip: 0x95008a6a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x12adb000
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xbeafff  com.apple.logic.pro (9.1.8 - 1700.67) <94981650-518B-2288-F07D-F28F27103100> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe84000 -   0xea2fef  com.apple.XSKey (1.0.0 - 52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeb1000 -   0xee4fe7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <E8A99468-7726-CCFE-8D26-DDBC9D5E1AC3> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xef1000 -   0xf22ff3  com.apple.musicaudiodataservices (1.1 - 251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf31000 -   0xf33fff  com.apple.ExceptionHandling (1.5 - 10) <0C469663-3F49-338F-80F7-546497B03110> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xf39000 -   0xf97ff3  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <0075F2D0-7A48-A362-2D49-4FECA5E9DF8E> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfad000 -  0x11deff7  com.apple.prokit (7.3.0 - 1936) <904D55E7-F502-3D2F-AFB5-0808E9B6B89B> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12f6000 -  0x1370fff  com.apple.music.apps.MACore (9.1.8 - 477.58) <8025A098-49AF-AFF3-4B8E-4C30C06123FF> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1390000 -  0x13d8ffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <F918DFE7-E3B2-3413-9A2D-684BA278DA50> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13fd000 -  0x1453ff7  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <448DD823-9EF9-8F88-FFF1-2C7EBD9647B1> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x146a000 -  0x1884feb  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <9EBA5689-ECE1-E66B-6A0D-DE3F9C7867E4> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1aa2000 -  0x1b84feb  com.apple.music.apps.OMF (9.1.8 - 109.7) <65E724BA-01DB-68E1-9661-E9B96DA76300> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b98000 -  0x21e9fe3  com.apple.music.apps.MADSP (9.1.8 - 588.98) <93C7306D-07A8-DED0-C59B-B333A475E6DB> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28ce000 -  0x28efff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <DB122163-0F15-2E23-16AE-3DCAE41D1870> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28f8000 -  0x2971ff7  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <AFAED0FE-A81D-8204-3633-B6DEF6455B8A> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2985000 -  0x29a6ff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <B23133C5-90D1-4B22-7421-375F9374C9EA> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x29ab000 -  0x29b0ff7  com.apple.music.apps.MAResources (9.1.8 - 212.66) <EEB8FFEB-61A3-69E2-D6AC-AB5C7B8337E2> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29b4000 -  0x29e1ff3  com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) <27E4557D-4086-3F10-9E4B-B73CC913C01E> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29f4000 -  0x2a04ff7  com.apple.AERegistration (1.2 - 401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a18000 -  0x2a24ff3  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <1B77FF0E-ABF2-ABC4-5D7E-638D56A24C69> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a2c000 -  0x2ae2fff  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <23D65681-872A-1E6B-91E5-B93643CCB375> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2afb000 -  0x2b73fe3  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <6ADDBB03-0D41-4473-AFC3-385EFA574B87> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bda000 -  0x2be5ff7  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <FEEF1A62-CB87-8FD2-F724-0BB660D63146> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2be9000 -  0x2bfdff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <FAFE71CD-0FC8-69F4-6FEE-9E873D9F5DD5> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2c10000 -  0x2d27ff3  com.apple.WebKit (8536 - 8536.15) <02090083-E136-3457-8778-E94B610E3410> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2dd7000 -  0x2e82fff  libcrypto.0.9.7.dylib (106) <CFDDDC37-B8F5-3EFC-B4CC-C060FE5BA783> /usr/lib/libcrypto.0.9.7.dylib
    0x2ec6000 -  0x3012fff  com.apple.syncservices (7.0 - 713) <264D7631-9B42-35A3-9FD0-D07859D7F259> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x308e000 -  0x312affc  com.apple.MobileMe (9 - 1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3187000 -  0x319dffc  libexpat.1.dylib (12) <2E483623-9A23-319F-807A-1FF4FC577EAA> /usr/lib/libexpat.1.dylib
    0x31a6000 -  0x3e2effb  com.apple.WebCore (8536 - 8536.15) <B2776B5D-47F3-3559-B280-29713C0A8D8C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4761000 -  0x4785ff1  com.apple.prokit.LionPanels (7.3.0 - 1936) <7A25CFEB-FCC8-3875-B8CF-C608691FB04F> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
    0x47ab000 -  0x47b8ffb  com.apple.Librarian (1.1 - 1) <EA235A03-E6CC-36AB-AA32-04132A2E45D7> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5600000 -  0x567fff7  com.apple.iLifeMediaBrowser (2.7.1 - 543) <56BBB0E0-7EA4-3C21-9928-A9FBFAF02AD5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x574b000 -  0x574dff3 +com.novation.logic.automapmixer (1.0 - 1.0) <9AB52F4D-55BA-154C-487C-FEA362BBFDCB> /Library/Application Support/MIDI Device Plug-ins/Automap Mixer.bundle/Contents/MacOS/Automap Mixer
    0x57b5000 -  0x57bdff7  com.apple.proapps.mrcheckpro (1.4 - 397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x57f1000 -  0x57f9ff2  libcldcpuengine.dylib (2.1.16) <801DFAB2-A3F3-38AF-9E47-28CB2D336F49> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0xfa2e000 -  0xfaecff3  ColorSyncDeprecated.dylib (400) <BD76AB55-3107-3EE9-BFD4-6987C1CC6160> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x10f93000 - 0x10f9fffb  libGPUSupport.dylib (8.1.30) <F7236FD8-702B-3277-9327-8788F7ABAA03> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x10fa6000 - 0x10fd2ffa  GLRendererFloat (8.1.30) <3528AB61-685A-362A-AE9C-F911630FED58> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10fdb000 - 0x10fe1fff  libCoreFSCache.dylib (24.3) <B5CE5EF5-1654-306B-9E99-06CFE93200E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x11166000 - 0x11168ff3  com.apple.music.apps.anvil.resources (9.1.8 - 280.4) <AFA90574-C724-880F-9C99-52E064F5B3E8> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x1116c000 - 0x1116eff3  com.apple.music.apps.common.resources (9.1.8 - 280.4) <579C1A3C-3636-9A69-185E-819DC01E1083> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x11172000 - 0x11174ff3  com.apple.music.apps.ebp.resources (9.1.8 - 280.4) <95A85BC0-7D35-B965-2026-1A44E96DC653> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x11178000 - 0x1117aff3  com.apple.music.apps.efx.resources (9.1.8 - 280.4) <FB5BBFF8-DF5E-32BC-4F4C-C5A2DA3FB1A6> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x1117e000 - 0x11180ff3  com.apple.music.apps.egt.resources (9.1.8 - 280.4) <11B09E42-9FC4-A372-8738-057CAB888671> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x11184000 - 0x11186ff3  com.apple.music.apps.emx.resources (9.1.8 - 280.4) <A3C65CFE-2BBF-DB8C-D4C8-5950284E44CF> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x1118a000 - 0x1118cff3  com.apple.music.apps.es1.resources (9.1.8 - 280.4) <DB1CD8D6-2C8F-32EE-266B-A28C00B2DFB7> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x11190000 - 0x11192ff3  com.apple.music.apps.es2.resources (9.1.8 - 280.4) <7E91D13E-87CF-0B50-14A7-9B7A1E3D345C> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x11196000 - 0x11198ff3  com.apple.music.apps.esp.resources (9.1.8 - 280.4) <C5284B25-3250-2201-D4EE-523FE37B9E6B> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x111dc000 - 0x111deff3  com.apple.music.apps.evb3.resources (9.1.8 - 280.4) <068F656F-6CA6-37E9-96F5-1F8E10546A43> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x111e2000 - 0x111e4ff3  com.apple.music.apps.evd6.resources (9.1.8 - 280.4) <B15F044D-60BB-FD36-6A49-685C7DCA7FB4> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x111e8000 - 0x111eaff3  com.apple.music.apps.evoc.resources (9.1.8 - 280.4) <E361301A-56EF-FF6C-67E5-AC3D9F15E190> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x111ee000 - 0x111f0ff3  com.apple.music.apps.evp88.resources (9.1.8 - 280.4) <6E1152B4-E9F3-3F6E-7246-A10456888210> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x111f4000 - 0x111f6ff3  com.apple.music.apps.exs24.resources (9.1.8 - 280.4) <DC363BF8-D15A-6049-F148-7804EADF7539> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x111fa000 - 0x111fcff3  com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) <27F67C33-C9BA-D9CE-DC89-A33A7F674F2C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x11aec000 - 0x11c78ff9  GLEngine (8.1.30) <D124E288-21BD-32F0-B585-2BB0E24B123C> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11caf000 - 0x11e00ff7  libGLProgrammability.dylib (8.1.30) <A12A056B-8B05-30A5-BEC7-2E852751DD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x11fd9000 - 0x11fdbff3  com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) <DAD1836E-F4DD-EB95-2F48-A8AF8552D087> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x11fdf000 - 0x11fe1ff3  com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) <555A65F0-E35D-0F5F-76EC-7C83D06C68AB> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x11fe5000 - 0x11fe7ff3  com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) <9923C7F7-E681-EE64-06CE-A0C8AABF7E65> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x11feb000 - 0x11fedff3  com.apple.music.apps.revolver.resources (9.1.8 - 280.4) <9AE36A7E-5D8F-681C-ABFD-4BCFE5048FF4> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x11ff1000 - 0x11ff3ff3  com.apple.music.apps.sphere.resources (9.1.8 - 280.4) <FF758F38-414E-5BFD-97CF-778DF8F52EAE> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x11ff7000 - 0x11ffaff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x12a18000 - 0x12a19ff5 +cl_kernels (???) <1AEB5ABC-74FE-4F8E-BCBD-9102D6304AF2> cl_kernels
    0x12a3b000 - 0x12a3bffd +cl_kernels (???) <957FBC55-68F4-45DB-ACB9-2FE27D4879EF> cl_kernels
    0x12a42000 - 0x12a43ff1 +cl_kernels (???) <3790E5C8-A649-4AAD-8076-C26D17981CB5> cl_kernels
    0x12a5b000 - 0x12a7ffff  com.apple.security.csparser (3.0 - 55163.34) <ADF37333-C843-3FE9-AD6C-ED23DD186800> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0x13fed000 - 0x13ff8ff7  com.apple.DVCPROHDVideoOutput (1.3.2 - 1.3.2) <738D36A7-8DBD-3BD7-CD35-4B171397782C> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x148b6000 - 0x148c4fff  com.apple.iokit.IOHIDLib (1.8.0 - 1.8.0) <FE7EEC6F-2F82-3C02-9B7A-117C923587E5> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x149fa000 - 0x149fbfff  com.apple.music.apps.midi.device.plugin.MCS3 (9.1.8 - 198.73) <FB25C00A-5481-F18F-21DB-53D28ADCC168> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/MCS3.bundle/Contents/MacOS/MCS3
    0x18b35000 - 0x18b8afdf +com.DivXInc.DivXDecoder (6.8.3.5 - 6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x18c53000 - 0x18cb8fe0  com.apple.DVCPROHDMuxer (1.3.2 - 1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x18cd2000 - 0x18d0affb  com.apple.audio.SoundManager.Components (4.0 - 4.0) <D969949E-621A-3D8C-AD83-A47F021C6571> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x18d11000 - 0x18d4bfff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2597) <262282CA-1D13-3C09-AD53-76E432AE57AA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x18d57000 - 0x18e14fe2  com.apple.DesktopVideoOut (1.2.7 - 1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x18e33000 - 0x18e3cfff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <EB9D333F-0E1E-3407-8CAD-C81DACAFC99B> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x19e78000 - 0x19e8bff7 +com.novation.automapclientbundle (1.0 - 1.0) <9E2F2F50-CD13-D128-4ADC-C42789F64C6A> /Applications/AutomapServer.app/Contents/Resources/AutomapClient.bundle/Content s/MacOS/AutomapClient
    0x1db90000 - 0x1db90ff3  com.apple.music.apps.midi.device.plugin.Recording-Light (9.1.8 - 198.73) <62130915-EEC9-7EE1-AFB9-737A32AA09AC> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
    0x1db9c000 - 0x1db9efe3  com.apple.music.apps.midi.device.plugin.CS-32 (9.1.8 - 198.73) <EA9B28F8-4962-8224-D724-7ECA99692774> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x1dbae000 - 0x1dbb1feb  com.apple.music.apps.midi.device.plugin.FW-1884 (9.1.8 - 198.73) <9A51CFA4-711B-1164-6874-80FBF4411A3B> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x1dbba000 - 0x1dbbcff3  com.apple.music.apps.midi.device.plugin.GiO (9.1.8 - 198.73) <E2634721-B8D4-03CE-43B5-7C64EED8BFD3> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
    0x1dbc2000 - 0x1dbc6ffb  com.apple.music.apps.midi.device.plugin.HUI (9.1.8 - 198.73) <838E7E91-15F9-779A-9F34-18003221C5CE> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
    0x1dbd7000 - 0x1dbd8fff  com.apple.music.apps.midi.device.plugin.iControl (9.1.8 - 198.73) <F67DC4BC-6556-6AB6-F5CA-C07F087EF639> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
    0x1dbde000 - 0x1dbe0ff7  com.apple.music.apps.midi.device.plugin.microKONTROL (9.1.8 - 198.73) <48E33623-5220-448C-E0D5-6F53B79EC815> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0x1dbe7000 - 0x1dbeafff  com.apple.music.apps.midi.device.plugin.TouchOSC (9.1.8 - 198.73) <09337083-973D-480B-C17F-8F68AE3F2FA2> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
    0x1dbf3000 - 0x1dbf5ff3  com.apple.music.apps.midi.device.plugin.TranzPort (9.1.8 - 198.73) <26E0C91B-097C-E77A-5E34-6BD85A8BA365> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0x1dcb7000 - 0x1dcbeff3  com.apple.music.apps.midi.device.plugin.Logic-Control (9.1.8 - 198.73) <04DC4A0E-2FE2-BE3F-5F5C-686FB712D8F5> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0x1dcdb000 - 0x1dcddfe7  com.apple.music.apps.midi.device.plugin.US-2400 (9.1.8 - 198.73) <8D056088-15A4-9FE5-4DDD-14CA2AC746A4> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0x1dce6000 - 0x1dce7ffb  com.apple.music.apps.midi.device.plugin.US-428 (9.1.8 - 198.73) <A9C8442B-C474-977F-B61C-4C35DF494201> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x1dfdd000 - 0x1e06fff7  unorm8_argb.dylib (2.1.16) <7884B2ED-BBD2-378E-9624-572ECC2DADF1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x20432000 - 0x20637ff7  com.apple.audio.codecs.Components (3.0 - 3.0) <8BBCF7BF-37E3-3EBA-87A9-8AEFC60FDE0F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x245d5000 - 0x245d6ffd +cl_kernels (???) <CE01CA58-D669-43CE-AF43-C4730BF7DCD8> cl_kernels
    0x245e3000 - 0x245e3ff7 +cl_kernels (???) <AE3EEAA0-D713-4D25-B651-0945042DC037> cl_kernels
    0x245e5000 - 0x24677ff7  unorm8_bgra.dylib (2.1.16) <D0A968DB-BF3F-320E-A726-5D9C00A3BC59> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x8ed4a000 - 0x8f58bfff  com.apple.GeForceGLDriver (8.0.39 - 8.0.0) <98312627-0C23-3D80-8DE3-AEC5BB23A025> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe0d000 - 0x8fe3fe57  dyld (210.2.3) <A166D107-C705-319A-80F6-CB36602E419F> /usr/lib/dyld
    0x90007000 - 0x9006bff3  libstdc++.6.dylib (56) <B66EA549-8153-306C-A751-61BCA8302AD2> /usr/lib/libstdc++.6.dylib
    0x9006c000 - 0x90090ff2  com.apple.framework.familycontrols (4.0 - 400) <99ACCF35-F414-335E-BA82-980E16001879> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90091000 - 0x900eeff3  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <4D5F8067-8F78-31C6-B862-00E20EA2F347> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9013b000 - 0x90184ff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <70871D93-C92F-334A-BC73-CF2A7ECCE24C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90185000 - 0x90188ff3  com.apple.AppleSystemInfo (2.0 - 2) <6BF98E23-C81F-3F2F-8548-B49883CD34C9> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x901c6000 - 0x9031eff3  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8EC6397E-5E76-33EA-B501-4926BB1137A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90350000 - 0x90437ff7  libxml2.2.dylib (22.3) <CEC911DB-1BC2-36DE-B412-CCE1FB162729> /usr/lib/libxml2.2.dylib
    0x90438000 - 0x90439ffd  libunc.dylib (25) <F290FA28-1375-383D-BF18-C33CA7E9F950> /usr/lib/system/libunc.dylib
    0x9043a000 - 0x90493fff  com.apple.QuickLookFramework (4.0 - 554.0) <EFB43063-6901-35B2-BD76-36386452CAED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90494000 - 0x904b1fff  com.apple.openscripting (1.3.5 - 148) <2F5759DC-DCB9-3B2B-BE5A-CE4A194434C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x904b2000 - 0x904b3fff  libremovefile.dylib (23.1) <4F8BC561-F83C-3949-B70F-6846E56CCAB8> /usr/lib/system/libremovefile.dylib
    0x904b4000 - 0x904bbffb  libunwind.dylib (35.1) <A86BD3B1-A2B2-314A-A2AB-AEFADDD44ECF> /usr/lib/system/libunwind.dylib
    0x904bc000 - 0x907d7ffb  com.apple.Foundation (6.8 - 940.1) <602C3005-78DE-384B-9AA8-BBF7E79263EE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x907d8000 - 0x90a51ff3  com.apple.RawCamera.bundle (4.0.0 - 635) <1A8E4A85-74C3-36DD-A154-EFE0AF86F1C1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90a52000 - 0x90a7fffb  com.apple.CoreServicesInternal (152 - 152) <C05BD082-9820-32B7-A4DB-0F3ED58D5DC9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x90a80000 - 0x90a84ffc  libGIF.dylib (840) <A5FC4761-D18D-38A3-9C92-9FD08BA8438F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a85000 - 0x90ae9fff  com.apple.datadetectorscore (4.0 - 269.1) <D138A3E3-7D28-303D-B6EA-294A80375BFD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90aea000 - 0x90af4ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C3DF6572-AD17-3295-8D0A-CF0A2B3D04E5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90af5000 - 0x90b48ff3  com.apple.AE (639 - 639.2) <0FF64F8E-9848-3FB6-AC87-B3A832F511F2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b49000 - 0x90b7efff  libTrueTypeScaler.dylib (84.2) <F020F158-E630-3922-89D6-8FEB9A24B908> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90b7f000 - 0x90e10ffb  com.apple.CoreImage (8.0.14 - 1.0.1) <A67100FD-9C6C-3663-B5AB-86603916EEA0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90e11000 - 0x90e11ffd  libOpenScriptingUtil.dylib (148) <D07B022F-971E-3AFD-8836-6672C0187B1E> /usr/lib/libOpenScriptingUtil.dylib
    0x90e12000 - 0x90e34ff3  libc++abi.dylib (24.1) <E25B9D3D-DC8B-348F-9F23-6B64DDBF9D35> /usr/lib/libc++abi.dylib
    0x90e37000 - 0x90f4fff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <44CF050C-4BF2-3529-BEB9-FF713076C8C7> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x90f50000 - 0x90f5cffd  libkxld.dylib (2050.6.71) <C7CF5490-5F30-3306-9E41-697BD137125A> /usr/lib/system/libkxld.dylib
    0x90f5d000 - 0x90f65fff  libcopyfile.dylib (89) <89CE395C-6982-3BCA-B3FF-841D74A5BAC9> /usr/lib/system/libcopyfile.dylib
    0x90f66000 - 0x90f6dffe  com.apple.agl (3.2.1 - AGL-3.2.1) <8914BA79-40E8-37D8-87CA-87C4E1EFE2F7> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90f70000 - 0x90fb1ff7  com.apple.framework.CoreWiFi (1.0 - 100.8) <F18BE0B3-E8C0-39DA-9D86-AEDD5A040A9F> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x90fd8000 - 0x90fd8fff  com.apple.CoreServices (57 - 57) <BF6A7BC8-A8D1-3011-B933-B6C4A74A2FA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90fd9000 - 0x90fdcffc  libpam.2.dylib (20) <13A4F4C7-3236-3544-A6B4-566FABB79233> /usr/lib/libpam.2.dylib
    0x90fdd000 - 0x90fedff7  libsasl2.2.dylib (166) <17A162BB-93FB-3B30-8D3D-65891193ED55> /usr/lib/libsasl2.2.dylib
    0x90fee000 - 0x90feefff  com.apple.vecLib (3.8 - vecLib 3.8) <D016A3C2-559B-30E3-8704-DF297F63B144> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91087000 - 0x91127ff7  com.apple.QD (3.42 - 285) <C3724E56-B1C2-3F89-8AD5-8B025CD2E90D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91128000 - 0x91176ffb  libFontRegistry.dylib (98) <26D18259-1821-3EE6-A095-A767215A36CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91177000 - 0x91282ff7  libJP2.dylib (840) <433A18E2-081C-3917-8246-05BF0FC7DAB5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91288000 - 0x913d3ffb  com.apple.CFNetwork (595 - 595) <B03ADDAA-8E49-386E-B027-2415C6928AFA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x913d4000 - 0x91423ff7  libTIFF.dylib (840) <3F0B021A-3E74-3C4C-8EB7-6D033B2D8646> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91424000 - 0x91466fff  libcurl.4.dylib (69.2) <6326BB57-B02C-3612-AD27-8B762630BA1D> /usr/lib/libcurl.4.dylib
    0x91467000 - 0x91468ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <AB1BF364-87DA-3726-B8BE-3FFD1D0293ED> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91469000 - 0x914a7fff  libcorecrypto.dylib (96) <16D7F67F-31DD-34CA-9840-456CC66A77F8> /usr/lib/system/libcorecrypto.dylib
    0x914a8000 - 0x9168fffb  com.apple.CoreFoundation (6.8 - 740) <C53C86A9-9EA2-340F-BDF6-1B2D30B923EC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91690000 - 0x91690fff  libkeymgr.dylib (25) <DF0F232C-A215-3858-B740-72E143E67360> /usr/lib/system/libkeymgr.dylib
    0x91695000 - 0x916daff5  com.apple.opencl (2.1.16 - 2.1.16) <BC428529-37F8-31DD-B931-16B1B521C46B> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x916db000 - 0x916dbfff  com.apple.ApplicationServices (45 - 45) <AD7EEC64-0834-37E7-83D2-B9A6ED1B3E47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x916dc000 - 0x916dcfff  libSystem.B.dylib (169.2) <7BB67FB3-9200-34B1-AD7A-20997BD4DAD0> /usr/lib/libSystem.B.dylib
    0x916ec000 - 0x916ecffe  com.apple.AOSMigrate (1.0 - 1) <4F91FDAE-2948-3EEB-9CAB-03DD36A8BBD0> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x916ed000 - 0x916fbff3  libsystem_network.dylib (77.10) <5E99FFBC-7FB6-32A4-BD21-90FB369B1568> /usr/lib/system/libsystem_network.dylib
    0x91700000 - 0x91768fe7  libvDSP.dylib (380.6) <1AE583D4-477A-3EB9-97FC-F5E397E37B19> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91769000 - 0x917a0ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <0CDBC3F3-2BA7-3040-B242-19376965EA5E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x917a1000 - 0x9185fff3  com.apple.ColorSync (4.8.0 - 4.8.0) <CC96079B-E287-3B1C-8B8A-69AC58D4A100> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91860000 - 0x9186afff  com.apple.speech.recognition.framework (4.1.4 - 4.1.4) <BB29E582-3DBF-3C16-8196-32B8016C16BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9186b000 - 0x91876fff  libcommonCrypto.dylib (60026) <10BDCB92-EA59-3DE3-884A-06B37FEA06C0> /usr/lib/system/libcommonCrypto.dylib
    0x91881000 - 0x91898fff  com.apple.GenerationalStorage (1.0 - 132) <7BCDE2D7-BD67-3974-BE66-51DA19135122> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x91899000 - 0x918abff7  libdispatch.dylib (228.18) <AF2E0571-7CC1-3490-A45B-988E248874B5> /usr/lib/system/libdispatch.dylib
    0x918ac000 - 0x919b915f  libobjc.A.dylib (531.1) <2CB1EE50-8342-31F7-8E85-0A4248948EBE> /usr/lib/libobjc.A.dylib
    0x919ba000 - 0x92046feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <012ADC6B-CFA7-3D72-AFF4-56671F2C1E30> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92047000 - 0x920ccff7  com.apple.SearchKit (1.4.0 - 1.4.0) <162F8626-65A4-302C-9FAE-AA3D371AB4F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x920cd000 - 0x92179fff  com.apple.CoreText (260.0 - 275.10) <A198E4C5-84E6-3AB7-8325-54D86DE26013> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9217a000 - 0x92182fff  com.apple.CommerceCore (1.0 - 26) <134B5E4F-A7EA-3694-976C-DCAA337097F8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92183000 - 0x92183fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <D70C7891-7BB8-3B58-BF40-5928C4C2F2B1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92184000 - 0x921c9ff7  com.apple.NavigationServices (3.7 - 200) <E62DB41C-34EB-3C33-A0E0-B43F75CE5720> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x921ca000 - 0x921cafff  libsystem_blocks.dylib (59) <5D7CC346-CC68-3B2A-BAC7-5DC8CE9F84FD> /usr/lib/system/libsystem_blocks.dylib
    0x921cb000 - 0x922dbffb  com.apple.QuickTimeImporters.component (7.7.1 - 2597) <387D785B-478B-386F-98D1-067B4008FBEE> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x922dc000 - 0x92386fff  com.apple.LaunchServices (532 - 532) <E33EEAD7-3F8C-3E89-AE7C-FA1B933CAB22> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92387000 - 0x92397ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47E77009-1F74-3C93-B0AD-CAE7BFEED2DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92398000 - 0x9239cffe  libcache.dylib (57) <C0C37ABC-AFF0-3816-9390-F91FC97A370C> /usr/lib/system/libcache.dylib
    0x9239d000 - 0x923caffe  libsystem_m.dylib (3022.6) <9B0D303D-15B0-334C-87B3-9B056F2B3112> /usr/lib/system/libsystem_m.dylib
    0x923cb000 - 0x92444ff0  com.apple.CorePDF (2.0 - 2) <5A29931D-6028-32C9-A9B7-2BF64E5EC37B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92445000 - 0x92887ff3  com.apple.CoreGraphics (1.600.0 - 310) <20F32433-FF13-3E06-B158-A4C3B4A0A4A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92888000 - 0x9289afff  libbsm.0.dylib (32) <A9EF7DF3-5F0F-379B-9842-2D80E3F37CD3> /usr/lib/libbsm.0.dylib
    0x9289b000 - 0x929a8ff3  com.apple.ImageIO.framework (3.2.0 - 840) <5143E273-F7D2-3FDC-BACB-22A374762BCC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x929ec000 - 0x92a3cff7  com.apple.CoreMediaIO (301.0 - 4145) <9F34D513-8C99-3DE4-AE37-EAC93B577500> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92a3d000 - 0x92a98ff3  com.apple.CoreMedia (1.0 - 926.31) <DEE17EFC-9F55-39B6-A6B2-33702D0B8A98> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92aca000 - 0x92acefff  com.apple.IOSurface (85.0 - 85.0) <BFFE2512-430A-377D-8E3D-FA8FBCDCC0F7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92acf000 - 0x92b35ffc  com.apple.ISSupport (1.9.8 - 56) <2091FD90-E441-3011-84F7-2940CC0367BB> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x92b36000 - 0x92b6cffb  com.apple.DebugSymbols (98 - 98) <7E52FCCA-AE81-38CC-9AF0-D98DEED8122A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92b6d000 - 0x92b77fff  libCSync.A.dylib (310) <F6D627F3-4964-3F0C-9AB3-4834F1683B91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92b78000 -

    Have updated Automap and completely removed DivX, still having the same problem. Here is the error report from Chrome.
    Process:         Google Chrome [219]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         23.0.1271.95 (1271.95)
    Code Type:       X86 (Native)
    Parent Process:  launchd [140]
    User ID:         501
    Date/Time:       2012-12-10 20:27:22.214 -0500
    OS Version:      Mac OS X 10.8 (12A239)
    Report Version:  10
    Interval Since Last Report:          214191 sec
    Crashes Since Last Report:           -11
    Per-App Interval Since Last Report:  236298 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      3D16DDD3-E203-47CE-A5A4-EC56E5497006
    Crashed Thread:  33  Dispatch queue: quicklook.pluginload
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
        VM_ALLOCATE            0000000000001000-0000000000018000 [   92K] ---/--- SM=NUL 
    Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x952d9816 RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x952e1281 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x952e10fc BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x96e0d25a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x96e0ca8c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x96e088ec -[NSApplication run] + 855
    12  com.google.Chrome.framework             0x00a861c1 ChromeMain + 10898353
    13  com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    14  com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    15  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    16  com.google.Chrome.framework             0x00355e33 ChromeMain + 3360803
    17  com.google.Chrome.framework             0x02809c50 ChromeMain + 41846336
    18  com.google.Chrome.framework             0x0280a373 ChromeMain + 41848163
    19  com.google.Chrome.framework             0x02808cc1 ChromeMain + 41842353
    20  com.google.Chrome.framework             0x00a1af9b ChromeMain + 10459531
    21  com.google.Chrome.framework             0x00a1a2b0 ChromeMain + 10456224
    22  com.google.Chrome.framework             0x00021639 ChromeMain + 41
    23  com.google.Chrome                       0x00018f78 main + 24
    24  com.google.Chrome                       0x00018f55 0x18000 + 3925
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   libdispatch.dylib                       0x9189f19a _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9189edb9 _dispatch_mgr_thread + 53
    Thread 2:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 3:: DnsConfigService
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a852cc ChromeMain + 10894524
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    9   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    10  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    11  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 4:: WorkerPool/-1323118592
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 5:: AudioThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 6:: CrShutdownDetector
    0   libsystem_kernel.dylib                  0x95009dba __read + 10
    1   com.google.Chrome.framework             0x0035cc46 ChromeMain + 3388982
    2   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    3   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    4   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 7:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c33f ChromeMain + 41856303
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 8:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c36f ChromeMain + 41856351
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 9:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c39f ChromeMain + 41856399
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 10:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c3cf ChromeMain + 41856447
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 11:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c3ff ChromeMain + 41856495
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 12:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c42f ChromeMain + 41856543
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 13:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c45f ChromeMain + 41856591
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 14:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 15:: BrowserWatchdog
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ace490 ChromeMain + 11193984
    5   com.google.Chrome.framework             0x00ab4710 ChromeMain + 11088128
    6   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    7   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    8   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    9   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    10  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    11  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    12  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 16:: WorkerPool/-1238855680
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 17:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 18:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 19:: BrowserBlockingWorker1/-1213665280
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ad6767 ChromeMain + 11227479
    5   com.google.Chrome.framework             0x00ad5e3d ChromeMain + 11225133
    6   com.google.Chrome.framework             0x00ad869a ChromeMain + 11235466
    7   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    8   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.google.Chrome.framework             0x00aaf81f ChromeMain + 11067919
    3   com.google.Chrome.framework             0x02892b2c ChromeMain + 42407196
    4   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 21:: Chrome_HistoryThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ace490 ChromeMain + 11193984
    5   com.google.Chrome.framework             0x00ab4710 ChromeMain + 11088128
    6   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    7   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    8   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    9   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    10  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    11  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    12  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 22:: WorkerPool/-1322979328
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 23:: WorkerPool/-1195667456
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 24:: WorkerPool/-1195528192
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 25:: WorkerPool/-1195388928
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 26:: WorkerPool/-1195249664
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 27:: PowerSaveBlocker
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 30:: Dispatch queue: TFolderSizingThread::GetFolderSizingQueue
    0   libsystem_kernel.dylib                  0x950081ae __getattrlist + 10
    1   com.apple.CoreServices.CarbonCore          0x9394cf95 GetPathVolFSAttributes(char const*, unsigned long, FSAttributeInfo*, unsigned long, unsigned char*) + 233
    2   com.apple.CoreServices.CarbonCore          0x9393eda8 PathGetObjectInfo(char const*, unsigned long, unsigned long, short*, unsigned long*, unsigned long*, char*, unsigned long*, unsigned char*) + 218
    3   com.apple.CoreServices.CarbonCore          0x939519e8 FSPathMakeRefInternal(unsigned char const*, unsigned long, unsigned long, FSRef*, unsigned char*) + 120
    4   com.apple.CoreServices.CarbonCore          0x938d31af FSPathMakeRef + 47
    5   com.apple.CoreServices.CarbonCore          0x93928568 AL_findByHomeDirRelative + 189
    6   com.apple.CoreServices.CarbonCore          0x93900095 FSMatchAliasInternal + 1567
    7   com.apple.CoreServices.CarbonCore          0x93924ace FSMatchAliasBulk + 74
    8   com.apple.LaunchServices                0x92317dd6 LSSharedFileListItemGetFSRef + 722
    9   com.apple.LaunchServices                0x923177a2 LSSharedFileListItemResolve + 491
    10  com.apple.desktopservices               0x97dbaac8 TFileListItem::ResolveSharedFileListItem(unsigned long, TAutoRef<__CFURL const*, TRetainReleasePolicy<__CFURL const*> >&) const + 74
    11  com.apple.desktopservices               0x97dbaa01 TFSInfo::ResolveSharedFileListItem(unsigned long, TCountedPtr<TFSInfo>&) const + 149
    12  com.apple.desktopservices               0x97d20ec5 TNode::ResolveSharedFileListAliasIfNeeded() + 327
    13  com.apple.desktopservices               0x97d558e1 __block_global_4 + 56
    14  com.apple.desktopservices               0x97d9ceee ExceptionSafeBlock(void ()() block_pointer) + 55
    15  com.apple.desktopservices               0x97d558a4 __SynchronizeChildren_block_invoke_0 + 79
    16  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    18  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    19  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    20  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    21  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    22  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 32:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 33 Crashed:: Dispatch queue: quicklook.pluginload
    0   com.apple.CoreFoundation                0x914afc61 CFStringGetLength + 17
    1   com.apple.CoreFoundation                0x9159c665 CFDateFormatterGetAbsoluteTimeFromString + 69
    2   com.apple.security                      0x9317b76d decodeTimeStampToken + 764
    3   com.apple.security                      0x93178478 SecCmsSignerInfoVerifyUnAuthAttrs + 97
    4   com.apple.security                      0x931783a7 SecCmsSignerInfoVerify + 581
    5   com.apple.security                      0x93177153 SecCmsSignedDataVerifySignerInfo + 111
    6   com.apple.security                      0x931c80cd CMSDecoderCopySignerStatus + 199
    7   com.apple.security                      0x931e1b4a Security::CodeSigning::SecStaticCode::verifySignature() + 436
    8   com.apple.security                      0x931e1816 Security::CodeSigning::SecStaticCode::validateDirectory() + 64
    9   com.apple.security                      0x931e1f9d Security::CodeSigning::SecStaticCode::validateNonResourceComponents() + 19
    10  com.apple.security                      0x931d52c5 validate(Security::CodeSigning::SecStaticCode*, Security::CodeSigning::SecRequirement const*, unsigned int) + 40
    11  com.apple.security                      0x931d510e SecStaticCodeCheckValidityWithErrors + 597
    12  com.apple.security                      0x931d4eb4 SecStaticCodeCheckValidity + 39
    13  com.apple.QuickLookFramework            0x90476723 QLCheckAppleSignature + 128
    14  com.apple.QuickLookFramework            0x90445ba1 _QLLoadPluginAtURL + 3264
    15  com.apple.QuickLookFramework            0x9044a304 ___QLLaunchUpdatingThread_block_invoke_0 + 2704
    16  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    18  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    19  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    20  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    21  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    22  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 35:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreGraphics                  0x92490d30 _CGSSynchronizeWindowBackingStore + 131
    3   com.apple.CoreGraphics                  0x9245d053 _CGSLockWindow + 3428
    4   com.apple.CoreGraphics                  0x9245c10e CGSDeviceLock + 313
    5   libRIP.A.dylib                          0x92bab63d ripd_Lock + 62
    6   libRIP.A.dylib                          0x92baf8da ripl_BltImage + 408
    7   libRIP.A.dylib                          0x92baf4df ripc_RenderImage + 259
    8   libRIP.A.dylib                          0x92bb647a ripc_DrawImage + 1078
    9   com.apple.CoreGraphics                  0x924a13ed CGContextDrawImage + 427
    10  com.apple.AppKit                        0x972aa519 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_0 + 1250
    11  com.apple.AppKit                        0x96e5e310 NSUsingGraphicsStateForHints_drawWithBlock_ + 67
    12  com.apple.AppKit                        0x96e5e1e2 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 893
    13  com.apple.AppKit                        0x97127f83 -[NSButtonCell(NSDefaultButtonIndicatorPrivate) heartBeat:] + 2391
    14  com.apple.AppKit                        0x97193e23 -[NSControl heartBeat:] + 43
    15  com.apple.AppKit                        0x97578a0e -[NSWindow(NSWindow_Theme) heartBeat:] + 159
    16  com.apple.AppKit                        0x97038f7d -[NSUIHeartBeat _heartBeatThread:] + 1295
    17  com.apple.Foundation                    0x9051852a -[NSThread main] + 45
    18  com.apple.Foundation                    0x905184ad __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    20  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 36:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 37:: Dispatch queue: quicklook.client
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.QuickLookFramework            0x90444cfa _QLLockDatabaseWaitForUpdateToFinishIfPossible + 611
    4   com.apple.QuickLookFramework            0x904463f6 _QLGeneratorCopyGeneratorForContentType + 36
    5   com.apple.QuickLookFramework            0x9043dd40 ___QLThumbnailSendQuery_block_invoke_0 + 1077
    6   libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    7   libdispatch.dylib                       0x9189bc9f _dispatch_barrier_sync_f_invoke + 39
    8   libdispatch.dylib                       0x9189bc76 dispatch_barrier_sync_f + 87
    9   libdispatch.dylib                       0x9189bbcb dispatch_sync + 45
    10  com.apple.QuickLookFramework            0x9043d17b _QLThumbnailSendQuery + 466
    11  com.apple.QuickLookFramework            0x9046bc4a QLThumbnailQueueRun + 2814
    12  com.apple.FinderKit                     0x92df7360 TQLThumbnailQueue::Run() + 36
    13  com.apple.FinderKit                     0x92e0188a TThumbnailExtractorThread::Main() + 1058
    14  com.apple.FinderKit                     0x92dd4b40 TThread::MainGlue(void*) + 62
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 33 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x79c95730  ecx: 0x914afc5d  edx: 0xac163120
      edi: 0x7a94fa40  esi: 0x00000000  ebp: 0xb94a1f28  esp: 0xb94a1f10
       ss: 0x00000023  efl: 0x00010282  eip: 0x914afc61   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
       0x18000 -    0x18ff7 +com.google.Chrome (23.0.1271.95 - 1271.95) <084AF7DF-F972-A51B-5C58-E88633D40F12> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
       0x1f000 -  0x3a94f37 +com.google.Chrome.framework (23.0.1271.95 - 1271.95) <C02A7A6A-A9DD-8AEA-01B7-7417C64B725C> /Applications/Google Chrome.app/Contents/Versions/23.0.1271.95/Google Chrome Framework.framework/Google Chrome Framework
    0x51c3000 -  0x51d0ffb  com.apple.Librarian (1.1 - 1) <EA235A03-E6CC-36AB-AA32-04132A2E45D7> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5264000 -  0x526cff2  libcldcpuengine.dylib (2.1.16) <801DFAB2-A3F3-38AF-9E47-28CB2D336F49> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x5273000 -  0x5279fff  libCoreFSCache.dylib (24.3) <B5CE5EF5-1654-306B-9E99-06CFE93200E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x5302000 -  0x5303ffd +cl_kernels (???) <C2531EE3-8D1D-4027-B4FF-9D3734AABFBE> cl_kernels
    0x5310000 -  0x5310ff7 +cl_kernels (???) <3B24D992-31CE-458B-99D6-B4E28E21801E> cl_kernels
    0x5f06000 -  0x5f15ff7 +com.google.Keystone.Registration (1.1.0 - 1.1.0.3659) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Chrome.app/Contents/Versions/23.0.1271.95/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0x7b2b000 -  0x7bbdff7  unorm8_bgra.dylib (2.1.16) <D0A968DB-BF3F-320E-A726-5D9C00A3BC59> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x7e87000 -  0x7e88ff5 +cl_kernels (???) <D162A108-DE80-45C0-8262-3C5A09AD225C> cl_kernels
    0x7e99000 -  0x7e9aff1 +cl_kernels (???) <B96036E9-3C0B-46B9-84EC-FE178F2FE8BA> cl_kernels
    0x7ea2000 -  0x7eaeffb  libGPUSupport.dylib (8.1.30) <F7236FD8-702B-3277-9327-8788F7ABAA03> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xae35000 -  0xae5eff7  com.apple.datadetectors (4.0 - 199.0) <AF3557BE-32A7-39F0-A01A-8E51EECB9598> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0xae75000 -  0xaf8cff3  com.apple.WebKit (8536 - 8536.15) <02090083-E136-3457-8778-E94B610E3410> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0xb43a000 -  0xb466ffa  GLRendererFloat (8.1.30) <3528AB61-685A-362A-AE9C-F911630FED58> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xb493000 -  0xb525ff7  unorm8_argb.dylib (2.1.16) <7884B2ED-BBD2-378E-9624-572ECC2DADF1> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
    0xbd1f000 -  0xbd43fff  com.apple.security.csparser (3.0 - 55163.34) <ADF37333-C843-3FE9-AD6C-ED23DD186800> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0xbde3000 -  0xbf6fff9  GLEngine (8.1.30) <D124E288-21BD-32F0-B585-2BB0E24B123C> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xbfa6000 -  0xc0f7ff7  libGLProgrammability.dylib (8.1.30) <A12A056B-8B05-30A5-BEC7-2E852751DD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xc82d000 -  0xd4b5ffb  com.apple.WebCore (8536 - 8536.15) <B2776B5D-47F3-3559-B280-29713C0A8D8C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x8ed4a000 - 0x8f58bfff  com.apple.GeForceGLDriver (8.0.39 - 8.0.0) <98312627-0C23-3D80-8DE3-AEC5BB23A025> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe17000 - 0x8fe49e57  dyld (210.2.3) <A166D107-C705-319A-80F6-CB36602E419F> /usr/lib/dyld
    0x90007000 - 0x9006bff3  libstdc++.6.dylib (56) <B66EA549-8153-306C-A751-61BCA8302AD2> /usr/lib/libstdc++.6.dylib
    0x9006c000 - 0x90090ff2  com.apple.framework.familycontrols (4.0 - 400) <99ACCF35-F414-335E-BA82-980E16001879> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90091000 - 0x900eeff3  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <4D5F8067-8F78-31C6-B862-00E20EA2F347> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9013b000 - 0x90184ff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <70871D93-C92F-334A-BC73-CF2A7ECCE24C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90185000 - 0x90188ff3  com.apple.AppleSystemInfo (2.0 - 2) <6BF98E23-C81F-3F2F-8548-B49883CD34C9> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x901c6000 - 0x9031eff3  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8EC6397E-5E76-33EA-B501-4926BB1137A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9031f000 - 0x9034fff3  libtidy.A.dylib (15.10) <4B972A5B-B8C3-39B4-BF84-DB73620F1BE3> /usr/lib/libtidy.A.dylib
    0x90350000 - 0x90437ff7  libxml2.2.dylib (22.3) <CEC911DB-1BC2-36DE-B412-CCE1FB162729> /usr/lib/libxml2.2.dylib
    0x90438000 - 0x90439ffd  libunc.dylib (25) <F290FA28-1375-383D-BF18-C33CA7E9F950> /usr/lib/system/libunc.dylib
    0x9043a000 - 0x90493fff  com.apple.QuickLookFramework (4.0 - 554.0) <EFB43063-6901-35B2-BD76-36386452CAED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90494000 - 0x904b1fff  com.apple.openscripting (1.3.5 - 148) <2F5759DC-DCB9-3B2B-BE5A-CE4A194434C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x904b2000 - 0x904b3fff  libremovefile.dylib (23.1) <4F8BC561-F83C-3949-B70F-6846E56CCAB8> /usr/lib/system/libremovefile.dylib
    0x904b4000 - 0x904bbffb  libunwind.dylib (35.1) <A86BD3B1-A2B2-314A-A2AB-AEFADDD44ECF> /usr/lib/system/libunwind.dylib
    0x904bc000 - 0x907d7ffb  com.apple.Foundation (6.8 - 940.1) <602C3005-78DE-384B-9AA8-BBF7E79263EE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x907d8000 - 0x90a51ff3  com.apple.RawCamera.bundle (4.0.0 - 635) <1A8E4A85-74C3-36DD-A154-EFE0AF86F1C1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90a52000 - 0x90a7fffb  com.apple.CoreServicesInternal (152 - 152) <C05BD082-9820-32B7-A4DB-0F3ED58D5DC9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x90a80000 - 0x90a84ffc  libGIF.dylib (840) <A5FC4761-D18D-38A3-9C92-9FD08BA8438F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a85000 - 0x90ae9fff  com.apple.datadetectorscore (4.0 - 269.1) <D138A3E3-7D28-303D-B6EA-294A80375BFD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90aea000 - 0x90af4ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C3DF6572-AD17-3295-8D0A-CF0A2B3D04E5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90af5000 - 0x90b48ff3  com.apple.AE (639 - 639.2) <0FF64F8E-9848-3FB6-AC87-B3A832F511F2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b7f000 - 0x90e10ffb  com.apple.CoreImage (8.0.14 - 1.0.1) <A67100FD-9C6C-3663-B5AB-86603916EEA0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90e11

  • Mail hangs when trying to open excel file

    Hi there,
    I've installed goodreader, Docs to Go and numbers on my ipad. Unfortunately, mail hangs when i try to open a spreadsheet. The option to use either one of the apps pops up, however, i'm not able to select either numbers or Docs to Go to open the file.
    I've restarted the ipad to no avail. Does anyone have any ideas about this?
    Thanks
    Message was edited by: Sininakl

    Running disk repair a second time seems to have fixed the issue.

  • Applications hang when using open/save dialog box

    Anyone else experiencing this? Mail, Safari, Lightroom, iTunes, etc...they all hang big time (several minutes) when I try open/save.

    Do you have any network drives or shared computers? I see this on occasion, too, and suspect it has to do with OSX needing to find all the possible places you might want to specify, and put them in the dialog.
    You might look in your logs (via the Console app in Applications/Utilities) just after this happens. Some clues may be lurking there.

  • Browser hangs when trying to open large Flash file created in Captivate 5

    Hi all,
    I've created a large demo in Captivate 5 (about 200 slides) and published it for output to Flash Version 10 for distribution to my project team (sent out in a zip file). Some members of the team can open and play the demo with no problem, but a few others are telling me that IE hangs when they try to open the file. The progress bar at the bottom of the page just freezes.
    Has anyone come across this problem?
    Thanks

    If you sent the published output files to people inside a zip archive make sure you tell everyone to unzip the contents to a folder on their hard drive before trying to launch the HTM file and play.  I find a lot of people just double-click the zip file, which opens up the archive to browsing, and then just double-click the HTM file.  Unfortunately, because the objects inside a zip archive don't always retain relationships, things don't necessarily work this way.  So the only sure fire way for all the files to find each other properly is to unzip completely and then try to play them.
    The other thing to check is which version of Flash Player your team members are on.  If you published for Flash 10, are some of them still on Flash 9?

  • Nokia 5800 XM - Gallery hangs when trying to open ...

    Hello All,
    I searched all over the internet to see if any other  5800 owner has similar issue but i guess not.  When I try to open any image (which is on phone memory) with  memory card inserted the gallery hangs, Even trying to open an image or movie clip stored in memory card behaves same. I can open the same files using file manager under application.
    I noticed this issue the next day after i purchased my handset and went to nokia customer care and they replaced the MM card( well it took almost month for them) now this is the replaced card. It worked for some hours i was able to view images using gallery and now all of a sudden it has stopped responding. Has this got to do with any application which is installed on memory card? 
    I am going to try to format my MM card and try putting single pic on phone and then on memory card and try. Any one please has any other suggestion?
    I have many song videos on my MMC. i have uninstalled all the applications whihc were there on my memory card like marle maze and some others which i had installed.
    Once i connect to OVI PC Suite i am unable to select remove storage device as it always shows in use so i always used to switch mode to mass storage from PC suite and then remove storage device and disconnect it. Is this correct method?
    My laptop os is vista
    thanks
    Kiran

    well, i got the solution.
    1). remove the memory card from ur cell.
    2). On the cell without memory card.(you will see no trouble wid Gallery now.)
    3). Now OFF ur cell and put the memory card in the cell.
    4). Now Format the memory card by phone memory card menu.
    5). Restart your Cell, copy the contents to memory card, whatever the size of contents are.....
    6). And finally, go to Gallery and enjoy the features of Boombastic 5800..
    Cheers....
    Majid - Software Engineer

  • Archicad 17 hang when a user opens 2 archicads at the same time

    Hello I am a system administrator in an office of architecture.
    I encountered the following problem: The architects working with archicad 17 on two 02 workstations with windows 7 pro are giving the following problem:
    when you open the 2 archicad windows the RAM reaches the limits and closes the both applications. This is only happening with these 2 workstations.
    I do have more 12 workstation with win pro 7 and 8.1 pro and the archicad works ok.
    I really could use some help. Thanks in advance.
    Cheers.
    Info on the workstation:
    OS: Win 7 PRO
    CPU : intel 4930K
    RAM: 16GB
    GPU: Nvidia Geforce 770 GTX
    Log Name: Application
    Source: Application Hang
    Date: 10/02/2014 14:21:46
    Event ID: 1002
    Task Category: (101)
    Level: Error
    Keywords: Classic
    User: N / A
    Computer: WK03
    description:
    The program ArchiCAD.exe version 17.0.0.6004 stopped interacting with Windows and was closed. To see if more information is available about the problem, check the problem history in the control panel of the Action Center.
      Process ID: 201c
      Start Time: 01cfde353b10c0f9
      End Time: 42
      Application Path: C: \ Program Files \ Graphisoft \ ArchiCAD 17 \ ArchiCAD.exe
      Report ID:
    Event Xml:
    <Event xmlns = 
       <System>
         <Provider Name = "Application Hang" />
         <EventID Qualifiers = "0"> 1002 </ EventID>
         <Level> 2 </ Level>
         <Task> 101 </ Task>
         <Keywords> 0x80000000000000 </ Keywords>
         <TimeCreated SYSTEMTIME = "2014-10-02T13: 21: 46.000000000Z" />
         <EventRecordID> 438056 </ EventRecordID>
         <Channel> Application </ Channel>
         <Computer> WK03 </ Computer>
         <Security />
       </ System>
       <EventData>
         <Date> ArchiCAD.exe </ Data>
         <Date> 17.0.0.6004 </ Data>
         <Date> 201c </ Data>
         <Date> 01cfde353b10c0f9 </ Data>
         <Date> 42 </ date>
         <Date> C: \ Program Files \ Graphisoft \ ArchiCAD 17 \ ArchiCAD.exe </ Data>
         <Date>
         </ Data>
         <Binary> 55006E006B006E006F0077006E0000000000 </ Binary>
       </ EventData>
    </ Event

    Support for any and all 3rd party applications is the sole responsibility of the publisher of the application.
    You will have to contact http://www.graphisoft.com/archicad/ technical support to discuss this situation.
    Support website is found @ http://www.graphisoft.com/support/
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Photoshop cs6 hangs when saving file

    Photoshop cs6 is hanging when tyring to save. Seems to pause at 83% and then takes over a minute to save the file. Computer details below and the system info. Gone back to using cs5.5 for now, hoping someone has some idea where the issue might be.
    Hardware Overview:
      Model Name:    Mac Pro
      Model Identifier:    MacPro5,1
      Processor Name:    6-Core Intel Xeon
      Processor Speed:    2.66 GHz
      Number of Processors:    2
      Total Number of Cores:    12
      L2 Cache (per Core):    256 KB
      L3 Cache (per Processor):    12 MB
      Memory:    12 GB
      Processor Interconnect Speed:    6.4 GT/s
      Boot ROM Version:    MP51.007F.B03
      SMC Version (system):    1.39f11
      SMC Version (processor tray):    1.39f11
      Chipset Model:
    ATI Radeon HD 5770
      Type:
    GPU
      Bus:
    PCIe
      Slot:
    Slot-1
      PCIe Lane Width:
    x16
      VRAM (Total):
    1024 MB
      Vendor:
    ATI (0x1002)
      Device ID:
    0x68b8
      Revision ID:
    0x0000
      ROM Revision:
    113-C0160C-155
      EFI Driver Version:
    01.00.436
    Adobe Photoshop Version: 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00) x64
    Operating System: Mac OS 10.7.5
    System architecture: Intel CPU Family:6, Model:44, Stepping:2 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 12
    Logical processor count: 24
    Processor speed: 2660 MHz
    Built-in memory: 12288 MB
    Free memory: 6756 MB
    Memory available to Photoshop: 11472 MB
    Memory used by Photoshop: 95 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Normal
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 ATI-7.32.12
    OpenCL Version:
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 5770 OpenGL Engine
    Display: 2
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 2560, bottom: 1200, right: 4480
    Video Renderer ID: 16915202
    Video Card Memory: 993 MB
    Video Rect Texture Size: 16384
    OpenGL Version: 2.1 ATI-7.32.12
    OpenCL Version:
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 5770 OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1600, right: 2560
    Video Renderer ID: 16915202
    Video Card Memory: 993 MB
    Video Rect Texture Size: 16384
    Serial number: 92299628573320490987
    Application folder: Macintosh HD:Applications:Adobe Photoshop CS6:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      DriveBay4, 1.82T, 1.81T free
    Required Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Adobe Photoshop CS6.app:Contents:Required:
    Primary Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
       AdobeACE.framework   AdobeACE   2.19.18.20743   66.507768
       AdobeAGM.framework   AdobeAGM   4.26.20.20743   66.507768
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.20743   66.507768
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.507768
       AdobeCoolType.framework   AdobeCoolType   5.10.33.20743   66.507768
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120720  
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206  
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   4.0.95   66.510504
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   6.0.0.1654  
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   6.0.0.75  
       boost_date_time.framework   boost_date_time   6.0.0.0  
       boost_signals.framework   boost_signals   6.0.0.0  
       boost_system.framework   boost_system   6.0.0.0  
       boost_threads.framework   boost_threads   6.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.0.5.19287   145486
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0  
       dvacore.framework   dvacore   6.0.0.0  
       dvamarshal.framework   dvamarshal   6.0.0.0  
       dvamediatypes.framework   dvamediatypes   6.0.0.0  
       dvaplayer.framework   dvaplayer   6.0.0.0  
       dvatransport.framework   dvatransport   6.0.0.0  
       dvaunittesting.framework   dvaunittesting   6.0.0.0  
       dynamiclink.framework   dynamiclink   6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1652  
       mediacoreif.framework   mediacoreif   6.0.0.0  
       PlugPlug.framework   PlugPlug   3.0.0.383  
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework        
    Required plug-ins:
       3D Studio 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc.  All rights reserved. - from the file “AdobeADM.bundle”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 7.2 (46), Copyright © 2012 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2002-2012 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dicom 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “dicom.plugin”
       Difference Clouds 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1997-2012 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Enable Async I/O 13.0.1 20120808.r.519 2012/08/08:21:00:00  © 2004-2012 Adobe Systems Incorporated - from the file “Enable Async IO.plugin”
       Entropy 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Flash 3D 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Google Earth 4 KMZ 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2001-2012 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Kurtosis 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Maximum 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mean 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Measurement Core 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Median 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Minimum 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       MMXCore Routines 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1990-2012 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2003-2012 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Range 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Skewness 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1993-2012 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Standard Deviation 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Summation 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       U3D 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Variance 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “statistics.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wavefront|OBJ 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©2006-2012 Adobe Systems Incorporated - from the file “U3D.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0.1 20120808.r.519 2012/08/08:21:00:00  ©1989-2012 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    It's certainly not unavoidable because you can copy a file to your local drive, work on it there, and copy it back. 
    Yes, I know this is more of a pain than doing it directly.  It hampers the workflow.  All I can say is this:  Sometimes doing things the right way vs. the most convenient (but wrong) way is a little more difficult, but provides benefits.  Consider that if you utterly screw up and save the screwup to your local copy, you can always easily retrieve the copy on the server again and start over.
    Hey, if it was up to me I'd make Photoshop robust enough to save to a server all day, but it's not.  Adobe says not to save to a server.  There's a reason they say that.
    -Noel

  • Why PDF hang when attempting to open or saved from bank site?

    HI,
    I have a user who tried to export word file from a bank into PDF, she encountered page hang as her screen try to open/saved excel. It only happens to this particular pc.
    When she attempt to save from ERP, it hangs.
    Also to note is that this hanging of PDF is not always, it only hangs when it is my user's first time trying to save/open any document document.
    I have tried to uninstall the pdf software, and reinstalled.
    I have confirmed that the windows and PDF version is the latest as of this posting,
    Please advise. Thank you.
    Regards Joshua Tay

    Hi vanncraw
    What Product are you using ?
    What is the Exact Error Message ?
    is it happening with all PDF Files ?

  • Illustrator CC hangs when saving files

    illustrator always hangs when saving and take a long time for open the up to 100 MB files.
    Hi,
    My illustrator CC always hangs when save the file and
    very long process to open just 100 MB files.
    I just changed the Windows from 7 to 8.1 pro and this issue is happening with me.
    I tried to reinstall again and again but the problem is not gone.
    I download via creative cloud. Only happen with illustrator CC
    Anyone please helps
    please excuse my poor English.
    Thank you.

    Hi Apiraya,
    Try to reset the preferences of Illustrator  to default.
    https://helpx.adobe.com/illustrator/using/setting-preferences.html
    Hope this helps.
    Regards,
    Sumit Singh

Maybe you are looking for

  • New hp laptop with windows 8.1 , why is sys restore disabled

    Just purchased new HP laptop running Windows 8.1, wanted to set a restore point once I got my settings where I wanted them and discovered that not only is the restore drive disabled but also the system will not set a restore point as I am not the adm

  • SRM XI standard content ...SRM Server 7.0 - Outbound proxy not working

    Hello All, we have integrated SRM SUS with ECC 6.0 using XI standard content XI SRMSERVER IC 7.0. With same configuration, Purchase Order has been send from ECC to SUS and PO is created successfully in SRM SUS. But, while confirming the purchase orde

  • Email doesn't sync on iphone and email provider server

    Hi Guys, My Iphone 3gs with OS 5 does not sync with my email on my service providers (Gmsil & Optonline) If I delete an email on either the Iphone or on a computer (IBM) I have to do the same on the other device (visa-versa) its a real pain- I had no

  • Error accessing a file...sharing violation 32?

    DW CS5 is giving me an error report that says, error accessing file...sharing violation 32. Never had this problem before. Using windows 7.

  • Upgrading to Tiger 10.4.3 from 10.1.1 --Can be done?

    I know "a brody" says only 10% of 1% of Mac users are heard here on posting pages (indicating the all the rest presumably have no problems -- or have really good tech support), but the fear of god (or crash) has been planted in my mind. As my system