JDev 10.1.3 not responding upon start up.

Hi,
I've been using the new JDev 10.1.3 since it was released and I've enjoyed doing so except for one serious problem:
Eventually, when I try to open JDeveloper it'll load, display the state I left it in when I last closed it, display "Building class list for project "<my project>"." in the status bar, and then stop responding.
The only way I can resolve this is by reinstalling JDev 10.1.3. and lose all my settings. :(
This time, I had 5 java class files open, and the CVS Pending Changes tab.
Other things I have open are the Applications Navigator, Structure Pane, and Run Manager Pane. Hope this helps...
-Chris

Geoffrey,
I reproduced the bug by closing JDev with the Pending Changes dockable open and restarting jdev using the jdev.exe in jdev/bin as you requested.
I didn't see any "Found one Java-level deadlock:" but I'm pasting what I did see below.
Here's a theory, though: Apparently I'm using a version of CVS that JDeveloper has known issues with, because whenever I first try to use CVS in JDev I get the following dialog window (pop-up):
"Warning: JDeveloper has known issues with your CVS version on the Windows platform. For better compatibility download and configure CVSNT or elect to use the internal client in CVS preferences."
Normally I just click OK and I'm still able to use CVS in JDev (sans browsing the CVS tree and viewing incoming changes, which I guess is what isn't supported). What I think is happening is that the dialog window (pop-up) is trying to display (or is displayed but I can't see it) and is waiting for me to click OK (which I can't); hence the lock-up.
Hopefully that made sense. Thoughts? We can go into why I'm not using CVSNT or the internal CVS later...
Full thread dump Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode):
"Pending Changes: Finding candidate files..." prio=7 tid=0x057fcc50 nid=0xa20 wa
iting on condition [697f000..697fd8c]
at java.lang.Thread.sleep(Native Method)
at oracle.jdeveloper.vcs.changelist.ChangeListWindow$ChangeListProgressT
ask.run(ChangeListWindow.java:1001)
at java.lang.Thread.run(Thread.java:534)
"Thread-6" daemon prio=7 tid=0x057fb350 nid=0x460 in Object.wait() [687f000..687
fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x13000b80> (a java.awt.EventQueue$1AWTInvocationLock)
at java.lang.Object.wait(Object.java:429)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:829)
- locked <0x13000b80> (a java.awt.EventQueue$1AWTInvocationLock)
at oracle.javatools.dialogs.BaseMessageDialog.doInvoke(BaseMessageDialog
.java:410)
at oracle.javatools.dialogs.BaseMessageDialog.runDialog(BaseMessageDialo
g.java:390)
at oracle.javatools.dialogs.MessageDialog.runDialog(MessageDialog.java:2
06)
at oracle.javatools.dialogs.MessageDialog.runDialog(MessageDialog.java:2
12)
at oracle.javatools.dialogs.MessageDialog.information(MessageDialog.java
:542)
at oracle.jdevimpl.vcs.cvs.CVSClient$7.run(CVSClient.java:823)
at oracle.jdeveloper.vcs.util.VCSIdeEventRecorder.invokeAfterMainWindowO
pened(VCSIdeEventRecorder.java:96)
at oracle.jdevimpl.vcs.cvs.CVSClient.checkForClientNonCVSNTOnWindows(CVS
Client.java:819)
at oracle.jdevimpl.vcs.cvs.CVSClient.verifyClientState(CVSClient.java:76
3)
- locked <0x12cf5e60> (a oracle.jdevimpl.vcs.cvs.CVSClient)
at oracle.jdevimpl.vcs.cvs.CVSFileURLFileSystemHelper.checkForCVS(CVSFil
eURLFileSystemHelper.java:430)
at oracle.jdevimpl.vcs.cvs.CVSChangeListWindow$UpdateStatusTask.run(CVSC
hangeListWindow.java:1460)
at java.util.TimerThread.mainLoop(Timer.java:432)
at java.util.TimerThread.run(Timer.java:382)
"AuditExecutor-1" daemon prio=7 tid=0x057f3cb0 nid=0x1534 in Object.wait() [677f
000..677fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x12fab130> (a oracle.javatools.util.SynchronizedQueue)
at java.lang.Object.wait(Object.java:429)
at oracle.javatools.util.SynchronizedQueue.remove(SynchronizedQueue.java
:61)
- locked <0x12fab130> (a oracle.javatools.util.SynchronizedQueue)
at oracle.jdevimpl.audit.util.SwingExecutor.run(SwingExecutor.java:467)
at java.lang.Thread.run(Thread.java:534)
"ShellIntegration" prio=5 tid=0x057ee610 nid=0x6b4 runnable [5b5f000..5b5fd8c]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
- locked <0x12fa7138> (a java.net.PlainSocketImpl)
at java.net.ServerSocket.implAccept(ServerSocket.java:448)
at java.net.ServerSocket.accept(ServerSocket.java:419)
at oracle.ideimpl.shell.ShellIntegration$DaemonThread.run(ShellIntegrati
on.java:189)
"Version Control Changelist Updater" prio=2 tid=0x057b9da0 nid=0x1d4 waiting for
monitor entry [605f000..605fd8c]
at oracle.jdevimpl.vcs.cvs.CVSClient.isClientAvailable(CVSClient.java:72
0)
- waiting to lock <0x12cf5e60> (a oracle.jdevimpl.vcs.cvs.CVSClient)
at oracle.jdevimpl.vcs.cvs.CVSStatusCache._getImpl(CVSStatusCache.java:5
2)
at oracle.jdevimpl.vcs.cvs.CVSStatusCache.getImpl(CVSStatusCache.java:38
at oracle.jdeveloper.vcs.spi.VCSStatusCache.getValuesImpl(VCSStatusCache
.java:30)
at oracle.jdeveloper.vcs.spi.VCSURLBasedCache.getValuesImpl(VCSURLBasedC
ache.java:135)
at oracle.jdeveloper.vcs.changelist.MultiChangeListLocalStatusCache.getV
aluesImpl(MultiChangeListLocalStatusCache.java:59)
at oracle.jdeveloper.vcs.spi.VCSURLBasedCache.getValues(VCSURLBasedCache
.java:70)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.filterByStatus(
ChangeListEventQueue.java:455)
at oracle.jdevimpl.vcs.cvs.CVSChangeListWindow$CustomChangeListEventQueu
e.filterByStatus(CVSChangeListWindow.java:1226)
at oracle.jdevimpl.vcs.cvs.CVSChangeListWindow$CandidatesChangeListEvent
Queue.filterByStatus(CVSChangeListWindow.java:1366)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.processRequeryE
vent(ChangeListEventQueue.java:227)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.processEvent(Ch
angeListEventQueue.java:182)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.processEvents(C
hangeListEventQueue.java:550)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.eventLoop(Chang
eListEventQueue.java:621)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.access$1000171(
ChangeListEventQueue.java:48)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue$7.run(ChangeLis
tEventQueue.java:487)
at java.lang.Thread.run(Thread.java:534)
"Version Control Changelist Updater" prio=2 tid=0x057b8980 nid=0xabc in Object.w
ait() [5f5f000..5f5fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x12eafba0> (a oracle.jdevimpl.vcs.cvs.CVSChangeListWindow
$IncomingChangeListEventQueue)
at java.lang.Object.wait(Object.java:429)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.awaitEvents(Cha
ngeListEventQueue.java:599)
- locked <0x12eafba0> (a oracle.jdevimpl.vcs.cvs.CVSChangeListWindow$Inc
omingChangeListEventQueue)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.eventLoop(Chang
eListEventQueue.java:610)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.access$1000171(
ChangeListEventQueue.java:48)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue$7.run(ChangeLis
tEventQueue.java:487)
at java.lang.Thread.run(Thread.java:534)
"Version Control Changelist Updater" prio=2 tid=0x057b8e90 nid=0x17c0 waiting fo
r monitor entry [5e5f000..5e5fd8c]
at oracle.jdevimpl.vcs.cvs.CVSClient.isClientAvailable(CVSClient.java:72
0)
- waiting to lock <0x12cf5e60> (a oracle.jdevimpl.vcs.cvs.CVSClient)
at oracle.jdevimpl.vcs.cvs.CVSStatusCache._getImpl(CVSStatusCache.java:5
2)
at oracle.jdevimpl.vcs.cvs.CVSStatusCache.getImpl(CVSStatusCache.java:38
at oracle.jdeveloper.vcs.spi.VCSStatusCache.getValuesImpl(VCSStatusCache
.java:30)
at oracle.jdeveloper.vcs.spi.VCSURLBasedCache.getValuesImpl(VCSURLBasedC
ache.java:135)
at oracle.jdeveloper.vcs.changelist.MultiChangeListLocalStatusCache.getV
aluesImpl(MultiChangeListLocalStatusCache.java:59)
at oracle.jdeveloper.vcs.spi.VCSURLBasedCache.getValues(VCSURLBasedCache
.java:70)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.filterByStatus(
ChangeListEventQueue.java:455)
at oracle.jdevimpl.vcs.cvs.CVSChangeListWindow$CustomChangeListEventQueu
e.filterByStatus(CVSChangeListWindow.java:1226)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.processRequeryE
vent(ChangeListEventQueue.java:227)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.processEvent(Ch
angeListEventQueue.java:182)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.processEvents(C
hangeListEventQueue.java:550)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.eventLoop(Chang
eListEventQueue.java:621)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.access$1000171(
ChangeListEventQueue.java:48)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue$7.run(ChangeLis
tEventQueue.java:487)
at java.lang.Thread.run(Thread.java:534)
"WaitCursorTimer" daemon prio=5 tid=0x057b5d00 nid=0x1130 in Object.wait() [5d5f
000..5d5fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x12e9c5b0> (a java.util.TaskQueue)
at java.lang.Object.wait(Object.java:429)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <0x12e9c5b0> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"Native Directory Watcher" prio=2 tid=0x057a1320 nid=0x125c runnable [5c5f000..5
c5fd8c]
at oracle.ide.natives.NativeHandler.enterWatcherThread(Native Method)
at oracle.ide.natives.NativeHandler$2.run(NativeHandler.java:263)
at java.lang.Thread.run(Thread.java:534)
"IconOverlayTracker Timer" prio=5 tid=0x05795430 nid=0x958 in Object.wait() [595
f000..595fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x12dc4968> (a java.util.TaskQueue)
at java.lang.Object.wait(Object.java:429)
at java.util.TimerThread.mainLoop(Timer.java:403)
- locked <0x12dc4968> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:382)
"TimerQueue" daemon prio=5 tid=0x008a2150 nid=0xd88 in Object.wait() [49ef000..4
9efd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x12922ab0> (a javax.swing.TimerQueue)
at javax.swing.TimerQueue.run(TimerQueue.java:231)
- locked <0x12922ab0> (a javax.swing.TimerQueue)
at java.lang.Thread.run(Thread.java:534)
"AWT-EventQueue-0" prio=7 tid=0x008662b0 nid=0x1514 waiting for monitor entry [4
4df000..44dfd8c]
at oracle.jdevimpl.vcs.cvs.CVSClient.isClientAvailable(CVSClient.java:72
0)
- waiting to lock <0x12cf5e60> (a oracle.jdevimpl.vcs.cvs.CVSClient)
at oracle.jdevimpl.vcs.cvs.CVSController.updateImpl(CVSController.java:6
5)
at oracle.jdeveloper.vcs.spi.VCSController.update(VCSController.java:84)
at oracle.jdevimpl.vcs.cvs.CVSController.update(CVSController.java:43)
at oracle.ide.IdeAction.updateAction(IdeAction.java:699)
at oracle.ide.IdeAction.updateAction(IdeAction.java:688)
at oracle.ide.addin.AbstractView.updateToolbarActions(AbstractView.java:
154)
at oracle.jdeveloper.vcs.changelist.ChangeListWindow$PropertyListener.pr
opertyChange(ChangeListWindow.java:830)
at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Swing
PropertyChangeSupport.java:264)
at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Swing
PropertyChangeSupport.java:232)
at javax.swing.JComponent.firePropertyChange(JComponent.java:3954)
at oracle.jdeveloper.vcs.changelist.ChangeList.setBusy(ChangeList.java:6
51)
at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue$1.run(ChangeLis
tEventQueue.java:173)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
"Java2D Disposer" daemon prio=10 tid=0x008637a0 nid=0x1050 in Object.wait() [43d
f000..43dfd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x127cf2d0> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
- locked <0x127cf2d0> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
at sun.java2d.Disposer.run(Disposer.java:100)
at java.lang.Thread.run(Thread.java:534)
"AWT-Windows" daemon prio=7 tid=0x00858b10 nid=0xa48 runnable [3d9f000..3d9fd8c]
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(WToolkit.java:262)
at java.lang.Thread.run(Thread.java:534)
"AWT-Shutdown" prio=5 tid=0x00858ea0 nid=0x14a0 in Object.wait() [3c9f000..3c9fd
8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x1279c908> (a java.lang.Object)
at java.lang.Object.wait(Object.java:429)
at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
- locked <0x1279c908> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:534)
"Signal Dispatcher" daemon prio=10 tid=0x00841d20 nid=0xa08 waiting on condition
[0..0]
"Finalizer" daemon prio=9 tid=0x0083b060 nid=0x1020 in Object.wait() [348f000..3
48fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x12781a48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
- locked <0x12781a48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
"Reference Handler" daemon prio=10 tid=0x0083bd20 nid=0x41c in Object.wait() [33
8f000..338fd8c]
at java.lang.Object.wait(Native Method)
- waiting on <0x12781ab0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:429)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
- locked <0x12781ab0> (a java.lang.ref.Reference$Lock)
"main" prio=5 tid=0x008339e0 nid=0x12f4 waiting on condition [0..12f418]
"VM Thread" prio=5 tid=0x008390b0 nid=0x808 runnable
"VM Periodic Task Thread" prio=10 tid=0x008433d0 nid=0x968 waiting on condition
"Suspend Checker Thread" prio=10 tid=0x00840880 nid=0x98c runnable

Similar Messages

  • Adobe Reader 11.0.0.9 not responding on start up.

    Adobe Reader 11.0.0.9 has been not responding on start-up resulting in a program crash. This also has been happening when trying to print. I've tried uninstalling the program and re-installing with no luck. I've also tried using the uninstall utility and re-installing Adobe Reader 11.0.0.9 and it will still crash just a few seconds after starting up.
    Any ideas what might be causing the problem?

    Thanks for the quick response, unfortunately it'll lock up before I am able to make the change.
    The fix we had been using is to set it into WindowXP compatibility mode and launch the program. When launched in compatibility mode it starts with a prompt that allows you to disable enhanced security on start up. The deal breaker with that is that non admin users are required to enter admin credentials when launching Adobe.
    I'm just curious why on a brand new clean installation of Adobe reader, on a brand new clean installation of Windows 7 Professional, is crashing on start-up. Are there any known issues caused by group policy?

  • When i try to use facetime on my imac it comes up with facetime not responding and starts to use nearly 2gb of memory. Any ideas please?

    when i try to use facetime on my imac it comes up with facetime not responding and starts to use nearly 2gb of memory. Any ideas please?
    Also messages does the same thing

    Hello BassoonPlayer,
    Since you are using one of the the school's Macbooks, it is quite possible that the time and date are not properly set on the computer that you are using.  FaceTime will not work if you do not have the proper time zone set up for the location that you are in.  This past week, there were a two other Macbook users I've helped by simply telling them to set the Date/Time properly.  By the way, you described your problem very well, which makes it easier for us to help you.  Hope this solves your problem -- if not, post back and I can suggest other remedies.
    Wuz

  • My Elements 9 is not responding when started Windows

    My Elements 9 is not responding when started Windows.

    Without proper system information and otehr details such as the crash log from the Event Viewer nobody can say much.
    Mylenium

  • Itunes not responding upon startup - but then it starts up.

    I recently installed a 500GB HD in my first generation macbook, and proceeded to transfer my audio library off an external, onto my computer. I had some issues with 'dead links' (itunes would import all but one song out of an album, for example) but I was able to solve that problem thanks to genius playlists and itunes track CPR.
    After that, all went very well, until one day, when I opened itunes, the icon didn't bounce, nothing happened - I "right clicked" on the icon and it said *"itunes not responding (force quit)"*. This happens every time I try to open it. However, *if I sit back and wait literally two minutes*, (it feels like a very long time) *it opens, just dandy and works fine*. How to I remedy this?

    Since you recently installed a new hard disk, perhaps you should check for errors.
    Open Disk Utility, in the Utilities folder in the Applications folder.
    Select your disk, and click First Aid.Click Verify Disk.
    If the disk needs repairs, do one ofthe following:
    Insert your Mac OS X Install disc in your computer’s optical drive or an optical drive connected to your computer, and then restart your computer. When you hear the startup tone, hold down the C key until you see the progress indicator, which looks like a spinning gear. Follow the onscreen instructions until the menu bar appears with the Utilities menu in it, choose Utilities > Disk Utility, click First Aid, and then click Verify. If DU reports errors, click Repair. When Disk Utility is finished, from the Menu Bar, select Utilities/Startup Disk. Click MacintoshHD and click Restart.
    Or you could boot in Safe Mode:
    To start up in safe mode:
    Shut down your computer and wait 10 seconds.
    Press the power button.
    Immediately after you hear the startup tone, hold down the Shift key.
    You should press the Shift key as soon as possible after your hear the startup tone, but not before.
    Release the Shift key when you see the gray Apple logo and progress indicator (spinning gear).
    To leave safe mode, restart the computer normally without holding down any keys during startup.
    Carolyn

  • HELP: iPhoto not responding upon login for weeks!!!!

    Hi,
    I am in need of help. My iPhoto will not open when I open the application. All I get it Application not responding when I right click on the app sign and the spinnning wheel when I go on iPhoto. It's just froze.
    I have tried launching iphoto whilst pressing both alt and cmd and rebuilt thumbnails etc etc but yet its still not working. My iMovie starts by going into iPhoto and iMovie is now freezing and not responding when its launched too.
    I have photos in there I want to keep but I do do backups via an external hardrive daily so I presume the photos will be on that somewhere? Can anyone help me t get this back up and running. I use my laptop for my small business and I really need to use this applications.
    Thanks in advance. I can send the Error message I get once I quit the app if you need it. I just ignore it and dont send to apple.
    Cheers,
    Tom

    Date/Time:       2012-03-05 19:20:34 +0000
    OS Version:      10.7.2 (Build 11C74)
    Architecture:    x86_64
    Report Version:  9
    Command:         iPhoto
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Version:         9.2.1 (9.2.1)
    Build Version:   3
    Project Name:    iPhotoProject
    Source Version:  628000000000000
    Parent:          launchd [125]
    PID:             43390
    Event:           hang
    Duration:        12.93s
    Steps:           130 (100ms sampling interval)
    Pageins:         435
    Pageouts:        0
    Process:         iPhoto [43390]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Architecture:    i386
    UID:             501
      Thread 0x2a85e8   
      User stack:
        130 ??? (in iPhoto) [0x10a29]
          130 ??? (in iPhoto) [0x1159a]
            130 NSApplicationMain + 1054 (in AppKit) [0x95cdd18a]
              130 -[NSApplication run] + 911 (in AppKit) [0x95a48c22]
                130 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x95a4c8ab]
                  130 _DPSNextEvent + 678 (in AppKit) [0x95a4d040]
                    130 BlockUntilNextEventMatchingListInMode + 88 (in HIToolbox) [0x9670ec0a]
                      130 ReceiveNextEventCommon + 168 (in HIToolbox) [0x9670ecc6]
                        130 RunCurrentEventLoopInMode + 318 (in HIToolbox) [0x96707a7f]
                          130 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93049798]
                            130 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x930498ec]
                              130 __CFRunLoopRun + 1112 (in CoreFoundation) [0x9304a0d8]
                                130 __CFRunLoopDoSources0 + 440 (in CoreFoundation) [0x930202c8]
                                  130 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15 (in CoreFoundation) [0x9302084f]
                                    130 __NSThreadPerformPerform + 503 (in Foundation) [0x9493af64]
                                      130 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x930a9091]
                                        130 -[RKInvoker _invokeTarget:] + 33 (in RedRock) [0x1d5ae61]
                                          130 -[NSInvocation invoke] + 137 (in CoreFoundation) [0x930abd59]
                                            130 __invoking___ + 29 (in CoreFoundation) [0x930abe1d]
                                              130 ??? (in iPhoto) [0x29ae90]
                                                130 ??? (in iPhoto) [0x8c50f]
                                                  130 ??? (in iPhoto) [0x8c6da]
                                                    130 ICACopyObjectPropertyDictionary + 24 (in ImageCapture) [0x92df91f6]
                                                      130 ICACopyObjectPropertyDictionary_Deprecated + 89 (in ImageCapture) [0x92df9257]
                                                        130 ICACommand::ProcessCommand() + 74 (in ImageCapture) [0x92df800e]
                                                          130 ICACommand::SendSync() + 62 (in ImageCapture) [0x92df8112]
                                                            130 ICAAESendMessage + 78 (in ImageCapture) [0x92df83f0]
                                                              130 AESendMessage + 4116 (in AE) [0x96da024f]
                                                                130 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93049798]
                                                                  130 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x930498ec]
                                                                    130 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9304a214]
                                                                      130 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x930410ea]
                                                                        130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a85f6     DispatchQueue 1701273966
      User stack:
        130 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x9c93e6a7]
          130 kevent + 10 (in libsystem_kernel.dylib) [0x9cafc90a]
      Kernel stack:
        130 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x2a8666     DispatchQueue 1919904114
      User stack:
        130 start_wqthread + 30 (in libsystem_c.dylib) [0x956846fe]
          130 _pthread_wqthread + 346 (in libsystem_c.dylib) [0x95682b24]
            130 _dispatch_worker_thread2 + 231 (in libdispatch.dylib) [0x9c93ee70]
              130 _dispatch_call_block_and_release + 15 (in libdispatch.dylib) [0x9c93de11]
                130 ____NSOQSchedule_block_invoke_2 + 135 (in Foundation) [0x94947152]
                  130 -[NSOperation start] + 67 (in Foundation) [0x94932fff]
                    130 -[__NSOperationInternal start] + 797 (in Foundation) [0x94933323]
                      130 -[AccountConfigurationProfileInformationDownloadOperation main] + 234 (in AccountConfigurationPlugin) [0x128f05a]
                        130 ??? (in MobileMePublisher) [0xf211f88]
                          130 ??? (in iPhoto) [0x60bdf]
                            130 -[AccountConfigurationManagerBase accountInformationForAccountType:accountIdentifier:] + 143 (in AccountConfigurationPlugin) [0x128b10f]
                              130 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 160 (in Foundation) [0x9493a3de]
                                130 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1236 (in Foundation) [0x9493a948]
                                  130 -[NSCondition wait] + 304 (in Foundation) [0x94947d40]
                                    130 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x9563542c]
                                      130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a85f8   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a85fa   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTRunLoopThread run:] + 509 (in ProXTCore) [0x175daed]
                  130 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273 (in Foundation) [0x948f2607]
                    130 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93049798]
                      130 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x930498ec]
                        130 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9304a214]
                          130 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x930410ea]
                            130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a85fb   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTRunLoopThread run:] + 509 (in ProXTCore) [0x175daed]
                  130 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273 (in Foundation) [0x948f2607]
                    130 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93049798]
                      130 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x930498ec]
                        130 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9304a214]
                          130 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x930410ea]
                            130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a8619   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a861a   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a861b   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a861c   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a861d   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTRunLoopThread run:] + 509 (in ProXTCore) [0x175daed]
                  130 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273 (in Foundation) [0x948f2607]
                    130 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93049798]
                      130 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x930498ec]
                        130 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9304a214]
                          130 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x930410ea]
                            130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a861e   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a861f   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8620   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8621   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8622   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8623   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8624   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8625   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8626   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8627   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8628   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8629   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a862a   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a862b   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a862c   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[RAOperationQueueImpl _workThread] + 217 (in iLifeSQLAccess) [0x184edc9]
                  130 -[RALatchTrigger wait] + 81 (in iLifeSQLAccess) [0x184ef41]
                    130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a862d   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[RAOperationQueueImpl _workThread] + 217 (in iLifeSQLAccess) [0x184edc9]
                  130 -[RALatchTrigger wait] + 81 (in iLifeSQLAccess) [0x184ef41]
                    130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a863e   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 438 (in ProXTCore) [0x175b6c6]
                  130 -[XTThread handleMessage:] + 1285 (in ProXTCore) [0x175cf55]
                    130 -[XTDistributor distributeMessage:] + 726 (in ProXTCore) [0x175d406]
                      130 -[XTSubscription postMessage:] + 181 (in ProXTCore) [0x175dcb5]
                        130 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x930a9091]
                          130 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166 (in ProXTCore) [0x1766626]
                            130 -[NSObject performSelector:] + 58 (in CoreFoundation) [0x930b153a]
                              130 -[RKAsyncImageRenderer _backgroundRenderThread:] + 177 (in RedRock) [0x1d38ac1]
                                130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                                  130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                                    130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                                      130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                                        130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a864b   
      User stack:
        130 start_wqthread + 30 (in libsystem_c.dylib) [0x956846fe]
          130 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9cafc02e]
      Kernel stack:
        130 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x2a8686   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 438 (in ProXTCore) [0x175b6c6]
                  130 -[XTThread handleMessage:] + 1285 (in ProXTCore) [0x175cf55]
                    130 -[XTDistributor distributeMessage:] + 726 (in ProXTCore) [0x175d406]
                      130 -[XTSubscription postMessage:] + 181 (in ProXTCore) [0x175dcb5]
                        130 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x930a9091]
                          130 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166 (in ProXTCore) [0x1766626]
                            130 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x930a9091]
                              130 -[RKInvoker _invokeTargetWithPool:] + 68 (in RedRock) [0x1d6c6c4]
                                130 -[RKInvoker _invokeTarget:] + 33 (in RedRock) [0x1d5ae61]
                                  130 -[NSInvocation invoke] + 137 (in CoreFoundation) [0x930abd59]
                                    130 __invoking___ + 29 (in CoreFoundation) [0x930abe1d]
                                      130 ??? (in iPhoto) [0x5c5c2]
                                        130 ??? (in iPhoto) [0x5c66a]
                                          130 -[NSCondition wait] + 304 (in Foundation) [0x94947d40]
                                            130 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x9563542c]
                                              130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8688   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 416 (in ProXTCore) [0x175b6b0]
                  130 -[XTMsgQueue waitForMessage] + 50 (in ProXTCore) [0x175c702]
                    130 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9493e7fe]
                      130 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x9493e92a]
                        130 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x94978507]
                          130 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95684f7b]
                            130 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9cafb83e]
      Kernel stack:
        130 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          130 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca468]
            130 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              130 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                130 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  130 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    130 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x2a8689   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378 (in Foundation) [0x9495221c]
                  130 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93049798]
                    130 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x930498ec]
                      130 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9304a214]
                        130 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x930410ea]
                          130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a868e   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __select + 10 (in libsystem_kernel.dylib) [0x9cafbb42]
      Kernel stack:
        130 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x2a868f   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[RAOperationQueueImpl _workThread] + 217 (in iLifeSQLAccess) [0x184edc9]
                  130 -[RALatchTrigger wait] + 81 (in iLifeSQLAccess) [0x184ef41]
                    130 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9caf9c22]
      Kernel stack:
        130 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2a8692   
      User stack:
        130 thread_start + 34 (in libsystem_c.dylib) [0x956846de]
          130 _pthread_start + 335 (in libsystem_c.dylib) [0x95680ed9]
            130 __NSThread__main__ + 1582 (in Foundation) [0x94945f2d]
              130 -[NSThread main] + 45 (in Foundation) [0x94945f7d]
                130 -[XTThread run:] + 438 (in ProXTCore) [0x175b6c6]
                  130 -[XTThread handleMessage:] + 1285 (in ProXTCore) [0x175cf55]
                    130 -[XTDistributor distributeMessage:] + 726 (in ProXTCore) [0x175d406]
                      130 -[XTSubscription postMessage:] + 181 (in ProXTCore) [0x175dcb5]
                        130 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x930a9091]
                          130 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166 (in ProXTCore) [0x1766626]
                            130 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x930a9091]
                              130 -[RKInvoker _invokeTargetWithPool:] + 68 (in RedRock) [0x1d6c6c4]
                                130 -[RKInvoker _invokeTarget:] + 33 (in RedRock) [0x1d5ae61]
                                  130 -[NSInvocation invoke] + 137 (in CoreFoundation) [0x93

  • Finder "Not Responding" after start-up

    I'm trying to help my family member solve a long-distance mac problem, so I'll share as much detail as I've been able to gather through screen sharing. For about 3 weeks his iMac has been running slow, to the point of almost being un-usable, so I set up a guest account for him and it runs fine. After checking out activity monitor with nothing running, it appears finder is the problem, using about 40-70% of the CPU and also marked in red as 'Not Responding'. Force quitting and relaunching finder only results in it immediately returning to "not responding" once its finished re-launching.
    I've tried to research solutions, but everything I have found give suggestions like deleting .plist files and re-copying image files, all of which requires using the Finder, which as I said, is not responding. Any suggestions would be appreciated, thanks in advance!

    That sounds pretty bad. You can modify PLIST files without Finder, though, using Textedit. You'd have to start it in sudo mode though, if you are modifying system files, which you do in Terminal using the command
    "sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit". TextEdit will open, and you can choose a file (file>open) then modify and save it without permission troubles.
    You will need an admin password. And of course, with some difficulty, Terminal can do ANYTHING that Finder can do as long as you know how (you can just Google stuff). I don't know what other people told you to do, but you can do it without Finder given the proper research.
    You might also want to do a permissions check in Disk Utility. That sometimes fixes the problem or helps you locate it.
    If all fails, you can reinstall the OS, of course.
    Message was edited by: Mac OS 9000

  • ITunes not responding on start up

    HELP! I am completely perplexed, my itunes was working fine yesterday and now when I start it up, within seconds of it coming up on the screen it has the dreaded "not responding" hiccup!
    The error messages is as:
    Description:
    A problem caused this program to stop interacting with Windows.
    Problem signature:
    Problem Event Name: AppHangB1
    Application Name: iTunes.exe
    Application Version: 10.1.1.4
    Application Timestamp: 4d06bba9
    Hang Signature: 08ec
    Hang Type: 2048
    OS Version: 6.0.6001.2.1.0.768.3
    Locale ID: 3081
    Additional Hang Signature 1: e8cce15457a30916e774f9522398627f
    Additional Hang Signature 2: f35b
    Additional Hang Signature 3: e789b0a84abbae0a537a418a408112ba
    Additional Hang Signature 4: 08ec
    Additional Hang Signature 5: e8cce15457a30916e774f9522398627f
    Additional Hang Signature 6: f35b
    Additional Hang Signature 7: e789b0a84abbae0a537a418a408112ba
    Of course I don't know what any of that means, I have backed up my purchased music, and I have tried to repair the install, my next step I guess is to uninstall it and try reinstalling, but I have read here that doesn't always work, so hoping someone can help, I am missing my podcasts and CES starts soon, lol... thanks in advance, I so hope someone can help!

    I'm having the same problem! I updated iTunes and now the program opens but doesn't respond to certain commands. HATE HATE HATE...
    I'm reinstalling now thinking that may help...fingers crossed.
    I'll have no other way to load up my iPad, or the 3 iPhones in my house!

  • Firefox hangs, shows Not Responding, on start up and at random times

    Firefox is hanging on start up and at random times during use. When I click the desktop icon it takes about 20-30 seconds and then opens the usual Firefox start page. However as soon as I move the mouse or try and use anything on the screen it hangs. The Firefox logo top left in the blue bar turns into a white box. After about 2 minutes it reverts to the Firefox logo and all starts working normally.
    However every now and then the same thing happens, white box, and the Not Responding words in the top blue bar. Sometimes the whole webpage goes blank white, with only the very top blue bar and side scroll bars showing.
    It reverts to normal after a minute or so.
    This has happened with the last few versions so it is not due to the last update.
    I've tried most things (plugins, stop hardware acceleration, etc) except the one below - maybe someone has an answer to why I can't do the one below?
    I've read that you can try and correct by right clicking the decktop icon, choosing Properties, and then Select Compatibility and my Windows Program which is Windows XP SP3. However when I try this the latest Windows showing is 2000. - Maybe this is my problem - how do I get the comnpatibility to Windows XP S3?
    Thanks
    Gaz

    Hey ramjet.
    Could you please copy/paste your info from your post to [https://support.mozilla.org/en-US/questions/new questions/new]? That'll help us get specific details about your Firefox configuration so we can assist you one-on-one.
    Thanks!

  • Encore CS4 not responding on start-up

    I was just working on a series of DVDs for a client (needed multiple DVDs for menu screens for restaurant client) I've burned these before, everything worked great and just as I'm on deadline (always happens this way Adobe and we don't get to bill for asprin fees) I'm needing to burn another copy of a Encore file that was previously made and now Encore is not responding at startup.
    What's the fix???? Is there some key-stroke command that can clear the settings or some DLL file that needs to be removed to get Encore to startup again?
    If I need to rebuild my project that's not a big deal, that will take 10 mins. but to deal with this hanging issue's a pain in the butt you guys!
    Some more info; the hang seems to be at the 'Transcoding' loadup. That's where it just stops starting. It started fine multiple times prior this startup... so I'm thinking of a couple things that was/is different during this last starup; a) I had iTunes open, because my iPhone was on cradle... b) I had closed a previous Encore project and switched to another project file. (while iTunes was open).
    This is the only difference between yesterday and today...I'm thinking there's some DLL or something within the startup string in Encore that's now corrupted. Anyone know what needs to be removed (which DLL I guess) in order to have Encore startup clean again.
    -jeff
    Specs: Win7 Ultimate 64bit
    RAM: 8GB

    Install the latest pxhelp drivers and try to launch encore.
    It may resolve this issue.
    There are some hang issue on startup with CS4 and Windows 7.
    You can install the pxhelp drivers from -
    http://kb.roxio.com/search.aspx?URL=/content/kb/General%20Information/000070GN&PARAMS=
    Thanks,
    Pankaj Gauba

  • Linux issue: "server not responding" msgs starting to appear in DreamWeaver MX

    I have an Ubuntu Server on my small network that acts (among
    other things) as a Web page testing server. I have DreamWeaver set
    up to connect to our remote host for putting operations, and the
    testing server is our local Linux machine. It worked great, as
    testing a page was instantaneous over the LAN.
    Then something (I have no idea what, and I'm pretty much a
    Linux Noob) changed and now, when we test on server or try the
    “test” button on the site configuration menu, we get
    ten to fifteen seconds of “Server Not Responding / connecting
    to server,” then it connects fine.
    The server pings fine and I can connect via an OS (both Mac
    and PC) fine. It’s just that we went from instantaneous
    connection to an irritating delay. Any idea where I start
    diagnosing/fixing this?
    Here is a bit of background on the machine. I’m sorry
    I’m not sure what’s relevant — if I forgot
    something, please let me know, and ignore anything that’s
    superfluous.
    It recently upgraded to 2.6.24-21. The upgrade went fine, but
    I had to reinstall the LAN drivers. The Linbox is assigned an IP
    via the router’s (Linksys 310N) DHCP Reservation Table, based
    on the Linbox’s MAC address. I don’t believe I’ve
    set a static IP on the box (/etc/network/interfaces is generic and
    unmodified). I’m using ProFTPD and WebMin, but mostly with
    default settings.
    Thanks,
    Rhythm

    Problem solved:
    For the use of anyone who someday finds this thread, here is
    how things worked out:
    I went to the ProFTPD Server module of
    [url=http://www.webmin.com/]WebMin[/url], then to Networking
    Options. I changed two entries:
    Do reverse DNS lookups of client addresses? (From default to
    no)
    Lookup remote Ident username? (from default to no)
    I then restarted ProFTPD and voila, it worked like it did
    before!
    http://www.proftpd.org/docs/faq/faq_full.html#AEN341

  • Need help w/ CS4 Mac Dreamweaver (not responding) on start-up

    Just tried deleting every Adobe piece of software on my hardrive, then, doing a total re-install for the third time in last 2 days  --   and all my programs work except Dreamweaver.
      It just hangs and the force quit option says (not responding). I've looked at many ideas from these support groups but nothing is working.  What I'm interested in, is why just Dreamweaver is crashed, and nothing else (seems odd) why would that be?  I'm using a Mac Mini with OSX 10.5.8, plenty of memory space open.  This latest crash happened yesterday and I hadn't used the program for about 1 month, but it was working then.  To add to my misery and my increasing lack of faith in Adobe (its products and support process) this same thing happened just 3 months ago, and I had to wipe out my harddrive and reload software for days.
      I'd like to understand the reason for this instability.  As I have told tech support, there is no reason I would buy future products if the products don't work, and if they are not supported  --  other than some random tip on this forum that may take months to come about.  There is the possibility I can pay $40 to wait on the phone all day and have someone walk me through the entire process from start to finish, which would take hours and hours so,    If someone has ideas, great   --
    If the soultion is to upgrade, I'll buy GIMP.
    I need someone to also not give me ideas for PC's and Windows  ....  is there anyone home today?

    Tuff day at the salt mine re-loading a few times and getting rid of many old Adobe files.  It's funny, that after using the Adobe un-install process and the Clan Tool, I had still had over 8000+ Adobe-associated embedded files and logs to remove ---  and that still didn't matter, because even with my best effort to reinstall, Dreamweaver was still not responding  ...   so like many frustrated thread users, I tried the idea you suggested about creating a new account. 
    Before doing that, I looked over some other Adobe and Apple threads on this subject and sharing seems to be potentailly related to this bug-issue.  After creating a new account, I then logging out of my admin account and logged into the new account, I was finally able to see Dreamweaver fire up  --  why I don't know.  It wasn't that I didn't trust you or not believe you on that suggestion, it just seemed odd that of the entire CS4 suite, only Dreamweaver would need an enire new account created for it to be able to run.  This is like having Microsoft Office and needed to create new accounts for Word, and new accounts for Excel  ..  doesn't make sense!
    Furthermore, after having DW fire up in the new account, I felt these odd twitches, and thought about how fun this will be to jump back and fourth between 2 accounts to locate assets and modify content and end up using a thumbdrive to grab the data off my other account, then shuttle it around in the new place, after logging out, then back in and so on and so on  --  this is like adding new rooms to my house, so I'm trying to get excited about this new way of using Dreamweaver.  I'm currently not ready to start a project and wondering if I should go back to where I was three months ago and wipe everything out again, then maybe have a beer?  The good news seems to be that if I get back to this point, everything willl be good (snark).
    Thanks for your suggestion and time, I at least have the ability to modify a project (I think)!  It was also good to see that I'm not alone out there and that CS5 is not worth buying.... as tons of people are having lots of buggy issues like this, hence why bother upgrading  ... (sorry if that started to appear to be an Adobe rant).  I guess Apple's latest OS is also having problems, so what say, let's just stop pushing garbage out the door before it works  -- I realize the shareholders are important in this age of High Frequency Day Trading, but maybe the customers need real products that have value, versus the illusion of upgrades that crash and upgrades that rely on customer feedback to get things right  ...  pathetic!

  • Program not responding when starting the second time.

    I am currently only using the DASYLab program to find the temperatures recorded by nine different thermocouple wires.  On the Worksheet window, I can run the program once with everything running perfectly.  If I stop the program and restart it again, it crashes.  If I go into the Layout window and try to run it at all, it will not respond on the first try.  This happens every time and it doesn't matter what measurement timebase I set it to.

    To accurately diagnose your problem, we need the following information. If you do not want to publically post it, you may request DASYLab support at www.dasylab.com or www.mccdaq.com, or call Measurement Computing directly (US) at 508-946-5100.
    DASYLab level and version, for example, DASYLab Full V12.0.0 (see the Help-Report)
    Your DASYLab serial number - if you post, just the last 5 digits
    The operating system
    The DAQ hardware and the software version of its drivers
    The offending worksheet
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • ID CS5 Not Responding upon Packaging

    Hello,
    For some time now, (Since my upgrade from CS4 to CS5) when I attempt to package a design file it often crashes ID. (Not Responding) I'm running a 27" iMac, Intel Core 2 Duo, OS X 10.6.7 with 8 GB ram.
    It will generally allow me to go as far as selecting what to package. Fonts, Images, etc. I found if I deselected the fonts for packaging, it will usually collect with no problems.
    I figured it was some font issue hanging ID. Of course I have repaired permissions and ran disk first aid just incase it was a machine problem. All clear. I also ran FontDoctor which found no errors.
    Here's where things get strange - If I leave open the Force Quit Appications window and then package a larger catalog file, even with fonts unchecked, the Force Quit Appications window will show InDesign alternating between not responding and responding. If I allow this to go on long enough, it will generally output the collected file...or crash entirely. ID looks quite unstable on my machine during this process.
    If ID hangs long enough, a report is generated, which I dutifully send along to Adobe. Has anyone heard of this strange and annoying issue. For the record, it never happened to be on any previous version of ID. Only CS 5, and yes, I ran CS 4 on this same machine - no packaging issues.
    Thanks for any advice.

    The hang reports are not the same as normal crash reports. They are analagous to running Sample Process in the Activity Monitor, but they are a more vague indicator, telling you statistically all the things ID was doing in the period of time sampled, but leaving the human to guess at which was problematic, which may not equate. Whereas when there is a crash, generally it's clear exactly which routine was at fault, though of course sometimes it's not obvious why.
    I'm not sure why you don't see the crash logs as well. But fear not, I'm sure you'll have the opportunity to see them again unless the problem is solved.
    [Did IDML help?]
    Anyhow, your hang does show some interesting stuff:
    12 ??? (in Package and Preflight + 75603) [0x1b438753]
    12 GetPlugIn + 501288 (in EPS Page Item) [0x1fbc4a68]
    12 GetPlugIn + 498540 (in EPS Page Item) [0x1fbc3fac]
    12 GetPlugIn + 492320 (in EPS Page Item) [0x1fbc2760]
    12 GetPlugIn + 471325 (in EPS Page Item) [0x1fbbd55d]
    12 GetPlugIn + 470420 (in EPS Page Item) [0x1fbbd1d4]
    12 GetPlugIn + 469126 (in EPS Page Item) [0x1fbbccc6]
    12 GetPlugIn + 462185 (in EPS Page Item) [0x1fbbb1a9]
    12 GetPlugIn + 436935 (in EPS Page Item) [0x1fbb4f07]
    12 GetPlugIn + 435096 (in EPS Page Item) [0x1fbb47d8]
    12 GetPlugIn + 434452 (in EPS Page Item) [0x1fbb4554]
    12 GetPlugIn + 130391 (in Photoshop Import Filter) [0x1f951287]
    12 GetPlugIn + 119078 (in Photoshop Import Filter) [0x1f94e656]
    12 PSLSimplifyPath + 54 (in AdobePSL) [0x1dadbe4c]
    12 PSLGetPathBounds + 211 (in AdobePSL) [0x1dadbdd3]
    12 PSLInsertGuide + 459803 (in AdobePSL) [0x1db9b2d3]
    12 PSLInsertGuide + 474382 (in AdobePSL) [0x1db9ebc6]
    12 PSLInsertGuide + 471272 (in AdobePSL) [0x1db9dfa0]
    11 PSLInsertGuide + 1673386 (in AdobePSL) [0x1dcc3762]
    6 PSLInsertGuide + 1672961 (in AdobePSL) [0x1dcc35b9]
    6 PSLInsertGuide + 1625774 (in AdobePSL) [0x1dcb7d66]
    6 PSLInsertGuide + 1656360 (in AdobePSL) [0x1dcbf4e0]
    3 PSLInsertGuide + 1656017 (in AdobePSL) [0x1dcbf389]
    2 PSLInsertGuide + 1655243 (in AdobePSL) [0x1dcbf083]
    1 PSLInsertGuide + 1654470 (in AdobePSL) [0x1dcbed7e]
    1 PSLInsertGuide + 1649375 (in AdobePSL) [0x1dcbd997]
    1 PSLInsertGuide + 1627209 (in AdobePSL) [0x1dcb8301]
    1 PSLInsertGuide + 1612003 (in AdobePSL) [0x1dcb479b]
    1 malloc + 50 (in libSystem.B.dylib) [0x95dd6218]
    1 malloc_zone_malloc + 81 (in libSystem.B.dylib) [0x95dd8148]
    1 szone_malloc_should_clear + 263 (in libSystem.B.dylib) [0x95dd82a1]
    1 tiny_malloc_from_free_list + 1020 (in libSystem.B.dylib) [0x95dd9469]
    That is, the packaging code called the EPS Page Item code, which called the Photoshop Import Filter, which called the AdobePSL library, which ultimately asked the system to allocate memory.
    This suggests that the problem relates to some particular EPS file you have in your document (not a font). So I would try process of elimination with such files (divide and conquer). Save As to a tempory workign file. Delete half your images or half your pages. See if the problem is solved. Lather rinse repeat. Of course, if the problem is not 100% reproducible, this is a big pain. Still, it's the way to track it down.
    I suspect that AdobePSL is the Adobe Photoshop Library, though that's inconsistent with the finger-pointing at an EPS file. I wouldn't expect PSL to handle them at all, and would expect PSL to be used for PSD files primarily. But still speculating.
    Anyhow, there's quite a lot of stuff going on in PSLInsertGuide. I have no idea what that function does, but it seems weird to me that EPS files would have guides at all (PostScript has no such concept!), though of course postscript files (and Photoshop EPS files, and Photoshop PSD files) might very well. If you figure out what file it is, determining if there's something strange with guides in it might be helpful.
    As for your screenshot...it's tough to know what's necessarily relevant. The complaints about scripting additions are presumably because you have a non-Intel version of some Quark scripting addition installed. You can certainly try removing it, but I'd be surprised if it helped.
    malloc() failing is fascinating, especially correlating as it does with your hang report. malloc() is the routine C programs call to allocate memory dynamically. Anywhere from a few bytes to much much more. If malloc() fails badly enough to log to the console, I would have expected it to crash the program hard, rather than just sitting there spinning between 11:37:42 and 11:39:40. There's no accounting for taste.
    malloc() is calling mmap(), a routine which controls the relationship between virtual memory pages and...other things. It's apparently doing so with a size of 802 megabytes, which is the sort of thing that's not expected to work and probably indicates a bug. And it gets back error code 12, which is:
    $ grep 12 /usr/include/sys/errno.h
    #define ENOMEM   12           /* Cannot allocate memory */
    Not a shocker.
    Anyhow, there's some food for thought.

  • Illustrator goes to not responding upon startup

    This problem started with CS3.3 and now is very much a problem in CS4. When a user logs in to the network and uses their network home illustrator fails to launch. It does not matter if it is a new user that has never logged into the system or one that has been using the server for years. When logging in as a local user illustrator runs fine. I have applied patches till I am blue. I feel that the issue is related to Acrobat 9.x rather than Illustrator. Please help I have many students who will be disappointed if I don't find a solution for this.
    Many Thanks in advance
    RC

    I would say you have perhaps a font cache problem but do not know what font management application you use and if it is capable of cleaning out the data bases.
    If this started happening a while back you should have had you IT cleanup the network preferences, most people I think would not use Illustrator over a network as it is easy for the network to pass unwanted cache issues to Illustrator.
    I would suspect a font or font(s) or font cache(s).
    there is a utility called Cocktail that can clean out the cache files and the font databases but I do not know if can do so for a network and I suspect you are on a Windows server.

Maybe you are looking for

  • How do I reset the e-printer's web embedded server network password?

    I have an HP Photosmart 7520 e-all in one. I use Windows 7.  I could tried to set a password in the EWS network tab. I could not change the user name so it remains "admin". I set the passwork and it seemed ok. But when I tried to log on again, it wou

  • Downlading Material stocks and its Value, storage location wise

    Dear Experts, As we are reimplementing SAP, we need to download the a)     stocks Plant and storage location wise for all the materials. Bcoz stocks are maintained in different storage locations. b)     Value of stocks for each material in the Plant

  • How to transfer music from one account to another

    I created a new apple id account and I want to transfer my music from my previous account to my new one. How do I do that?

  • Install google toolbar in firfox 4 for all user profiles in a server

    i want to install google toolbar in windows 2008 R2 server for my firefox. i am the administrator for the server, and in that server we have 1200 user profiles, i want to install google toolbar for all the users. how can i do that?

  • Issue with ADF Tree Table

    Hi, I have the following requirement where i need to display a tree table. Here is how the initial implementation is: I have created the read only view for : ManagersVO > PoolsVO > MachinesVO. Where 'MachinesVO' is the destination view. And created v