ENHANCE BW CONTENT

HOW WILL YOU ENHANCE BW CONTENT

Hi,
Check this out for LO Enhancements -
/people/vikash.agrawal/blog/2006/12/18/one-stop-shop-for-all-your-lo-cockpit-needs
Regards
Vikash

Similar Messages

  • Enhance business content Data Source

    Hello BW Gurus,
      Please let me know step-by-step (Detailed) procedure on how to enhance the Business Content Data source
    Actual Time and Labor Times <b>0HR_PT_2</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/4b/26c5394dbfef35e10000000a11402f/frameset.htm
    This Data source is already extracting Data for HR Tables PA2001,I want to enhance the data source to include start date and end date from the same table.
    Please give me detailed steps how i can do it (Do i nned to modify the function module of data source if how how and where) .Please help as it is my first extraction from R/3
    Thanks

    Hi
    Enhancement means in the SAP given datasource If you want to add extra fields.
    The procedure is like below.
    Take the datasource in which you enhance.
    1. If you enhancing in the LO datasaource, take the aprapriate communication strucute append the structure in that structure add the fields you wnat enhance.
    If you are enhancing other than LO you take extract structure append the structure and add the fields in that structure.
    2. Goto LBWE Tcode take the option called "Maintain Extract structure" take the fields which you enhanced from pool take push in to extract strucure.
    If you enhancing other than LO no need to do this.
    3. Goto RSA6, take datasource, goto change mode. The enhanced fields Hide option checked, reomove that tick and save it.
    4. Goto "CMODE" tcode, If project is already created for that enhancement goto disply mode. If the project is not created give the project name created and give the enhancemet name as "RSAP0001" and save it.
    in the component you can find 4 Function modules
    EXIT_SAPLRSAP_001 -> Transaction Data
    EXIT_SAPLRSAP_002 -> masterdata attributes
    EXIT_SAPLRSAP_003 -> Master data Texts
    EXIT_SAPLRSAP_004 -> Masterdata Hirarchies.
    Take the apprapriate FM and double click on it
    there you can find Include name. If you double click on it you can find ABAP editor.
    there we have to write the code
    example code will be like below.
    data: l_s_icctrcst like icctrcst,
    l_s_icctract like icctract,
    l_s_icctrsta like icctrsta,
    l_tabix like sy-tabix.
    case i_datasource. */ in BW 1.2B case i_isource.
    when '0CO_OM_CCA_1'.
    loop at c_t_data into l_s_icctrcst.
    l_tabix = sy-tabix.
    select single * from z0001 where kokrs = l_s_icctrcst-kok
    and kostl = l_s_icctrcst-kostl.
    if sy-subrc = 0.
    l_s_icctrcst-zfield1 = z0001-zfield1.
    l_s_icctrcst-zfield2 = z0001-zfield2.
    modify c_t_data from l_s_icctrcst index l_tabix.
    endif.
    endloop.
    when '0CO_OM_CCA_2'.
    when '0CO_OM_CCA_3'.
    when others.
    exit.
    endcase.
    This is example code.
    Thaks
    DST

  • Displaying all enhanced Business Content Objects?

    Hey all.
    Is there a way to display all Business Content objects that have been enhanced/modified without checking each one individually?
    Specifically, I am wanting to know which standard InfoObjects in our system have been enhanced, but I don't want to have to manually check each object to determine if it has been enhanced or not.
    Thanks in advance.

    check table RSDIOBJ field TSTPNM
    (exclude 'SAP' and 'DDIC')
    Edited by: RafB on Jun 3, 2009 2:35 PM

  • BI Business content in BI 7.0 flow

    Is there any place where the release plan for BI Content is available?
    The basic thing that I want to know is when will be the BI 7.0 Version of Business Content be available? This would help in deciding to activate the current BW 3.5 flow or wait for BI 7.0 flow.
    I am planning to implement the Business Content for Plant Maintenanace (PM). I know that now the content is in BW 3.5 version, but no idea when will it be available in BI 7.0 flow.
    TIA
    Abhishek

    Hi
    My question is whether SAP is providing the Business Content for PM in BI 7.0 flow or not? We have to install the Business Content on BI 7.0 system. So if SAP is providing the content in 7.0 we will install that directly and enhance it when required.
    Otherwise we have to install the 3.5 content and then upgrade to BI 7.0 flow as and when we modify/enhance the content. The only problem here is we will have to understand the custom routines in the content and migrate them to BI 7.0.
    I hope you understand the requirement.
    Regards
    Abhishek

  • Enhancement methods

    Dear Experts,
    Iam hust going through a SAP  Book .in that it is written that there are in two ways we can do enhancement.
    1. by Enhancement(Append Structure)
    2. by modification
       create a view or an ABAP query infoset and overwrite the extractor for BW and the extract structure in  the maintainance function for data source (MD Attributes)
    can any one explian me about the second method with screen shots for better understanding.....
    thanks in advance
    Regards
    Sabiha

    Sabiha,
    We normally enhance Business Content datasources/extractors by adding an append structure and writing requisite code in the exit.
    Though it is possible it is not advisable to modify standard SAP code.
    Another possibility is to create a generic datasource/extractor and to do the required coding. Search with 'generic datasource'. There are  3 methods available to create generic extractors - View, Query and Function module. 
    Practically most scenarios would be covered by enhancing business content supplied datasources with additional fields in the append include or by creating generic extractors. 
    BR/
    Mathew.

  • Cant find "Content Areas"

    Hi Guys,
    Very basic question, i cant find "Content Areas" under Navigator in the Portal (ver. 9.0.4). Is this called somthing else in this version ("Shared Objects??").
    Could someone point me to a step by step guide to configure "Content Areas", my requirement is pretty simple - to provide shareable content to portal users.
    Thanks in anticipation
    Gaurav

    Hi Gaurav,
    since Portal 9.0.2 there are not Content Areas any more. This is a functionality we had in Portal 3.0.x. Since Portal 9.0.2 and onwards we have a new and much enhanced model: Content Areas became Page Groups.
    Read everything about this new concept in the documentation:
    http://www.oracle.com/technology/products/ias/portal/documentation.html
    Find more information on Portalcenter on OTN:
    http://www.oracle.com/technology/products/ias/portal/index.html
    hope this helps.
    regards,
    christian

  • Enhancing data source

    Hi guys,
    I want to enhance this Business Delivered DataSource 0CO_PC_ACT_03 which is part of MM-IO. I have been asked to append field kosgr from mbew in this DataSource. I dont have much experience with enhancing business contents. I would appreciate if someone can give me the details steps to do that.
    thanks a lot in advance,
    zubin

    Hi Zublin,
    TO enhance
    First go to Tcode RSA6
    Display data sources-->Then select ur dataSoruce which we need to enhance then click on the append structure.....> then add the fields which u  needed.--
    > save and activate.
    go to the t code CMOD...>there select the project name--> go to the exit in RSAP0001->then find the exits...>EXIT_SAPLRSAP_001 for Transaction Data,
    EXIT_SAPLRSAP_002 for Master Data.------->Double Click on the exits it will open include Zprogram. Double click on that Program and find case structure where u include code for the newly appended fields
    regards
    babu.

  • No data coming in to enhanced fields of extractor

    I added fields twice to  the existing enhanced business content extractor 0fi_gl_4, I wrote the transactional data exit and did the extraction, the extraction went with green light. when i checked the data in ods, i dont see any data for the enhanced fields, including the earlier enhanced fields which used to be populated before i did this enhancement.
    when i look at load in monitor
    it is all green, but when i go to scheduler to do another test load it is giving me the following message
    Conv. exit PERI7 for field FISCPER not found in BW; Exit deleted
    Message no. RSM1149,
    > is this the reason for no data in my enhanced fields....if so how do i get rid of it?
    > do i need to delete and recreate the datasoure
    so that all the enhaced fields lie in same append structure, if so how do i recreate the datasource...?
    > plz also help me debug my enhancement, i tried rsa3 it doesnt show an error, i tried break point but no use..
    plz give me detailed instructions..
    thanks in advance
    points will be assigned for inputs

    do i need not add exit even if i did an append structure to the datasource? (bcoz in help it says only about include structure )
    do you know how to do an include structure to the datasource instead of append?
    i tried making an infinite loop in exit and do a data load..the load has taken sucessfully without an error and i checked the data , the enhanced fields are empty..so i concluded that it is not even calling the exit? any idea of how to fix it ? plz give me ur mail id ..i will send some screen shots?
    regarding the conversion exit error, this is all i am getting, when i click on the error there is nothing but the same decription
    Conv. exit PERI7 for field FISCPER not found in BW; Exit deleted     RSM1     149     \
    > any way to look up by error message and number?

  • CRM_BWA_MFLOW - Enhance datasource 0BPARTNER_ATTR - Business Partner data

    Hi Gurus,
    I tried to enhance datasource for Business partner master data 0BPARTNER_ATTR in a SAP CRM System (rel. 4.0).
    I used BADI CRM_BWA_MFLOW as a definitions and followed the How-to paper “How to enhance CRM content DataSource” – the interface seams to be ok – it is activated.
    BUT it seams not to work.
    I checked it via RSA3 – Extraction checker in debug mode but I’m not able to jump in my code.
    I guess, I miss one step in the implementation?
    Can anyone help me - this would be great.
    Best regards
    Grit

    As far as I can understand, it seem that you did not include it into the CMOD transaction.
    In order to do this, you need to do the following:
    1 create and henancement into the structure of the 0BPARTNER_ATTR with you additional field, go into transaction CMOD
    2 Select the project for BW, if you don't have one, just create it. (You need to include it into the data packet for BW, if you don't have you must create it otherwise you'll get the data packet tmp and you cannot transport it)and select the Henancement Assignment RSAP0001.
    3 In the components area you'll get 4 functional exit:
    EXIT_SAPLRSAP_001
    EXIT_SAPLRSAP_002
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    click on the first exit and than click on INCLUDE ZXRSAU01
    in this include you go in the change mode and input this king of code:
    WHEN '0BPARTNER_ATTR'.
    PERFORM and input you code. 
    Rgs
    Antonino

  • Enhanced MetaFile to Adobe Print Driver

    I have an Windows application that plays an enhanced metafile into a print device context then executes some TextOut calls. This works fine for actual print devices. I have a customer that reports that when printing to the Adobe Print driver to create a PDF the enhanced metafile content is not generated in the PDF output. Is this a configuration issue or a Adobe Print driver issue? Any help would be greatly appreciated.
    TIA,
    SteveB

    That only used to be offered as a Distiller server product which is now EOL'd and no longer available.  These days that functionality is absorbed by Adobe LiveCycle ES server products.

  • Enhanced Podcasts on Apple TV

    Does Apple TV support Enhanced Podcast content? (I.e, audio podcasts that have photo/graphics content embedded when viewed on iphone/ipod touch). I can listen to the audio on Apple TV but it doesn't diplay the embedded photos on the TV.

    After checking out the history of photography, I see it uses a double text track with photo-jpeg track for the photos, this is a similar format for chapter markers on itunes movies, chapter markers are accessed via the up button on the remote, so the possibility that photos could be seen by a back door method isn't possible anyway because the up button already has a function for audio files on the tv.
    In short no you can't see the photos I'm afraid.

  • At a loss, getting RAM error

    Have hesitated to post because I am so ignorant but I don't know what else to do. I apologize in advance if I am not posting correctly. Long story short, I have run CS for years with no problems. I am now running it on my iMac and my MacBook Pro. No problems with the latter. But with my iMac, it keeps telling me that there was an unexpected error due to insufficient RAM and then without further ado, it closes. I have copied the report it would like to send to Apple (which is in some ancient lost tongue from my point of view).  What I have done is I have spent a couple of nights researching fonts because there was so much discussion of font problems. I am not saying I don't have any but at this point, I only have validated fonts on my system so if that is the problem, it is going to be hard for me to take that anywhere. Then I double checked my Preferences for performance (in case the error message actually meant what it said. It told me I had 2100 mb available, recommended I allocate between1155 and
    1512 so I gave it 1575. I hope no one falls off their chair and hurts themselves if I ask if I could be giving too much RAM? The error message says not. Sigh.
    I used to spend my nights just playing with Photoshop, nothing serious, simply a very enjoyable hobby. Now it is a nightmare. I guess I could just jettison the iMac and go for the notebook but there are some reasons for wanting to use the desktop (not the least of which is I feel like I should be able to! having paid for it and CS5). I didn't have any problems before Snow Leopard-- whatever cat was prior worked just fine. Didn't have CS4 problems either but don't know what hates what-- is CS5 the problem or is Snow Leopard? Again, running both on MacBook Pro with no problems. Another sigh.
    Can anyone help or should I just take a pill and call myself in the morning?
    Process:         Adobe Photoshop CS5 [6554]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0 (12.0x20100407.r.1103) (12.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [124]
    Date/Time:       2010-08-05 22:33:43.684 -0400
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          -2065574 sec
    Crashes Since Last Report:           -6
    Per-App Interval Since Last Report:  -935315 sec
    Per-App Crashes Since Last Report:   -2
    Anonymous UUID:                      B5C727B4-0B5D-4E07-8F68-1F524BFF6F98
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x97f41ef6 __kill + 10
    1   libSystem.B.dylib             0x97f41ee8 kill$UNIX2003 + 32
    2   libSystem.B.dylib             0x97fd462d raise + 26
    3   libSystem.B.dylib             0x97fea6e4 abort + 93
    4   com.adobe.Photoshop           0x00256b01 0x1000 + 2448129
    5   libstdc++.6.dylib             0x9136117a __cxxabiv1::__terminate(void (*)()) + 10
    6   libstdc++.6.dylib             0x913611ba __cxxabiv1::__unexpected(void (*)()) + 0
    7   libstdc++.6.dylib             0x913612b8 __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    8   com.adobe.Photoshop           0x000831c8 0x1000 + 532936
    9   com.adobe.Photoshop           0x00ad9d74 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8223090
    10  com.adobe.Photoshop           0x006dac17 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4032533
    11  com.adobe.Photoshop           0x006dae8b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4033161
    12  com.adobe.Photoshop           0x0091aeea AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6392552
    13  com.adobe.Photoshop           0x0091b955 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6395219
    14  com.adobe.Photoshop           0x0091c7d4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6398930
    15  com.adobe.Photoshop           0x000cf595 0x1000 + 845205
    16  com.adobe.Photoshop           0x000d2e4e 0x1000 + 859726
    17  com.adobe.Photoshop           0x000d3286 0x1000 + 860806
    18  com.adobe.Photoshop           0x0091a0b8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6388918
    19  com.adobe.Photoshop           0x006d4ca4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4008098
    20  com.adobe.Photoshop           0x006d6107 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4013317
    21  com.adobe.Photoshop           0x006d78ea AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4019432
    22  com.adobe.Photoshop           0x006d7978 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4019574
    23  com.adobe.Photoshop           0x00652b71 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 3475311
    24  com.adobe.Photoshop           0x00b631ef AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8785389
    25  com.adobe.Photoshop           0x00b635bc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8786362
    26  com.adobe.Photoshop           0x013d568d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17642123
    27  com.adobe.Photoshop           0x013d7be9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17651687
    28  com.adobe.Photoshop           0x013d47e6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17638372
    29  com.apple.AppKit              0x94b3eda9 forwardMethod + 113
    30  com.apple.AppKit              0x94d16a19 -[NSView scrollWheel:] + 274
    31  com.apple.AppKit              0x94b3eda9 forwardMethod + 113
    32  com.apple.AppKit              0x94d16a19 -[NSView scrollWheel:] + 274
    33  com.apple.AppKit              0x94c28f6c -[NSWindow sendEvent:] + 5757
    34  com.adobe.owl                 0x0316ce4c OWLRemoveObjCExceptionCallback + 1010
    35  com.adobe.owl                 0x0316f260 OWLRemoveObjCExceptionCallback + 10246
    36  com.apple.AppKit              0x94b41aff -[NSApplication sendEvent:] + 6431
    37  com.adobe.Photoshop           0x013e1434 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17690674
    38  com.adobe.Photoshop           0x013e0ccc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17688778
    39  com.adobe.Photoshop           0x0007f01e 0x1000 + 516126
    40  com.adobe.Photoshop           0x0092127a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6418040
    41  com.adobe.Photoshop           0x00921aa1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6420127
    42  com.adobe.Photoshop           0x00922023 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6421537
    43  com.adobe.Photoshop           0x004f57ae AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2044844
    44  com.adobe.Photoshop           0x007180d1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4283599
    45  com.adobe.Photoshop           0x000817e7 0x1000 + 526311
    46  com.adobe.Photoshop           0x0007062d 0x1000 + 456237
    47  com.adobe.Photoshop           0x0006c912 0x1000 + 440594
    48  com.adobe.Photoshop           0x013df3a3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17682337
    49  com.apple.Foundation          0x95cd9968 __NSFireTimer + 141
    50  com.apple.CoreFoundation      0x928a370b __CFRunLoopRun + 8059
    51  com.apple.CoreFoundation      0x928a1094 CFRunLoopRunSpecific + 452
    52  com.apple.CoreFoundation      0x928a0ec1 CFRunLoopRunInMode + 97
    53  com.apple.HIToolbox           0x90037f9c RunCurrentEventLoopInMode + 392
    54  com.apple.HIToolbox           0x90037c8d ReceiveNextEventCommon + 158
    55  com.apple.HIToolbox           0x90037bd6 BlockUntilNextEventMatchingListInMode + 81
    56  com.apple.AppKit              0x94b13a89 _DPSNextEvent + 847
    57  com.apple.AppKit              0x94b132ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    58  com.apple.AppKit              0x94ad555b -[NSApplication run] + 821
    59  com.adobe.Photoshop           0x013df2a6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17682084
    60  com.adobe.Photoshop           0x013dfe96 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17685140
    61  com.adobe.Photoshop           0x0006eb3a 0x1000 + 449338
    62  com.adobe.Photoshop           0x002572e8 0x1000 + 2450152
    63  com.adobe.Photoshop           0x002573a4 0x1000 + 2450340
    64  com.adobe.Photoshop           0x00003c66 0x1000 + 11366
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x97f07942 kevent + 10
    1   libSystem.B.dylib             0x97f0805c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x97f07519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x97f072be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x97f06d41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x97f06b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x97ee1142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97f0ecbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x97f57203 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x06725126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x0671ddb0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x0672518c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    7   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x97ee114e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x991bf15e MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x1c833124 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x9918cdee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    5   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x97f0f066 __semwait_signal + 10
    1   libSystem.B.dylib             0x97f0ed22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x97f109b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x991c1a3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x991ad38d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x991a8d67 MPWaitOnQueue + 250
    6   AdobeACE                      0x0520d6f1 0x51d3000 + 239345
    7   AdobeACE                      0x0520d0ed 0x51d3000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x9918cdee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    10  libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x97f0f066 __semwait_signal + 10
    1   libSystem.B.dylib             0x97f3ac64 nanosleep$UNIX2003 + 188
    2   com.adobe.PSAutomate          0x1f9357db ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x1f915623 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x1f9358e8 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    6   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x97ee1142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97f0ecbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x97f57203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x204a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x202441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x204a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x204a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x204a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    9   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x97ee1142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97f0ecbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x97f57203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x204a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x202441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x204a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x204a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x204a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    9   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x97ee115a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x97f0eca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x97f3d848 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x204a2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl           0x206180d8 APXGetHostAPI + 4096584
    5   com.adobe.adobeswfl           0x204a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x204a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x204a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    9   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x97ee115a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x97f0eca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x97f3d848 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x204a2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl           0x204bd6de APXGetHostAPI + 2676814
    5   com.adobe.adobeswfl           0x204a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x204a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x204a2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    9   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x97f0f066 __semwait_signal + 10
    1   libSystem.B.dylib             0x97f3ac64 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib             0x97f3aba2 usleep$UNIX2003 + 61
    3   com.apple.AppKit              0x94c7d1a1 -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation          0x95cab8d4 -[NSThread main] + 45
    5   com.apple.Foundation          0x95cab884 __NSThread__main__ + 1499
    6   libSystem.B.dylib             0x97f0e81d _pthread_start + 345
    7   libSystem.B.dylib             0x97f0e6a2 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x97f069d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x97f06f68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x97f06b86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x97fea693  ecx: 0xbfffd05c  edx: 0x97f41ef6
      edi: 0x00000000  esi: 0x43c029b0  ebp: 0xbfffd078  esp: 0xbfffd05c
       ss: 0x0000001f  efl: 0x00000286  eip: 0x97f41ef6   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x133d2000
    Binary Images:
        0x1000 -  0x2385ffb +com.adobe.Photoshop 12.0 (12.0x20100407.r.1103) (12.0) <5296E876-7BE9-5DD0-1F00-633258E038C9> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    0x2e34000 -  0x2ea4feb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2eb2000 -  0x2eb8ff7  org.twain.dsm 1.9.4 (1.9.4) <1EF840DB-CB48-5207-7535-D82EBC0FCD5F> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x2ebf000 -  0x30a5ff7 +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <AF804353-8B13-7180-F2C8-832361EB2D5A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x3133000 -  0x32b3fe7 +com.adobe.owl AdobeOwl version 3.0.91 (3.0.91) <A7F61573-6B66-82E3-1659-86264C12FB85> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x331b000 -  0x36f3ff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x3822000 -  0x3b17fe7 +AdobeAGM ??? (???) <2394D309-4268-368B-0ED1-DCFA8BF85220> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x3bca000 -  0x3eb4ff7 +AdobeCoolType ??? (???) <A9733E22-E553-846E-D3D0-CA7BAE915002> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3f38000 -  0x3f59ff7 +AdobeBIBUtils ??? (???) <D23AB3B7-054A-C93F-EEE5-773920DCCBE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x3f65000 -  0x3f8bff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3f9c000 -  0x40d4fe7 +WRServices ??? (???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4116000 -  0x4173fef +aif_core ??? (???) <55A59C97-0F0F-8D62-8F05-89C26076DE32> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x4190000 -  0x41a3fff +data_flow ??? (???) <AD6B2112-DB3B-5E31-AAB3-3CBE5CEE7F07> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x41bb000 -  0x424dfff +image_flow ??? (???) <724A9FFC-D8B6-9A4B-6036-8B5B61821714> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x42c0000 -  0x42daff7 +image_runtime ??? (???) <EC60DF81-1D8D-764C-2554-651317A42C02> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x42f7000 -  0x4528ffb +aif_ogl ??? (???) <25A7A7F0-86B4-86B0-3384-EE2E8A1EAA38> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x4614000 -  0x469efef +AdobeOwlCanvas ??? (???) <3B9B9050-7F74-EBBA-99E1-4202D49B321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x46c0000 -  0x49ddfef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <57907A7F-6D01-C35F-29B4-28C2DFE35157> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x4b41000 -  0x4cbcfe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <ED2C7256-FDB7-63CD-23F8-1748AA53D397> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x4d57000 -  0x509ffff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <18ABE6DC-26AD-2C95-D68F-4E8E1306D4E2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x51d3000 -  0x52e7fff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x530a000 -  0x5324fff +AdobeBIB ??? (???) <9EEDE900-6B67-3A3C-D7F3-918E1722EAFC> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x532d000 -  0x5393ffb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x53c3000 -  0x53c6ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x53cc000 -  0x5439fef +FileInfo ??? (???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x5454000 -  0x54acff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x54bb000 -  0x591afe7 +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
    0x5d02000 -  0x5d55ffb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5d9d000 -  0x5dbeffe +adobepdfsettings ??? (???) <935615E5-C4BA-E18B-A9C9-178BCC4D8126> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
    0x5df3000 -  0x5df7ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x5dfe000 -  0x5f76ffb +com.adobe.PlugPlug 2.0.0.746 (2.0.0.746) <08AD22E3-34C0-6749-E497-616C66A246AD> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x601a000 -  0x6030ff9 +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
    0x6040000 -  0x6044ffd +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
    0x604b000 -  0x604bff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x604e000 -  0x6055ff2 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <37374715-2FC3-B77B-EFD8-9403A80C7F70> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x605d000 -  0x6112fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x6158000 -  0x6198ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x61e4000 -  0x61e5ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x65c4000 -  0x65d2fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x65d6000 -  0x65e8ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x6700000 -  0x6767fea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x67e1000 -  0x67e9fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x1c24c000 - 0x1c24dfff +com.google.GoogleNotifierQuickAddCMPlugin 1.10.4 (1.10.4.676) <4B2EB065-CA53-8F6C-0687-D451E07E7FF5> /Users/Nevermore/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
    0x1c267000 - 0x1c268fff +com.microsoft.expressionmediacm 2.0.1416.0 (2.0.1416.0) /Library/Contextual Menu Items/ExpressionMediaCM.plugin/Contents/MacOS/ExpressionMediaCM
    0x1c276000 - 0x1c277ff7  ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1c2d9000 - 0x1c2dcff3  libFontRegistryUI.dylib ??? (???) <2F4E6F71-F4FE-4B2D-A872-94B2FCE0D31B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x1c2e3000 - 0x1c2eafff +Enable Async IO ??? (???) <7B511387-102C-D131-63BF-2801FF51D504> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x1c709000 - 0x1c712ff7 +FastCore ??? (???) <06E56D74-3E2F-8885-4378-7CCDC133238B> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x1c71d000 - 0x1c77aff5 +MMXCore ??? (???) <135DE8A2-B988-77A4-9EB0-C3A9AE7D4528> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x1c7f9000 - 0x1c85dff4 +MultiProcessor Support ??? (???) <91CB06E8-8708-8141-D69D-6282AF2AF1B3> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x1c8a6000 - 0x1c9f2ffb +com.adobe.coretech.adm 3.10x16 (3.1) <992D90F2-32AC-B8E6-4A2E-6DF8145455DC> /Applications/Adobe Photoshop CS5/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1dbee000 - 0x1dbf0fff +com.Logitech.Control Center.Scroll Enhancer OSAX Loader 2.6.0 (2.6.0) /Library/ScriptingAdditions/LCC Scroll Enhancer Loader.osax/Contents/MacOS/LCC Scroll Enhancer Loader
    0x1dbf6000 - 0x1dbf8fff +com.Logitech.Control Center.Scroll Enhancer 2.6.0 (2.6.0) /Library/Application Support/Logitech/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0x1dd47000 - 0x1dd49ffe +com.lemkesoft.GraphicConverterCMI 2.0 (1.7) <2615990C-34B4-C411-C9CE-753796BB4A19> /Users/Nevermore/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
    0x1f229000 - 0x1f22bfff +com.Logitech.Control Center.Scroll Enhancer Loader 2.6.0 (2.6.0) /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
    0x1f247000 - 0x1f26bfeb +com.ononesoftware.ononewidgets ??? (2.0) <AC475B8F-8F42-E95C-AB36-CE5DFB7753EF> /Library/Frameworks/OnOneWidgets.framework/Versions/A/OnOneWidgets
    0x1f283000 - 0x1f293ff7 +com.ononesoftware.onOneToolbox 3.0 (3.0) <7F953889-AA2E-2AF8-E0A0-7D763093E9F6> /Library/Frameworks/onOneToolbox.framework/Versions/A/onOneToolbox
    0x1f2a6000 - 0x1f2cffeb +com.adobe.ape adbeapecore version 3.1.65.7508 (3.1.65.7508) <E0F7666B-921D-C4D6-63B3-E8B445D26892> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
    0x1f2df000 - 0x1f2e9fff +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x1f2f6000 - 0x1f2faff3  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x1f600000 - 0x1f725fff +com.ononesoftware.phototools25 2.5.3 (2.5.3) <97B74585-A934-D37F-614C-B7791328E91C> /Applications/Adobe Photoshop CS5/Plug-ins/PhotoTools 2.5.plugin/PhotoTools 2.5.plugin/Contents/MacOS/PhotoTools 2.5
    0x1f79a000 - 0x1f9cdfff +com.adobe.PSAutomate 12.0 (12.0) <7F717FA1-17ED-993C-B315-FADA3E63A8ED> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x1fba4000 - 0x1fc3cfff +com.adobe.AdobeExtendScript ExtendScript 4.1.23 (4.1.23.7573) <F68E96A7-E657-7275-09DF-4C412554CD4A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x1fc9b000 - 0x1fd28ff7 +com.adobe.AdobeScCore ScCore 4.1.23 (4.1.23.7573) <6A15402A-09B2-B1F8-5ECC-D7871EC054C3> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x1fdc2000 - 0x1fdc8ffb  com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x20200000 - 0x21019fc3 +com.adobe.adobeswfl ??? (2.0.0.7489) <C954CA64-9B28-A7FA-E391-C1C6524F1639> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/Ado beSWFL
    0x21c96000 - 0x21c99fff +com.cocoatech.PathFinderCM 4.5.6 (4.5.6) <83027064-67F8-F6A3-3AA8-CD884391D57A> /Users/Nevermore/Library/Contextual Menu Items/Path Finder CM.plugin/Contents/MacOS/Path Finder CM
    0x221b5000 - 0x221eeffb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotification s
    0x23fef000 - 0x24012fe7  GLRendererFloat ??? (???) <4F847096-3DBD-AE90-90FF-5AE12E15D3C9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x3e000000 - 0x3e046ff7  com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x40000000 - 0x400d1fe7 +AdobeJP2K ??? (???) <EF392886-5A95-6A96-C95D-43DA0322925C> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x433d8000 - 0x4354bff7  GLEngine ??? (???) <5EB664AC-6395-A161-ED9D-12219745A887> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x4357d000 - 0x43953fef  com.apple.ATIRadeonX2000GLDriver 1.6.16 (6.1.6) <181BC389-8042-CB71-433F-582C05B15ACB> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLD river
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90327fef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9035b000 - 0x9035bff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9035c000 - 0x90366ff7  com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90457000 - 0x90585fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x905ae000 - 0x905aeff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x905af000 - 0x90917ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90918000 - 0x90933ff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x90934000 - 0x90971ff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90972000 - 0x909b6fe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x909b7000 - 0x909c1ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x90a36000 - 0x90a46ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90a8b000 - 0x90ea1ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x90ea2000 - 0x912d7ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x912f7000 - 0x9130bffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x91317000 - 0x91381fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91382000 - 0x91389ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9138a000 - 0x91398fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x91478000 - 0x914b5ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x914b6000 - 0x914b6ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x914b7000 - 0x914bcff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x914bd000 - 0x914bdff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91871000 - 0x918a1ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x918a2000 - 0x918abff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x919d3000 - 0x919d4ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x919d5000 - 0x919d5ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91a2d000 - 0x91a45ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x91a46000 - 0x91a77ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x91a78000 - 0x91a7bff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x91a7c000 - 0x91a7fffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x91a80000 - 0x91b82fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x91b83000 - 0x91c77ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x91c78000 - 0x91d6aff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x91d6b000 - 0x91eedfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x91eee000 - 0x91f03fff  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
    0x91f04000 - 0x91fadff7  com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x91fae000 - 0x92168fe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x92169000 - 0x921cafe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x9230b000 - 0x923a6ff7  com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x923a7000 - 0x92589fff  com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x927cc000 - 0x927f3ff7  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
    0x927f6000 - 0x92864ff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x92865000 - 0x929dffe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92a2c000 - 0x92ac4fe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92b0e000 - 0x92c1dfe7  com.apple.WebKit 6533.17 (6533.17.8) <7489BF63-4075-335A-93DE-878547A7A4B2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92c1e000 - 0x92c2eff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x92c2f000 - 0x92cf9fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x92d01000 - 0x92d81feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x92da9000 - 0x92da9ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92daa000 - 0x92de9ff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x92dea000 - 0x92e62fef  com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92e63000 - 0x92edcff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92edd000 - 0x931d6fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93260000 - 0x932c4ffb  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
    0x93307000 - 0x9334bff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9334c000 - 0x933a4fe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x933f8000 - 0x93445feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x93446000 - 0x93446ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x934bc000 - 0x934f2fff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x93654000 - 0x936aefe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x93727000 - 0x9386afef  com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9391a000 - 0x9394bff7  libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9394c000 - 0x93957ff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x948a9000 - 0x94956fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x94957000 - 0x94965ff7  com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94966000 - 0x94a0effb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x94a0f000 - 0x94a1aff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94a1b000 - 0x94a3cfe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94acb000 - 0x953abff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x953ac000 - 0x953efff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x953f0000 - 0x95bdf557  com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x95be0000 - 0x95c0aff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95c0b000 - 0x95c5bff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x95c5c000 - 0x95c94ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x95c95000 - 0x95f05ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95f3b000 - 0x95f3cff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95f3d000 - 0x95f41ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95f42000 - 0x95f85ff7  libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95f86000 - 0x9617dfeb  com.apple.JavaScriptCore 6533.17 (6533.17.6) <A88FBEE4-D53E-E865-B70E-7C01E75330E4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9617e000 - 0x961beff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x961d8000 - 0x96253fe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96254000 - 0x96c9fff7  com.apple.WebCore 6533.17 (6533.17.8) <CB22435A-3FAC-EAE2-3CF1-FB9D79635637> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x96cee000 - 0x96cf4fff  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
    0x96d64000 - 0x96da2ff7  com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96da3000 - 0x96ecfffb  com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x96ed0000 - 0x96f2bff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96f2c000 - 0x96faeffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9705f000 - 0x970a8fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x970a9000 - 0x970cffff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x970d0000 - 0x97116ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x97117000 - 0x97168ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97169000 - 0x97244fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x97341000 - 0x97343ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x97344000 - 0x973d6fe3  com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x9743b000 - 0x9743bff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9743d000 - 0x97440ff7  libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97441000 - 0x97482ff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x974ed000 - 0x97750fef  com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97751000 - 0x97793ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x97794000 - 0x977bcff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x977df000 - 0x977f1ff7  com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9782e000 - 0x97874ffb  com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x97875000 - 0x97891fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97892000 - 0x97896ff7  libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x97897000 - 0x97968fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x97969000 - 0x97a95fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97a96000 - 0x97aa0fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x97aa1000 - 0x97aa1ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97aa7000 - 0x97ab3ff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x97cbb000 - 0x97ceeff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x97cef000 - 0x97d0ffe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x97d10000 - 0x97d21ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x97d22000 - 0x97d78ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x97db2000 - 0x97e60ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x97ee0000 - 0x98086feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x98087000 - 0x98089ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x9808a000 - 0x980f9ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x98113000 - 0x98132ff7  com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98133000 - 0x981e3ff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x981e4000 - 0x981ebff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x981ec000 - 0x981f2ff7  com

    how much ram do you have installed
    try allotting 50% in Photoshop preferences
    try running Disk Utility> Repair Disk
    and Repair Pernissions
    run OS software update
    run Adobe update
    run Cocktail OSx
    remove all 3rd-party plugins
    try creating a new User account and testing
    if you added new ram lately remove it
    if it doesn't work at that point i would suspect a bad install
    but Adobe employees may be more specific if you stay tuned...

  • Another error -8 :(

    Well I've been happy with my purchase of the MacBook up until I couldnt get my iChat AV working (except for once for a minute). Brand new MacBook 2.16ghz. I've tried using AirPort to connect wirelessly and with an ethernet cord to my Linksys WRT54GX4. I've opened all the ports listened in the other threads and even tried DMZ. Tried the quicktime streaming settings and also the iChat bandwith settings, no luck.
    Heres my error log, please help me figure this out:
    Date/Time: 2007-08-19 00:54:06.603 -0700
    OS Version: 10.4.10 (Build 8R2232)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 1790708829.
    awwwmang1: State change from AVChatNoState to AVChatStateWaiting.
    0x16e4a4f0: State change from AVChatNoState to AVChatStateInvited.
    0x16e4a4f0: State change from AVChatStateInvited to AVChatStateConnecting.
    awwwmang1: State change from AVChatStateWaiting to AVChatStateConnecting.
    awwwmang1: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    0x16e4a4f0: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    Video Conference Support Report:
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x396000 - 0x397fff com.Logitech.Control Center.Scroll Enhancer 2.2.2 /Library/Application Enhancers/LCC Scroll Enhancer.ape/Contents/MacOS/LCC Scroll Enhancer
    0x14cba000 - 0x14cc3fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x14ce0000 - 0x14ce5fff com.apple.audio.AppleHDAHALPlugIn 1.3.3 (1.3.3a1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14d25000 - 0x14dc4fff ch.rafz.naegeli.christoph.xvid_codec ??? (0.x.x) /Library/QuickTime/XviD_Codec-r58 (Intel).component/Contents/MacOS/XviD_Codec
    0x14e7a000 - 0x14ee7fff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x14ef6000 - 0x15048fff ch.rafz.naegeli.christoph.ffaviimporter 1.0 (0.0) /Library/QuickTime/AviImporter-r7 (Intel).component/Contents/MacOS/AviImporter
    0x153a2000 - 0x153d2fff com.apple.QuickTimeIIDCDigitizer 7.2 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x153dc000 - 0x15422fff com.apple.QuickTimeUSBVDCDigitizer 2.0.0 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x1544a000 - 0x155a3fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x155cf000 - 0x15628fff com.apple.driver.AppleIntelGMA950GLDriver 1.4.56 (4.5.6) /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x1562f000 - 0x1564bfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x15652000 - 0x15676fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x15a7a000 - 0x15a7dfff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x15a99000 - 0x15ac3fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x169fe000 - 0x16a01fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x41410000 - 0x414adfff com.apple.QuickTimeImporters.component 7.2 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x419b0000 - 0x419ecfff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8fe00000 - 0x8fe4afff dyld /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff com.apple.ApplicationServices.ATS 2.0.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7bfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7f000 - 0x91bbcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc2000 - 0x91bdcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be1000 - 0x91be3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be5000 - 0x91cc3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce0000 - 0x91ce0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce2000 - 0x91d70fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d77000 - 0x91d77fff 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
    0x91d79000 - 0x91dd2fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddb000 - 0x91dfffff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e07000 - 0x92210fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224a000 - 0x925fefff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262b000 - 0x92718fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271a000 - 0x92797fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d8000 - 0x92a08fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b22000 - 0x92b39fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b44000 - 0x92b9cfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb0000 - 0x92bb0fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb2000 - 0x92bc2fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd1000 - 0x92bd9fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bdf000 - 0x92be5fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92beb000 - 0x92c7cfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c90000 - 0x92c94fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c97000 - 0x92cb5fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc7000 - 0x92ccdfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd3000 - 0x92d36fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d5d000 - 0x92d9efff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc5000 - 0x92dd3fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dda000 - 0x92ddffff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de4000 - 0x930d9fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931df000 - 0x931eafff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931ef000 - 0x9320afff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325a000 - 0x9325afff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9325c000 - 0x93912fff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c93000 - 0x93d0efff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d47000 - 0x93e01fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e44000 - 0x93e44fff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e46000 - 0x94007fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9404d000 - 0x9408efff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94096000 - 0x940d0fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d5000 - 0x940ebfff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94131000 - 0x94179fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94183000 - 0x941c1fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94205000 - 0x94216fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94224000 - 0x94262fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9427e000 - 0x9428dfff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94294000 - 0x9429ffff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942eb000 - 0x94305fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9430b000 - 0x94614fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94797000 - 0x948ddfff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94969000 - 0x94978fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9497f000 - 0x949a8fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949ae000 - 0x949bdfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949c1000 - 0x949e6fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x949f2000 - 0x94a0ffff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94a16000 - 0x94a7bfff com.apple.Bluetooth 1.9 (1.9f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94d3a000 - 0x94de3fff com.apple.WebKit 522.11.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e44000 - 0x94ee3fff com.apple.JavaScriptCore 522.10.1 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94f0a000 - 0x953a0fff com.apple.WebCore 522.12.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x955fc000 - 0x95601fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95605000 - 0x95628fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9680d000 - 0x9680dfff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96cf4000 - 0x96d16fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96d87000 - 0x96e5efff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96e79000 - 0x96e7afff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96fcf000 - 0x96fcffff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97731000 - 0x9781bfff com.apple.viceroy.framework 278.3.11 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x97f5f000 - 0x97f61fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9818e000 - 0x98ff2fff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99bc5000 - 0x99bd0fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99bda000 - 0x99d46fff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0xc0000000 - 0xc000efff com.unsanity.ape 2.0.3 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    This log is coming when i have ports 5060, 5190, 5678, and 16384-16403 open for both UDP and TCP. Skype works fine, why not iChat?

    Hi,
    That Linksys shpuld be able to do UPnP (In the Administration tab) and do away with the Port Forwarding and DMZ.
    Also does you modem route ?
    (or is this a combined device ?)
    IS your Mac Firewall On
    If so have you entered the port there ?
    In the Advance Button is Stealth or Block UDP traffic selected ?
    Do you use any VoIP phone or adapter ?
    Does your ISP offer sucha service ?
    7:18 PM Sunday; August 19, 2007

  • Can't open project anymore. Logic quit unexpectedly

    Hello Logic users
    I've recently created a new music project in Logic Pro 9. Whenever I open this projet now, Logic crashes immediately! I can't access this project any longer - except in Logic Express 8, which is still on my computer. (Logic 9 makes a more unstable impression to me anyway - i've already experienced more crashes than i've ever had in Logic Express 8.)
    Here's my debug info.
    Thanks for any troubleshooting ideas.
    Process: Logic Pro [1675]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.0.2 (1664.16)
    Build Info: Logic-16641600~1
    Code Type: X86 (Native)
    Parent Process: launchd [155]
    Date/Time: 2009-10-25 22:27:29.773 +0100
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Interval Since Last Report: 121889 sec
    Crashes Since Last Report: 8
    Per-App Interval Since Last Report: 62613 sec
    Per-App Crashes Since Last Report: 8
    Anonymous UUID: C7677F5E-47AA-4396-9E53-4194BA4185AA
    Exception Type: EXC_ARITHMETIC (SIGABRT)
    Exception Codes: EXCI386DIV (divide by zero)
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x91c7a912 __kill + 10
    1 libSystem.B.dylib 0x91c7a904 kill$UNIX2003 + 32
    2 libSystem.B.dylib 0x91d0db99 raise + 26
    3 libSystem.B.dylib 0x91d23be5 __abort + 124
    4 libSystem.B.dylib 0x91d23c61 abortreportnp + 0
    5 com.apple.logic.pro 0x003d8154 0x1000 + 4026708
    6 libSystem.B.dylib 0x91c7fb9b _sigtramp + 43
    7 ??? 0x00000008 0 + 8
    8 com.apple.logic.pro 0x003ea9f3 0x1000 + 4102643
    9 com.apple.logic.pro 0x007c0d71 0x1000 + 8125809
    10 com.apple.logic.pro 0x0006de1c 0x1000 + 445980
    11 com.apple.logic.pro 0x0006df73 0x1000 + 446323
    12 com.apple.logic.pro 0x007d69be 0x1000 + 8214974
    13 com.apple.logic.pro 0x000e8c60 0x1000 + 949344
    14 com.apple.logic.pro 0x001b280f 0x1000 + 1775631
    15 com.apple.logic.pro 0x0060cc37 0x1000 + 6339639
    16 com.apple.Foundation 0x95a069d4 __NSFireTimer + 141
    17 com.apple.CoreFoundation 0x93cedeee __CFRunLoopRun + 6846
    18 com.apple.CoreFoundation 0x93cebd34 CFRunLoopRunSpecific + 452
    19 com.apple.CoreFoundation 0x93cebb61 CFRunLoopRunInMode + 97
    20 com.apple.HIToolbox 0x92c15fec RunCurrentEventLoopInMode + 392
    21 com.apple.HIToolbox 0x92c15da3 ReceiveNextEventCommon + 354
    22 com.apple.HIToolbox 0x92c15c28 BlockUntilNextEventMatchingListInMode + 81
    23 com.apple.AppKit 0x9318fc95 _DPSNextEvent + 847
    24 com.apple.AppKit 0x9318f50a -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    25 com.apple.AppKit 0x9315169b -[NSApplication run] + 821
    26 com.apple.prokit 0x00f4aa01 NSProApplicationMain + 326
    27 com.apple.logic.pro 0x00003036 0x1000 + 8246
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x91c4003a kevent + 10
    1 libSystem.B.dylib 0x91c40768 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x91c3fbf9 dispatch_queueinvoke + 183
    3 libSystem.B.dylib 0x91c3f98a dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x91c3f401 pthreadwqthread + 390
    5 libSystem.B.dylib 0x91c3f246 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x91c38756 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x93d2c04d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x91c46f39 pthreadstart + 345
    3 libSystem.B.dylib 0x91c46dbe thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x91c47782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x91c4752d pthread_condwait + 1430
    2 libSystem.B.dylib 0x91c490d8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x02a4379e GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 17630
    4 libSystem.B.dylib 0x91c46f39 pthreadstart + 345
    5 libSystem.B.dylib 0x91c46dbe thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x91c197da machmsgtrap + 10
    1 libSystem.B.dylib 0x91c19f47 mach_msg + 68
    2 com.apple.audio.midi.CoreMIDI 0x01274f31 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x012938fe MIDIProcess::RunMIDIInThread() + 150
    4 com.apple.audio.midi.CoreMIDI 0x01276149 XThread::RunHelper(void*) + 17
    5 com.apple.audio.midi.CoreMIDI 0x01275b16 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x91c46f39 pthreadstart + 345
    7 libSystem.B.dylib 0x91c46dbe thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x91c1983a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x91c473c1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x91c76208 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x903ec435 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x903ec173 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x9041031b TimerThread + 97
    6 libSystem.B.dylib 0x91c46f39 pthreadstart + 345
    7 libSystem.B.dylib 0x91c46dbe thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x91c3f092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91c3f628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91c3f246 start_wqthread + 30
    Thread 7:
    0 libSystem.B.dylib 0x91c3f092 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91c3f628 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91c3f246 start_wqthread + 30
    Thread 8:
    0 libSystem.B.dylib 0x91c47782 _semwaitsignal + 10
    1 libSystem.B.dylib 0x91c73621 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x91c7355f usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x932f91d1 -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x959d8964 -[NSThread main] + 45
    5 com.apple.Foundation 0x959d8914 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x91c46f39 pthreadstart + 345
    7 libSystem.B.dylib 0x91c46dbe thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x91d23b75 ecx: 0xbfffd70c edx: 0x91c7a912
    edi: 0x00000000 esi: 0x432dedc0 ebp: 0xbfffd728 esp: 0xbfffd70c
    ss: 0x0000001f efl: 0x00000282 eip: 0x91c7a912 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x7209b750
    Binary Images:
    0x1000 - 0xbc0ff6 com.apple.logic.pro 9.0.2 (1664.16) <2C361495-C4B7-2937-A607-07CEFBED9984> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0xe43000 - 0xe5efe7 com.apple.music.apps.MAAudioUnitSupport 9.0.2 (204.6) <7ECE1371-B4DF-377D-DC0C-86B338944728> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0xe6d000 - 0xe9dfff +MAAssetSharing ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0xeaf000 - 0xf0bfff com.apple.music.apps.MALoopManagement 9.0.2 (197.3) <6FEE8C1C-E470-A3D5-06BF-395371BA4C94> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0xf28000 - 0x10dbfeb com.apple.prokit 5.0.1 (906) <B5BA53AD-9CB2-8C6B-09D7-A71FEC4C2FEE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x119a000 - 0x1228feb com.apple.music.apps.MACore 9.0.2 (440.5) <706C13EA-A316-AE58-943D-69BC4E9C3208> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1265000 - 0x12b1fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x12d6000 - 0x1318fe7 com.apple.music.apps.MAHarmony 9.0.2 (176.3) <493EC005-32AE-EE75-9009-EB12C860D875> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x132c000 - 0x1738ffb com.apple.music.apps.MAPlugInGUI 9.0.2 (399.5) <6F3EDD47-C8AA-2274-4A19-8F0FF2F2BAEA> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x19c4000 - 0x1aa6fff com.apple.music.apps.OMF 9.0.2 (100.3) <7B91193A-D967-0DB7-00AA-BCA7993C707D> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1aba000 - 0x20caff5 com.apple.music.apps.MADSP 9.0.2 (554.8) <646FDF11-6EE8-C771-6AD8-C5784800DEF6> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x27c8000 - 0x27e8ff7 com.apple.music.apps.LogicFileBrowser 9.0.2 (204.3) <D7A318F6-8FF9-787D-1AB9-CE133BBF8DE8> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x27f8000 - 0x2870fff com.apple.music.apps.LogicLoopBrowser 9.0.2 (193.3) <597DB84B-3C65-D92C-9221-91571111D0F4> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2899000 - 0x28baff3 com.apple.music.apps.MAApogeeSupport 9.0.2 (292.3) <87FD87CB-5CAC-826C-45BE-37AD78C0E267> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x28c5000 - 0x28cafff com.apple.music.apps.MAResources 9.0.2 (204.3) <8DB7BD56-40FD-C1C1-B306-A0D34C9A7BB7> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x28cf000 - 0x28f8fef com.apple.audio.CoreAudioKit 1.6 (1.6) <E9D5679D-0F3A-EE19-76F9-559F42E5DF8C> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2909000 - 0x2910fff com.apple.AEProfiling 1.2 (22) <CC396984-C1A1-0215-E4E6-920570C49552> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2918000 - 0x2927fff com.apple.AERegistration 1.2 (77) <9E328A00-EE04-F5D1-0564-C0BD1C477F03> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x293a000 - 0x2945fff com.apple.music.apps.MAUnitTest 9.0.2 (75.3) <7D85F172-8A42-A16A-7491-4344E34DE578> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x294d000 - 0x29fcfeb com.apple.music.apps.MAFiles 9.0.2 (119.3) <539BA78A-3C57-EF8F-35E7-1B6A8FB1C5BA> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2a15000 - 0x2a83fff com.apple.music.apps.MAAudioEngine 9.0.2 (131.8) <E223E042-C9B4-D222-20C8-A28139202665> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2ac7000 - 0x2ad0fff com.apple.music.apps.MAToolKit 9.0.2 (327.3) <3AD5474C-93BB-A89C-0456-1A77C96F931D> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2ad6000 - 0x2af4fef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x2b03000 - 0x2b9fffc com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2bfc000 - 0x2cb1fe7 libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
    0x2cf7000 - 0x2d37ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x1ad48000 - 0x1ad76ff7 com.apple.prokit.SnowLeopardPanels 5.0.1 (906) <200EE10C-484D-A71C-ADFF-4DCC8411C31D> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x4061c000 - 0x4061cffe +org.xlife.InquisitorLoader 3.2 (58) <E4877EE4-5825-62D9-8C95-D447C8F77397> /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0x40621000 - 0x40621ffd +com.sourcebits.FBPlugin 0.7 (7.0) <19F5CAFE-D5B0-CC68-2C1E-C89FC3E69F9E> /Library/InputManagers/FBPlugin/FBPlugin.bundle/Contents/MacOS/FBPlugin
    0x40626000 - 0x40627ffd +com.1passwd.InputManager 2.9.12 (7399) <710E2F4E-4103-54E0-2681-B6BE85221372> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x4062c000 - 0x4062efff +com.Logitech.Control Center.Scroll Enhancer Loader 2.7.0 (2.7.0) <CF7A5833-9AC8-7CE0-2452-F207E6895FD2> /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
    0x40724000 - 0x40728ff3 com.apple.audio.AudioIPCPlugIn 1.1.0 (1.1.0) <39CD9296-183C-5603-94A4-0A0EC327BA69> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x4072d000 - 0x40732ffb com.apple.audio.AppleHDAHALPlugIn 1.7.4 (1.7.4a1) <B4217DD8-4BDE-CC1C-70FF-06EA901F376D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x40738000 - 0x4073bfff +com.Logitech.Control Center.Scroll Enhancer 2.7.0 (2.7.0) <F2AC85A5-3035-FA2F-36AB-7DF56D4371D9> /Library/Application Support/Logitech.localized/Logitech Control Center.localized/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0x40746000 - 0x4074eff7 com.apple.proapps.mrcheckpro 1.4 (361) /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x408bf000 - 0x4097dfe7 +com.ambrosiasw.audio.wiretapanywhere.halplugin 1.0.4 (1.0.4) <90CB9620-D36E-4A55-3E22-C19A814FFA47> /Library/Audio/Plug-Ins/HAL/WireTapAnywhere.plugin/Contents/MacOS/WireTapAnywhe re
    0x40b80000 - 0x40b8dff7 com.apple.iokit.IOHIDLib 1.6.0 (1.6.0) <6341E73C-5776-5D6F-5671-57CA1C63ED9F> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x416b2000 - 0x41823ff7 GLEngine ??? (???) <132E6F18-BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x41854000 - 0x41cbcfef com.apple.driver.AppleIntelGMAX3100GLDriver 1.6.2 (6.0.2) <F5FDEF73-27EE-6CBC-17D1-2A0E9840F4E2> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    0x41ec8000 - 0x41ee4ff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x422e8000 - 0x422eaff7 com.apple.music.apps.anvil.resources 9.0.2 (272.3) <594C3BD1-8196-ECBA-577B-4C265565C893> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x422ef000 - 0x422f1ff7 com.apple.music.apps.common.resources 9.0.2 (272.3) <3160C67B-CB1E-98F4-D445-059665841D76> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x422f6000 - 0x422f8ff7 com.apple.music.apps.ebp.resources 9.0.2 (272.3) <D7B8918C-96CB-3D0E-3294-A835595214C8> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x42cbb000 - 0x42cbdff7 com.apple.music.apps.efx.resources 9.0.2 (272.3) <C2CC6EA7-B1CB-5CAD-82CC-C074F9C38235> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x42cc2000 - 0x42cc4ff7 com.apple.music.apps.egt.resources 9.0.2 (272.3) <E483471D-671C-091F-AC3A-18354E09F77F> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x42cc9000 - 0x42ccbff7 com.apple.music.apps.emx.resources 9.0.2 (272.3) <0303574C-DA1C-6D3D-515D-8577386614AD> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x42cd0000 - 0x42cd2ff7 com.apple.music.apps.es1.resources 9.0.2 (272.3) <244135E2-881C-3AAE-29F0-B5A976F4FAD2> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x42cd7000 - 0x42cd9ff7 com.apple.music.apps.es2.resources 9.0.2 (272.3) <71E054D1-8C15-8CD3-53E5-C9C953EC2831> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x42cde000 - 0x42ce0ff7 com.apple.music.apps.esp.resources 9.0.2 (272.3) <B72CE454-D225-0A10-2CB6-FAD913A867F6> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x42ce5000 - 0x42ce7ff7 com.apple.music.apps.evb3.resources 9.0.2 (272.3) <4E6065AB-D841-D5E5-314D-65B535CF2D12> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x42cec000 - 0x42ceeff7 com.apple.music.apps.evd6.resources 9.0.2 (272.3) <3DD4AC73-C885-0095-D0BC-CC588A95BD2E> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x42cf3000 - 0x42cf5ff7 com.apple.music.apps.evoc.resources 9.0.2 (272.3) <F6895942-AA20-92B2-6BB6-49CD758BDC51> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x42cfa000 - 0x42cfcff7 com.apple.music.apps.evp88.resources 9.0.2 (272.3) <4AFCEE14-A4B7-432A-C5CA-DB1435F1A97F> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x42d01000 - 0x42d03ff7 com.apple.music.apps.exs24.resources 9.0.2 (272.3) <82BF276A-E325-4A2B-BBE2-9D15039DA135> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x42d08000 - 0x42d0afff com.apple.music.apps.guitaramp.resources 9.0.2 (272.3) <3AEFDED5-90FA-F6E6-5559-1E06715031EC> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x42d0f000 - 0x42d11ff7 com.apple.music.apps.guitarcontrols.resources 9.0.2 (272.3) <2D6300E8-51C3-FC81-7BE1-B02623223C31> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x42d16000 - 0x42d18fff com.apple.music.apps.mutapdel.resources 9.0.2 (272.3) <2CEDCE11-ABC9-FBB5-4100-505F93B84FE7> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x42d1d000 - 0x42d1ffff com.apple.music.apps.pedalboard.resources 9.0.2 (272.3) <412892BD-E694-E93B-975E-35889B034519> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x42d24000 - 0x42d26fff com.apple.music.apps.revolver.resources 9.0.2 (272.3) <F97E6C10-FA37-01A6-C12B-F156D3DDB337> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x42d2b000 - 0x42d2dff7 com.apple.music.apps.sphere.resources 9.0.2 (272.3) <EF9DCBED-A571-4CB9-FF65-6BA293754724> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x477ee000 - 0x4784dfe1 +se.propellerheads.rewire.library 1.7 (1.7) /Users/marc/Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x4786c000 - 0x47887ff7 com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x4791f000 - 0x4798cfff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x63000000 - 0x63223fe7 com.apple.audio.codecs.Components 2.0 (2.0) <064E9181-38CC-C2D3-070D-4D162D2903E8> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x9007cff7 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
    0x9007d000 - 0x900eeff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x900ef000 - 0x9019eff3 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
    0x901a7000 - 0x901e4ff7 com.apple.SystemConfiguration 1.10 (1.10) <897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x903a5000 - 0x906c4fe7 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
    0x906c7000 - 0x9076efe7 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
    0x908c5000 - 0x9091bff7 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
    0x9091c000 - 0x90923ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90924000 - 0x90938fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x90939000 - 0x9111a497 com.apple.CoreGraphics 1.535.5 (???) <0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9111b000 - 0x9111bff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9111c000 - 0x91121ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x91122000 - 0x91334fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91335000 - 0x91335ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91336000 - 0x91377ff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9137e000 - 0x915e0ff3 com.apple.security 6.0 (36910) <F045B57C-054F-F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91620000 - 0x9175ffe3 com.apple.QTKit 7.6.3 (1584) <18130DA4-7132-CEAF-2137-4925CAC0B585> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91760000 - 0x91763ff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x91764000 - 0x9193fff3 libType1Scaler.dylib ??? (???) <BD3674DE-EAD9-C57A-0072-3C18970DCC1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x9194b000 - 0x91a25fe7 com.apple.DiscRecording 5.0 (5000.4.6) <8471B33F-5B5A-13EA-04B4-41882AE63C7D> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x91a67000 - 0x91a9bff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
    0x91a9c000 - 0x91b1effb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91c19000 - 0x91dbdfeb libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
    0x91dbe000 - 0x91f4cfff com.apple.JavaScriptCore 6531 (6531.5) <DDDCCE57-42D2-BAA1-63F1-F76458EE0927> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x920ab000 - 0x920b1fff 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
    0x920b2000 - 0x920b5fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x920b6000 - 0x920b6ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x920b7000 - 0x920dbff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x920dc000 - 0x92184ff7 com.apple.QD 3.31 (???) <40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92185000 - 0x92187fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x92188000 - 0x921f6ff7 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
    0x922e6000 - 0x922e6ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x922e7000 - 0x922e7ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x922e8000 - 0x923f5ff7 com.apple.MediaToolbox 0.420.17 (420.17) <EE843140-C79F-3D8C-B89E-893CD74C3633> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x923f6000 - 0x92407ff7 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
    0x92477000 - 0x92492ff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92493000 - 0x924a0ff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x924a1000 - 0x928b7ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x928ec000 - 0x928edff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x928f7000 - 0x92935ff7 com.apple.QuickLookFramework 2.0 (327.0) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92936000 - 0x929c7fe3 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
    0x929c8000 - 0x92a3ffeb com.apple.backup.framework 1.1 (1.0) <73C642BD-A0C5-7D45-79FA-0AA6D96226C0> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92a40000 - 0x92af2ffb libFontParser.dylib ??? (???) <EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x92af3000 - 0x92b39ff7 libauto.dylib ??? (???) <FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
    0x92b71000 - 0x92be0ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92be1000 - 0x92f04fef 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
    0x92f05000 - 0x92f65fe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92fe1000 - 0x92fedff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x92fee000 - 0x9303eff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9303f000 - 0x93049ff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9304a000 - 0x9308efe7 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
    0x9308f000 - 0x9310ffeb 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
    0x93110000 - 0x93120ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93147000 - 0x93a24ff7 com.apple.AppKit 6.6.1 (1038.2) <27C304F6-0045-160B-7591-E57ECF19BDDB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93a25000 - 0x93ac1fe7 com.apple.ApplicationServices.ATS 4.0 (???) <81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93acd000 - 0x93bc3ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93bc4000 - 0x93c06fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93c07000 - 0x93c11ff7 libCSync.A.dylib ??? (???) <A05BB12D-CD51-DE43-323B-3A3E99A3EED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93c12000 - 0x93cafff3 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
    0x93cb0000 - 0x93e27fef com.apple.CoreFoundation 6.6 (550) <193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93e28000 - 0x94053ff3 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
    0x941ae000 - 0x942eeff7 com.apple.syncservices 5.0 (575) <61B36E07-6D14-97DC-122F-41EDE1F6DB03> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94336000 - 0x9437aff3 com.apple.coreui 0.2 (112) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9437b000 - 0x946dfff7 com.apple.QuartzCore 1.6.0 (226.0) <7E29DD09-BE04-AA06-5C81-5C093F16901B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9470b000 - 0x9473cff7 libGLImage.dylib ??? (???) <0FB347C7-A579-4E51-4733-39AB28064554> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94750000 - 0x94753ffb 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
    0x94754000 - 0x94793ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x94794000 - 0x94804ffb com.apple.AppleVAFramework 4.6.2 (4.6.2) <25381B2A-89A6-0CEB-C159-DFF70C76B881> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x94805000 - 0x9489dfe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94915000 - 0x94923fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x94924000 - 0x94955ff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x949c5000 - 0x94dfaff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94dfb000 - 0x94e1afe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x94e1b000 - 0x94e3afe7 com.apple.opencl 11 (11) <372A42E7-FB10-B74D-E1A0-980E94D07021> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94e62000 - 0x94e63ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94e64000 - 0x94e9cff7 com.apple.LDAPFramework 2.0 (120.1) <8C7F3F42-6A4D-D37A-4232-685D44E8769E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94e9d000 - 0x94f4cfef 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
    0x94f4d000 - 0x94f81ff7 libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
    0x94f82000 - 0x94fb9ff7 com.apple.CoreMedia 0.420.17 (420.17) <A45B464A-4E05-8372-C055-974AD5393E03> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x94fba000 - 0x95012fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x95013000 - 0x9511cfe7 com.apple.CoreAUC 4.10.0 (4.10.0) <34606DCE-1257-8FB9-E633-AC56DD263EAB> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9511d000 - 0x9513dfe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x9513e000 - 0x95144ff7 com.apple.DisplayServicesFW 2.1 (2.1) <762CC18B-1F71-E9FC-ECB7-7078B4856D6E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95145000 - 0x95342feb com.apple.AddressBook.framework 5.0 (862) <BD05B213-46CF-8EFD-B801-CF741408600D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95343000 - 0x95390feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95391000 - 0x95392ff7 com.apple.TrustEvaluationAgent 1.0 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x95393000 - 0x953b9fff 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
    0x953ba000 - 0x95497ff7 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
    0x95498000 - 0x954e8fe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x954e9000 - 0x95596fe7 libobjc.A.dylib ??? (???) <410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
    0x95597000 - 0x95698fe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x95699000 - 0x956d9ff3 com.apple.securityinterface 4.0 (36981) <F024C5CA-0762-1599-5BAB-17F785E51075> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x956da000 - 0x956f8ff7 com.apple.CoreVideo 1.6.0 (43.0) <3A853574-DD9E-08D8-FD2C-6221B55C3E08> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x956f9000 - 0x95735fff com.apple.CoreMediaIOServices 101.0 (715) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x95736000 - 0x95739ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9573a000 - 0x95752ff7 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
    0x9576c000 - 0x957d0ffb 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
    0x957d1000 - 0x957deff7 com.apple.AppleFSCompression 1.0 (1.0) <A348AEAB-D279-68B9-0CF2-3C29FBADBCC4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x957df000 - 0x95807ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x95827000 - 0x958f1fef 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
    0x958f2000 - 0x958f4ff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x958f5000 - 0x95928ff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95929000 - 0x95929ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95950000 - 0x95989fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x959c2000 - 0x95c32ffb com.apple.Foundation 6.6 (751) <A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95c33000 - 0x95d04ff3 ColorSyncDeprecated.dylib ??? (???) <AFD6DAC8-12EF-B2A0-5322-E902D5B48B0A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x95d05000 - 0x95d0eff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95d0f000 - 0x95de9fff com.apple.DesktopServices 1.5.1 (1.5.1) <D9C18268-699B-A996-1035-4EA3695F4074> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95dea000 - 0x95edcff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x9680f000 - 0x96b08fef com.apple.QuickTime 7.6.3 (1584) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96b09000 - 0x96c0bfef 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
    0x96ca2000 - 0x96cf2ff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x96d9c000 - 0x96db8fe3 com.apple.openscripting 1.3 (???) <D2FF4419-FD71-5D4A-F397-B03E82085232> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96df2000 - 0x96e02ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x96e03000 - 0x96e6dfe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x96e87000 - 0x96ee1ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96ee2000 - 0x96eefff7 com.apple.opengl 1.6.3 (1.6.3) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96f01000 - 0x96f28ff7 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
    0x96f29000 - 0x96f2dff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x96f2e000 - 0x96fa7ff3 com.apple.audio.CoreAudio 3.2.0 (3.2) <91AE891E-6015-AABE-3512-2D5EBCA0937B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96fa8000 - 0x97188fff 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
    0x97189000 - 0x9718bff7 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
    0x9718c000 - 0x971a0ffb 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
    0x971a1000 - 0x971a5ff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x971a6000 - 0x972cefe7 com.apple.CoreData 102 (246) <E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x972cf000 - 0x972d9ffb 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
    0x9730c000 - 0x974c8fef 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
    0x974c9000 - 0x97523fe7 com.apple.CorePDF 1.0 (1.0) <590244C9-15D7-7A65-13AF-6F597123746B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x97524000 - 0x97528ff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9756a000 - 0x9758cff3 com.apple.DirectoryService.Framework 3.6 (621) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9758d000 - 0x975d6fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9760e000 - 0x97651ff7 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
    0x97652000 - 0x97682ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x97683000 - 0x9768dfe7 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
    0x97982000 - 0x9798fff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97a3f000 - 0x97a54fff 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
    0x97a55000 - 0x97a8ffe7 libFontRegistry.dylib ??? (???) <EE633CF6-8827-EF05-10A4-5F2937120227> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97a9d000 - 0x97b56fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x97b57000 - 0x97b57ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97b58000 - 0x97c81fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <62BEEBE6-68FC-4A48-91CF-39DA2BD793F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97c82000 - 0x97c82ff7 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
    0x97c83000 - 0x97cd4ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97cd5000 - 0x97d84fe3 com.apple.QuickTimeImporters.component 7.6.3 (1584) <34BF4FBA-BFCD-9A47-4BA9-E2B155C5C881> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x97d85000 - 0x97d85ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97d91000 - 0x97d98fff 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
    0x97da0000 - 0x9824efe7 com.apple.VideoToolbox 0.420.17 (420.17) <F2812B5D-4C09-EFCC-182E-412257859AB1> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9824f000 - 0x9828afe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9828b000 - 0x99219ff7 com.apple.QuickTimeComponents.component 7.6.3 (1584) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9921a000 - 0x9939cfe7 libicucore.A.dylib ??? (???) <FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
    0x993a0000 - 0x99414fef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x99415000 - 0x99427ff7 com.apple.MultitouchSupport.framework 200.20 (200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.1 GHz, 4 GB, SMC 1.31f0
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 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: FireWire, FireWire, fw0
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en2
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
    Serial ATA Device: Hitachi HTS542512K9SA00, 111.79 GB
    Parallel ATA Device: MATSHITACD-RW CW-8221
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x022a, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000

    I'm guessing, but I think this may be more to do with Logic 9 in 10.6.1 than Logic alone.
    GCD and dispatch queues I remember reading about and input managers are handled differently and there are reports of bugs galore. So then I looked harder at your crash log and noticed;
    /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0x40621000 - 0x40621ffd +com.sourcebits.FBPlugin 0.7 (7.0) <19F5CAFE-D5B0-CC68-2C1E-C89FC3E69F9E> /Library/InputManagers/FBPlugin/FBPlugin.bundle/Contents/MacOS/FBPlugin
    0x40626000 - 0x40627ffd +com.1passwd.InputManager 2.9.12 (7399) <710E2F4E-4103-54E0-2681-B6BE85221372> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x4062c000 - 0x4062efff +com.Logitech.Control Center.Scroll Enhancer Loader 2.7.0 (2.7.0) <CF7A5833-9AC8-7CE0-2452-F207E6895FD2> */Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader*
    If you can, try disabling (removing!) all these and see if it helps. If it does, add them back one-by-one to see which may be the culprit. BTW, do you recall adding any of these just before your problems started?
    Having said that, this is pure guesswork on my part and I may be hopelessly wrong So take this with a pinch of salt.

  • Mail crashes after 10.5.6 update, apple have no idea whatsoever.

    So I updated to OS X 10.5.6 and mail started crashing shortly after. Sometimes it would take a minute, sometimes an hour but it always crashes.
    So, looking at support notes and discussion boards it appears that I first try updating mail (it was already the correct version) then I try deleting the third party plug-ins (I don't have any, easy) then I do an archive and install for the 10.5.6 update.
    My update went smoothly, I run a very clean and very plain system and yet mail still quits.
    The console report a segmentation fault, the bug report cites a KERNINVALIDADDRESS at 0x00000000c53efedf and a version of 3.5 (930.3).
    <Edited by Moderator>

    I have a similar problem since installing the update. For some reason, mail now quits whenever I try and open email with a pdf attachment. Emails with word attachments pose no problem. I deleted all third party plugins and I do not have any to do's. Any help would be greatly appreciated. Here is a copy of the report that is generated:
    Process: Mail [4684]
    Path: /Applications/Mail Apps/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.5 (929.4)
    Build Info: Mail-9290400~5
    Code Type: X86 (Native)
    Parent Process: launchd [92]
    Date/Time: 2009-01-08 16:04:23.993 -0500
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000d05af037
    Crashed Thread: 0
    Application Specific Information:
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x96497688 objc_msgSend + 24
    1 com.apple.mail 0x00053011 0x1000 + 335889
    2 com.apple.mail 0x00046eaf 0x1000 + 286383
    3 com.apple.mail 0x00046c46 0x1000 + 285766
    4 com.apple.Foundation 0x94e4c39c __NSThreadPerformPerform + 476
    5 com.apple.CoreFoundation 0x963c15f5 CFRunLoopRunSpecific + 3141
    6 com.apple.CoreFoundation 0x963c1cd8 CFRunLoopRunInMode + 88
    7 com.apple.HIToolbox 0x90ecf2c0 RunCurrentEventLoopInMode + 283
    8 com.apple.HIToolbox 0x90ecf0d9 ReceiveNextEventCommon + 374
    9 com.apple.HIToolbox 0x90ecef4d BlockUntilNextEventMatchingListInMode + 106
    10 com.apple.AppKit 0x93b77d7d _DPSNextEvent + 657
    11 com.apple.AppKit 0x93b77630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    12 com.apple.AppKit 0x93b7066b -[NSApplication run] + 795
    13 com.apple.AppKit 0x93b3d8a4 NSApplicationMain + 574
    14 com.apple.mail 0x000fa9a2 0x1000 + 1022370
    Thread 1:
    0 libSystem.B.dylib 0x901571c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9015e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x963c10ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x963c1cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x94e7fd75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x94e8be94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003d5f65 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    8 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90188095 pthreadstart + 321
    10 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x901c0292 _workqops + 10
    1 libSystem.B.dylib 0x901c02c2 start_wqthread + 30
    Thread 3:
    Thread 4:
    0 libSystem.B.dylib 0x9015e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90188d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x94994ab9 fefragmentthread + 54
    3 libSystem.B.dylib 0x90188095 pthreadstart + 321
    4 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x901571c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9015e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x963c10ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x963c1cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x94e7fd75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x94e8be94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x002fa659 +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    8 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90188095 pthreadstart + 321
    10 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x901a66f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x90188095 pthreadstart + 321
    2 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x901571c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9015e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x963c10ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x963c1cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x9244e052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x90188095 pthreadstart + 321
    6 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x901571c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9015e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x963c10ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x963c1cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x94eaed40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    6 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x90188095 pthreadstart + 321
    8 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x901571c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9015e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x963c10ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x963c1cd8 CFRunLoopRunInMode + 88
    4 com.apple.IMUtils 0x91eeddc7 -[IMRemoteObjectBroadcaster _workerThread] + 246
    5 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    6 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x90188095 pthreadstart + 321
    8 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x90157226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x901891ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9018aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x94e9175c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x94e91570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x94e914d5 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x93bddd90 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    8 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90188095 pthreadstart + 321
    10 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x901571c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9015e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x963c10ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x963c1cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x91f575dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x91f57464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x90188095 pthreadstart + 321
    7 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9015e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90188d0d pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x966c2b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x90188095 pthreadstart + 321
    4 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x90157226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x901891ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9018aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x94e9175c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x94e91570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d7e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    7 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x90188095 pthreadstart + 321
    9 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x9015e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90188d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x94e932d2 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x94e4bc6a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x94e9f288 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.MessageFramework 0x00316121 -[NSObject(MainThreadMessaging) performSelectorInMainThread:withObject:] + 56
    6 com.apple.mail 0x000419dd 0x1000 + 264669
    7 com.apple.CoreFoundation 0x96440a3d _invoking__ + 29
    8 com.apple.CoreFoundation 0x96440428 -[NSInvocation invoke] + 136
    9 com.apple.MessageFramework 0x003d840c -[MonitoredInvocation invoke] + 409
    10 com.apple.MessageFramework 0x003d7fee -[InvocationQueue _drainQueue] + 772
    11 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    12 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    13 libSystem.B.dylib 0x90188095 pthreadstart + 321
    14 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x90157226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x901891ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x9018aa73 pthreadcond_timedwait_relativenp + 47
    3 ...apple.AddressBook.framework 0x90cc2625 -[ABRemoteImageLoader workLoop] + 193
    4 com.apple.Foundation 0x94e4b7ed -[NSThread main] + 45
    5 com.apple.Foundation 0x94e4b394 _NSThread__main_ + 308
    6 libSystem.B.dylib 0x90188095 pthreadstart + 321
    7 libSystem.B.dylib 0x90187f52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x17d9098f ebx: 0x00392dd7 ecx: 0x004ed014 edx: 0xd05af017
    edi: 0x00000001 esi: 0x17f6c010 ebp: 0xbfffeb28 esp: 0xbfffeaf8
    ss: 0x0000001f efl: 0x00010202 eip: 0x96497688 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xd05af037
    Binary Images:
    0x1000 - 0x270ff3 com.apple.mail 3.5 (929.4) <d72931e08460e1473c4bb95348f88e3d> /Applications/Mail Apps/Mail.app/Contents/MacOS/Mail
    0x2df000 - 0x536ffb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x68c000 - 0x68efff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x695000 - 0x6b9fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x119d6000 - 0x119d8fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x129da000 - 0x129dafff +com.ksuther.chax.loader ??? (2.2b1) <bfcfd6e476b558a4164abf915245a012> /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    0x129df000 - 0x129e0ffd +com.machangout.Glims ??? (1.0) <15cae0f8c7c25a3d56fd51414a1768f3> /Library/InputManagers/Glims/Glims.bundle/Contents/MacOS/Glims
    0x129e5000 - 0x129e5ffe +org.xlife.InquisitorLoader 3.2 (58) <e4877ee4582562d98c95d447c8f77397> /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0x129ea000 - 0x129ecfff +com.Logitech.Control Center.Scroll Enhancer Loader 2.6.0 (2.6.0) /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
    0x129f2000 - 0x129f3fff +eu.willmore.GrowlPhoto GrowlPhoto v0.71 (0.72) <f5d68dcbb3228c4898cf54e784b2bb7b> /Library/InputManagers/GrowlPhoto/GrowlPhoto.bundle/Contents/MacOS/GrowlPhoto
    0x129f8000 - 0x129fafff +com.Logitech.Control Center.Scroll Enhancer 2.6.0 (2.6.0) /Library/Application Support/Logitech/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0x12a65000 - 0x12a67fff com.apple.textencoding.japanese 2.2 (2.2) <100c36acb81fd83ec71f1db66d7f86cd> /System/Library/TextEncodings/Japanese Encodings.bundle/Contents/MacOS/Japanese Encodings
    0x12d2a000 - 0x12d46ff7 GLRendererFloat ??? (???) <dcdc2e0de7fb9a52d99e529c3688f26d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x15b00000 - 0x15cd2fe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1602a000 - 0x1602fff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x160af000 - 0x160b0fe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x160b8000 - 0x160b8ffd liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0x1801d000 - 0x18020fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x18049000 - 0x1804efff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x18400000 - 0x18472fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x18480000 - 0x184d001f +com.DivXInc.DivXDecoder 6.0.5 (6.0.5) /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x18777000 - 0x188fafe3 GLEngine ??? (???) <bfbd7ce69ea896a6b38d6232b01cdeda> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x18b11000 - 0x18b6aff7 com.apple.driver.AppleIntelGMA950GLDriver 1.5.36 (5.3.6) <5f0420ab48f5d0f1b419c2ba4a89b7eb> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x18f02000 - 0x18f20fff com.apple.Mail.Syncer 3.5 (930.3) <7d8d8ca39b8535b2a585f360617d1a98> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x18f33000 - 0x18f46fff com.apple.syncservices.syncservicesui 4.1 (389.12) <d3c0a867aa64f0e94b3dbb710da880d1> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x90155ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90156000 - 0x902bdff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x902be000 - 0x902d4fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x902d5000 - 0x90313ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90314000 - 0x90636fe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90637000 - 0x9071cff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90812000 - 0x9088cff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9088d000 - 0x908b7fff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x908b8000 - 0x90b92ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90b93000 - 0x90c10fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90c11000 - 0x90c14fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90c1a000 - 0x90c2afff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90c2b000 - 0x90c7cff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90c7d000 - 0x90c82fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90c83000 - 0x90c9afff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x90c9b000 - 0x90cb1fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90cb2000 - 0x90e31fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90e32000 - 0x90e3effe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90e3f000 - 0x90e71ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x90e72000 - 0x90e7cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90e7d000 - 0x90e9bff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90e9f000 - 0x911a7fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x911a8000 - 0x912e0fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x912e1000 - 0x91981fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91982000 - 0x919c4fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x919c5000 - 0x91dd5fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91dd6000 - 0x91e7dfeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91e7e000 - 0x91e85fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91e86000 - 0x91ed5fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x91ed6000 - 0x91eebffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91eec000 - 0x91efffff com.apple.IMUtils 4.0.5 (583) <b54c55fea76255e789f607b78592c468> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x91f00000 - 0x91f2bfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x91f2c000 - 0x91f39fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91f3a000 - 0x91fb7feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91fc2000 - 0x9204eff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9204f000 - 0x9204fff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92050000 - 0x9208afe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9208b000 - 0x9216cff7 libxml2.2.dylib ??? (???) <c65c902ca6afc1b4cf68b90cff921cc5> /usr/lib/libxml2.2.dylib
    0x9216d000 - 0x922a5ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x922a6000 - 0x92364fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92368000 - 0x9236fffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x923a0000 - 0x923fcff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x923fd000 - 0x92408fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92409000 - 0x9240dfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9240e000 - 0x9243fffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92440000 - 0x92449fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9244a000 - 0x9244affd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9244b000 - 0x924e8ffc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x924e9000 - 0x924eaffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x924eb000 - 0x926b9ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x926ba000 - 0x9281bff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x9281c000 - 0x92866fe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92867000 - 0x9288bfeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x9288c000 - 0x9295aff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9295b000 - 0x92978ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92979000 - 0x92991fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92992000 - 0x92992ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x92993000 - 0x929bbff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x929bc000 - 0x93971ffe com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93972000 - 0x93a05fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93a06000 - 0x93a4afeb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x93a4b000 - 0x93a4dfff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93a4e000 - 0x93a4effd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93a4f000 - 0x93a5efff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x93a5f000 - 0x93a64fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93a65000 - 0x93ab3ff3 com.apple.datadetectorscore 1.0.2 (52.14) <4c0a8d505509b7748d3a0cfc887d2c2a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x93ab4000 - 0x93ac0fff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x93ac1000 - 0x93b00fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x93b01000 - 0x93b0dff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93b0e000 - 0x93b36fff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x93b37000 - 0x94335fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94336000 - 0x94417fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94418000 - 0x944caffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x944cb000 - 0x944d1fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x944d2000 - 0x944ddfff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x944de000 - 0x9450bfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9450c000 - 0x946c8ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x94793000 - 0x947a1ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x947a2000 - 0x947a6fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x947a7000 - 0x947c3fff com.apple.IMFramework 4.0.5 (583) <a1890d82d681840490025bb50bf97cf8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x947c4000 - 0x947f3fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x947f4000 - 0x9484dff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9484e000 - 0x9489ffeb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x948a0000 - 0x94c3dfef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94c3e000 - 0x94d05ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94d06000 - 0x94d90fef com.apple.DesktopServices 1.4.7 (1.4.7) <7898a0f2a46fc7d8887b041bc23e3811> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94d91000 - 0x94dfeffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x94dff000 - 0x94e40fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94e41000 - 0x950bcfe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x950bd000 - 0x95148fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95149000 - 0x95158ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95159000 - 0x95159ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9515a000 - 0x95199fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9519a000 - 0x951a1ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x951a2000 - 0x951c1ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x951c2000 - 0x95228ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x95229000 - 0x952cbff3 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x952cc000 - 0x9535fff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95360000 - 0x953e7ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x953e8000 - 0x953e8ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x953e9000 - 0x954eafef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x954eb000 - 0x95b3cfff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95b3d000 - 0x95b79fff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x95de3000 - 0x95e55fff com.apple.iLifeMediaBrowser 1.0.11 (212.1.1) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x95e56000 - 0x95e5bffc com.apple.KerberosHelper 1.1 (1.0) <d789cb3b793a05879bde688c19f60afe> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x95e5c000 - 0x95e5cffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95e5d000 - 0x95ea6fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95ea7000 - 0x95eddfef libtidy.A.dylib ??? (???) <468dcda829b0307ea64cb1967605af0c> /usr/lib/libtidy.A.dylib
    0x95ede000 - 0x95eeeffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95eef000 - 0x96035ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96036000 - 0x96051ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96052000 - 0x9610cfe3 com.apple.CoreServices.OSServices 226.5 (226.5) <25243fd02dc5d4f4cc5780f6b2f6fe26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9610d000 - 0x961bbffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x961bc000 - 0x9626cfff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9626d000 - 0x9629ffff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x962a0000 - 0x962a4ffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x962a5000 - 0x962a7ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x962a8000 - 0x962a8ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x962a9000 - 0x962cdfff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x962ce000 - 0x9634dff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9634e000 - 0x96481fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96482000 - 0x96562fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x96563000 - 0x9659afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9659b000 - 0x96666fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96667000 - 0x96667ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96668000 - 0x9666dfff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9666e000 - 0x9666eff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9666f000 - 0x96676fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x96677000 - 0x96695fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x96696000 - 0x9669afff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x9669b000 - 0x96b6cf3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96b6d000 - 0x96bcaffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x96bcb000 - 0x96bdcffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x96bdd000 - 0x96bddfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96bde000 - 0x96c38ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96c39000 - 0x96c41fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96c42000 - 0x97000fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97001000 - 0x97073fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97074000 - 0x970aeffe com.apple.securityfoundation 3.0 (32989) <ef1baca4880788750c38461222b60cae> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x970af000 - 0x970e3fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Maybe you are looking for

  • How to connect my Satellite A300-1J1 to HD TV

    Hello I have a Toshiba laptop model Satellite A300-1J1 (which does not have a HDMi socket) & have just purchased Toshiba XV551D 40" HD tv. Want to be able to connect laptop to tv with the best picture quality possible, would a DVI to HDMI cable be be

  • Figuring out of a step has been completed

    I posted this here since I am using SwingWorker for my threading, but I may have chosen the wrong section like always. First, here is my code:     class Task extends SwingWorker<Void, Void>         @Override         public Void doInBackground ()     

  • Question About Java Threads and Blocking

    I'm helping someone rehost a tool from the PC to the Sun. We're using the Netbeans IDE and the Java programming language. I took a Java course several years ago, but need some help with something now. We're developing a front-end GUI using Swing to a

  • Hyphenation not working for Russian language

    Hello All, We really shocked to see that hyphenation not working for Russian language, anyone faced this issue? Please let us know how to rectify this issue since we need to complete one of the project with Russian language. Thanks in advance. Pravee

  • DBMS_XDB.CREATERESOURCE from JAVA

    Hi all, i'm trying to load XML-data into the database with the following pseudocode: SQLText := "DECLARE               retB boolean;               XMLDoc XMLType;             BEGIN               XMLDoc := XMLType(?);               retB   := DBMS_XDB.