Project Freezes on Mac

Thanks to everyone who posted an answer about making files invisible. I appreciate the help. I have one more challenge. I have created a project that calls for .mov files (among other things) to run within it. Everything works great on PCs, but on MACs, there is a specific sequence of 3 buttons that end users can push that makes the program freeze, leaving the following .mov file on the screen and none of the buttons working.
The problem starts when people call up an .mov file using a certain button on the screen, and then press 2 other buttons in a specific sequence. The first of these buttons just takes the user to another activity and the second of these 2 buttons calls up a different .mov file.  Once the second .mov file is called, the program will play the video and then freeze.  It does not matter which .mov files are called up (several choices), the problem is the same. Any other sequence of buttons following viewing the original .mov file causes no problems. I cannot find the lingo error causing this, and the program runs perfectly on PCs. If you are interested in looking at a puzzling challenge, would you let me know and I will send you the .dir and related files?  I feel like I am staring at a simple solution and just can't see it.

Hi Sandra,
Not on a Mac today so can’t test the steps and see the problem directly. However, will offer some suggestions.
It sounds like the video is just staying on screen rather than actually crashing your application. Can you test this by the change I mentioned before. Instead of making the video sprite invisible, can you move it off stage as I suggested as follows
Replace
  set the movieRate of sprite 44 to 0
with
  sprite(44).locH = sprite(44).locH + 8000
or verbose syntax if you prefer
  the locH of sprite 44 = (the locH of sprite 44) + 800
Next, Sean’s suggestion is a good one. Where idd you add the statement he suggested? I would suggest you add the following to your frame behaviors in the frame following on from a video
on enterFrame
the stageColor = the stageColor
end
Other things to improve your code. A behavior like:
on exitFrame
  go to the frame
    if the movieRate of sprite 44 = 0 then
    set the memberNum of sprite 46 to the number of member "play_up"
  else
    set the memberNum of sprite 46 to the number of member "pause_up"
  end if
end
could be improved in a number of ways.
1. If you are including code that is making adjustments to sprites, have that before the ‘go to the frame’ line.
2. memberNum is dated Lingo instead just use ‘member’:
sprite(46).member = member(“play_up”)
or verbose
the member of sprite 46 = member("play_up")
3. I’m not sure why the change of members is in the frame behaviour. It could be linked to any button that takes you out of the video sequence. So, you may have a behaviour as follows:
-- pause video and change buttons
on mouseUp
  sprit(44).movieRate = 0
  sprite(46).member = member(“play_up”)
end
You could have a separate behaviour that starts the video. It could be attached to the video sprite and could be:
-- play video at start
on beginSprite
  sprit(44).movieRate = 1
  sprite(46).member = member(“pause_up”)
end
I suggest you try separate different elements of behaviors. For the ‘Return to Error Choices’ script, you have code to switch cast members (highlight the sprite on rollover) as well as the mouseup instructions.  I’d suggest you use the ‘Rollover Member Change’ behaviour in the Behavior Library – Animation > Interactive category. That will mean the same behavior can used for all sprites without having to hard code individual buttons. Will be much more efficient. I’d also suggest you add the ‘Rollover Cursor Change’ behaviour, also in Behavior Library – Animation > Interactive category. Remember, you can have multiple behaviors attached to a single sprite. So, having individual behaviors for different types of things, it makes your code management more efficient and will help in locating bugs too.
Last code suggestion – look at the use of case Lingo which be used over if then when appropriate. For example:
    if numberOfTries = 0 then
      go to "EC1"
    else if numberOfTries = 1 then
      go to "1E1"
    else if numberOfTries = 2 then
      go to "1E2"
    else if numberOfTries = 3 then
      go to "1E2"
    end if
Can be replaced with: 
  case numberOfTries of
    0: go to "EC1"
    1: go to "1E1"
    2: go to "1E2" 
    3: go to "1E2"
  end case
In the above example, besides being more efficient to write, it’s also more efficient to execute.
Has been longish reply. Hope it's been helpful.
Dean

Similar Messages

  • Idvd project freezes in prview

    My iDVD projects freezes on image 66 of 70 and some images jump to the next instead of the transition. I had some exellent advice of Duane and followed his advice. I've also reinstallled iDVD, all to no avail. Anybody got any further ideas, please.
    Since I posted this I realised that when it freezes, after a wait, up pops the box telling me the modem has connected successfully. Any connection do you think? (pardon the pun, unintentional)

    Don't have a specific answer to your question but my standard list of things to do first...
    Run MacJanitor (free download) to do all the Unix Cron Maintenance scripts.
    Run Disk Utility (Applications -> Utilities) and repair disk permissions on your start up drive (typically your internal drive). Also verify any other drives mounted on the system.
    Run Preferential Treatment (free download) to check for corrupt/damaged application and system preference files.
    Run Cache Out X (free download) to clear all system and application caches.
    Reboot your Mac.
    Patrick

  • Bridge CC is asking my to 'purge cache'. When I do this doesn't work and freezes my mac. Bridge is unable to work at all. Please help?

    When I start up Bridge CC I get a error message instructing me to purge cache in preferences which I do but it doesn't work and freezes my mac. I cannot curretnly use Bridge CC. PLease help as this is costing me time and money - thank you in advance....

    Hold down the Option key as you launch Bridge, keep it down until you see a dialog box, then click all three options in the re-set box that comes up.
    If you don't see that re-set box, you're doing it wrong, i.e., you're not holding the Option key down fast enough.

  • IDVD burning one project on multiple macs? where are project contents?

    How do I burn one project on multiple macs? I have a idvd project I created in keynote, added music to it in Garageband, exported to quicktime, and now is in iDVD burning just fine. However I have tons of these dvd's to make, I would like to put all my mac's to work.
    last night i tried to share the file, and it is just an alias when i drag it over from the macbook it was created on to my imac. the file says it is in use and locked, since the macbook that created it is burning it. If I wanted to brun on the imac, I had to wait until the macbook was done.
    is there a way around this? What if I copied all files I used to make the idvd project to my imac or any computer i wanted to burn on? woudl it hen allow two macs to be burning the same project?
    I figured I could do this just like on my PC, drag the file over and voila...no such luck, its like if i had dragged a shortcut over to another pc...if the first one is using the file, its locked. Basically how do i get to the actual contents of the project, so I can also bring them over and hopefully it will allow me to burn on multiple macs at the same time?
    my next solution if that didn't work was to start copying dvd's using popcorn on the other macs while the macbook continues burning through idvd.
    Any opinions on how i can duplicate a dvd fast...need alot of copies!

    Also as to where the files are.
    I-DVD project bundle: This is the file created when you save the project.
    • [user]/Library/iDVD/Favorites: This folder is located in your home folder.
    • [root]/Library/iDVD/Favorites: This folder is located at the root of your disk.
    • /Network/Library/iDVD/Favorites: This folder is on a network system specifically
    configured by your system administrator for this purpose. (This is not the same as
    having a server networked into your computer.)

  • Saving a Photoshop CC project from a Mac (in .PSD format) to a thumb drive and trying to transfer it to a Dell laptop with Photoshop CS6.  Will not open...Error message: could not complete your request because it is not a valid photoshop document.

    Saving a Photoshop CC project from a Mac (in .PSD format) to a thumb drive and trying to transfer it to a Dell laptop with Photoshop CS6.  Will not open...Error message: could not complete your request because it is not a valid photoshop document.

    The file was corrupted somewhere along the way (assuming it was still readable on the Macintosh).
    The platforms don't matter, but you still need file transfer that doesn't corrupt files...

  • Anyone know which render format I should use, my film will be used on a video wall (12 screens) and I need super quality. My footage format is 1080p HD resolution 1920x1080. I will be running the project from a mac with a direct line to video wall. Thanks

    Anyone know which render format I should use, my film will be used on a video wall (12 screens) and I need super quality. My footage format is 1080p HD resolution 1920x1080. I will be running the project from a mac with a direct line to video wall. Thanks in advance.

    I do some VJ-type work, involving playback of QuickTime files from the computer to projections, and I get good results using ProRes 422. That's convenient, because ProRes 422 is such a great editing codec, too.
    Traditionally, VJs use PhotoJPEG codec, which also works well, but it's a bad editing codec. So you would have to export an edited master, then convert.
    If you want it to look as good as possible, definitely schedule some time to test the footage on the wall. You may want to change the color correction of your footage to match the projectors. And if you feed the video wall some flat gray, you can see if any of the projectors need to be  adjusted.
    I'm not sure what application you're using for playback, but QuickTime Player 7 works well. It has an option to play fullscreen on an external monitor (View > Present Movie…).

  • Can I move an ongoing imovie project from my mac to another mac?

    I would like to move my ongoing imovie project from one mac to another and then continue working with the project. Is this possible? If it is, how do I do?
    /Caro

    You will need an external hard drive that is formatted as Mac OS Extended (Journaled).
    Then you will move the Project to the external hard drive from within iMovie.
    See here for instructions. http://help.apple.com/imovie/#move7d66613
    Then you will use the File/Consoldate Media command to move everything else.
    See here for instructions. http://help.apple.com/imovie/#mov3ac6c7c9
    You can edit on the new Mac from the external drive, but if you prefer, you can move everything to the new Mac by using the same instructions above.

  • How do I transfer an imovie project on one mac to another mac?

    I need to get an iMovie HD project from another Mac onto my machine to continue editing in iMovie HD 6 - some sound issues that need resolving. How can I transfer the project? The original project is too large to fit on a DVD (Dual layer). Will I have to connect both machines via ethernet and physically transfer it? If so, how do I do this - I need to have an exact clone of the project (all titles, separated audio etc...). Please help!

    'til vers6, an iM project is a 'solid' package, a single file you can easily transfer from one Mac to another.. establish a local network (ethernet, firewire or wlan/airport), allow one machine access to the other and simply drag'n drop project file (has a star as icon) onto other Mac ...
    I like the socalled 'Target Mode', MacOs allows: connect both machines by firewire, launch one Mac and hold the T key .. now, Mac is a firewire-drive, you can access as 'external harddrive' by other Mac .
    *How to use FireWire target disk mode*
    http://docs.info.apple.com/article.html?artnum=58583

  • Project from one mac to another

    Hi
    How dose one take a project from one mac to another.
    On one of mac the fotage has been cut as a ruff cut and I would like to take that edited to another mac the fotage is on both mac. Is it as simple as a edl list and reconnect the fotage on the other mac.
    tips please as this is the first time I'm going to do this
    thanks for helping out going from 5.1 to 6
    trevor

    Just copy the project file to the other Mac, and open it. Reconnect if FCP asks you to.
    If you just want that single sequence, right-click the sequence in the Browser window, and choose File -> Export -> XML (version 3). Copy and import that in FCP on the other Mac. (File -> Import -> XML)

  • I have no problems copying iMovie Events from one Mac to another, however, how can I copy iMovie Projects from one Mac to another?

    I have no problems copying iMovie Events from one Mac to another, however, how can I copy iMovie Projects from one Mac to another?  Any help will be appreciated.  Thank you.

    This should give you some good insight, I'd probably store them on an External HD on the old machine and then just drag and drop to the new machine.
    https://discussions.apple.com/docs/DOC-4141

  • Problem opening PrE 9 project created on Mac in Windows

    Hi, I recently migrated from a Mac to Windows 7, and am having problems opening my project files on the Windows computer. I created several PrE9 projects on my Mac, but now I need to open some of these files on a PC with Windows 7. I get the error message "The project is not compatible with current version of Premiere Elements." I have successfully opened other CS5 project files (AI, PS) on both platforms. This is the first I've seen Adobe files open on Mac but not PC.
    So, assuming this is going to be impossible, can I export from the Mac version of PrE to Windows? Is cross-platform collaboration impossible with PrE 9? That doesn't seem likely. What am I missing?
    I have some title animations that I created on the Mac that I would really like to reuse in new Windows projects moving forward. I hope I don't have to recreate them from scratch!
    Thanks for any help.

    Unfortunately, project files created on the Mac platform are not compatible with the Windows version of the product and vice versa.
    You can't work on the same project file on both a Mac and a PC. Sorry.

  • DO I NEED AN ADAPTOR TO PROJECT FROM MY MAC BOOK PRO OR USB CABLE IS ENOUGH?, DO I NEED AN ADAPTOR TO PROJECT FROM MY MAC BOOK PRO OR USB CABLE IS ENOUGH?

    MY MAC BOOK PRO OR USB CABLE IS ENOUGH?, DO I NEED AN ADAPTOR TO PROJECT FROM MY MAC BOOK PRO OR USB CABLE IS ENOUGH?

    What do you mean "project"?
    What are you trying to accomplish?
    BTW, typing in all caps indicates shouting, is considered rude, and is difficult to read.
    Many simply do not read such posts.

  • Transfer iMovie 09 project to another Mac

    I have started a school video project on my Mac and want to transfer the project, including all of the source clips, to another person's Mac for them to complete the project. Any suggestions?

    I don't know if this is the "right" way...but I had to accomplish the exact same thing. And it worked for me. If you have an external hard drive...skip to the end!
    I made a folder on my desktop. With 2 more folders inside, labeled "iMovie Projects" and "iMovie Events", and you might need one more called "iMovie original from speed conversion, if you adjusted the clips in your project.
    I then went to the Finder, and copied the specific "iMovie Project" file, and corresponding "iMovie Event" file to the folders I had created, and burned to DVD. (I also included the mp3 of the soundtrack from my iTunes, in case I would need it)
    Took disc to my friend's house...copied the contents onto her desktop, and then put the appropriate files into her Imovie, within her project and events folders, and all worked like a charm. I had to put the mp3 of my soundtrack into her Itunes, since for some reason, it wasn't attached to my Project. But once in itunes, it was ok.
    I'd be interested to hear if someone has a better way, but at least this worked.
    A flash drive would work too I suppose, and if you have an external HD, it gets MUCH easier, as you just mount the drive, and from WITHIN your Imovie, you drag your project file to the external's icon that shows in Imovie and it allows you to copy your whole project, with ALL corresponding event files. This is the "right" way to move a project! I had to be unconventional, since I wanted to give my friend the movie I made, and didn't have an extra hard drive to use!

  • I get constant freezes in Mac CC bridge with error messages that dynamiclinkmediaserver fails

    I get constant freezes in Mac CC bridge with error messages that dynamiclinkmediaserver fails 
    Usually when clicking on certain drives.
    Been for a couple of days
    Running Mavericks 10.9.1 on an Early 2009 Macpro
    I have uninstalled and reinstalled both PS & Bridge.
    Trashed preferences
    Deleted preview icons
    reset Bridge
    Run ONYX
    repaired permissions several times
    All to no avail
    Help!

    Here is the full error report from console:
    Date/Time:       2014-01-29 09:48:21 -0500
    OS Version:      10.9.1 (Build 13B42)
    Architecture:    x86_64
    Report Version:  18
    Command:         Adobe Bridge CC
    Path:            /Volumes/VOLUME/Applications/Adobe Bridge CC/Adobe Bridge CC.app/Contents/MacOS/Adobe Bridge CC
    Version:         6.0.1.6 (6.0.1.6)
    Parent:          launchd [220]
    PID:             6136
    Event:           hang
    Duration:        1.40s
    Steps:           14 (100ms sampling interval)
    Hardware model:  MacPro4,1
    Active cpus:     16
    Fan speed:       916 rpm
    Free pages:      1002425 pages (+702)
    Pageins:         0 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Adobe Bridge CC [6136]
    Path:            /Volumes/VOLUME/Applications/Adobe Bridge CC/Adobe Bridge CC.app/Contents/MacOS/Adobe Bridge CC
    Architecture:    x86_64
    Parent:          launchd [220]
    UID:             501
    Task size:       30825 pages (+2)
    CPU Time:        0.007s
      Thread 0x19758a   DispatchQueue 1          priority 47       
      14 start + 52 (Adobe Bridge CC) [0x1065e3a54]
        14 ??? (Adobe Bridge CC + 7747172) [0x106d44664]
          14 ??? (Adobe Bridge CC + 7745591) [0x106d44037]
            14 ??? (Adobe Bridge CC + 6865420) [0x106c6d20c]
              14 ??? (Adobe Bridge CC + 6865209) [0x106c6d139]
                14 ??? (Adobe Bridge CC + 6893783) [0x106c740d7]
                  14 -[NSApplication run] + 553 (AppKit) [0x7fff8fceb9cc]
                    14 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff8fcf78db]
                      14 _DPSNextEvent + 1434 (AppKit) [0x7fff8fcf828e]
                        14 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff937d8abc]
                          14 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff937d8cb7]
                            14 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff937d8f0d]
                              14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff958df275]
                                14 __CFRunLoopRun + 995 (CoreFoundation) [0x7fff958df893]
                                  14 __CFRunLoopDoObservers + 391 (CoreFoundation) [0x7fff958ee017]
                                    14 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 (CoreFoundation) [0x7fff958ee0a7]
                                      14 ??? (Adobe Bridge CC + 6890206) [0x106c732de]
                                        14 ??? (Adobe Bridge CC + 6890530) [0x106c73422]
                                          14 ??? (Adobe Bridge CC + 6895943) [0x106c74947]
                                            14 ??? (Adobe Bridge CC + 6911673) [0x106c786b9]
                                              14 ??? (Adobe Bridge CC + 6885978) [0x106c7225a]
                                                14 ??? (Adobe Bridge CC + 6887292) [0x106c7277c]
                                                  14 ??? (Adobe Bridge CC + 130163) [0x106600c73]
                                                    14 ??? (Adobe Bridge CC + 116160) [0x1065fd5c0]
                                                      14 ??? (Adobe Bridge CC + 2946221) [0x1068b04ad]
                                                        14 ThumbMetaLib::MediaCoreInitialize() + 519 (Adobe Bridge CC) [0x106c12557]
                                                          14 sleep + 42 (libsystem_c.dylib) [0x7fff96137cbf]
                                                            14 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8f153a3a]
                                                             *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x1975ae   DispatchQueue 2          priority 49         cpu time   0.001s
      14 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8d515152]
        14 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8f154662]
         *14 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x19762c   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 8674325) [0x106e26c15]
              14 ??? (Adobe Bridge CC + 8566302) [0x106e0c61e]
                14 ??? (Adobe Bridge CC + 8675416) [0x106e27058]
                  14 __semwait_signal + 10 (libsystem_kernel.dylib) [0x7fff8f153a3a]
                   *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x1976ba   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976bb   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976bc   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976bd   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976be   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976bf   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976c0   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976c1   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Camera Raw + 2807091) [0x110272533]
                14 ??? (Camera Raw + 2807974) [0x1102728a6]
                  14 MPWaitOnQueue + 192 (CarbonCore) [0x7fff8bc1a38d]
                    14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                      14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                        14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                         *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976c2   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Camera Raw + 3887969) [0x11037a361]
              14 ??? (Camera Raw + 5581346) [0x110517a22]
                14 ??? (Camera Raw + 5967121) [0x110575d11]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976cb   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Adobe Bridge CC + 7803081) [0x106d520c9]
                14 ??? (Adobe Bridge CC + 4537529) [0x106a34cb9]
                  14 ??? (Adobe Bridge CC + 4537870) [0x106a34e0e]
                    14 ??? (Adobe Bridge CC + 4535576) [0x106a34518]
                      14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                       *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976cc   priority 45       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Adobe Bridge CC + 7803081) [0x106d520c9]
                14 ??? (Adobe Bridge CC + 4537529) [0x106a34cb9]
                  14 ??? (Adobe Bridge CC + 4537870) [0x106a34e0e]
                    14 ??? (Adobe Bridge CC + 4535576) [0x106a34518]
                      14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                       *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976cd   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Adobe Bridge CC + 7803081) [0x106d520c9]
                14 ??? (Adobe Bridge CC + 4786809) [0x106a71a79]
                  14 ??? (Adobe Bridge CC + 4535576) [0x106a34518]
                    14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                     *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x1976f8   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 PrivateMPEntryPoint + 58 (CarbonCore) [0x7fff8bc1a90b]
              14 ??? (Adobe Bridge CC + 7803081) [0x106d520c9]
                14 ??? (Adobe Bridge CC + 4506413) [0x106a2d32d]
                  14 ??? (Adobe Bridge CC + 4507088) [0x106a2d5d0]
                    14 ??? (Adobe Bridge CC + 4506348) [0x106a2d2ec]
                      14 ??? (Adobe Bridge CC + 4505579) [0x106a2cfeb]
                        14 ??? (Adobe Bridge CC + 4502720) [0x106a2c4c0]
                          14 ??? (Adobe Bridge CC + 5435486) [0x106b1005e]
                            14 ??? (Adobe Bridge CC + 5091473) [0x106abc091]
                              14 ??? (Adobe Bridge CC + 5111169) [0x106ac0d81]
                                14 ??? (Adobe Bridge CC + 5115847) [0x106ac1fc7]
                                  14 ??? (Adobe Bridge CC + 5113092) [0x106ac1504]
                                    14 ??? (Adobe Bridge CC + 5179210) [0x106ad174a]
                                      14 ??? (Adobe Bridge CC + 4520385) [0x106a309c1]
                                        14 ThumbMetaLib::HasMediaCoreInitBeenAttempted() + 22 (Adobe Bridge CC) [0x106c12726]
                                          14 MPEnterCriticalRegion + 185 (CarbonCore) [0x7fff8bc195d2]
                                            14 TSWaitOnConditionTimedRelative + 172 (CarbonCore) [0x7fff8bc49c4f]
                                              14 TSWaitOnCondition + 108 (CarbonCore) [0x7fff8bc49a50]
                                                14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                                                 *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197748   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 175 (SwitchBoardClient) [0x113faae7f]
              14 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> > > >::run() + 37 (SwitchBoardClient) [0x1140524e1]
                14 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> > >::operator()() + 92 (SwitchBoardClient) [0x1140524b6]
                  14 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>&, boost::_bi::list0&, int) + 78 (SwitchBoardClient) [0x114052454]
                    14 boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>::operator()(adobe::switchboard::ConnectionQueue*) const + 125 (SwitchBoardClient) [0x1140523af]
                      14 adobe::switchboard::ConnectionQueue::run() + 481 (SwitchBoardClient) [0x1140486db]
                        14 void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&) + 122 (SwitchBoardClient) [0x11405d4e6]
                          14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                           *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197749   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 175 (SwitchBoardClient) [0x113faae7f]
              14 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> > > >::run() + 37 (SwitchBoardClient) [0x113ffb883]
                14 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> > >::operator()() + 92 (SwitchBoardClient) [0x113ffb858]
                  14 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Client>&, boost::_bi::list0&, int) + 78 (SwitchBoardClient) [0x113ffb7f6]
                    14 boost::_mfi::mf0<void, adobe::switchboard::Client>::operator()(adobe::switchboard::Client*) const + 125 (SwitchBoardClient) [0x113ffb7a1]
                      14 adobe::switchboard::Client::run() + 123 (SwitchBoardClient) [0x113fecb6d]
                        14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 70 (SwitchBoardClient) [0x11401785e]
                          14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                           *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19776a   priority 47         cpu time   0.005s
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 _NSEventThread + 144 (AppKit) [0x7fff8fe981ce]
              14 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff958df275]
                14 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff958df939]
                  14 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff958e0315]
                    14 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa1a]
                     *14 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167c0]
      Thread 0x197773   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197774   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197775   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197776   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197777   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197778   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197779   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19777a   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19777b   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19777c   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19777d   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19777e   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19777f   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197780   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x197781   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 164 (MultiProcessor Support) [0x10fe75394]
              14 ThreadFunctor::operator()() + 275 (MultiProcessor Support) [0x10fe55303]
                14 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 155 (MultiProcessor Support) [0x10fe5544b]
                  14 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8f153716]
                   *14 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b4a940]
      Thread 0x19779c   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 175 (SwitchBoardClient) [0x113faae7f]
              14 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > > >::run() + 37 (SwitchBoardClient) [0x113ffb6c5]
                14 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > >::operator()() + 92 (SwitchBoardClient) [0x113ffb69a]
                  14 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&, boost::_bi::list0&, int) + 78 (SwitchBoardClient) [0x113ffb638]
                    14 boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >::operator()(adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio ::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*) const + 125 (SwitchBoardClient) [0x113ffb5e3]
                      14 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::run() + 87 (SwitchBoardClient) [0x114016a73]
                        14 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::runOne(boost::shared_ptr<adobe::switchboard::Connection<boost::asio::basic_stream_sock et<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&) + 106 (SwitchBoardClient) [0x114016746]
                          14 unsigned long boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >::read_some<boost::asio::mutable_buffers_1>(boost::asio::mutable_buffers_1 const&, boost::system::error_code&) + 86 (SwitchBoardClient) [0x1140151e0]
                            14 unsigned long boost::asio::stream_socket_service<boost::asio::ip::tcp>::receive<boost::asio::mutable_bu ffers_1>(boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 75 (SwitchBoardClient) [0x114015173]
                              14 unsigned long boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::receive<boost::asio::mutable_buffers_1>(boost::asio::detail::reactive_socket_service<b oost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 738 (SwitchBoardClient) [0x114014f94]
                                14 __recvmsg + 10 (libsystem_kernel.dylib) [0x7fff8f15394a]
                                 *14 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3e06]
                                   *14 unix_syscall64 + 499 (mach_kernel) [0xffffff800063de23]
                                     *14 recvmsg_nocancel + 484 (mach_kernel) [0xffffff8000620384]
                                       *14 ??? (mach_kernel + 4324878) [0xffffff800061fe0e]
                                         *14 soreceive + 2306 (mach_kernel) [0xffffff8000614a32]
                                           *14 sbwait + 297 (mach_kernel) [0xffffff800061a939]
                                             *14 msleep + 114 (mach_kernel) [0xffffff80005e1302]
                                               *14 ??? (mach_kernel + 4067541) [0xffffff80005e10d5]
                                                 *14 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d17e]
                                                   *14 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d4c]
                                                     *14 ??? (mach_kernel + 223563) [0xffffff800023694b]
                                                       *14 machine_switch_context + 354 (mach_kernel) [0xffffff80002d81d2]
      Thread 0x1977a0   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 thread_proxy + 175 (SwitchBoardClient) [0x113faae7f]
              14 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > > >::run() + 37 (SwitchBoardClient) [0x113ffb6c5]
                14 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > >::operator()() + 92 (SwitchBoardClient) [0x113ffb69a]
                  14 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&, boost::_bi::list0&, int) + 78 (SwitchBoardClient) [0x113ffb638]
                    14 boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >::operator()(adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio ::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*) const + 125 (SwitchBoardClient) [0x113ffb5e3]
                      14 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::run() + 87 (SwitchBoardClient) [0x114016a73]
                        14 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::runOne(boost::shared_ptr<adobe::switchboard::Connection<boost::asio::basic_stream_sock et<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&) + 106 (SwitchBoardClient) [0x114016746]
                          14 unsigned long boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >::read_some<boost::asio::mutable_buffers_1>(boost::asio::mutable_buffers_1 const&, boost::system::error_code&) + 86 (SwitchBoardClient) [0x1140151e0]
                            14 unsigned long boost::asio::stream_socket_service<boost::asio::ip::tcp>::receive<boost::asio::mutable_bu ffers_1>(boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 75 (SwitchBoardClient) [0x114015173]
                              14 unsigned long boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::receive<boost::asio::mutable_buffers_1>(boost::asio::detail::reactive_socket_service<b oost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 738 (SwitchBoardClient) [0x114014f94]
                                14 __recvmsg + 10 (libsystem_kernel.dylib) [0x7fff8f15394a]
                                 *14 hndl_unix_scall64 + 22 (mach_kernel) [0xffffff80002f3e06]
                                   *14 unix_syscall64 + 499 (mach_kernel) [0xffffff800063de23]
                                     *14 recvmsg_nocancel + 484 (mach_kernel) [0xffffff8000620384]
                                       *14 ??? (mach_kernel + 4324878) [0xffffff800061fe0e]
                                         *14 soreceive + 2306 (mach_kernel) [0xffffff8000614a32]
                                           *14 sbwait + 297 (mach_kernel) [0xffffff800061a939]
                                             *14 msleep + 114 (mach_kernel) [0xffffff80005e1302]
                                               *14 ??? (mach_kernel + 4067541) [0xffffff80005e10d5]
                                                 *14 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d17e]
                                                   *14 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d4c]
                                                     *14 ??? (mach_kernel + 223563) [0xffffff800023694b]
                                                       *14 machine_switch_context + 354 (mach_kernel) [0xffffff80002d81d2]
      Thread 0x197b8d   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b8e   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b8f   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b90   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b91   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b92   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b93   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b94   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b95   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b96   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b97   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b98   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b99   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b9a   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b9b   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8f14fa56]
               *14 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x197b9c   priority 47       
      14 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8dea7fc9]
        14 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8dea372a]
          14 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8dea3899]
            14 ??? (Adobe Bridge CC + 3999326) [0x1069b165e]
              14 semaphore_wait_trap + 10 (libsystem_kernel.dylib

  • HT203176 cursor freezes on mac osx 10.8.5

    cursor freezes on mac osx 10.8.5 have to re-launch finder to regain control, using wireless mouse.
    This happens at various times but more noticable after wakeup.
    Any ideas?

    When you next have the problem, note the exact time: hour, minute, second.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Scroll back in the log to the time you noted above. Select any messages timestamped from then until the end of the episode, or until they start to repeat. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

Maybe you are looking for

  • No video when using a movie edited in iMovie

    Hello i need some help. I imported and edited a movie in iMovie which I know would be too big to make in iDVD so I decided to use Toast 7. I got the QT movie from the iMovie file and dragged it to Toast to make the DVD. It encoded it just fine but wh

  • Younger sibling accidentally stained my macbook pro with nail polish, how to erase it?

    So my younger sister painted hearts on the upper case of my Macbook Pro and I tried removing it with nail polish remover but there are stains left and I have no idea on how to erase the stains. I am avoiding on using nail polish remover again because

  • Nested tables.... Please help

    Hi Friends, I have some strange issues when I am trying to create a nested dynamic table with SAP DATA in Adobe Designer. In the context, under the MAIN node I had dragged the header table. Under the header table I had dragged the item table and had

  • I Need Mesh Tool Help!

    I want to get my pink piece (left) to have gradient mesh like the piece on the right (use Mesh Tool) I dont know how to do. Please help me explain how to do Thank you!!!!! My vector file here: https://www.mediafire.com/?qulqval8ij0ll81

  • Help.. startup related..

    Ok.. I want my program to create code (.java files) and then package it in a .jar and place it in the Startup folder to run at startup.. I know how to create the code files and I know how to place it in the startup folder.. what I dont know though is