EDI, mass trigger upload files.

Hi,
  I've customized EDI to upload a file into SAP. I'm using T-Code WE16. This transaction allows me, using the path and file, to upload the selected file. Is there a standard report, that i can use to schelude the upload of all the files stored in a specific directory ?
Regards,
Pedro Castro

Thanks Ferry,
Like in WE16, in report RSEINB00, i have to indicate the file name. If the name file is generated dynamically, it changes all the time, and the report cant be schedulle (job) for the same variant. Does the name of the file have to be allways the same ?
Regards,
Pedro Castro

Similar Messages

  • Upload file in custom program and pass it to workflow

    Hi, guys.  Now, i have the requirment to allow user to upload file in the custom program and trigger the workflow with the attached file.
    Any one has experience on this? i would like to know how to upload the file from custom program, and how to create instance of the BO "SOFM".  Then, i can pass this instance to workflow.

    HI Jrockman,
    Please check the solved reply in this thread
    Passing a file from a report  to workflow container
    Hope this would solve your issue.
    Good luck
    Narin

  • Get filesize and filename of uploaded file

    Hello -
    I am somewhat of a newbie and am need of some assistance.  I am using ADT to upload a file and save to a database along with its filename and filesize.  The file uploads fine, but the filename and size are not being recorded in the database. Other fields that are part of the upload form save to the dB fine.
    Here's the basic code:
    // Add columns
    $ins_UserBackgroundPapers->addColumn("FileContainer", "FILE_TYPE", "FILES", "FileContainer");
    $ins_UserBackgroundPapers->addColumn("FileName", "STRING_TYPE", "POST", "FileName");
    $ins_UserBackgroundPapers->addColumn("FileSize", "STRING_TYPE", "POST", "FileSize");
    <form name="form1" method="POST" id="form1" action="<?php echo $editFormAction; ?>" enctype="multipart/form-data">
         <input type="file" name="FileContainer" id="FileContainer" size="32" />
         <input name="FileName" id="FileName"  type="hidden" value="<?php echo $HTTP_POST_FILES['FileContainer']['name']?>" />
         <input name="FileSize" id="FileSize" type="hidden" value="<?php $HTTP_POST_FILES['FileContainer']['size'];?>" />
         <input class="submit" type="submit" name="KT_Insert1" id="KT_Insert1" value=";Upload"/>
    </form>
    I've also tried using $_FILES["FileContainer"]["name/size"] with no luck.
    Any help would be much appreciated. I'm desperate!
    Thanks.

    I think the main issue is that the file name does - unlike expected - not get stored in the FileContainer column, but I don´t have any idea why this happens without seeing the complete code of the page in question.
    In regards to retrieving the file size:
    Those hidden fields you´re trying to make use of:
         <input name="FileName" id="FileName"  type="hidden" value="<?php echo $HTTP_POST_FILES['FileContainer']['name']?>" />
         <input name="FileSize" id="FileSize" type="hidden" value="<?php $HTTP_POST_FILES['FileContainer']['size'];?>" />
    ...can´t capture the additional info you want, because the very moment the form data gets submitted, the file itself has not neccesarily been uploaded yet, in particular when ADDT´s File Upload trigger has been set to AFTER -- and it´s important to consider that the $HTTP_POST_FILES[] values are assigned at the server side and not by the browser anyway.
    However, additional information such as the size of an uploaded file doesn´t need to be stored anyway, because such information is easily retrievable by using the PHP function "filesize": http://de.php.net/filesize
    Cheers,
    Günter
    P.S: $HTTP_POST_FILES[] is deprecated since PHP version 4.1.0 -- better use $_FILES instead: http://us3.php.net/manual/en/reserved.variables.files.php

  • SAP JV upload file template

    Hello,
      Can anyone send me a template of a JV upload file to post JV's in SAP . I am new to this interface .
    Any help will be appreciated .
    Thanks

    Raju,
    I would highly appreciate if you could send me JV upload document at my email address [email protected]
    I am in urgent need of advise how to do mass upload of JV transactions.
    Thanks,
    Sheila

  • EDI Mass Change?

    Hi all,
    What is is EDI Mass Change? Is EDI used more for transactional data or master data communication?? Please refer to  documents/files or threads if needed...
    Thanks,
    Charles.

    Mainly for Transactional data,if you create Purchase order,order goes to vendor via edi..

  • File Upload File Renaming

    I was wondering if anyone knows how to set up a trigger to automatically rename a file on upload to change spaces into underscores using DToolbox image and resize feature. An example is from "My picture.jpg" to "My_picture.jpg". I also wonder if this could be part of a form validation? Maybe using a spry widget?
    I have no experience with triggers, and especially the adobe tng.FileUpload.class.php file (which I assume is where to change the trigger? or maybe it's in the tng.ImageUpload.class.php file?)
    Thanks for the help!
    -Chris

    Hi Chris,
    fotunately I already made such a modification to ADDT´s predecessor "MX Kollection", and as the core files didn´t change, it will assumingly work the same:
    1. add the following function to the file "includes/common/KT_functions.inc.php":
    replace all chars from uploaded filenames other than alpha-numeric and "_" and "-" and "." with an underscore (_)
    function KT_websafe_filename($text) {
    return preg_replace("/[^a-zA-Z0-9\-_\.]+/", "_", $text);
    2. change line 120 in file "includes/common/lib/file_upload/KT_FileUpload.class.php":
    old: $fileName = KT_replaceSpecialChars($fileName, 'filter');
    new: $fileName = KT_websafe_filename($fileName, 'filter');
    This modification will of course *always* be renaming the uploaded file accordingly -- but you´ll need no fancy trigger and anything else.
    Please backup the 2 original files !!
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Triggering workflow through an upload file

    Hello All,
    My requirement is:
    If transaction ZGUPACCR is started, it is based on an upload text file. The transaction should start a WF for approval before it posts the document. The text file that was approved would have to be stored as an attachment to the SAP document. In case of a rejection, the posting should be aborted and a message should go to the initiator to change the accrual upload file and restart the whole process for approval. The approver identification will  be rule based.
    Which BO & event should I use to trigger the workflow?
    Can I send the text file as an attachment to the approval workitem? How can this be accomplished?
    Thanks alot in advance!!
    Regards,
    Sangeeta

    Hi,
    I'm not sure whether ther is any  BO & event. If not start with custom BO & Event.
    1- Create a prgam and  assign the same to tcode.
    2- Create custom BO& Event.
    3- Create the WF temeplate
    4- Create Rule for Approver Identification
    5- Step to send mail to the Approver using the Program exit (Where the step will waiting for the Approver's decision)
    6- If yes, post the file else send the rejection reason.
    Please close the thread, if solved
    Regards,
    Aditya

  • Upload file in web form - ora-105101

    I want to upload files in a web form. I downloaded fileupload utility, but I can't make it work.
    I can launch the form, open the dialog box, choose a file, then the progress bar appear and a
    ora-105101 is raised in the custom_item_event trigger. When I close the form after that, a Dr watson
    box appear.
    I tried java 1.2.2, then java 1.4.1, then java 1.1.8, with no success.
    I tried Jinitiator 1.1.7.30, then 1.1.8.7, then 1.1.8.10, and finally 1.1.8.16, with no success.
    I tried many many path and classpath setting, with no success.
    I executed each time that (in the current jinitiator directory) :
    javakey -r PJC
    javakey -c PJC true
    javakey -ic PJC c:\temp\pjc.x509
    to ensure the security aspect is ok.
    Do you have any ideas, or something ?
    My configuration is :
    forms 6.0.8.13.0
    windows NT service pack 5
    I use CGI mode to launch fileupload utility
    Thanks,

    The problem here is usually one of setting up the classpath correctly on the server.
    If you run the Demo Form that comes with the utility and press KEY-LISTVAL then it will pop up an alert with the current classpath in it.
    If this fails and you get an error it's because Forms can't start Java on the server at all which indicates that you need to check the o/s path that is configured for the CGI to use.
    In general I'd recommend using the Forms listener Servlet with this kind of code because it means that you can do all you're configuration in a simple .env file.
    Have a look at the HTML document that comes with the upload utility - there are some hints at then end of it to help with the setup.

  • Crash when saving / uploading files

    I get this crash when saving an image in Photoshop. I get very similar crashes when trying to upload files in FireFox and Safari. Any ideas? I thought the 10.6.1 update might fix things, but I was wrong.
    Process: Adobe Photoshop CS4 [282]
    Path: /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier: com.adobe.Photoshop
    Version: 11.0.1 (11.0.1x20090216 [20090216.r.522 2009/02/16:17:00:00 cutoff; r branch]) (11.0.1)
    Code Type: X86 (Native)
    Parent Process: launchd [207]
    Date/Time: 2009-09-13 22:27:30.087 -0400
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Interval Since Last Report: 219 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 64 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 356BB78D-7DC2-4E21-AE42-DAF7280CCDFA
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000000001ae
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x91d173a4 prepareForMethodLookup + 71
    1 libobjc.A.dylib 0x91d18657 lookUpMethod + 86
    2 libobjc.A.dylib 0x91d0fda7 classlookupMethodAndLoadCache + 40
    3 libobjc.A.dylib 0x91d0f953 objc_msgSend + 83
    4 com.apple.DesktopServices 0x991e0589 TFSInfo::~TFSInfo() + 29
    5 com.apple.DesktopServices 0x991e0a35 TFSInfo::RemovePtrReference() + 35
    6 com.apple.DesktopServices 0x991f9278 TNode::IsUnresolved() const + 48
    7 com.apple.DesktopServices 0x991edc60 TNode::SetAliasTarget(TNodePtr const&, bool) + 236
    8 com.apple.DesktopServices 0x99231900 TNode::ClearAliasTarget(bool) const + 60
    9 com.apple.DesktopServices 0x99232723 TNode::RemoveSelf(TNodeEventPtrSet&) + 193
    10 com.apple.DesktopServices 0x99232b37 TNode::RemoveAllChildren(bool, TNodeEventPtrSet&) + 425
    11 com.apple.DesktopServices 0x99232bdb TNode::RecursivelyRemoveAllChildren(bool) const + 75
    12 com.apple.DesktopServices 0x9923a2e0 TNode::Finalize(TNodePtr*&) + 56
    13 com.apple.DesktopServices 0x9923a576 TNode::Finalize() + 264
    14 com.apple.DesktopServices 0x99247855 NodeContextClose + 542
    15 com.apple.AppKit 0x94b8d193 _NSSavePanelContextEnd + 60
    16 com.apple.Foundation 0x93704c01 __NSFireDelayedPerform + 693
    17 com.apple.CoreFoundation 0x992f5eee __CFRunLoopRun + 6846
    18 com.apple.CoreFoundation 0x992f3d34 CFRunLoopRunSpecific + 452
    19 com.apple.CoreFoundation 0x992f3b61 CFRunLoopRunInMode + 97
    20 com.apple.HIToolbox 0x92740fec RunCurrentEventLoopInMode + 392
    21 com.apple.HIToolbox 0x92740cdf ReceiveNextEventCommon + 158
    22 com.apple.HIToolbox 0x928c8d91 ReceiveNextEvent + 83
    23 com.adobe.Photoshop 0x0084f0ea 0x1000 + 8708330
    24 com.adobe.Photoshop 0x0084f6b2 0x1000 + 8709810
    25 com.adobe.Photoshop 0x0048c6f1 0x1000 + 4765425
    26 com.adobe.Photoshop 0x006768f1 0x1000 + 6772977
    27 com.adobe.Photoshop 0x0007cb45 0x1000 + 506693
    28 com.adobe.Photoshop 0x000672ad 0x1000 + 418477
    29 com.adobe.Photoshop 0x0006358f 0x1000 + 402831
    30 com.adobe.Photoshop 0x00063d44 0x1000 + 404804
    31 com.adobe.Photoshop 0x00077bd6 0x1000 + 486358
    32 com.adobe.Photoshop 0x00745857 0x1000 + 7620695
    33 com.adobe.Photoshop 0x00746e2f 0x1000 + 7626287
    34 com.adobe.Photoshop 0x00713c39 0x1000 + 7416889
    35 com.adobe.Photoshop 0x00538d6e 0x1000 + 5471598
    36 com.adobe.Photoshop 0x00acca86 0x1000 + 11319942
    37 com.adobe.Photoshop 0x000826fa 0x1000 + 530170
    38 com.adobe.Photoshop 0x00acb564 0x1000 + 11314532
    39 com.adobe.Photoshop 0x004a5f6e 0x1000 + 4869998
    40 com.adobe.Photoshop 0x00077f9e 0x1000 + 487326
    41 com.adobe.Photoshop 0x0006b9ed 0x1000 + 436717
    42 com.adobe.Photoshop 0x00069906 0x1000 + 428294
    43 com.adobe.Photoshop 0x00063d65 0x1000 + 404837
    44 com.adobe.Photoshop 0x00063ed3 0x1000 + 405203
    45 com.adobe.Photoshop 0x0006222f 0x1000 + 397871
    46 com.adobe.Photoshop 0x002206aa 0x1000 + 2225834
    47 com.adobe.Photoshop 0x00220736 0x1000 + 2225974
    48 com.adobe.Photoshop 0x00003912 0x1000 + 10514
    49 com.adobe.Photoshop 0x00003839 0x1000 + 10297
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x95f3703a kevent + 10
    1 libSystem.B.dylib 0x95f37768 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x95f36bf9 dispatch_queueinvoke + 183
    3 libSystem.B.dylib 0x95f3698a dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x95f36401 pthreadwqthread + 390
    5 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x95f10822 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95f3e3d8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x95f8770f pthreadcondwait + 48
    3 com.adobe.amt.services 0x07920552 AMTConditionLock::LockWhenCondition(int) + 46
    4 com.adobe.amt.services 0x0791b995 AMTThreadedPCDService::PCDThreadWorker(AMTThreadedPCDService*) + 115
    5 com.adobe.amt.services 0x079205b0 AMTThread::Worker(void*) + 20
    6 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    7 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95f1082e semaphoretimedwaittrap + 10
    1 ...ple.CoreServices.CarbonCore 0x981ac14e MPWaitOnSemaphore + 125
    2 MultiProcessor Support 0x266a4eff 0x26675000 + 196351
    3 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    5 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95f1082e semaphoretimedwaittrap + 10
    1 ...ple.CoreServices.CarbonCore 0x981ac14e MPWaitOnSemaphore + 125
    2 MultiProcessor Support 0x266a4eff 0x26675000 + 196351
    3 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    5 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95f1082e semaphoretimedwaittrap + 10
    1 ...ple.CoreServices.CarbonCore 0x981ac14e MPWaitOnSemaphore + 125
    2 MultiProcessor Support 0x266a4eff 0x26675000 + 196351
    3 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    5 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95f1082e semaphoretimedwaittrap + 10
    1 ...ple.CoreServices.CarbonCore 0x981ac14e MPWaitOnSemaphore + 125
    2 MultiProcessor Support 0x266a4eff 0x26675000 + 196351
    3 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    5 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95f1082e semaphoretimedwaittrap + 10
    1 ...ple.CoreServices.CarbonCore 0x981ac14e MPWaitOnSemaphore + 125
    2 MultiProcessor Support 0x266a4eff 0x26675000 + 196351
    3 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    5 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x95f1082e semaphoretimedwaittrap + 10
    1 ...ple.CoreServices.CarbonCore 0x981ac14e MPWaitOnSemaphore + 125
    2 MultiProcessor Support 0x266a4eff 0x26675000 + 196351
    3 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    5 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95f1082e semaphoretimedwaittrap + 10
    1 ...ple.CoreServices.CarbonCore 0x981ac14e MPWaitOnSemaphore + 125
    2 MultiProcessor Support 0x266a4eff 0x26675000 + 196351
    3 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    4 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    5 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 AdobeACE 0x027c038d 0x278f000 + 201613
    7 AdobeACE 0x027bfd85 0x278f000 + 200069
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 AdobeACE 0x027c038d 0x278f000 + 201613
    7 AdobeACE 0x027bfd85 0x278f000 + 200069
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 AdobeACE 0x027c038d 0x278f000 + 201613
    7 AdobeACE 0x027bfd85 0x278f000 + 200069
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 AdobeACE 0x027c038d 0x278f000 + 201613
    7 AdobeACE 0x027bfd85 0x278f000 + 200069
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 AdobeACE 0x027c038d 0x278f000 + 201613
    7 AdobeACE 0x027bfd85 0x278f000 + 200069
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 AdobeACE 0x027c038d 0x278f000 + 201613
    7 AdobeACE 0x027bfd85 0x278f000 + 200069
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 AdobeACE 0x027c038d 0x278f000 + 201613
    7 AdobeACE 0x027bfd85 0x278f000 + 200069
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x95f108ee machwaituntil + 10
    1 libSystem.B.dylib 0x95f98be5 nanosleep + 345
    2 com.adobe.PSAutomate 0x29d74755 ScObjects::Thread::sleep(unsigned int) + 143
    3 com.adobe.PSAutomate 0x29d747b5 ScObjects::Thread::wait(unsigned int) + 23
    4 com.adobe.PSAutomate 0x29d65502 ScObjects::BridgeTalkThread::run() + 332
    5 com.adobe.PSAutomate 0x29d74a77 ScObjects::Thread::go(void*) + 239
    6 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    7 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x95f2f756 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9933404d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    3 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 com.adobe.CameraRaw 0x250cd0c8 0x24f00000 + 1888456
    7 com.adobe.CameraRaw 0x250cc9c6 0x24f00000 + 1886662
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 com.adobe.CameraRaw 0x250cd0c8 0x24f00000 + 1888456
    7 com.adobe.CameraRaw 0x250cc9c6 0x24f00000 + 1886662
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 com.adobe.CameraRaw 0x250cd0c8 0x24f00000 + 1888456
    7 com.adobe.CameraRaw 0x250cc9c6 0x24f00000 + 1886662
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 com.adobe.CameraRaw 0x250cd0c8 0x24f00000 + 1888456
    7 com.adobe.CameraRaw 0x250cc9c6 0x24f00000 + 1886662
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 com.adobe.CameraRaw 0x250cd0c8 0x24f00000 + 1888456
    7 com.adobe.CameraRaw 0x250cc9c6 0x24f00000 + 1886662
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 com.adobe.CameraRaw 0x250cd0c8 0x24f00000 + 1888456
    7 com.adobe.CameraRaw 0x250cc9c6 0x24f00000 + 1886662
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f3e43e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95f400d8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x981aea2a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9819a40d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x98195d2f MPWaitOnQueue + 250
    6 com.adobe.CameraRaw 0x250cd0c8 0x24f00000 + 1888456
    7 com.adobe.CameraRaw 0x250cc9c6 0x24f00000 + 1886662
    8 ...ple.CoreServices.CarbonCore 0x981799fa PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    10 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 26:
    0 libSystem.B.dylib 0x95f10822 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95f3e3d8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x95f8770f pthreadcondwait + 48
    3 com.adobe.CameraRaw 0x24f4604a 0x24f00000 + 286794
    4 com.adobe.CameraRaw 0x251fc8f4 EntryFM + 800628
    5 com.adobe.CameraRaw 0x24ff18b6 0x24f00000 + 989366
    6 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    7 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 27:
    0 libSystem.B.dylib 0x95f10822 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95f3e3d8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x95f8770f pthreadcondwait + 48
    3 com.adobe.CameraRaw 0x24f4604a 0x24f00000 + 286794
    4 com.adobe.CameraRaw 0x2528aad8 EntryFM + 1382744
    5 com.adobe.CameraRaw 0x24ff18b6 0x24f00000 + 989366
    6 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    7 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 28:
    0 libSystem.B.dylib 0x95f1083a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95f3e3c1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x95f6d208 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x9819a435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x9819a173 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x98199e09 AsyncFileThread(void*) + 102
    6 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    7 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 29:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 30:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 31:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 32:
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x0000019e ebx: 0x91d1736e ecx: 0x00000001 edx: 0x91d171a0
    edi: 0x00000001 esi: 0x0000392c ebp: 0xbfffc6b8 esp: 0xbfffc6a0
    ss: 0x0000001f efl: 0x00010246 eip: 0x91d173a4 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x000001ae
    Binary Images:
    0x1000 - 0x19aefdf +com.adobe.Photoshop 11.0.1 (11.0.1x20090216 [20090216.r.522 2009/02/16:17:00:00 cutoff; r branch]) (11.0.1) <5151E234-0B0A-4C1D-A3DE-A7AC2285E24E> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 - 0x2085ff7 org.twain.dsm 1.9.4 (1.9.4) <1EF840DB-CB48-5207-7535-D82EBC0FCD5F> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208c000 - 0x246601f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguisti c
    0x251a000 - 0x2714fcf +AdobeOwl ??? (???) <4CCA2C7B-4896-4DDA-A14B-725FB0C202B5> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x278f000 - 0x289cfff +AdobeACE ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28ba000 - 0x2c84fef +AdobeMPS ??? (???) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d13000 - 0x2d73fc7 +AdobeXMP ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d82000 - 0x307dfff +AdobeAGM ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313d000 - 0x33d0fe7 +AdobeCoolType ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3454000 - 0x346dfff +AdobeBIB ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3477000 - 0x3498ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a5000 - 0x34c0ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetti ngs
    0x34da000 - 0x34feff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8 SharedExpat
    0x3511000 - 0x359e2cb +libicucnv.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib .36.0
    0x35cb000 - 0x35e680f +libicudata.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36. 0
    0x35e9000 - 0x379fff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d6000 - 0x3866fc3 +WRServices ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e8000 - 0x39ecffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashR eporter
    0x39f2000 - 0x3a0efd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a19000 - 0x3aeefdd +FileInfo ??? (???) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b1f000 - 0x3b76fff +aif_core ??? (???) <B4DCB439-E1EE-ABE3-BD12-2C42E980366B> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aifcore.framework/Versions/A/aifcore
    0x3b8e000 - 0x3babffd +data_flow ??? (???) <8E452B6F-8032-39D8-EB5C-49A4E31CB988> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/dataflow.framework/Versions/A/dataflow
    0x3bd7000 - 0x3c50fff +image_flow ??? (???) <498A857D-F8C6-F9E0-C92F-BC3EC8680ED0> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/imageflow.framework/Versions/A/imageflow
    0x3cb6000 - 0x3cc6fff +image_runtime ??? (???) <F379A952-2983-1E44-676D-BBD8259F131A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/imageruntime.framework/Versions/A/imageruntime
    0x3cdb000 - 0x3e9affe +aif_ogl ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aifogl.framework/Versions/A/aifogl
    0x3f4b000 - 0x4449fc3 +AdobeOwlCanvas ??? (???) <FCB2D1A3-1F6E-4182-8E2C-D0B23572D285> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4592000 - 0x4664fe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCor e
    0x4718000 - 0x477afe7 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47db000 - 0x4822fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobecaps.framework/Versions/A/adobecaps
    0x4832000 - 0x4872ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4ca2000 - 0x4ca3ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7900000 - 0x79a1fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x7a8c000 - 0x7a9afe7 libSimplifiedChineseConverter.dylib ??? (???) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x7a9e000 - 0x7ab0ff7 libTraditionalChineseConverter.dylib ??? (???) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x7ab4000 - 0x7ab5ff7 ATSHI.dylib ??? (???) <251A0D44-8909-BC8C-49DF-477BA8304FDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x7aba000 - 0x7ac7ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x7ad5000 - 0x7ad5ff7 libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x1d264000 - 0x1d266ffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x244a2000 - 0x244c5ff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x24600000 - 0x24a82fe3 +AdobeLM_libFNP.dylib ??? (???) <02E9AC76-9CC6-4974-AF05-48E737C2CC20> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0x24f00000 - 0x25646fed +com.adobe.CameraRaw 5.4 (5.4.0f57) <A60B98C4-5B19-95BA-9002-9C12243686D6> /Library/Application Support/Adobe/Plug-Ins/CS4/File Formats/Camera Raw.plugin/Contents/MacOS/Camera Raw
    0x25d2d000 - 0x25d38fff +Enable Async IO ??? (???) <FD91E79F-C4AA-4EBC-AF6D-3E154F14878F> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x25d3d000 - 0x25d48ffb +PPCCore ??? (???) <ED521EB7-681D-45AA-9AE3-6BF4663E4BD3> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x25fc8000 - 0x25fe4ff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x25fec000 - 0x25ffa02f +FastCore ??? (???) <F12878B7-BEE9-40CA-9F05-65CD0F5688E2> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x2637f000 - 0x264f0ff7 GLEngine ??? (???) <132E6F18-BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x26561000 - 0x2656cffe +AltiVecCore ??? (???) <A967AE2A-F2AE-4E12-A7B6-68B981CBD906> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x26572000 - 0x265d7fe3 +MMXCore ??? (???) <E206C8DC-AEA8-49DF-8FBC-8B447E3A59A1> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x26675000 - 0x266bcff7 +MultiProcessor Support ??? (???) <001A163B-5314-4613-A23A-F35B63065FD0> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x27000000 - 0x27401ffb com.apple.ATIRadeonX2000GLDriver 1.6.2 (6.0.2) <44BC0A2A-0845-1F07-0933-99E3F7DD6C99> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x2753c000 - 0x2768efc7 +com.adobe.coretech.adm 3.10x16 (3.1) /Applications/Adobe Photoshop CS4/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x29c40000 - 0x29e9cfdf +com.adobe.PSAutomate 11.0 (11.0) /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x2a130000 - 0x2a1fefff +AdobeExtendScript ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendS cript
    0x2a275000 - 0x2a316fd7 +AdobeScCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x2c500000 - 0x2c607fcf +com.adobe.versioncue ??? (4.0.1.095) /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.1/VersionCue.framework/VersionCue
    0x33bf8000 - 0x33c66fd7 + ??? (???)
    0x3859f000 - 0x385fbff2 +AdobeUpdater ??? (???) <064CFAA4-1CAF-46E3-BEBF-04948641C927> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90023fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x90024000 - 0x90031ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90038000 - 0x9029aff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9029b000 - 0x902a5fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x902a6000 - 0x902c8ff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x902f4000 - 0x90304ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90305000 - 0x9042dfe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90436000 - 0x9043dff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x908ed000 - 0x90be6fef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90d3a000 - 0x90f15ff3 libType1Scaler.dylib ??? (???) <BD3674DE-EAD9-C57A-0072-3C18970DCC1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x90f16000 - 0x90f1cfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90f57000 - 0x90f5bff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90fb4000 - 0x91318ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91341000 - 0x91369ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9136a000 - 0x91419fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9141a000 - 0x9145eff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9145f000 - 0x91551ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x91552000 - 0x91552ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91553000 - 0x91556ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91557000 - 0x91769fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x918c4000 - 0x918f8ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x91af7000 - 0x91b12ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91b4b000 - 0x91b85fe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91c35000 - 0x91c7efe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7f000 - 0x91ce9fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91d0a000 - 0x91db7fe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x91e8d000 - 0x91f83ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91f84000 - 0x91f84ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91fce000 - 0x920c2fe7 libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
    0x9214b000 - 0x9218ffe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x922e5000 - 0x922e5ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92318000 - 0x92318ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9235a000 - 0x923abff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x923ac000 - 0x9252efe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x92598000 - 0x925fcffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9270c000 - 0x92a2ffef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92a30000 - 0x92a71ff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92ac0000 - 0x92af1ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92af2000 - 0x92af4ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92b79000 - 0x92c16ff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92c17000 - 0x92c17ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92f5d000 - 0x92ff9fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92ffa000 - 0x930d7ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93222000 - 0x93222ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93364000 - 0x933e4feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93574000 - 0x9358cff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9358d000 - 0x93590ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93591000 - 0x935b5ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x935c1000 - 0x935caff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x936d8000 - 0x93948ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94226000 - 0x942dffe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x94386000 - 0x94390ffb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94391000 - 0x94400ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94401000 - 0x94cdeff7 com.apple.AppKit 6.6.1 (1038.2) <27C304F6-0045-160B-7591-E57ECF19BDDB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94cdf000 - 0x94ce4ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94ce5000 - 0x94cebff7 libCGXCoreImage.A.dylib ??? (???) <8E11578A-B46D-0BC1-DE50-05A92F377D7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x94cec000 - 0x94d9effb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94d9f000 - 0x94e70ff3 ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x94f2c000 - 0x95342ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x953c1000 - 0x953d6fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x953ef000 - 0x953f2fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x953f3000 - 0x955affef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x955b0000 - 0x95657fe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x95662000 - 0x9566eff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x9566f000 - 0x95e50497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95e51000 - 0x95e5ffe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x95e60000 - 0x95e93ff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95e94000 - 0x95ee4fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95ef5000 - 0x95efcfff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95efd000 - 0x95f0fff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95f10000 - 0x960b4feb libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
    0x960f1000 - 0x96173ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96174000 - 0x961a5ff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x961a6000 - 0x9624eff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x962aa000 - 0x96374fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9646c000 - 0x96480ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x965b9000 - 0x965d5fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96600000 - 0x9661ffe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96620000 - 0x96621ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96622000 - 0x96626ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x96627000 - 0x96681ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96682000 - 0x9668fff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96690000 - 0x9669aff7 com.apple.HelpData 2.0.3 (33) <AD60F037-CE57-C93A-F865-2CEEE3F08F31> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9669b000 - 0x9669bff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9669c000 - 0x966a6ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9675c000 - 0x96792fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x968ab000 - 0x969d4fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97964000 - 0x979fcfe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97a24000 - 0x97a35ff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97d40000 - 0x97d66fff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x97da4000 - 0x97dceff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97dcf000 - 0x97e12ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97e2c000 - 0x97e6efe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9809b000 - 0x980ebff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x980ec000 - 0x980edff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x980ee000 - 0x980f1ff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x980f2000 - 0x98152fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x98153000 - 0x98472fe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x98473000 - 0x984ecff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x984ed000 - 0x984efff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x984fe000 - 0x985adff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x985ae000 - 0x985f4ff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x985f5000 - 0x985f9ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x985fa000 - 0x9868bfe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9868c000 - 0x986c9ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x986ca000 - 0x986d4ff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x98741000 - 0x98755fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9878f000 - 0x9878fff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x987ae000 - 0x988affe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x988b0000 - 0x988ceff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98b99000 - 0x98be6feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x98be7000 - 0x9901cff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x991dd000 - 0x992b7fff com.apple.DesktopServices 1.5.1 (1.5.1) <D9C18268-699B-A996-1035-4EA3695F4074> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x992b8000 - 0x9942ffef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0xb0000000 - 0xb0006ff8 com.apple.carbonframeworktemplate 1.3 (1.3.12) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba300000 - 0xba301fe7 libCyrillicConverter.dylib ??? (???) <7CF64AB7-ABFE-6F8F-8F50-C7460A5B3A92> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ff7 libGreekConverter.dylib ??? (???) <1AB8227F-468F-B285-B4B4-14B7D202ED36> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib ??? (???) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb500000 - 0xbb500ff7 libThaiConverter.dylib ??? (???) <5B51E9C4-40C4-26B7-5CA2-CD27D78CFA27> /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 32 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.1f7, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en3
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en4
    PCI Card: ATI Radeon HD 2600, Display, Slot-1
    PCI Card: ATI Radeon HD 2600, ATY,LamnaParent, Slot-2
    PCI Card: ATI Radeon HD 2600, Display, Slot-2
    Serial ATA Device: WDC WD3200AAJS-41VWA1, 298.09 GB
    Serial ATA Device: WDC WD6400AAKS-00A7B0, 596.17 GB
    Serial ATA Device: WDC WD6400AAKS-00A7B0, 596.17 GB
    Serial ATA Device: WDC WD1001FALS-00J7B0, 931.51 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-112D
    USB Device: Hub, 0x05ac (Apple Inc.), 0x9120, 0xfd500000
    USB Device: Microsoft® 2.4GHz Transceiver v5.0, 0x045e (Microsoft Corporation), 0x074f, 0xfd520000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9220, 0xfd530000
    USB Device: Hub, 0x050d (Belkin Corporation), 0x0416, 0xfd400000
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1292, 0xfd420000
    USB Device: Composite Device, 0x0c45 (Sonix Technology Co., Ltd.), 0x1050, 0xfd460000
    USB Device: Hub, 0x05ac (Apple Inc.), 0x9132, 0xfd300000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9232, 0xfd320000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x5d200000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: iSight, Apple Computer, Inc., Up to 200 Mb/sec
    FireWire Device: unknown_device, Unknown

    Last one, this is when iPhoto tries to access a memory card via USB. Any ideas greatly appreciated!!!
    Process: iPhoto [423]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 7.1.5 (7.1.5)
    Build Info: iPhotoProject-3780000~2
    Code Type: X86 (Native)
    Parent Process: launchd [207]
    Date/Time: 2009-09-13 22:56:44.224 -0400
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Interval Since Last Report: 1967 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 94 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 356BB78D-7DC2-4E21-AE42-DAF7280CCDFA
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000009ee00410
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x91d0f917 objc_msgSend + 23
    1 com.apple.DesktopServices 0x991e0589 TFSInfo::~TFSInfo() + 29
    2 com.apple.DesktopServices 0x991e0a35 TFSInfo::RemovePtrReference() + 35
    3 com.apple.DesktopServices 0x991f9278 TNode::IsUnresolved() const + 48
    4 com.apple.DesktopServices 0x991edc60 TNode::SetAliasTarget(TNodePtr const&, bool) + 236
    5 com.apple.DesktopServices 0x99231900 TNode::ClearAliasTarget(bool) const + 60
    6 com.apple.DesktopServices 0x99232723 TNode::RemoveSelf(TNodeEventPtrSet&) + 193
    7 com.apple.DesktopServices 0x99232b37 TNode::RemoveAllChildren(bool, TNodeEventPtrSet&) + 425
    8 com.apple.DesktopServices 0x99232bdb TNode::RecursivelyRemoveAllChildren(bool) const + 75
    9 com.apple.DesktopServices 0x9923a2e0 TNode::Finalize(TNodePtr*&) + 56
    10 com.apple.DesktopServices 0x9923a576 TNode::Finalize() + 264
    11 com.apple.DesktopServices 0x99247855 NodeContextClose + 542
    12 com.apple.AppKit 0x948c21f8 -[NSNavFBENode dealloc] + 49
    13 com.apple.AppKit 0x948ad768 -[NSNavBrowserCell dealloc] + 69
    14 com.apple.AppKit 0x94597139 -[NSBrowser dealloc] + 424
    15 com.apple.Foundation 0x93703acc __delayedPerformCleanup + 59
    16 com.apple.CoreFoundation 0x9933af22 CFRunLoopTimerInvalidate + 786
    17 com.apple.CoreFoundation 0x992f619b __CFRunLoopRun + 7531
    18 com.apple.CoreFoundation 0x992f3d34 CFRunLoopRunSpecific + 452
    19 com.apple.CoreFoundation 0x992f3b61 CFRunLoopRunInMode + 97
    20 com.apple.HIToolbox 0x92740fec RunCurrentEventLoopInMode + 392
    21 com.apple.HIToolbox 0x92740cdf ReceiveNextEventCommon + 158
    22 com.apple.HIToolbox 0x92740c28 BlockUntilNextEventMatchingListInMode + 81
    23 com.apple.AppKit 0x94449c95 _DPSNextEvent + 847
    24 com.apple.AppKit 0x9444950a -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    25 com.apple.AppKit 0x9440b69b -[NSApplication run] + 821
    26 com.apple.AppKit 0x94403735 NSApplicationMain + 574
    27 com.apple.iPhoto 0x00002ce6 0x1000 + 7398
    28 com.apple.iPhoto 0x00002c0d 0x1000 + 7181
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x95f3703a kevent + 10
    1 libSystem.B.dylib 0x95f37768 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x95f36bf9 dispatch_queueinvoke + 183
    3 libSystem.B.dylib 0x95f3698a dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x95f36401 pthreadwqthread + 390
    5 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x95f2f756 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9933404d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    3 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95f107da machmsgtrap + 10
    1 libSystem.B.dylib 0x95f10f47 mach_msg + 68
    2 com.apple.CoreFoundation 0x992f4dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x992f3d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x992f3b61 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x93727498 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x936ee964 -[NSThread main] + 45
    7 com.apple.Foundation 0x936ee914 _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    9 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 5:
    0 libJPEG.dylib 0x935a00d6 encodemcuhuff + 1138
    1 libJPEG.dylib 0x9359b339 compress_data + 441
    2 libJPEG.dylib 0x935a0abb processdata_simplemain + 112
    3 libJPEG.dylib 0x9359ab0a cg_jpeg_writescanlines + 183
    4 com.apple.ImageIO.framework 0x9545b545 writeOne + 2955
    5 com.apple.ImageIO.framework 0x9545b70d _CGImagePluginWriteJPEG + 104
    6 com.apple.ImageIO.framework 0x9551611a CGImageDestinationFinalize + 138
    7 com.apple.AppKit 0x946de43c +[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationOfImageRepsInArray:usingType:properties:] + 2354
    8 com.apple.AppKit 0x946da24b -[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationUsingType:properties:] + 108
    9 com.apple.iPhoto 0x00058d57 0x1000 + 359767
    10 com.apple.Foundation 0x936ee964 -[NSThread main] + 45
    11 com.apple.Foundation 0x936ee914 _NSThread__main_ + 1499
    12 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    13 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 7:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 8:
    0 libSystem.B.dylib 0x95f3e782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95f6a621 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x95f6a55f usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x945b31d1 -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x936ee964 -[NSThread main] + 45
    5 com.apple.Foundation 0x936ee914 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    7 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 10:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 11:
    0 libSystem.B.dylib 0x95f36092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95f36628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95f36246 start_wqthread + 30
    Thread 12:
    0 libSystem.B.dylib 0x95f107da machmsgtrap + 10
    1 libSystem.B.dylib 0x95f10f47 mach_msg + 68
    2 com.apple.CoreFoundation 0x992f4dbf __CFRunLoopRun + 2447
    3 com.apple.CoreFoundation 0x992f3d34 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x992f3b61 CFRunLoopRunInMode + 97
    5 com.apple.AE 0x95e676e4 AESendMessage + 4259
    6 com.apple.ImageCapture 0x953cf232 ICAAESendMessage + 57
    7 com.apple.ImageCapture 0x953c513e ICACommand::SendSync() + 72
    8 com.apple.ImageCapture 0x953c4c98 ICACommand::ProcessCommand() + 76
    9 com.apple.ImageCapture 0x953c7a80 ICACopyObjectPropertyDictionary + 117
    10 com.apple.iPhoto 0x000f5a3c 0x1000 + 1002044
    11 com.apple.iPhoto 0x000f5451 0x1000 + 1000529
    12 com.apple.iPhoto 0x000f7d84 0x1000 + 1011076
    13 com.apple.iPhoto 0x000f5f49 0x1000 + 1003337
    14 com.apple.iPhoto 0x000f5483 0x1000 + 1000579
    15 com.apple.iPhoto 0x000f5083 0x1000 + 999555
    16 com.apple.Foundation 0x936ee964 -[NSThread main] + 45
    17 com.apple.Foundation 0x936ee914 _NSThread__main_ + 1499
    18 libSystem.B.dylib 0x95f3df39 pthreadstart + 345
    19 libSystem.B.dylib 0x95f3ddbe thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x03f6ce96 ebx: 0x992c494d ecx: 0x94bd5260 edx: 0x9ee003f0
    edi: 0xbfffe55c esi: 0x03f6ce96 ebp: 0xbfffe448 esp: 0xbfffe428
    ss: 0x0000001f efl: 0x00010206 eip: 0x91d0f917 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x9ee00410
    Binary Images:
    0x1000 - 0x6b1fca com.apple.iPhoto 7.1.5 (7.1.5) <9A17152F-F562-4588-B711-D1744F4B9FC7> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x79e000 - 0x7c9ff3 com.apple.DiscRecordingUI 5.0 (5000.4.6) <DA867B3C-D140-C8C2-1432-C67AA6A98A89> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x7e1000 - 0x896fe7 libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
    0x8dc000 - 0x8e6fff com.apple.UpgradeChecker 1.0 (1.0) /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x8ee000 - 0x98dfff com.apple.DotMacKit 50 (3.0.2L) /Applications/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x9fb000 - 0x9fbff7 com.apple.AppleAppSupport 1.5 (1.5) <9FD82212-62A9-A388-940B-2343D69889C3> /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0xaab000 - 0xabcffb com.apple.iLMBiPhoto8Plugin 2.1.3 (110.0.3) <E38BD03F-207A-2B60-46F9-EBB56357DD09> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0xac4000 - 0xacdff7 com.apple.iLMBiPhotoPlugin 2.1.3 (110.0.3) <5288A476-63F2-0F4C-EEE4-B0E2326047A6> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0xad4000 - 0xadcff7 com.apple.iLMBiTunesPlugin 2.1.3 (110.0.3) <067E1370-7995-4EFF-E710-C2F9EDB44848> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0xae3000 - 0xae5ff7 com.apple.iLMBMoviesFolderPlugin 2.1.3 (110.0.3) <9876D044-6851-5103-4282-EF72255F73EA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0xf01000 - 0xf03ff7 com.apple.iLMBPhotoBoothPlugin 2.1.3 (110.0.3) <3342BF75-0C3C-32B2-B365-2F511F3B0164> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x3e59000 - 0x3e64fff com.apple.BookService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x3e6e000 - 0x3e75fe7 com.apple.NetServices.BDControl 1.0.5 (1.0.5) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x3e7f000 - 0x3e82fff com.apple.NetServices.BDRuleEngine 1.0.2 (1.0.2) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x3e89000 - 0x3e93fff com.apple.CalendarsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x3e9d000 - 0x3ea7fff com.apple.CardsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x3eb1000 - 0x3eb6ff7 com.apple.NetSlidesService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0x3ebe000 - 0x3ec9fff com.apple.PrintsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x3ef6000 - 0x3ef7ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x3efc000 - 0x3efcfff +com.parallels.cmplugin ParallelsCM version 1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
    0x47df000 - 0x47e0fff com.apple.framework.iPhoto.BlackAndWhiteEffect 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/BlackAndWhiteEffect.IAPlugin/Contents /MacOS/BlackAndWhiteEffect
    0x47e6000 - 0x47e8027 com.apple.framework.iPhoto.CubeTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/CubeTransition.IAPlugin/Contents/MacO S/CubeTransition
    0x47ef000 - 0x47f0fff +com.google.GoogleNotifierQuickAddCMPlugin 1.10.5 (1.10.5.778) <51896589-0C02-EB69-2463-7C6E8455CDE4> /Users/aaron/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
    0x1600f000 - 0x16010fff +com.microsoft.expressionmediacm 2.0.1416.0 (2.0.1416.0) /Library/Contextual Menu Items/ExpressionMediaCM.plugin/Contents/MacOS/ExpressionMediaCM
    0x16014000 - 0x16015fff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn
    0x16026000 - 0x16027fff com.apple.framework.iPhoto.DissolveTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/DissolveTransition.IAPlugin/Contents/ MacOS/DissolveTransition
    0x1602d000 - 0x1602ffff com.apple.framework.iPhoto.DropletTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/DropletTransition.IAPlugin/Contents/M acOS/DropletTransition
    0x16036000 - 0x16037fff com.apple.framework.iPhoto.FadeThroughBlackTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/FadeThroughBlackTransition.IAPlugin/C ontents/MacOS/FadeThroughBlackTransition
    0x1603d000 - 0x1603efff com.apple.framework.iPhoto.FlipTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/FlipTransition.IAPlugin/Contents/MacO S/FlipTransition
    0x16044000 - 0x16046ff7 com.apple.framework.iPhoto.MosaicFlipTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/MosaicFlipTransition.IAPlugin/Content s/MacOS/MosaicFlipTransition
    0x1604d000 - 0x1604ffe7 com.apple.framework.iPhoto.MosaicFlipTransitionSmall 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/MosaicFlipTransitionSmall.IAPlugin/Co ntents/MacOS/MosaicFlipTransitionSmall
    0x16056000 - 0x16059fef com.apple.framework.iPhoto.PageFlipTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/PageFlipTransition.IAPlugin/Contents/ MacOS/PageFlipTransition
    0x16060000 - 0x16061fff com.apple.framework.iPhoto.PushTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/PushTransition.IAPlugin/Contents/MacO S/PushTransition
    0x16067000 - 0x16068fff com.apple.framework.iPhoto.RevealTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/RevealTransition.IAPlugin/Contents/Ma cOS/RevealTransition
    0x1606e000 - 0x1606ffff com.apple.framework.iPhoto.SepiaEffect 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/SepiaEffect.IAPlugin/Contents/MacOS/S epiaEffect
    0x16075000 - 0x16077ff7 com.apple.framework.iPhoto.TwirlTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/TwirlTransition.IAPlugin/Contents/Mac OS/TwirlTransition
    0x16085000 - 0x16087017 com.apple.framework.iPhoto.WipeTransition 7.0 (7.0) /Applications/iPhoto.app/Contents/PlugIns/WipeTransition.IAPlugin/Contents/MacO S/WipeTransition
    0x160be000 - 0x160d8fff +AdobeBIB ??? (???) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBI B
    0x168fa000 - 0x168fbff7 com.apple.iLMBAppDefPlugin 2.1.3 (110.0.3) <1AB6E764-5484-676C-3FC5-E53783C50170> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x171fa000 - 0x171fbff7 com.apple.iLMBFolderPlugin 2.1.3 (110.0.3) <A7B27EE5-BC0F-0E44-404C-125BD2695489> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x18a26000 - 0x18aa6ffb com.apple.NetServices.NetServices 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x18e55000 - 0x18e93fe7 +com.adobe.vcmenu ??? (4.0.1.095) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/MacOS/ADFSMenu
    0x18fa7000 - 0x18faeff7 com.apple.iLMBAperturePlugin 2.1.3 (110.0.3) <CC5BD6F4-E4B3-FA73-15FF-C4943DA587A6> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x18fb5000 - 0x18fb9ff7 com.apple.iLMBGarageBandPlugin 2.1.3 (110.0.3) <15887956-ED89-D9F8-9F8D-E9181F52CB13> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x18fbf000 - 0x18fcbff7 com.apple.iLMBiMoviePlugin 2.1.3 (110.0.3) <52F28367-C3FE-3634-8FFE-C982307AAE1B> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x19d9e000 - 0x19e63fe3 com.apple.iTunesAccess 9.0 (9.0) <0D0F20A8-2F50-6D5D-331B-82E123EAF4EE> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90023fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x90024000 - 0x90031ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90032000 - 0x90037ff7 com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x90038000 - 0x9029aff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9029b000 - 0x902a5fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x902a6000 - 0x902c8ff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x902f4000 - 0x90304ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90305000 - 0x9042dfe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9042e000 - 0x90435ff7 com.apple.KerberosHelper 2.0 (1.0) <2AB5E012-A44F-E468-41C5-96EF3A4EB1EE> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x9043e000 - 0x908ecfe7 com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x908ed000 - 0x90be6fef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90d05000 - 0x90d39ff7 libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
    0x90d3a000 - 0x90f15ff3 libType1Scaler.dylib ??? (???) <BD3674DE-EAD9-C57A-0072-3C18970DCC1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x90f16000 - 0x90f1cfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90f1d000 - 0x90f56fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90f57000 - 0x90f5bff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90fb4000 - 0x91318ff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9133a000 - 0x91340ff7 com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x91341000 - 0x91369ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9136a000 - 0x91419fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9141a000 - 0x9145eff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9145f000 - 0x91551ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x91552000 - 0x91552ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91553000 - 0x91556ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91557000 - 0x91769fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x918c4000 - 0x918f8ff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x918f9000 - 0x91af6feb com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91af7000 - 0x91b12ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91b13000 - 0x91b4aff7 com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91b4b000 - 0x91b85fe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91c35000 - 0x91c7efe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7f000 - 0x91ce9fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91d0a000 - 0x91db7fe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x91dd1000 - 0x91dd8ff7 com.apple.NSServerNotificationCenter 2 (1.0) <63EAE599-362C-CD27-CC18-1F211C12B8B8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x91e8d000 - 0x91f83ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91f84000 - 0x91f84ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91f85000 - 0x91fcdfff com.apple.iCalendar 1 (42) <9AF2C578-17E9-4F9A-AA5D-42B8CA6EA666> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x91fce000 - 0x920c2fe7 libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
    0x920dc000 - 0x9214aff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x9214b000 - 0x9218ffe7 com.apple.Metadata 10.6.0 (507.1) <CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92190000 - 0x92200ffb com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92201000 - 0x922e4ff7 com.apple.WebKit 6531 (6531.9) <991912FB-1484-A0B2-593F-A8722BC6AFE7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x922e5000 - 0x922e5ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92318000 - 0x92318ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92319000 - 0x92359fe7 com.apple.DAVKit 4.0 (729) <FE695058-C0B3-6744-85FA-43239363F815> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9235a000 - 0x923abff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x923ac000 - 0x9252efe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x9252f000 - 0x92556ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92557000 - 0x92597fe7 com.apple.IMCore 5.0 (742) <8BFC7809-7D60-7BFF-792C-A6BC8A288548> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x92598000 - 0x925fcffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92631000 - 0x9270bfe7 com.apple.DiscRecording 5.0 (5000.4.6) <8471B33F-5B5A-13EA-04B4-41882AE63C7D> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9270c000 - 0x92a2ffef com.apple.HIToolbox 1.6.0 (???) <6F95AF67-678A-D8BC-FFC2-029C9AA2F44A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92a30000 - 0x92a71ff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92a7f000 - 0x92abdff7 com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92ac0000 - 0x92af1ff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92af2000 - 0x92af4ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92af8000 - 0x92b6ffeb com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92b79000 - 0x92c16ff3 com.apple.LaunchServices 360.3 (360.3) <C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92c17000 - 0x92c17ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92c18000 - 0x92f0bfe7 com.apple.MessageFramework 4.1 (1076) <0CADF980-95FE-FF49-B929-BD09893E6F8D> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x92f0c000 - 0x92f5cff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x92f5d000 - 0x92ff9fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92ffa000 - 0x930d7ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x930d8000 - 0x931dafef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x93222000 - 0x93222ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93223000 - 0x93363ff7 com.apple.syncservices 5.0 (575) <61B36E07-6D14-97DC-122F-41EDE1F6DB03> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93364000 - 0x933e4feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x933e5000 - 0x93573fff com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93574000 - 0x9358cff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9358d000 - 0x93590ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93591000 - 0x935b5ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x935b6000 - 0x935c0ff7 com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x935c1000 - 0x935caff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x936d8000 - 0x93948ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93949000 - 0x93979ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9397a000 - 0x9397bff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9397c000 - 0x94161fe7 com.apple.WebCore 6531 (6531.9) <F9A9848B-9EB0-B912-49F5-7E8010AF2CF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94163000 - 0x94212fe3 com.apple.QuickTimeImporters.component 7.6.3 (1584) <34BF4FBA-BFCD-9A47-4BA9-E2B155C5C881> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94213000 - 0x94225ff7 com.apple.syncservices.syncservicesui 5.0 (575) <30009CB4-91E6-5006-3FA5-606C54A1EA7A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x94226000 - 0x942dffe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x942f3000 - 0x9434bfe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94386000 - 0x94390ffb com.apple.speech.recognition.framework 3.10.10 (3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94391000 - 0x94400ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94401000 - 0x94cdeff7 com.apple.AppKit 6.6.1 (1038.2) <27C304F6-0045-160B-7591-E57ECF19BDDB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94cdf000 - 0x94ce4ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94ce5000 - 0x94cebff7 libCGXCoreImage.A.dylib ??? (???) <8E11578A-B46D-0BC1-DE50-05A92F377D7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x94cec000 - 0x94d9effb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94d9f000 - 0x94e70ff3 ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x94e92000 - 0x94f00ff7 com.apple.ISSupport 1.9.1 (49) <E6EF2734-ED63-E7C2-C4D2-8D64E9955BFC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x94f2c000 - 0x95342ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95343000 - 0x95353ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95354000 - 0x95369ff7 com.apple.iChat.InstantMessage 5.0 (742) <E2B29853-AC0F-499B-392B-7CAB5CD2ADDB> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9536a000 - 0x953c0ff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x953c1000 - 0x953d6fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x953d7000 - 0x953deff7 com.apple.iChat.IMUtils 5.0 (742) <8AA5F7A8-73D3-1F0D-5ED1-F3E16B7C8D04> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x953ef000 - 0x953f2fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x953f3000 - 0x955affef com.apple.ImageIO.framework 3.0.0 (3.0.0) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x955b0000 - 0x95657fe7 com.apple.CFNetwork 454.4 (454.4) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9565f000 - 0x95661fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x95662000 - 0x9566eff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x9566f000 - 0x95e50497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95e51000 - 0x95e5ffe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x95e60000 - 0x95e93ff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95e94000 - 0x95ee4fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95ef5000 - 0x95efcfff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95efd000 - 0x95f0fff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95f10000 - 0x960b4feb libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
    0x960b5000 - 0x960f0fe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x960f1000 - 0x96173ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96174000 - 0x961a5ff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x961a6000 - 0x9624eff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9624f000 - 0x962a9fe7 com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x962aa000 - 0x96374fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9641e000 - 0x9646bff7 com.apple.ExchangeWebServices 1.0 (54) <47779F6D-8248-11CC-843E-EE37488691C2> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x9646c000 - 0x96480ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96481000 - 0x9649fff7 com.apple.iChat.IMFoundation 5.0 (742) <4681711D-5AC2-8C23-4B77-081B97E399F9> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x964a0000 - 0x965adff7 com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x965ae000 - 0x965b8ff7 com.apple.CrashReporterSupport 10.6 (237) <2FABBC83-A515-24AD-4BAA-60E458509549> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x965b9000 - 0x965d5fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96600000 - 0x9661ffe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96620000 - 0x96621ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96622000 - 0x96626ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x96627000 - 0x96681ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96682000 - 0x9668fff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96690000 - 0x9669aff7 com.apple.HelpData 2.0.3 (33) <AD60F037-CE57-C93A-F865-2CEEE3F08F31> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9669b000 - 0x9669bff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9669c000 - 0x966a6ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x966a7000 - 0x9671bfef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9671c000 - 0x9675bff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x9675c000 - 0x96792fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x9689d000 - 0x968aaff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x968ab000 - 0x969d4fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97964000 - 0x979fcfe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x979fd000 - 0x97a23fff com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <BE757DF9-CC45-54AB-93B8-F7AE2BB6BC7D> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x97a24000 - 0x97a35ff7 com.apple.LangAnalysis 1.6.5 (1.6.5) <E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97a36000 - 0x97a76ff3 com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x97a77000 - 0x97b8dfe3 com.apple.PubSub 1.0.4 (65.11) <7F349A71-C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x97b8e000 - 0x97ccdfe3 com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97cce000 - 0x97d3fff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x97d40000 - 0x97d66fff com.apple.DictionaryServices 1.1 (1.1) <07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x97d67000 - 0x97da3fff com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x97da4000 - 0x97dceff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97dcf000 - 0x97e12ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97e2c000 - 0x97e6efe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x97e6f000 - 0x9809aff3 com.apple.QuartzComposer 4.0 (156.6) <D1D3A5A8-75BC-4556-85FA-8A9F487106DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9809b000 - 0x980ebff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x980ec000 - 0x980edff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x980ee000 - 0x980f1ff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x980f2000 - 0x98152fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x98153000 - 0x98472fe7 com.apple.CoreServices.CarbonCore 859.1 (859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x98473000 - 0x984ecff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x984ed000 - 0x984efff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x984f0000 - 0x984fdff7 com.apple.AppleFSCompression 1.0 (1.0) <A348AEAB-D279-68B9-0CF2-3C29FBADBCC4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x984fe000 - 0x985adff3 com.apple.ink.framework 1.3 (104) <8526D880-D367-3EF9-DBFD-9A6AB240F57A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x985ae000 - 0x985f4ff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x985f5000 - 0x985f9ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x985fa000 - 0x9868bfe3 com.apple.print.framework.PrintCore 6.0 (312) <C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9868c000 - 0x986c9ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x986ca000 - 0x986d4ff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x986d5000 - 0x9870dff7 com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x98741000 - 0x98755fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x98756000 - 0x98756ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9878f000 - 0x9878fff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x98790000 - 0x987adfe7 com.apple.DotMacSyncManager 2.0.0 (446) <4F2093CF-02E6-470C-038C-801F548475F0> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x987ae000 - 0x988affe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x988b0000 - 0x988ceff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x988cf000 - 0x9893dff7 com.apple.QuickLookUIFramework 2.0 (327.0) <86D7E331-4C25-D360-7316-BA32192686D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9893e000 - 0x98b1efff com.apple.imageKit 2.0 (1.0) <A09D802D-DAD8-39D6-B3D1-83931741E387> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98b1f000 - 0x98b98ff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x98b99000 - 0x98be6feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x98be7000 - 0x9901cff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9901d000 - 0x991dcff7 com.apple.CalendarStore 4.0 (965) <5977E405-589F-D858-7115-1BFF12D76547> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x991dd000 - 0x992b7fff com.apple.DesktopServices 1.5.1 (1.5.1) <D9C18268-699B-A996-1035-4EA3695F4074> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x992b8000 - 0x9942ffef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 32 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.1f7, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en3
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en4
    PCI Card: ATI Radeon HD 2600, Display, Slot-1
    PCI Card: ATI Radeon HD 2600, ATY,LamnaParent, Slot-2
    PCI Card: ATI Radeon HD 2600, Display, Slot-2
    Serial ATA Device: WDC WD3200AAJS-41VWA1, 298.09 GB
    Serial ATA Device: WDC WD6400AAKS-00A7B0, 596.17 GB
    Serial ATA Device: WDC WD6400AAKS-00A7B0, 596.17 GB
    Serial ATA Device: WDC WD1001FALS-00J7B0, 931.51 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-112D
    USB Device: Hub, 0x05ac (Apple Inc.), 0x9120, 0xfd500000
    USB Device: Microsoft® 2.4GHz Transceiver v5.0, 0x045e (Microsoft Corporation), 0x074f, 0xfd520000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9220, 0xfd530000
    USB Device: Hub, 0x050d (Belkin Corporation), 0x0416, 0xfd400000
    USB Device: Composite Device, 0x0c45 (Sonix Technology Co., Ltd.), 0x1050, 0xfd460000
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1292, 0xfd420000
    USB Device: Hub, 0x05ac (Apple Inc.), 0x9132, 0xfd300000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9232, 0xfd320000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x5d200000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: iSight, Apple Computer, Inc., Up to 200 Mb/sec
    FireWire Device: unknown_device, Unknown

  • Safari Crashes When Trying to Upload Files

    I have read a lot of posts here, but didn't find anything similar to my problem (sorry if this is a duplicate post).
    When trying to upload files or images to hotmail, yahoo, xdrive, photobucket, whatever.....safari crashes. And there's no crash report - the entire app closes. I've also tried uploading through microsoft entourage, and those emails never send, where emails with no attachments send fine.
    Any ideas? I"M HAVING TO UPLOAD WITH MY MOM"S PC!!!!! Please help. That is killing me.

    Oops. Wow, thats a big log:
    Host Name: david-perkins-computer
    Date/Time: 2007-11-23 14:46:12.025 -0600
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [64]
    Rosetta: Yes
    Version: 3.0.4 (523.12)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 45231200
    PID: 277
    Thread: Unknown
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000006
    Thread 0:
    0 com.apple.Safari 0xb813446b spinlockwrapper + 92201
    1 com.apple.Safari 0xb815fa34 CallPPCFunctionAtAddressInt + 148094
    2 com.apple.Safari 0xb8162601 CallPPCFunctionAtAddressInt + 159307
    3 com.apple.Safari 0xb80c805c 0xb8000000 + 819292
    Thread 1:
    0 com.apple.Safari 0xb822fa6b strchr + 72
    1 com.apple.Safari 0xb81cb487 pthreadcondwait + 3114
    2 com.apple.Safari 0xb816765e catchexception_raise_stateidentity + 318
    3 com.apple.Safari 0xb8166b9a CallPPCFunctionAtAddressInt + 177124
    4 com.apple.Safari 0xb8166a91 CallPPCFunctionAtAddressInt + 176859
    5 com.apple.Safari 0xb816775c catchexception_raise_stateidentity + 572
    6 com.apple.Safari 0xb8200c00 pthread_create + 1124
    Thread 2:
    0 com.apple.Safari 0xb81342a8 spinlockwrapper + 91750
    1 com.apple.Safari 0xb814d2e0 CallPPCFunctionAtAddressInt + 72490
    2 com.apple.Safari 0xb80a626f 0xb8000000 + 680559
    3 com.apple.Safari 0xb809fb15 0xb8000000 + 654101
    4 com.apple.Safari 0xb80bd72e 0xb8000000 + 775982
    5 com.apple.Safari 0xb811e403 spinlockwrapper + 1985
    Thread 3:
    0 com.apple.Safari 0xb813446b spinlockwrapper + 92201
    1 com.apple.Safari 0xb815fa34 CallPPCFunctionAtAddressInt + 148094
    2 com.apple.Safari 0xb8162601 CallPPCFunctionAtAddressInt + 159307
    3 com.apple.Safari 0xb80c805c 0xb8000000 + 819292
    Thread 4:
    0 <<00000000>> 0x82eadf0f 0 + -2098536689
    1 <<00000000>> 0xf01826b0 0 + -266852688
    Thread 5:
    0 com.apple.Safari 0xb8134661 spinlockwrapper + 92703
    1 com.apple.Safari 0xb81433b4 CallPPCFunctionAtAddressInt + 31742
    2 com.apple.Safari 0xb80c805c 0xb8000000 + 819292
    Thread 6:
    0 com.apple.Safari 0xb81342a8 spinlockwrapper + 91750
    1 com.apple.Safari 0xb814d2e0 CallPPCFunctionAtAddressInt + 72490
    2 com.apple.Safari 0xb80a626f 0xb8000000 + 680559
    3 com.apple.Safari 0xb809fb15 0xb8000000 + 654101
    4 com.apple.Safari 0xb80bd72e 0xb8000000 + 775982
    5 com.apple.Safari 0xb811eb4e spinlockwrapper + 3852
    Thread 7:
    0 com.apple.Safari 0xb81342a8 spinlockwrapper + 91750
    1 com.apple.Safari 0xb814d2e0 CallPPCFunctionAtAddressInt + 72490
    2 com.apple.Safari 0xb80a626f 0xb8000000 + 680559
    3 com.apple.Safari 0xb809fb15 0xb8000000 + 654101
    4 com.apple.Safari 0xb80bd72e 0xb8000000 + 775982
    5 com.apple.Safari 0xb811eb4e spinlockwrapper + 3852
    Thread 8:
    0 com.apple.Safari 0xb81346a0 spinlockwrapper + 92766
    1 com.apple.Safari 0xb814f4a7 CallPPCFunctionAtAddressInt + 81137
    2 com.apple.Safari 0xb80a626f 0xb8000000 + 680559
    3 com.apple.Safari 0xb809fb15 0xb8000000 + 654101
    4 com.apple.Safari 0xb80bd72e 0xb8000000 + 775982
    5 com.apple.Safari 0xb811e403 spinlockwrapper + 1985
    Thread 9:
    0 com.apple.Safari 0xb81342a8 spinlockwrapper + 91750
    1 com.apple.Safari 0xb814d2e0 CallPPCFunctionAtAddressInt + 72490
    2 com.apple.Safari 0xb80a626f 0xb8000000 + 680559
    3 com.apple.Safari 0xb809fb15 0xb8000000 + 654101
    4 com.apple.Safari 0xb80bd72e 0xb8000000 + 775982
    5 com.apple.Safari 0xb811eb4e spinlockwrapper + 3852
    Thread 10:
    0 com.apple.Safari 0xb813431a spinlockwrapper + 91864
    1 com.apple.Safari 0xb814d4b8 CallPPCFunctionAtAddressInt + 72962
    2 com.apple.Safari 0xb80a626f 0xb8000000 + 680559
    3 com.apple.Safari 0xb809fb15 0xb8000000 + 654101
    4 com.apple.Safari 0xb80bd72e 0xb8000000 + 775982
    5 com.apple.Safari 0xb811eb4e spinlockwrapper + 3852
    Thread 11:
    0 com.apple.Safari 0xb813431a spinlockwrapper + 91864
    1 com.apple.Safari 0xb814d4b8 CallPPCFunctionAtAddressInt + 72962
    2 com.apple.Safari 0xb80a626f 0xb8000000 + 680559
    3 com.apple.Safari 0xb809fb15 0xb8000000 + 654101
    4 com.apple.Safari 0xb80bd72e 0xb8000000 + 775982
    5 com.apple.Safari 0xb811eb4e spinlockwrapper + 3852
    Unknown thread crashed with i386 Thread State:
    eax: 0x00000000 ebx: 0xb811e556 ecx:0x00000000 edx: 0xf0182700
    edi: 0xb82d76d4 esi: 0xb82d76b0 ebp:0x8201a380 esp: 0xb021cebc
    ss: 0x0000001f efl: 0x00010246 eip:0x82eadf0f cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs:0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x130fff com.apple.Safari 3.0.4 (523.12) /Applications/Safari.app/Contents/MacOS/Safari
    0xee4f000 - 0xee54fff com.apple.LiveType.component 2.1.3 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xee82000 - 0xee86fff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    0xf0ab000 - 0xf0acfff com.apple.JavaPluginCocoa 11.5.0 /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x10f6b000 - 0x10f79fff com.apple.JavaPluginCocoa15 11.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPlugin Cocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x10f96000 - 0x112abfff com.macromedia.Flash Player.plugin 9.0.47 (1.0.4f41) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x12451000 - 0x124b6fff com.apple.LiveType.framework 2.1.3 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x124d8000 - 0x1253cfff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1254a000 - 0x12592fff com.apple.motion.component 1.0 /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x89030000 - 0x890d0fff com.apple.QuickTimeImporters.component 7.3 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fc00000 - 0x8fc50fff dyld 46.16 /usr/lib/dyld
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901c0fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90218000 - 0x9021dfff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021f000 - 0x90261fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90289000 - 0x9036dfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90396000 - 0x90758fff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907e7000 - 0x908befff com.apple.CoreFoundation 6.4.8 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90905000 - 0x90905fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90907000 - 0x90a10fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a61000 - 0x90ae4fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90b0d000 - 0x90b7ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bf2000 - 0x90bfdfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90c02000 - 0x90c77fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c8d000 - 0x90ca1fff libauto.dylib /usr/lib/libauto.dylib
    0x90ca7000 - 0x90f72fff com.apple.CoreServices.CarbonCore 682.28 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90fcf000 - 0x91048fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9108b000 - 0x910ccfff com.apple.CFNetwork 129.22 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910e0000 - 0x910f4fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91100000 - 0x91192fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x911ce000 - 0x911eefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x911fb000 - 0x9120afff libz.1.dylib /usr/lib/libz.1.dylib
    0x9120d000 - 0x913c2fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x914bf000 - 0x914c8fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x914cf000 - 0x914d7fff libbsm.dylib /usr/lib/libbsm.dylib
    0x914db000 - 0x91503fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91515000 - 0x9158efff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x915d8000 - 0x915d8fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915da000 - 0x9160dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91623000 - 0x91700fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9173f000 - 0x917c0fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917fd000 - 0x918affff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x918e4000 - 0x9193afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91962000 - 0x9197cfff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9198a000 - 0x919aafff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x919b7000 - 0x919f3fff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91a0b000 - 0x91a19fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a21000 - 0x91a5ffff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a74000 - 0x91b37fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b82000 - 0x91b97fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b9c000 - 0x91bbcfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bc1000 - 0x91c21fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c33000 - 0x91c37fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c39000 - 0x91ca6fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91cab000 - 0x91cebfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cf1000 - 0x91d0cfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d11000 - 0x91d13fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d15000 - 0x91e03fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e22000 - 0x91e22fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e24000 - 0x91f0afff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f12000 - 0x91f31fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91f9d000 - 0x92029fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92035000 - 0x920ccfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920e5000 - 0x92692fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926c5000 - 0x929f0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a20000 - 0x92b0ffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b12000 - 0x92b98fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bda000 - 0x92e0efff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f31000 - 0x92f51fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5c000 - 0x92fb8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fce000 - 0x92fcefff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd0000 - 0x92fe5fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff6000 - 0x93001fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93009000 - 0x93012fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9301a000 - 0x930adfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930c7fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930cb000 - 0x930edfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93101000 - 0x93109fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93110000 - 0x93179fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931a2000 - 0x931eafff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93214000 - 0x93225fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9322e000 - 0x93235fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9323b000 - 0x93562fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93697000 - 0x936a4fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936a9000 - 0x936c2fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936cb000 - 0x936d0fff com.apple.JavaVM 11.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x93710000 - 0x93710fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93712000 - 0x93d80fff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94108000 - 0x9417cfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941b6000 - 0x94275fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942b9000 - 0x942b9fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942bb000 - 0x9446efff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944b7000 - 0x944f7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944ff000 - 0x94543fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9454a000 - 0x94564fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94575000 - 0x94597fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94624000 - 0x94666fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946ac000 - 0x946c0fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x946cf000 - 0x94709fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94726000 - 0x94737fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9473e000 - 0x9474bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9479b000 - 0x947b5fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947bc000 - 0x94ae4fff com.apple.QuickTime 7.3.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94cbd000 - 0x94df3fff com.apple.AddressBook.framework 4.0.6 (488) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94e81000 - 0x94e90fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94e98000 - 0x94ec5fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ecc000 - 0x94edcfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94ee0000 - 0x94f0cfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f1b000 - 0x94f39fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95284000 - 0x9533ffff com.apple.WebKit 523.12 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x953a8000 - 0x9545bfff com.apple.JavaScriptCore 523.12 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95483000 - 0x959fbfff com.apple.WebCore 523.12 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96f01000 - 0x96f20fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97665000 - 0x97672fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98a61000 - 0x9964ffff com.apple.QuickTimeComponents.component 7.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9a5cc000 - 0x9a601fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a61e000 - 0x9a62ffff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9c05c000 - 0x9c05efff Interposers.dylib /usr/libexec/oah/Shims/Interposers.dylib
    0xb8000000 - 0xb82d6fff com.apple.Safari 3.0.4 (523.12) /Applications/Safari.app/Contents/MacOS/Safari
    Translated Code Information:
    Rosetta Version: 17.26
    Args: /Applications/Safari.app/Contents/MacOS/Safari -psn04456449
    Exception: EXCBADACCESS (0x0001)
    Thread 0: (0xb031ed38, 0xb81342a8)
    0x900312a0: /usr/lib/libSystem.B.dylib : pthread_condwait + 0x1b4
    0x92c4c428: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : -[NSConditionLock lockWhenCondition:] + 0x38
    0x9a5ceb30: /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication : -[AsyncDB _run:] + 0xac
    0x92bf692c: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : _forkThreadForFunction + 0x6c
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x900312d0 ctr: 0x9002c280
    r00: 0xffffffdb r01: 0xf02139b0 r02: 0xa0001fcc r03: 0x00004803
    r04: 0x00004503 r05: 0x00000001 r06: 0x005fb093 r07: 0x00000005
    r08: 0x00000001 r09: 0x00000001 r10: 0xa0005f80 r11: 0xa0006b70
    r12: 0x9002c280 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0x00000000 r26: 0xa00010fc r27: 0x005f87b8
    r28: 0xa0001fcc r29: 0x005f87e4 r30: 0xa0001fcc r31: 0x900310fc
    Thread 1: (0xb019b7fc, 0xb813446b)
    0x90002f88: /usr/lib/libSystem.B.dylib : malloc_zonemalloc + 0x264
    0x9080a6e0: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRunSpecific + 0x67c
    0x92c52648: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : +[NSURLCache _diskCacheSyncLoop:] + 0x94
    0x92bf692c: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : _forkThreadForFunction + 0x6c
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000a97c ctr: 0x9000aa20
    r00: 0xffffffe1 r01: 0xf01017e0 r02: 0xa07ea07c r03: 0xf01018b0
    r04: 0x03000006 r05: 0x00000000 r06: 0x00000450 r07: 0x00006c03
    r08: 0x00000000 r09: 0x00000000 r10: 0x7fffffff r11: 0xa00069a4
    r12: 0x9000aa20 r13: 0x00000000 r14: 0x00000000 r15: 0x9080a07c
    r16: 0xa07ea07c r17: 0xa07ea07c r18: 0x24000024 r19: 0x00000000
    r20: 0xf01018b0 r21: 0x0057b4f8 r22: 0x0057b588 r23: 0x00000000
    r24: 0xf01018b0 r25: 0x00000450 r26: 0x00006c03 r27: 0x00000000
    r28: 0x00000000 r29: 0x03000006 r30: 0x03000006 r31: 0x9080a07c
    Thread 2: (0xb039fd38, 0xb81342a8)
    0x900312a0: /usr/lib/libSystem.B.dylib : pthread_condwait + 0x1b4
    0x92c4c428: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : -[NSConditionLock lockWhenCondition:] + 0x38
    0x937eb9e0: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSUIHeartBeat _heartBeatThread:] + 0x138
    0x92bf692c: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : _forkThreadForFunction + 0x6c
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x20000000 lr: 0x900312d0 ctr: 0x9002c280
    r00: 0xffffffdb r01: 0xf0294980 r02: 0xa0001fcc r03: 0x00004603
    r04: 0x00004f03 r05: 0x00000000 r06: 0x00000001 r07: 0x00000000
    r08: 0xf0294ae8 r09: 0x00000001 r10: 0x00000486 r11: 0xa0006b70
    r12: 0x9002c280 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0xa374b8a8
    r24: 0xa374b8a8 r25: 0xa374b8a8 r26: 0xa00010fc r27: 0x0e0ce0f8
    r28: 0xa0001fcc r29: 0x0e0ce124 r30: 0xa0001fcc r31: 0x900310fc
    Thread 3: (0xb051bd38, 0xb81342a8)
    0x900312a0: /usr/lib/libSystem.B.dylib : pthread_condwait + 0x1b4
    0x90ce3448: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _MPWaitOnQueue + 0x110
    0x92b14830: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv : __ZN13TNodeSyncTask12SyncTaskProcEPv + 0x88
    0x90ce3228: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 0x50
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x900312d0 ctr: 0x9002c280
    r00: 0xffffffdb r01: 0xf0417900 r02: 0xa0001fcc r03: 0x00004d03
    r04: 0x00004f03 r05: 0x00000000 r06: 0x0007a11f r07: 0xfff0bdc0
    r08: 0x10cca480 r09: 0x00000001 r10: 0x00000000 r11: 0xa0006b70
    r12: 0x9002c280 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0xf0417a88 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0xf0417a84 r25: 0x7fffffff r26: 0xa00010fc r27: 0xa0ca78a8
    r28: 0xa0001fcc r29: 0x10cca488 r30: 0xa0001fcc r31: 0x900310fc
    Thread 4: (0xb0099d38, 0xb81342a8)
    0x900312a0: /usr/lib/libSystem.B.dylib : pthread_condwait + 0x1b4
    0x9548a740: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore : __ZN7WebCore12IconDatabase18syncThreadMainLoopEv + 0x140
    0x95486638: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore : __ZN7WebCore12IconDatabase22iconDatabaseSyncThreadEv + 0x1a8
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x900312d0 ctr: 0x9002c280
    r00: 0xffffffdb r01: 0xf0080d00 r02: 0xa0001fcc r03: 0x00004a03
    r04: 0x00004c03 r05: 0x00000000 r06: 0x10cbe226 r07: 0x00000000
    r08: 0x00034048 r09: 0x00000001 r10: 0x00000018 r11: 0xa0006b70
    r12: 0x9002c280 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0xa54da614 r25: 0xa54da614 r26: 0xa00010fc r27: 0x00666df0
    r28: 0xa0001fcc r29: 0x00666e1c r30: 0xa0001fcc r31: 0x900310fc
    Thread 5: (0xb061dd30, 0xb813431a)
    0x90054630: /usr/lib/libSystem.B.dylib : pthread_condtimedwait + 0x24c
    0x92c90fb8: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : F_CONDITION_WAITTIMEOUT + 0x90
    0x92c90ecc: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : -[NSConditionLock lockWhenCondition:beforeDate:] + 0x74
    0x939b085c: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : +[NSNavFBENodePreviewHelper _subthreadComputePreviewThumbnailImages] + 0x90
    0x92bf692c: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : _forkThreadForFunction + 0x6c
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x90054674 ctr: 0x90054820
    r00: 0xffffffd9 r01: 0xf0519c00 r02: 0xa0001fcc r03: 0x00004e03
    r04: 0x00004903 r05: 0x00000004 r06: 0x3b99f343 r07: 0x00000001
    r08: 0x00000000 r09: 0x00000001 r10: 0x90a65280 r11: 0xa0006b5c
    r12: 0x90054820 r13: 0x00000000 r14: 0xa373dc7c r15: 0xa37507cc
    r16: 0xa37507cc r17: 0xa37507cc r18: 0xa37507cc r19: 0xa37507cc
    r20: 0xa37125c0 r21: 0xa37125c0 r22: 0xa37507cc r23: 0x93d507cc
    r24: 0xa37407cc r25: 0xa00043f8 r26: 0x10ce7bf8 r27: 0x10ce7c24
    r28: 0xa0001fcc r29: 0x3b99f343 r30: 0x00000004 r31: 0x900543f8
    Thread 6: (0xb7fffabc, 0x82edc161)
    0x9379e15c: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSView(NSThemeFrame_Private) _addCornerDirtyRectForRect:list:count:] + 0x358
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9554ae7c ctr: 0x95948e50
    r00: 0x9554ae90 r01: 0xbfffc7b0 r02: 0xa549f7b0 r03: 0x127e2aec
    r04: 0x00000000 r05: 0xbfffc800 r06: 0xbfffc7ec r07: 0x95974bd0
    r08: 0x00000000 r09: 0x127e2aec r10: 0x00008200 r11: 0x24424422
    r12: 0x959752c0 r13: 0x00000000 r14: 0x00000000 r15: 0x00000005
    r16: 0xa07ea07c r17: 0x00000000 r18: 0x00000000 r19: 0xbfffcb58
    r20: 0x00000000 r21: 0x00000000 r22: 0xbfffcb60 r23: 0x00000000
    r24: 0x00000000 r25: 0xbfffc6b0 r26: 0xbfffc7ec r27: 0xbfffc800
    r28: 0xbfffc628 r29: 0x127e2f70 r30: 0x127e3010 r31: 0x9554df74
    Thread 7: (0xb059cd30, 0xb813431a)
    0x900717ec: /usr/lib/libSystem.B.dylib : pthread_cond_timedwait_relativenp + 0x1ec
    0x90ce3448: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _MPWaitOnQueue + 0x110
    0x92b39a5c: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv : __ZN13TPropertyTask16PropertyTaskProcEPv + 0x4c
    0x90ce3228: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 0x50
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x90071828 ctr: 0x90054820
    r00: 0xffffffd9 r01: 0xf04986e0 r02: 0xa0001fcc r03: 0x00004407
    r04: 0x00004603 r05: 0x0000000a r06: 0x00000000 r07: 0x540be400
    r08: 0x0eba9ac0 r09: 0x00000001 r10: 0xf04987a8 r11: 0xa0006b5c
    r12: 0x90054820 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x10cf60c0 r17: 0x0ebb73d0 r18: 0xf049885c r19: 0x00000000
    r20: 0xa2b19a18 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0xf049885c r25: 0xa0001614 r26: 0xa0ca78a8 r27: 0x0eba9ac8
    r28: 0xf04987a8 r29: 0xa0001fcc r30: 0xa0001fcc r31: 0x90071614
    Thread 8: (0xb0420d08, 0xb81346a0)
    0x92b14178: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv : __ZN19TFSNotificationTask22FSNotificationTaskProcEPv + 0x20
    0x90ce3228: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 0x50
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x92b14190 ctr: 0x9002ef60
    r00: 0x0000016b r01: 0xf0396d70 r02: 0x00000000 r03: 0x00000015
    r04: 0x00000000 r05: 0x00000000 r06: 0xf0396da8 r07: 0x00000001
    r08: 0x00000000 r09: 0x00000001 r10: 0x00000000 r11: 0xa2b12330
    r12: 0x9002ef60 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0x00000000 r26: 0x00000000 r27: 0x0188d800
    r28: 0x00000000 r29: 0x00000000 r30: 0x10cca230 r31: 0x90ce31e8
    Thread 9: (0xb029dc4c, 0xb8134661)
    0x9081f254: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFSocketManager + 0x254
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x20000000 lr: 0x9081f274 ctr: 0x9001f6c0
    r00: 0x0000005d r01: 0xf018aa50 r02: 0xa07e7218 r03: 0x00000040
    r04: 0x0e019440 r05: 0x0e0187f0 r06: 0x00000000 r07: 0x00000000
    r08: 0x00000000 r09: 0x00000014 r10: 0x00000005 r11: 0xa07e8388
    r12: 0x9001f6c0 r13: 0xa07ef010 r14: 0x00000002 r15: 0x00000100
    r16: 0xa07ef010 r17: 0x00000000 r18: 0xa07ef010 r19: 0xa07ef010
    r20: 0x00000001 r21: 0x0e0187f0 r22: 0x0e019450 r23: 0x0e019460
    r24: 0x0e019440 r25: 0x0ebe55b0 r26: 0xa07f0720 r27: 0x00000040
    r28: 0x00000000 r29: 0x0e018f10 r30: 0x00000008 r31: 0x9081f010
    Thread 10: Crashed (0xb021cebc, 0x82eadf0f)
    0x00000000: /Applications/Safari.app/Contents/MacOS/Safari : + 0x0
    0x910a1954: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork : __CFNetConnectionErrorOccurred + 0x1c
    0x910a3308: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork : _httpRequestPayloadCallBack + 0xa8
    0x9085a220: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : __CFStreamSignalEventSynch + 0x144
    0x9080a464: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRunSpecific + 0x400
    0x92c2b610: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 0xf8
    0x92bf692c: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : _forkThreadForFunction + 0x6c
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x907ed110 ctr: 0x907ed100
    r00: 0x910a1954 r01: 0xf01826b0 r02: 0x00000016 r03: 0x00000000
    r04: 0xf0182788 r05: 0x0eb84b50 r06: 0x00000000 r07: 0x0ec01dae
    r08: 0x90bf29d0 r09: 0x0000009c r10: 0x908026c0 r11: 0xa108b458
    r12: 0x907ed100 r13: 0x00000000 r14: 0x00000000 r15: 0x9080a07c
    r16: 0xa07ea07c r17: 0xa07ea07c r18: 0x24000024 r19: 0x00000000
    r20: 0xf0182880 r21: 0x005d7388 r22: 0x005d7498 r23: 0x00000000
    r24: 0x005d7380 r25: 0x005d7490 r26: 0x00000001 r27: 0x0eb3d8d0
    r28: 0x0eb3d8d0 r29: 0xf0182788 r30: 0x00000000 r31: 0x907ed110

  • Mass user Uploader

    Dear All
    I am trying to create multiple users using Mass user Uploader but i dont know the format conversion from excel sheet so that i can place it into notepad and then upload it in portal.Please guide me .
    Waitng for your reply.

    Hi
    Upload data from an Excel file
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/009696a7-7d33-2a10-8e94-ff15c5d37544
    Creating An Import File For UME From Excel
    thanks,
    Tulasi Palnati

  • Adobe Muse won't publish (Error uploading file)

    After making simple animations using Adobe Edge Animate it seems as though none of the assets will publish with my site after importing them into Muse.
    In Edge animate I saved for "web animation" and published. Then I went to muse and hit "place". I went to preview and everything works fine. When I go to publish there are always errors in uploading my assets with '.png' extensions.
    Any help is much appreciated. I have completely scrapped my website and created another, reinstalled Animate and have renamed all my files, I'm not sure whats wrong here.
    I got one animation working, and that can be seen here under the Photography section, but I have multiples that will be shown on my page at one time.
    http://chasebodydesign.businesscatalyst.com

    I get the error uploading file everytime I try publishing the animation.

  • Change upload file name with com.oreilly.servlet.MultipartRequest to handle the file upload

    1. when use com.oreilly.servlet.MultipartRequest to handle the file upload, can I change the upload file name .
    2. how com.oreilly.servlet.MultipartReques handle file upload? do it change to byte ?
    what  different?  if I use the following method?
       File uploadedFile = (File) mp.getFile("filename");
                   FileOutputStream fos = new FileOutputStream(filename);
                    byte[] uploadedFileBuf = new byte[(int) uploadedFile.length()];
                   fos.write(data);
                 fos.close();

    My questions are
    1) when use oreilly package to do file upload , it looks like i line of code is enough to store the upload file in the
    file direction.
    MultipartRequest multi =
            new MultipartRequest(request, dirName, 10*1024*1024); // 10MB
    why some example still use FileOutputStream?
    outs = new FileOutputStream(UPLOADDIR+fileName); 
        filePart.writeTo(outs); 
       outs.flush(); 
      outs.close();
    2) can I rename the file name when I use oreilly package?

  • Request.getParameter() when uploading files

    Hi, I need to upload files and do other works .. such that, in my html ..
    <form name="composer" method="post" ENCTYPE="multipart/form-data">
    <input type=hidden name="a" value="a">
    <input type=File name=inputfile>
    <inpu type=button name=Upload onClick='upload file'>
    <inpu type=button name=otherStuff onClick='do other stuff'>
    </form>
    In the jsp for 'do other stuff', I have the following statement to get the value of a
    String a = request.getParameter("a");
    However, it returns 'null', if I erase the 'ENCTYPE' part from the html file, it works. How can I get it right?

    If your ENCTYPE is multi-part/form-data, then there is another technichque to read the form parameters.
    request.getParameter() won't work.
    first u need to read the requenct explicitely and divide the contents into parameters, files etc. and then read the parameter values.
    you can get a lot of stuff regarding this on web, like 'uploading files using jsp'.
    have fun!!

  • Remove link for uploaded files in application

    Hi all,
    I've been following the tutorial on how to upload and download files in application at http://download-uk.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32469/up_dn_files.htm. I have now created my own table which stores the uploaded files and can download them successfully. I would now like to add the ability to delete these files within the application and was wondering what the best way of doing this was?
    I would like to add another column to the displayed report with a 'Remove file' link for each listed file, which when clicked would delete the file from the table. I've already tried using a similar method to the one used to upload the files (instead of uploading the file, the called procedure deletes it from the table using the specified ID), but this causes the application to display a blank page when the link is clicked, which I dont want (but does delete the file).
    I would appreciate any suggestions.
    Regards,
    Dave

    Dave,
    See the login page:
    http://htmldb.oracle.com/pls/otn/f?p=31517:101
    There are details on how to access the application builder, where you can see how the
    setup of that download, delete, upload application has been done.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for

  • I need to wipe my MacBook Air's hard drive - how can I do it?

    Looking to sell and upgrade and want to be secure!

  • Hitting my own servlet from JavaScript

    Hi, I am including my own natively written JavaScript file in my CF template, and want to post to a Java servlet URL that I think I've mapped correctly in web.xml. But it doesn't work? Are there any issues I'm missing? Thanks e.

  • Itunes Crashes Help

    My itunes crashes everytime i open it and gives this message: Process:         iTunes [1704] Path:            /Applications/iTunes.app/Contents/MacOS/iTunes Identifier:      com.apple.iTunes Version:         11.2.2 (11.2.2) Build Info:      iTunes-11

  • BAM 11g - creating new report - More options not active

    I am creating new reports in BAM 11g. 11.1.1.3.0 Build 8553 I can select the Data Object and Data Fields, but.... When I select any of the More options.... such as Create a filter or Create a calculated fied etc... I get the View Prompts screen and I

  • Adding objects to an object package

    I am using DESKi XI and I am trying to add a .rep report to the CMC so I can schedule it every day in InfoView. On page 189 of the BO Enterprise Administrator's Guide it says to open the object package in the CMC, click the New Object button and a li