Import Photos Powershell Management Agent

Hello , 
i'am using the powershell management agent to import photo to Metaverse but when i run a full import i have some errors 
"Microsoft.MetadirectoryServices.ExtensibleExtensionException: Unable to cast object of type 'System.Byte[]' to type 'System.Object[]'.
at Granfeldt.PowerShellManagementAgent.GetImportEntries(GetImportEntriesRunStep importRunStep)
Forefront Identity Manager 4.1.3441.0"
any idea ? 
Thanks

Be sure to use the latest version of the MA. There was a feature change regarding this. Remi did a post on this -
http://www.iamblogg.com/2013/04/14/import-pictures-into-fim-portal/
Regards, Soren Granfeldt
blog is at http://blog.goverco.com | facebook https://www.facebook.com/TheIdentityManagementExplorer | twitter at https://twitter.com/#!/MrGranfeldt

Similar Messages

  • New version of PowerShell Management Agent

    I just released a new version of my PowerShell Management Agent. It now supports two sets of credentials, allowing for greater flexibility for your scripts security contexts. Oh, and there is added script host robustness and a few bugfixes.
    http://blog.goverco.com/2014/03/new-version-of-powershell-management.html
    Regards, Soren Granfeldt
    blog is at http://blog.goverco.com | facebook https://www.facebook.com/TheIdentityManagementExplorer | twitter at https://twitter.com/#!/MrGranfeldt

    I am not really sure if Azure support this but its worth to make your configuration file to support .NET 4.0
    $PShome\PowerShell_ISE.CONFIG and $PSHOME\PowerShell.exe.config will be not existing.
    So you can make an entry in configuration to support .NET framework 4.0
    like shown below
    $config_text = @"
    <?xml version="1.0"?>
    <configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319"/>
    <supportedRuntime version="v2.0.50727"/>
    </startup>
    </configuration>
    $config_text| Out-File $pshome\powershell.exe.config
    $config_text| Out-File $pshome\powershell_ise.exe.config
    Close PowerShell Console and open as administrator.
    Try loading the modules back and let me know.
    Regards Chen V [MCTS SharePoint 2010]

  • Microsoft powershell management agent

    Recently microsoft released PS management agent. Actually i saw some of the MSDN article about it but i find them less informative.
    1- Can any provide me more details on how to use PS management agents ? I have installed it but not able to use it.
    Details about various sections like schema import export etc
    2-A guide with step by step instructions for a scenario which I can implement in lab and learn more about PS MA and use it configure other PS compatible systems.
    AdiKumar

    Hi,
    I faced the same problem, the documentation and sample are very rarly.
    I compared the connector with the PowerShell MA from Soren and find him's easier to understand, in addition there are also some sample scripts and a lot of people use that MA as you can see on some questions here in the forum.
    Sorens PowerShell MA
    He did also a great introduction to his MA on the FIM Team User Group some time ago.
    See:
    https://unifysolutions.jira.com/wiki/display/FIMTEAMCOM/2013-07-17+-+A+quick+introduction+to+the+PowerShell+MA
    /Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • Grandfelt Powershell Management Agent...synch rules..joins?

    Sorry for the newbie question.
    I am following Kent's posting for managing O365 using the Powershell MA
    https://konab.com/managing-office-365-licenses-using-fim-2010/
    However, I am guessing I am missing something either in my synchronization rule or my understating of the PSMA.
    Eventhough, I have setup a relationship of email to UPN on my Outbound Synch Rule I am unable to get any joining.  It seems that joins do now work, unless I create a explicit join within the PSMA itself.
    Do I need both the Sync rule and the join in the MA?  Or I am just not understanding correctly?  Any help would be appreciated.

    Well, I'm sorry - from what you've sent me, I can't seem to find the issue. I don't use SR's that much anymore; I prefer classic so I might be missing something here :-)
    Seems your data is okay, since direct-joins is working, so it must be some config error or similar in your SR's (scoped to the right object type?)
    Sorry, I cant be of more help. This is not a PSMA problem, but a SR problem...
    Regards, Soren Granfeldt
    blog is at http://blog.goverco.com | facebook https://www.facebook.com/TheIdentityManagementExplorer | twitter at https://twitter.com/#!/MrGranfeldt

  • After creating a Powershell script monitor - how to import in Operation Manager 2012 ?

    Hello!
    I just completed all the steps in this article:
    http://social.technet.microsoft.com/wiki/contents/articles/16752.management-pack-composition-exercise-2-creating-a-monitor-based-on-a-windows-powershell-script.aspx?CommentPosted=true#commentmessage 
    So now I guess that the just created Management Pack should be imported in Operation Manager 2012, and then also folders and views should be created in order to have it showing green/red based on the values returned by the script.
    In the article there's no pointer to that procedure, so can you please provide a good link where the steps are explained?
    thanks!

    Have a look at the following video, it steps through how to create rules and monitors using PowerShell scripts
    https://technet.microsoft.com/en-us/video/how-do-i-create-a-rule-and-monitor-using-a-windows-powershell-script-in-a-system-center-operations-manager-management-pack.aspx
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • FIM 2010 Management Agents usage

    Hi all,
    we have implemented some FIM management agent that read information from different AD forest and the write email contacts into a destination forest. I looking for a tool, or powershell cmdlets I can use to export management agents errors.
    I try to explain better, ope FIM Syncronization Service, click on operations button, select the row that reports errors and in pane below show erros details and informations. In my case DistinguishedName for the object that encountered errors. I would
    like to export this rows to have a list with all the Distinguishedname and the use that with a script to manage and resolve the issues. i hope to have explained my needed.
    Thanks in advance for your help.
    Regards

    Hi!
    You can get this info from FIM sync with WMI.
    $maName = "AD-MA"
    (Get-WmiObject -Namespace "root\MicrosoftIdentityIntegrationServer" -class "MIIS_ManagementAgent"| where {$_.name -eq $maName}).RunDetails().returnvalue
    You will have to pick what you want from the xml but this should get you started.
    /Robert
    Thanks Robert,
    well I try to ask again for more information: :)
    Running your script I retrieve:
    <?xml version="1.0" encoding="utf-16"?>
    <run-history>
     <run-details>
      <ma-id>{AFB1D87E-1580-488F-9F2A-8A382FF4B14A}</ma-id>
      <ma-name>MA_SI</ma-name>
      <run-number>282</run-number>
      <run-profile-name>Delta Sync</run-profile-name>
      <security-id>DOMAIN\user</security-id>
      <step-details step-number="1" step-id="{4550BF08-A3E1-40D4-854E-546C44FBE016}">
       <start-date>2014-04-16 05:10:26.320</start-date>
       <end-date>2014-04-16 05:10:43.310</end-date>
       <step-result>completed-sync-errors</step-result>
       <step-description>
        <step-type type="apply-rules">
     <apply-rules-subtype>apply-pending</apply-rules-subtype>
    </step-type>
    <partition>DC=fqdn,DC=fqdn,DC=fqdn</partition>
    <custom-data>
     <adma-step-data><batch-size>100</batch-size><page-size>500</page-size><time-limit>120</time-limit></adma-step-data>
    </custom-data>
       </step-description>
       <current-export-step-counter>0</current-export-step-counter>
       <last-successful-export-step-counter>0</last-successful-export-step-counter>
       <ma-connection>
       </ma-connection>
       <ma-discovery-errors>
       </ma-discovery-errors>
       <ma-discovery-counters>
       </ma-discovery-counters>
       <synchronization-errors><import-error cs-guid="{F56B20AE-8EA3-E311-A7B3-005056A80FB6}" dn="CN=NAME,OU=Contacts,OU=Resources,DC=fqdn,DC=fqdn,DC=fqdn">
     <first-occurred>2014-04-15 22:20:32.657</first-occurred>
     <retry-count>3</retry-count>
     <date-occurred>2014-04-16 05:10:38.847</date-occurred>
     <error-type>extension-dll-exception</error-type>
     <algorithm-step>provisioning</algorithm-step>
    <extension-error-info>
     <extension-name>MVExtension.dll</extension-name>
     <extension-callsite>provisioning</extension-callsite>
     <call-stack>Microsoft.MetadirectoryServices.ObjectAlreadyExistsException: An object with DN &quot;"CN=NAME,OU=Contacts,OU=Resources,DC=fqdn,DC=fqdn,DC=fqdn"&quot; already exists in management agent &quot;AD_CF&quot;. An object with
    targetAddress smtp:[email protected] already exists, Contact for ObjectName from CAN NOT BE CREATED
       at Mms_Metaverse.MVExtensionObject.Microsoft.MetadirectoryServices.IMVSynchronization.Provision(MVEntry mventry)
    </call-stack>
    </extension-error-info>
    </import-error>
    </synchronization-errors>
       <mv-retry-errors/>
       <outbound-flow-counters ma="AD_CF" ma-id="{58020956-DC2A-4C09-9DF1-296778D4788E}">
     <provisioned-add-flow detail="true">1</provisioned-add-flow>
    </outbound-flow-counters>
       <staging-counters>
        <stage-no-change detail="false">0</stage-no-change>
        <stage-add detail="true">0</stage-add>
        <stage-update detail="true">0</stage-update>
        <stage-rename detail="true">0</stage-rename>
        <stage-delete detail="true">0</stage-delete>
        <stage-delete-add detail="true">0</stage-delete-add>
        <stage-failure detail="true">0</stage-failure>
       </staging-counters>
       <inbound-flow-counters>
        <disconnector-filtered detail="true">2711</disconnector-filtered>
        <disconnector-joined-no-flow detail="true">0</disconnector-joined-no-flow>
        <disconnector-joined-flow detail="true">0</disconnector-joined-flow>
        <disconnector-joined-remove-mv detail="true">0</disconnector-joined-remove-mv>
        <disconnector-projected-no-flow detail="true">0</disconnector-projected-no-flow>
        <disconnector-projected-flow detail="true">1</disconnector-projected-flow>
        <disconnector-projected-remove-mv detail="true">0</disconnector-projected-remove-mv>
        <disconnector-remains detail="false">235</disconnector-remains>
        <connector-filtered-remove-mv detail="true">0</connector-filtered-remove-mv>
        <connector-filtered-leave-mv detail="true">0</connector-filtered-leave-mv>
        <connector-flow detail="true">0</connector-flow>
        <connector-flow-remove-mv detail="true">0</connector-flow-remove-mv>
        <connector-no-flow detail="true">0</connector-no-flow>
        <connector-delete-remove-mv detail="true">0</connector-delete-remove-mv>
        <connector-delete-leave-mv detail="true">0</connector-delete-leave-mv>
        <connector-delete-add-processed detail="true">0</connector-delete-add-processed>
        <flow-failure detail="true">2</flow-failure>
       </inbound-flow-counters>
       <export-counters>
        <export-add detail="true">0</export-add>
        <export-update detail="true">0</export-update>
        <export-rename detail="true">0</export-rename>
        <export-delete detail="true">0</export-delete>
        <export-delete-add detail="true">0</export-delete-add>
        <export-failure detail="true">0</export-failure>
       </export-counters>
      </step-details>
     </run-details>
    </run-history>
    If I want to retrieve information from field:
    <synchronization-errors> and <call-stack> how I can do this ?
    I'd like to have an output with few rows reporting something like:
    <synchronization-errors><import-error cs-guid="{F56B20AE-8EA3-E311-A7B3-005056A80FB6}" dn="CN=NAME,OU=Contacts,OU=Resources,DC=fqdn,DC=fqdn,DC=fqdn">
    <call-stack>Microsoft.MetadirectoryServices.ObjectAlreadyExistsException: An object with DN &quot;"CN=NAME,OU=Contacts,OU=Resources,DC=fqdn,DC=fqdn,DC=fqdn"&quot; already exists in management agent &quot;AD_CF&quot;. An object with targetAddress
    smtp:[email protected] already exists, Contact for ObjectName from CAN NOT BE CREATED
       at Mms_Metaverse.MVExtensionObject.Microsoft.MetadirectoryServices.IMVSynchronization.Provision(MVEntry mventry)
    </call-stack>
    Do you have any ideas on how to do that ?
    Thanks in advance!!!
    Regards

  • Trouble importing photos from Panasonic camera

    I'm getting error messages when attempting to transfer photos from my Panasonic camera to my Mac. Details:
    * Running Lion 10.7.4 on MacBook Pro
    * iPhoto '09 version 8.1.2
    * Brand new Panasonic DMC-ZS20
    * SanDisk 4 GB SDHC card, which I formatted using the camera function when I first installed it
    This was my first weekend with the camera and I went out and shot 300+ photos. Used the USB cable that came with the camera to hook it up to my MBP. On the camera screen I selected the "PC" option. Camera disk appeared on my desktop and iPhoto loaded. iPhoto recognized the camera and displayed all the photos correctly. The problems happened when I tried to import them. I selected "Import All" and the first few 4 or 5 imported OK, and then it just hung there (little spinning circle and one photo file name displayed). Finally after a few minutes, I got the error message "The disk was not ejected properly" even though I hadn't touched the camera or cable. Photos that managed to import were fine - no corruption. Steps I took to trouble-shoot:
    * Tried reconnecting to iPhoto and this time importing them one at a time. This worked for a few and then again, it go hung up. Thinking there might be an issue with one particular photo being corrupted, I tried different photos from different parts of the disk. There seemed to be no pattern to the issues. A photo would hang one time, but then import fine the second.
    * Thinking it might be an iPhoto issue, I quit iPhoto and just tried to drag photos from the camera disk directly to a folder on my hard drive. I was able to open the camera disk and locate the photos (file names were like P1000150.JPG). But the same things happened when I tried to copy them to my hard drive -- a few would copy and then it would get hung up. I got system error messages -36 and -43.
    * I tried restarting my computer and restarting my camera. 
    * At one point my camera got so "confused" that it wouldn't turn off, or even recognize that I had unplugged it. I finally had to take the battery out to reset it.
    * Thinking it might be an issue with a faulty SD card, I loaded the card into my printer's card reader and was able to transfer all photos without any problems. Photos look great.
    * In a possibly related issue, I tried to load the GPS data from the CD that came with the camera to my SD card, but it the GPS data would not load. Even though the card was empty (this was the day I got the camera, before I took photos) it kept telling me it needed 1.6 GB of space and I only had like 45 MB available… I'm typing these numbers from memory, not sure they are exactly right, but the point is that I had an empty 4 GB card and there should have been plenty of room.
    So, is there anything else I can try here? Has anyone else had problems with Panasonics and Macs? Could it be an SD card issue, even though it worked fine in the other card reader? Or do I have a defective camera and need to send it back?
    Thanks,
    Jill

    I finally figured out the source of my problem. I (foolishly) was connecting the camera to my computer through a USB hub. Turns out the hub was the problem. When I connected the camera directly to my computer, it worked just fine. Just figured I would post in case anyone else has the same issue.

  • When using Iphoto to import photo from existing folder, what happens if I delete the photo in Iphoto ? Will the original file in the folder be deleted too?

    When using Iphoto to import photo from existing folder to iphoto, what happens if:
    1. I delete that photo in iphoto? will the original file in the folder be deleted too ?
    2.  when importing, does the hard disk store 2 versions of the photo, hence occupying additional space in the harddisk?

    1 - no  --  iPhoto only manages fiel within the iPhoto library - it does not ever do anything with files outside the library
    2 - No idea what you are asking - by default (and strongly recommended) iPhoto copies the original to the iPhoto library and you delete the source file outside the iPhoto library - iPhoto alwasy has at least two versions of every photo and some times three - it always have the original, a thumbnail and once a photo is modified a preview - this is not optional - if it is not what you want then iPhoto is not the correct progrtam to be using for phopto management
    LN

  • IPhoto crasht when importing photos and now it doesn't open anymore. Please help!

    I was importing photos in iPhoto, when the program crasht. I tried to restart it, but it never opend. I installed it again and again and made a software update - still doesn't work. What can I do? Please help!

    What version of iPhoto? Assuming 09 or later
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • IPhoto will not import photos and quits unexpectedly

    Please correct me if this is the wrong forum for this problem as I am new to all of this.
    I have a mac mini running OS X 10.6.8 and iPhoto 11 version 9.2.3. I'm trying to import photos. I tried doing it through the camera's USB which is how we've always done it, and it quit unexpectedly. I tried putting photos from camera onto a flash drive on another computer and importing them to this computer that way, same problem: quits unexpectedly. I have looked for some 3imx file I read about (didn't find it). I deleted some other file in iphoto in the library/application support which I can't remember the name of because I've tried so many things. I have rebuilt my library. I have tried making a new library and importing into it (same problem). I'm getting desperate as I am supposed to be doing a project.
    My report is:
    Process:         iPhoto [544]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.2.3 (9.2.3)
    Build Info:      iPhotoProject-629052000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [121]
    Date/Time:       2013-07-25 09:49:45.361 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          34036 sec
    Crashes Since Last Report:           35
    Per-App Interval Since Last Report:  20786 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      51AF4AF8-02EC-4D79-9305-598BA0FDF498
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  39  Import thread 3
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.CoreFoundation                0x936f62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x936f53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x936f51f1 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox                     0x919ace04 RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox                     0x919acbb9 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox                     0x919aca3e BlockUntilNextEventMatchingListInMode + 81
    8   com.apple.AppKit                        0x965c5595 _DPSNextEvent + 847
    9   com.apple.AppKit                        0x965c4dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    10  com.apple.AppKit                        0x965871f3 -[NSApplication run] + 821
    11  com.apple.AppKit                        0x9657f289 NSApplicationMain + 574
    12  com.apple.iPhoto                        0x000111ca 0x1000 + 65994
    13  com.apple.iPhoto                        0x00010659 0x1000 + 63065
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x924a8382 kevent + 10
    1   libSystem.B.dylib                       0x924a8a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x924a7f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x924a7cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x924a7781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x924a75c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.CoreFoundation                0x936f62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x936f53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x936f51f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x997201b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    10  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.CoreFoundation                0x936f62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x936f53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x936f51f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x997201b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    10  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.CoreFoundation                0x936f62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x936f53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x936f51f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x997201b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    10  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01d59491 -[RKAsyncImageRenderer _backgroundRenderThread:] + 177
    7   com.apple.proxtcore                     0x01778506 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    8   com.apple.proxtcore                     0x0176fb95 -[XTSubscription postMessage:] + 181
    9   com.apple.proxtcore                     0x0176f2e6 -[XTDistributor distributeMessage:] + 726
    10  com.apple.proxtcore                     0x0176ee35 -[XTThread handleMessage:] + 1285
    11  com.apple.proxtcore                     0x0176d5a6 -[XTThread run:] + 438
    12  com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    13  com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    14  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    15  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x924afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x924af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x924b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.Foundation                    0x9970e6b3 -[NSCondition wait] + 316
    4   com.apple.iPhoto                        0x0005c3fa 0x1000 + 373754
    5   com.apple.iPhoto                        0x0005c352 0x1000 + 373586
    6   com.apple.CoreFoundation                0x93732ead __invoking___ + 29
    7   com.apple.CoreFoundation                0x93732e18 -[NSInvocation invoke] + 136
    8   com.apple.RedRock                       0x01d7b8d1 -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x01d8d134 -[RKInvoker _invokeTargetWithPool:] + 68
    10  com.apple.proxtcore                     0x01778506 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    11  com.apple.proxtcore                     0x0176fb95 -[XTSubscription postMessage:] + 181
    12  com.apple.proxtcore                     0x0176f2e6 -[XTDistributor distributeMessage:] + 726
    13  com.apple.proxtcore                     0x0176ee35 -[XTThread handleMessage:] + 1285
    14  com.apple.proxtcore                     0x0176d5a6 -[XTThread run:] + 438
    15  com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    16  com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    17  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    18  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x997228e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x996db3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x996db294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97da7b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x97da78ce TSWaitOnSemaphoreCommon + 511
    5   ...ickTimeComponents.component          0x940118d5 ReadSchedulerThreadEntryPoint + 4698
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x92481b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x924f805f pthread_cond_wait + 48
    3   ...ickTimeComponents.component          0x9417fdef jpegdecompress_MPLoop + 79
    4   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.CoreFoundation                0x936f62df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x936f53c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x936f51f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9971f224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    9   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 32:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x924a0ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x93735c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    3   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x92481afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92482267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 34:
    0   libSystem.B.dylib                       0x924a7412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x924a79a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x924a75c6 start_wqthread + 30
    Thread 35:
    0   libSystem.B.dylib                       0x92481b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x924af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x924de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x9700a7a6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4   com.apple.CoreVideo                     0x970095eb CVDisplayLink::runIOThread() + 741
    5   com.apple.CoreVideo                     0x970092ea startIOThread(void*) + 156
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 36:  Import thread 0
    0   libSystem.B.dylib                       0x924afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x924af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x924b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.iPhoto                        0x00152acc 0x1000 + 1383116
    4   com.apple.iPhoto                        0x001575f1 0x1000 + 1402353
    5   com.apple.iPhoto                        0x00151052 0x1000 + 1376338
    6   com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    7   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    8   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 37:  Import thread 1
    0   libSystem.B.dylib                       0x924afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x924af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x924b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.iPhoto                        0x001521cc 0x1000 + 1380812
    4   com.apple.iPhoto                        0x00150ff7 0x1000 + 1376247
    5   com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 38:  Import thread 2
    0   libSystem.B.dylib                       0x924afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x924af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x924b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.iPhoto                        0x001521cc 0x1000 + 1380812
    4   com.apple.iPhoto                        0x00150ff7 0x1000 + 1376247
    5   com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 39 Crashed:  Import thread 3
    0   com.apple.CoreFoundation                0x936c5ee4 CFRelease + 196
    1   com.apple.ImageIO.framework             0x97c7b43c createRegionFromValue + 2697
    2   com.apple.ImageIO.framework             0x97bb7410 CGImageMergeXMPPropsWithLegacyProps + 6301
    3   com.apple.ImageIO.framework             0x97ba155a CGImagePluginReadRawXMPProps + 60
    4   com.apple.ImageIO.framework             0x97b7e4fa readXMPData + 199
    5   com.apple.ImageIO.framework             0x97b7b6a6 initImageJPEG + 2262
    6   com.apple.ImageIO.framework             0x97b7adc6 _CGImagePluginInitJPEG + 69
    7   com.apple.ImageIO.framework             0x97b63014 makeImagePlus + 690
    8   com.apple.ImageIO.framework             0x97b62c0e _CGImageSourceGetPropertiesAtIndexInternal + 75
    9   com.apple.ImageIO.framework             0x97b62b8f CGImageSourceCopyPropertiesAtIndex + 127
    10  com.apple.ImageIO.framework             0x97bdb82d CGImageSourceCopyMetadataAtIndex + 188
    11  com.apple.iPhoto                        0x0067f892 0x1000 + 6809746
    12  com.apple.iPhoto                        0x0067e05a 0x1000 + 6803546
    13  com.apple.iPhoto                        0x00151444 0x1000 + 1377348
    14  com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    15  libSystem.B.dylib                       0x924af259 _pthread_start + 345
    16  libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 40:  Import thread 4
    0   libSystem.B.dylib                       0x924afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x924af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x924b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.iPhoto                        0x00152acc 0x1000 + 1383116
    4   com.apple.iPhoto                        0x001575f1 0x1000 + 1402353
    5   com.apple.iPhoto                        0x00151052 0x1000 + 1376338
    6   com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    7   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    8   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 41:  Import thread 5
    0   libSystem.B.dylib                       0x92481e26 read$NOCANCEL$UNIX2003 + 10
    1   libSystem.B.dylib                       0x924ac8fd _sread + 41
    2   libSystem.B.dylib                       0x924b6a3c __srefill1 + 34
    3   libSystem.B.dylib                       0x924b690c fread + 225
    4   com.apple.iPhoto                        0x00157692 0x1000 + 1402514
    5   com.apple.iPhoto                        0x00151052 0x1000 + 1376338
    6   com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    7   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    8   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 42:  Import thread 6
    0   libSystem.B.dylib                       0x92481e26 read$NOCANCEL$UNIX2003 + 10
    1   libSystem.B.dylib                       0x924ac8fd _sread + 41
    2   libSystem.B.dylib                       0x924b6a3c __srefill1 + 34
    3   libSystem.B.dylib                       0x924b690c fread + 225
    4   com.apple.iPhoto                        0x00157692 0x1000 + 1402514
    5   com.apple.iPhoto                        0x00151052 0x1000 + 1376338
    6   com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    7   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    8   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 43:
    0   libSystem.B.dylib                       0x924afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x924db9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x924db903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x9672ee2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x996e64c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x996e6474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 44:
    Thread 45:  Import file writing thread
    0   libSystem.B.dylib                       0x92494c8e write + 10
    1   libSystem.B.dylib                       0x92494bed _swrite + 124
    2   libSystem.B.dylib                       0x92493680 __sfvwrite + 455
    3   libSystem.B.dylib                       0x924e0a37 fwrite$UNIX2003 + 120
    4   com.apple.iPhoto                        0x001539fc 0x1000 + 1387004
    5   com.apple.iPhoto                        0x00153894 0x1000 + 1386644
    6   com.apple.iPhoto                        0x00153736 0x1000 + 1386294
    7   libSystem.B.dylib                       0x924af259 _pthread_start + 345
    8   libSystem.B.dylib                       0x924af0de thread_start + 34
    Thread 39 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x936c5e2d  ecx: 0x00000000  edx: 0xa0971f7c
      edi: 0x00000000  esi: 0x00000000  ebp: 0xb2c4b658  esp: 0xb2c4b640
       ss: 0x0000001f  efl: 0x00000246  eip: 0x936c5ee4   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x0067dfc0
    Binary Images:
        0x1000 -   0xd29fe3  com.apple.iPhoto 9.2.3 (9.2.3) <F31985CC-1214-391C-8756-55E167434F58> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xe94000 -   0xf7bfef  org.python.python 2.6.1 (2.6.1) <4FFD855C-1C5A-9206-A695-8C9904F1DA84> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfc6000 -  0x1166ffb  com.apple.geode 1.5.1 (151.56) <96DB5B49-A0E9-31A6-B231-1342080D4982> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1207000 -  0x1209fff  com.apple.iLifePhotoStreamConfiguration 2.2 (2.2) <F5560FC9-1E0A-33E3-9BE0-439A30C5E0B4> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x120f000 -  0x121eff7  com.apple.iLifeAssetManagement 2.1 (10.12) <76BFFB15-42B6-360B-8662-4A8C3CE5625A> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x122b000 -  0x1253ffb  com.apple.iPhoto.Tessera 1.1 (60.11) <4436A07F-C1C2-35EC-AE4E-1C78D2E5DB17> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1264000 -  0x128bffb  com.apple.iPhoto.Tellus 1.3 (60.11) <15666D46-40EA-3D08-A147-57353503CAAC> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x12a0000 -  0x12aafff  com.apple.iphoto.AccountConfigurationPlugin 1.2 (1.2) <D2B98DA9-300C-3436-BFC5-C461561F41D2> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x12b5000 -  0x12ccff7  com.apple.iLifeFaceRecognition 1.0 (21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
    0x12db000 -  0x1306fff  com.apple.DiscRecordingUI 5.0.9 (5090.4.2) <3E6CC284-2F1B-9EDB-0B56-872F962669A2>

    Ok, I quit the rebuilding because it kept stalling at the very end and wouldn't complete anyway. I tried to update the version but it says it's the latest (that can't be true). So I tried a different library and got this:
    You have made changes to your photo library using a newer version of iPhoto. Do you want to quit and use the latest version of iPhoto, or do you want to create a new photo library?

  • IPhoto quits unexpectedly every time I try to import photos from iPhone

    Hi
    I'm struggling with what seems a common problem... But I looked at some of the solutions and they are not working for me.  iPhoto quits when I try to import photos from iPhone.
    I tried to look for the 3ivx file/folder that has been mentioned as the solution, but I don't even have the folder.  I've updated iPhoto, it's the latest version: 9.2.3
    Here is the message.  Can anyone help?
    Process:         iPhoto [1392]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.2.3 (9.2.3)
    Build Info:      iPhotoProject-629052000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [90]
    Date/Time:       2012-05-26 18:56:12.553 +0200
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          40743 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  422 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      9BEAD046-F80E-4BBD-8CFE-38C8F76AF082
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  36  Import thread 0
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<NSCFDictionary 0x23a8d1c0> valueForUndefinedKey:]: this class is not key value coding-compliant for the key DLP(R).'
    *** Call stack at first throw:
              0   CoreFoundation                      0x96aab6ca __raiseError + 410
              1   libobjc.A.dylib                     0x94f0a5a9 objc_exception_throw + 56
              2   CoreFoundation                      0x96af6a21 -[NSException raise] + 17
              3   Foundation                          0x99a8eedc -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 279
              4   Foundation                          0x999b02e3 _NSGetUsingKeyValueGetter + 68
              5   Foundation                          0x999af850 -[NSObject(NSKeyValueCoding) valueForKey:] + 413
              6   Foundation                          0x999aaeaa -[NSDictionary(NSKeyValueCoding) valueForKey:] + 198
              7   Geode                               0x00fce0b9 +[DGColorSyncProfile addProfile:] + 141
              8   Geode                               0x00fce022 DGCMProfileIterator + 40
              9   ColorSyncDeprecated.dylib           0x979f238b profileIterateCallback + 1144
              10  ColorSync                           0x943f2e3d ColorSyncProfileCacheIterateProfiles + 2902
              11  ColorSyncDeprecated.dylib           0x979f1eff CMIterateColorSyncFolder + 79
              12  Geode                               0x00fcdf2f +[DGColorSyncProfile synchronizeProfiles] + 318
              13  Geode                               0x00fcdd82 +[DGColorSyncProfile newProfileWithName:] + 35
              14  RedRock                             0x01dace4a -[RKMetadata _digestedExifAttributesFromRawAttributes:] + 8234
              15  RedRock                             0x01daadd2 -[RKMetadata setRawImageAttributes:] + 82
              16  RedRock                             0x01e48eb5 -[RKMetadata initWithPath:cgImageSource:options:sidecar:] + 1045
              17  RedRock                             0x01daab9e -[RKMetadata initWithPath:cgImageSource:options:] + 62
              18  iPhoto                              0x0067fe0d 0x0 + 6815245
              19  iPhoto                              0x0067e05a 0x0 + 6807642
              20  iPhoto                              0x00151444 0x0 + 1381444
              21  iPhoto                              0x00150c2f 0x0 + 1379375
              22  libSystem.B.dylib                   0x96d90259 _pthread_start + 345
              23  libSystem.B.dylib                   0x96d900de thread_start + 34
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox                     0x945b6e04 RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox                     0x945b6bb9 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox                     0x945b6a3e BlockUntilNextEventMatchingListInMode + 81
    8   com.apple.AppKit                        0x905fc595 _DPSNextEvent + 847
    9   com.apple.AppKit                        0x905fbdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    10  com.apple.AppKit                        0x905be1f3 -[NSApplication run] + 821
    11  com.apple.AppKit                        0x905b6289 NSApplicationMain + 574
    12  com.apple.iPhoto                        0x000111ca 0x1000 + 65994
    13  com.apple.iPhoto                        0x00010659 0x1000 + 63065
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x96d89382 kevent + 10
    1   libSystem.B.dylib                       0x96d89a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x96d88f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x96d88cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x96d88781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x999df1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    10  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x999df1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    10  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x999df1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x0176f9cd -[XTRunLoopThread run:] + 509
    7   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    10  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01d59491 -[RKAsyncImageRenderer _backgroundRenderThread:] + 177
    7   com.apple.proxtcore                     0x01778506 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    8   com.apple.proxtcore                     0x0176fb95 -[XTSubscription postMessage:] + 181
    9   com.apple.proxtcore                     0x0176f2e6 -[XTDistributor distributeMessage:] + 726
    10  com.apple.proxtcore                     0x0176ee35 -[XTThread handleMessage:] + 1285
    11  com.apple.proxtcore                     0x0176d5a6 -[XTThread run:] + 438
    12  com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    13  com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    14  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    15  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.CoreFoundation                0x96a142df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x96a133c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x96a131f1 CFRunLoopRunInMode + 97
    5   com.apple.CFNetwork                     0x94319d37 Host::blockUntilComplete() + 109
    6   com.apple.CFNetwork                     0x94314056 Host::startInfoResolution(InheritEnum<_ExtendedHostInfoType, CFHostInfoType>, CFStreamError*) + 138
    7   com.apple.CFNetwork                     0x94313fc7 CFHostStartInfoResolution + 39
    8   com.apple.CFNetwork                     0x94356f26 _JSDnsResolveFunctionCallback(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**) + 170
    9   com.apple.JavaScriptCore                0x950c05b7 JSC::JSCallbackFunction::call(JSC::ExecState*) + 631
    Thread 28:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x96d81ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x96a53c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    3   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x96d62afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96d63267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x01860f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01860dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 30:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x96d90aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d9075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x96d902b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x9504959c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 31:
    0   libSystem.B.dylib                       0x96d90aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x96d9075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x96d923f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.Foundation                    0x999cd6b3 -[NSCondition wait] + 316
    4   com.apple.iPhoto                        0x0005c3fa 0x1000 + 373754
    5   com.apple.iPhoto                        0x0005c352 0x1000 + 373586
    6   com.apple.CoreFoundation                0x96a50ead __invoking___ + 29
    7   com.apple.CoreFoundation                0x96a50e18 -[NSInvocation invoke] + 136
    8   com.apple.RedRock                       0x01d7b8d1 -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x01d8d134 -[RKInvoker _invokeTargetWithPool:] + 68
    10  com.apple.proxtcore                     0x01778506 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    11  com.apple.proxtcore                     0x0176fb95 -[XTSubscription postMessage:] + 181
    12  com.apple.proxtcore                     0x0176f2e6 -[XTDistributor distributeMessage:] + 726
    13  com.apple.proxtcore                     0x0176ee35 -[XTThread handleMessage:] + 1285
    14  com.apple.proxtcore                     0x0176d5a6 -[XTThread run:] + 438
    15  com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    16  com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    17  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    18  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x999e18e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9999a3b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9999a294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0176e5e2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x0176d590 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    11  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x96d88412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x96d889a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 34:
    0   libSystem.B.dylib                       0x96d62b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x96d906e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x96dbf5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x943c97a6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4   com.apple.CoreVideo                     0x943c85eb CVDisplayLink::runIOThread() + 741
    5   com.apple.CoreVideo                     0x943c82ea startIOThread(void*) + 156
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 35:
    0   libSystem.B.dylib                       0x96d88412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x96d889a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 36 Crashed:  Import thread 0
    0   com.apple.CoreFoundation                0x96af6a37 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib                         0x94f0a5a9 objc_exception_throw + 56
    2   com.apple.CoreFoundation                0x96af6a21 -[NSException raise] + 17
    3   com.apple.Foundation                    0x99a8eedc -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 279
    4   com.apple.Foundation                    0x999b02e3 _NSGetUsingKeyValueGetter + 68
    5   com.apple.Foundation                    0x999af850 -[NSObject(NSKeyValueCoding) valueForKey:] + 413
    6   com.apple.Foundation                    0x999aaeaa -[NSDictionary(NSKeyValueCoding) valueForKey:] + 198
    7   com.apple.geode                         0x00fce0b9 +[DGColorSyncProfile addProfile:] + 141
    8   com.apple.geode                         0x00fce022 DGCMProfileIterator + 40
    9   ColorSyncDeprecated.dylib               0x979f238b profileIterateCallback + 1144
    10  com.apple.ColorSync                     0x943f2e3d ColorSyncProfileCacheIterateProfiles + 2902
    11  ColorSyncDeprecated.dylib               0x979f1eff CMIterateColorSyncFolder + 79
    12  com.apple.geode                         0x00fcdf2f +[DGColorSyncProfile synchronizeProfiles] + 318
    13  com.apple.geode                         0x00fcdd82 +[DGColorSyncProfile newProfileWithName:] + 35
    14  com.apple.RedRock                       0x01dace4a -[RKMetadata _digestedExifAttributesFromRawAttributes:] + 8234
    15  com.apple.RedRock                       0x01daadd2 -[RKMetadata setRawImageAttributes:] + 82
    16  com.apple.RedRock                       0x01e48eb5 -[RKMetadata initWithPath:cgImageSource:options:sidecar:] + 1045
    17  com.apple.RedRock                       0x01daab9e -[RKMetadata initWithPath:cgImageSource:options:] + 62
    18  com.apple.iPhoto                        0x0067fe0d 0x1000 + 6811149
    19  com.apple.iPhoto                        0x0067e05a 0x1000 + 6803546
    20  com.apple.iPhoto                        0x00151444 0x1000 + 1377348
    21  com.apple.iPhoto                        0x00150c2f 0x1000 + 1375279
    22  libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    23  libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 37:
    0   libSystem.B.dylib                       0x96d90aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x96dbc9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x96dbc903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x90765e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x999a54c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x999a5474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x96d90259 _pthread_start + 345
    7   libSystem.B.dylib                       0x96d900de thread_start + 34
    Thread 38:
    0   libSystem.B.dylib                       0x96d88412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x96d889a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x96d885c6 start_wqthread + 30
    Thread 36 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x94f0a585  ecx: 0xb22bd000  edx: 0x0000003b
      edi: 0xa055cab0  esi: 0x23aad9a0  ebp: 0xb22bb528  esp: 0xb22bb510
       ss: 0x0000001f  efl: 0x00000282  eip: 0x96af6a37   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x1b89d000
    Binary Images:
        0x1000 -   0xd29fe3  com.apple.iPhoto 9.2.3 (9.2.3) <F31985CC-1214-391C-8756-55E167434F58> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xe94000 -   0xf7bfef  org.python.python 2.6.1 (2.6.1) <4FFD855C-1C5A-9206-A695-8C9904F1DA84> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfc6000 -  0x1166ffb  com.apple.geode 1.5.1 (151.56) <96DB5B49-A0E9-31A6-B231-1342080D4982> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1207000 -  0x1209fff  com.apple.iLifePhotoStreamConfiguration 2.2 (2.2) <F5560FC9-1E0A-33E3-9BE0-439A30C5E0B4> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x120f000 -  0x121eff7  com.apple.iLifeAssetManagement 2.1 (10.12) <76BFFB15-42B6-360B-8662-4A8C3CE5625A> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x122b000 -  0x1253ffb  com.apple.iPhoto.Tessera 1.1 (60.11) <4436A07F-C1C2-35EC-AE4E-1C78D2E5DB17> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1264000 -  0x128bffb  com.apple.iPhoto.Tellus 1.3 (60.11) <15666D46-40EA-3D08-A147-57353503CAAC> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x12a0000 -  0x12aafff  com.apple.iphoto.AccountConfigurationPlugin 1.2 (1.2) <D2B98DA9-300C-3436-BFC5-C461561F41D2> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x12b5000 -  0x12ccff7  com.apple.iLifeFaceRecognition 1.0 (21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
    0x12db000 -  0x1306fff  com.apple.DiscRecordingUI 5.0.9 (5090.4.2) <3E6CC284-2F1B-9EDB-0B56-872F962669A2> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x131e000 -  0x1329fff  com.apple.UpgradeChecker 9.2 (9.2) <CD256BF5-BF97-3972-91DD-79024C4D4390> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1331000 -  0x1331fff  com.apple.iLifeSlideshow 2.3.0 (847) <E98D197B-DAE9-3728-A2DA-C66966ABC6EF> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    0x1334000 -  0x15aaffb  com.apple.iLifePageLayout 1.3 (150.41) <F2EF1F55-312B-3C5E-8FCA-F505B3801310> /Library/Frameworks/iLifePageLayout.framework/Versions/A/iLifePageLayout
    0x1674000 -  0x1710ff7  com.apple.MobileMe 13 (1.0.4) <A202411E-6B50-362B-9C0B-F374FDE2736C> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x176a000 -  0x17cafff  com.apple.proxtcore 1.3 (140.59) <6C899840-6789-3A2A-A090-BF368536C5EE> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x181c000 -  0x18fbff3  com.apple.iLifeSQLAccess 1.6 (30.14) <2CBF1F57-610A-33B8-9607-30C38DF4155B> /Library/Frameworks/iLifeSQLAccess.framework/Versions/A/iLifeSQLAccess
    0x1929000 -  0x1955fef  com.apple.ProUtils 1.1 (120.15) <0D7EBEA9-3863-3DED-B137-2E30FF863C8E> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1970000 -  0x19c3ff7  com.apple.iLifeKit 1.3 (90.17) <2E7BE9FC-E564-305B-BB0C-9F27252CE5F2> /Library/Frameworks/iLifeKit.framework/Versions/A/iLifeKit
    0x19f4000 -  0x1c2cfff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1d34000 -  0x217afe3  com.apple.RedRock 1.8.2 (233.29) <D15657D4-EA9C-381A-9E61-DF7FDD39B9A8> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2311000 -  0x2318ff7  com.apple.MediaSync 1.1 (130.12) <9CAA779A-DF95-3523-8AE7-E049B4E143A7> /Applications/iPhoto.app/Contents/Frameworks/MediaSync.framework/Versions/A/Med iaSync
    0x2320000 -  0x2321fff +eOkaoCom.dylib ??? (???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
    0x2325000 -  0x234aff2 +eOkaoPt.dylib ??? (???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
    0x2351000 -  0x2385fe7 +eOkaoDt.dylib ??? (???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
    0x238b000 -  0x24f2fff +eOkaoFr.dylib ??? (???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
    0x24f6000 -  0x251fff7  com.apple.iLifeSlideshowCore 2.3.0 (233) <AFEB793C-AB48-3FEC-BE49-393824CB92F9> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Framew

    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2. Download it from the App Store to reinstall It's on your Purchases List* there.
    For older versions that have been installed from Disk you'll need these additional steps:
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 or later they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    *Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • Is there a way to use iPhoto and *not* have it import photos?

    Hi there,
    I'm transitioning from a PC to a Mac and everything is going fairly well -- overall a better user experience. One question I have is, is there a way to use iPhoto without having it import photos? My main issue is that currently iPhoto imports all the photos that I want to view/edit in iPhoto and copies them to it's own folder structure. I like to manage my pictures in a folder structure that I define, so I already back up my photos to another location and now I'm finding that iPhoto is just duplicating the pictures that I already have where I want them, sucking up precious space on my SSD.
    So is there a way for me to just point iPhoto to a folder, make my edits on those photos, and have iPhoto automatically save those changes to the original folder I pointed it to, instead of duplicating the photos in it's own folder structure?
    It occasional things like this that makes me miss some Windows features. In this case, I miss Windows Photo Gallery.

    Hm, ok so if I edit my photos (adjust brightness etc) in iPhoto and then export it, does it export with the brightness changed, or does it just export the original?
    It exports whichever you choose - the edited version or the original.
    However, am I the only one with trust issues with importing all my photos into iPhoto? I'm scared the library will get corrupted, etc.
    NO you're not the only one. The protection against any data corruption is a good back up, and you need that for any data on any computer running any OS. But in the case of iPhoto, remember too that the original files are stored exactly as they are imported, in folders, in the filing system.
    that when I go to export the photos, there's a LOT of duplicate file names that the export chokes on, which makes it very tedious, no, painful, for me to export a large number of photos.
    Explore the options under File Name when you export from iPhoto using the File -> Export command
    Regards
    TD

  • I'm trying to import photos from my iphoto library, but keep getting a message saying I cant import from 7.1.5, that I need to upgrade to 7.1.5 or later.  But I have version 8.1.2.  I don't know what to do. I've been able to import in the past.

    I'm trying to import photos from my iphoto library, but keep getting a message saying I cant import from 7.1.5, that I need to upgrade to 7.1.5 or later.  But I have version 8.1.2.  I don't know what to do. I've been able to import in the past.

    Sounds like an issue with the iPhoto Library
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • How do I add photos to the camera roll that were not taken on my iPad? I imported photos to my iPad from my camera, and now I want to add them to my camera roll which is sync'ed with Dropbox as a back up mechanism.

    How do I add photos to my camera roll that were not taken one my iPad? I have iMported photos from my camera to my iPad. Theses photos are in the imported photo album. I want to move these photos to my camera roll but can't figure out how to this. I want them in my camera roll because that is the album that syncs with Dropbox where I want to backup my photos. Thank you for your help.

    Consider using sshfs to mount your Pi from your Linux boxes.  It's much easier to configure and manage than samba.  It sounds like you already have your Windows machines mounting your Pi so Samba is doing its job in that respect.
    More info on sshfs in the Wiki: https://wiki.archlinux.org/index.php/Sshfs
    To help get you off the dime, here's a modified line from my fstab that I use to mount my Pi with:
    gav@PI:/mnt/backup /mnt/rpi/backup fuse.sshfs rw,relatime,user_id=0,group_id=0,allow_other 0 0
    Subsitute my mount points with yours.
    For a password-less mount:
         ssh-copy-id gav@PI
    after you've set up ssh and generated some keys on your client box.
    Here are some relevant lines from the smb.conf file on my Pi that I use for my one Windows box in the house that might help you with your write permissions:
       security = user
      hosts allow = 192.168.1.0/255.255.255.0
      guest account = gav
    ; And my share setup:
    [rpi]
       comment = Public Stuff
       path = /mnt
       writable = yes
    ;   printable = no
    ;   write list = @krb
    [torrent_dl]
       path = /mnt/video/torrent_dl
       writable = yes
       create mask = 0770
       directory mask = 0770
       guest ok = Yes
       case sensitive = No
       read only = No
    Hope this helps.

  • How do you import photos from a library on an external drive to the current library running in iPhoto?

    How do you import photos from a library on an external drive to the current library running in iPhoto? I have a few different pictures in each library and would like to have all my pictures in both libraries. The library on the external drive is my backup. I would appreciate any help.

    Depends on exactly what you want to do.
    Just move some of the Photos? FIle -> Export from one and export the shots to the Finder. Then import them to the other.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.
    Move the photos and all versions and metadata: use iPhoto Library Manager it's the only way to do this while preserving everything. Merge two Libraries into one?
    If you have Aperture 3.3 or later and iPhoto 9.3 or later you can merge libraries with Aperture.
    Otherwise the only way to merge Libraries is with the paid ($20) version of iPhoto Library Manager

Maybe you are looking for