PLEASE HELP - Inconsistent AQ Behavior!

HELP!!!! HELP!!!! HELP!!!!
We are using Java 1.3 and Oracle 8.1.7's aqapi.jar. A frontend application enqueues messages OK. The other "side" of the queue dequeues these messages MOST of the time, but not all the time. If we change it from blocking forever to polling (timing out every 10 seconds and reconnecting), this still happens.
We are seeing this with RAW payloads (as well as Object payloads).
Storage space should not be an issue nor should network traffic with regards to the staging environment box we are dealing with.
Here are the enqueue and dequeue options we are using:
// Use most default Enqueue options
AQEnqueueOption enqueueOption = new AQEnqueueOption();
enqueueOption.setVisibility(AQEnqueueOption.VISIBILITY_IMMEDIATE)
AQDequeueOption dequeueOption = new AQDequeueOption();
dequeueOption.setDequeueMode(AQDequeueOption.DEQUEUE_LOCKED);
dequeueOption.setNavigationMode(AQDequeueOption.NAVIGATION_FIRST_MESSAGE);
dequeueOption.setWaitTime(AQDequeueOption.WAIT.FOREVER); //(or set with a time)
dequeueOption.setVisibility(AQDequeueOption.VISIBILITY_ONCOMMIT);
We are using CorrelationIDs to make sure we are getting the proper response to our request.
I know JDBC drivers are not certified for JDK 1.3, but...why would it work most of the time? An example would be enqueuing 71 similar messages using the same calls and only 65 being dequeued on the other side. This example happened all within the span of 5 minutes. None of the Java calls we are using are synchronized and the enqueuing message expirations are set high enough(60+ seconds).
We ARE NOT using JMS. We are NOT using OCI. It queue is setup as a single consumer queue. Pure Java to AQ over JDBC. There is a separate in and out queue table each with one queue (so we have separated the connections when one is committed, the other queue is not affected).
If you need more information to help with this, please let me know. We've been trying at this for MONTHS!! HELLLPP!!!!
null

We are seeing similar behavior and would greatly appreciate any help.
Our application enqueues messages without any problems, and the registered message listener receives the sent messages just fine, at first... After a while (can be minutes, hours, days), the listener just stops receiving messages. We can still enqueue messages, but the are not dequeued.
If we stop our application and start it again, we DO receive all of the messages that were previously stuck in the queue. However, unfortunately we are not able to receive any new messages.
If we shutdown Oracle and restart it, everything works fine again... at least until AQ wedges again.
Oddly enough, the messages are in the 'READY' state, so you would think that the listener would receive them, but it does not.
All indicators are that this is an Oracle AQ problem, as the only way to make things work correctly again is to stop and restart Oracle.
We checked for trace (.trc) files when this problem occurred, but no new ones where generated.
Any thoughts, suggestions, workarounds, tracing options that we can set, queries we can run to get more debug info, etc would be greatly appreciated.
Please feel free to email me directly: [email protected] We would prefer to use Oracle AQ, but are on the verge of trying our luck with WebLogic JMS...
Thank you in advance!

Similar Messages

  • URGENT Please help with weird behavior of test suite

    Hi All,
    I have a composite involving three operations of two different services. The weird behavior comes by the time on which I run the test suite on the EM, if I try to emulate two different operation response from one service, by the time that the flow, tries to emulate the second one, I always receive this error:
    part name="summary">
    <summary>oracle.fabric.common.FabricException: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.</summary>
    </part>
    On the other hand if I emulate two responses of the same operation it works.
    Does any one have any idea of how to deal with this kind of test? Which seems a very simple test.
    Best regards,

    Hi thanks for your response, in detail my problem is as follows:
    1- I have a simple composite with two services and three invokes, all of the operations are two ways operations. Here´s the BPEL (Service1 Demandas, operation Actualizar; Service 2 Aviso, operations buscar, actualizar):
    <scope name="SINAUT_Aviso_SRV_Demandas_Actualizar">
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:pattern patternName="bpelx:automated"/>
    <bpelx:analysis>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:50 AM</bpelx:property>
    <bpelx:property name="BusinessId">Scope_151babe7-bc1e-11df-3ca0-0015c5fce8ce</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <sequence>
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:analysis>
    <bpelx:property name="BusinessId">Sequence_151babe7-bc1e-11df-3ca0-0015c5fce8ce</bpelx:property>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:50 AM</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/idDemada"
    part="payload"/>
    <to variable="Invoke_2_actualizar_InputVariable"
    part="payload" query="/payload/demanda/idDemanda"/>
    </copy>
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/estadoDemanda/codigo"
    part="payload"/>
    <to variable="Invoke_2_actualizar_InputVariable"
    part="payload"
    query="/payload/demanda/estadoDemanda/codigo"/>
    </copy>
    </assign>
    <invoke name="Invoke_2"
    inputVariable="Invoke_2_actualizar_InputVariable"
    outputVariable="Invoke_2_actualizar_OutputVariable"
    partnerLink="SRV_Demandas"
    portType="ns2:SINAUT_Aviso_SRV_Demandas"
    operation="actualizar"/>
    </sequence>
    </scope>
    <scope name="SINAUT_Aviso_SRV_Avisos_Actualizar">
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:pattern patternName="bpelx:automated"/>
    <bpelx:analysis>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:57 AM</bpelx:property>
    <bpelx:property name="BusinessId">Scope_c235386b-bc1f-11df-3ca0-0015c5fce8ce</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <sequence>
    <bpelx:annotation xmlns:bpelx="http://schemas.oracle.com/bpel/extension">
    <bpelx:analysis>
    <bpelx:property name="BusinessId">Sequence_c235386b-bc1f-11df-3ca0-0015c5fce8ce</bpelx:property>
    <bpelx:property name="LastUpdateDate">9/10/10 9:35:57 AM</bpelx:property>
    </bpelx:analysis>
    </bpelx:annotation>
    <assign name="Assign_2">
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/ReferenciaPly"
    part="payload"/>
    <to variable="Invoke_1_actualizar_InputVariable"
    part="payload" query="/payload/aviso/referenciaPlyAviso"/>
    </copy>
    <copy>
    <from variable="inputVariable"
    query="/client:process/client:input/estadoAviso/codigo"
    part="payload"/>
    <to variable="Invoke_1_actualizar_InputVariable"
    part="payload" query="/payload/aviso/estadoAviso/codigo"/>
    </copy>
    </assign>
    <invoke name="Invoke_1"
    inputVariable="Invoke_1_buscar_InputVariable_1"
    outputVariable="Invoke_1_buscar_OutputVariable_1"
    partnerLink="SRV_Aviso"
    portType="ns1:SINAUT_Aviso_SRV_Avisos"
    operation="buscar"/>
    <assign name="Assign_4">
    <copy>
    <from expression="'12345'"/>
    <to variable="Invoke_3_actualizar_InputVariable"
    part="payload" query="/payload/aviso/referenciaPlyAviso"/>
    </copy>
    </assign>
    <invoke name="Invoke_3"
    inputVariable="Invoke_3_actualizar_InputVariable"
    outputVariable="Invoke_3_actualizar_OutputVariable_1"
    partnerLink="SRV_Aviso"
    portType="ns1:SINAUT_Aviso_SRV_Avisos"
    operation="actualizar"/>
    </sequence>
    </scope>
    2- My test suite is as follows:
    <wireActions wireSource="SINAUT_Aviso_PR_DemandasActualizar_TO_BE_/SRV_Demandas" operation="actualizar">
    <emulate duration="PT0S">
    <message>
    <part partName="payload">
    <content>
    <payload xmlns=""/>
    </content>
    </part>
    </message>
    </emulate>
    </wireActions>
    <wireActions wireSource="SINAUT_Aviso_PR_DemandasActualizar_TO_BE_/SRV_Aviso" operation="buscar">
    <emulate duration="PT0S">
    <message>
    <part partName="payload">
    <filePath>prueba_busqueda.xml</filePath>
    </part>
    </message>
    </emulate>
    </wireActions>
    <wireActions wireSource="SINAUT_Aviso_PR_DemandasActualizar_TO_BE_/SRV_Aviso" operation="actualizar">
    <emulate duration="PT0S">
    <message>
    <part partName="payload">
    <filePath>prueba_actualizar.xml</filePath>
    </part>
    </message>
    </emulate>
    </wireActions>
    3- When the test suite executes the second operation of the second service it throws this exception:
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricException: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.: WSDLException: faultCode=OTHER_ERROR: Error writing stream: java.io.IOException: Can only write attribute within a tag.</summary></part><part name="detail"><detail>Can only write attribute within a tag.</detail></part></remoteFault></bpelFault>
    4- if I change the second operation with the first one(buscar), it doesn't throws any exception.
    5- If this is a limitation , how can I test a composite that involves n operations of the same service?
    Kind regards and thanks for all of your support

  • I have trouble setting the trash mailbox behavior. I have set it to delete every month but it has been keeping the trash mails for only about 10 days. Please help.

    I have trouble setting the trash mailbox behavior. I have had it set to delete the messages once a month. But lately it has been deleting my messages every 10 days. I have tried choosing different options to set the trash mailbox behavior but has not been successful. Is there anything I can do? Please help.

    Thanks for that advice @randers4.
    I linked through and submitted my info as a "topic not covered" in the iCloud section. After entering the serial number of my MBP it turns out I wasn't eligible for technical support (though I don't think this is hardware related support) and the final suggestion was to take my computer into an Apple store. I called my local Apple reseller and asked for assistance. The customer service rep was very nice but unable to help, so suggested I call Apple Support on 1300 321 456. I did so and, again, spoke to two very polite and helpful customer service people (I was transferred to security services). I didn't have to be on hold to speak to either rep for more than a few seconds! After trying a few different things, he worked out what was happening...
    So, to cut a long story short, to solve the problem in my OP, all I had to do was log out of iCloud in my System Preferences and log back in using my current Apple ID. [Edited to add that I had to sign out of everything I was currently signed in to with my Apple ID before logging out and in again.]
    Problem solved!
    Message was edited by: NotBaconBits

  • Sketchy behavior...please help

    this is my 2rd... Yes, second, replacement Ipod in the last YEAR and it too is suffering from the same crap that killed the last one and the original. It started off skipping songs (not shuffle, im not stupid I know the difference). then it evolved into what it is doing now, booting up and showing the apple logo, then if i tilt it or move it or even touch the click wheel, it completely resets again. even if by some MIRACLE i get it to a menu of some kind, it just resets when i try to select anything at all. i've searched this site for awhile now searching for the solution but the usual 5 R's stuff IS NOT WORKING AT ALL. i tried resetting, recharging, retrying (with a different usb port), reinstalling software, and restarting my computer but to no avail. sometimes i get the grey stagnant battery meter outlined in this article:
    http://docs.info.apple.com/article.html?artnum=302420
    even if its plugged into the wall.
    please help me, im not sure if best buy will still honor my 2 year warranty because i've i've gotten 2 replacements already and it'd look mighty bad if i did it again, although its not like i abuse them. i have a gateway computer that operates on windows XP. i'd really appreciate any helpful answers

    You still have a valid 3rd-party warranty and, if I was you, I'd make use of it.

  • PLEASE HELP: iPhone 4 goes into phase of inconsistent service

    Every once in a while, my iPhone screen will turn black...hen I have to reset the power, and when I turn it on I am stuck with these symptoms:
    Every minute or so, my IPhone 4 loses service.
    It goes from Full service > Searching > No Service > Full service (This process repeats)
    I cannot make calls and can only send text messages during the phases of service.
    Attempted Solutions:
    I realized that when I restore the phone to factory settings, the problem temporarily goes away but returns a few days or couple weeks later.
    Does anyone have this problem or know what might be the cause? Is it the phone itself? This phone was my mother's old phone, but I swapped phones with her at an AT&T store, inserting my SIM into the iPhone. Could it be the sim?
    Please help!

    Go back to the store and get them to check the Sim and the Device.

  • Very strange iTunes behavior, please help!

    Every once in a while, I will notice a song in my library that has a time listed that I know is shorter than the song's actual length (for example, a song I know to be 5 minutes+ will be listed in the library as 1:37). When I play the song, the time adjusts to the proper time, so that is not the problem. However, if I sync my iPod, iTunes will only sync the time listed (1:37 in the example) to the iPod! It seems to be 100% random in the songs it effects and time it changes it to. Please help me out!
    Edit: I also forgot to mention, it will make songs longer also, but that is not as much of a problem because it will go on the iPod, show the "longer" time and then just go to the next track once the actual music is over
    Message was edited by: zellin

    I only have a 'CD Info.cidb' file in the preferences.
    Couldn't hurt to drag them on the desktop too, I suppose.
    Just don't trash them yet.
    The article I referenced to, should have read as here
    Forgot 1 character and didn't check it with 'preview' (this one I did)
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

  • Inconsistent aggregation behavior - activation will be terminated

    Hi BW Gurus
    DSO activation is failing with the error message : "Inconsistent aggregation behavior - activation will be terminated"
    Can any one please suggest on the above issue like how it will be caused and resolved
    Thanks in advance
    Venkat

    Hi....
    If u r getting error in data activation, try the below procedure
    If u want to activate the DSO the status of all the requests must be green.
    If all requests are not in green then this eeror will come.
    Right click on the DSO-> Administrator data target.
    Thaere check whrther the status of any request is yellow or red.
    May be that load going on in some other chain......just click on the Monitor icon.
    Then in the IP monitor .
    Go to the Details tab.
    Expand the Process chain node->right click ->Display messages.
    If you are loading through DTP.
    Then it will take u to the DTP monitor.......
    If PC node is not there,then go to the header tab->click on the IP->it will take u to the IP scheduler
    ->there in the Schedule tab->a Where used list icon is there,it will show u all the chains.
    If that is also not there...then that IP is not a part of any chain,may be it is an Adhoc run,
    wait until the load get completed, then repeat the DSO activation.
    If there is any red request,then first check why it failed, try to rectify the error and repeating the load.if it is not required just delete the request
    then repeat the DSO activation
    Hope this helps.......
    Regards,
    BRS

  • Cannot log into AD on Mountain Lion. Please help! I got the logs

    My company has been experiencing this problem ever since Mountain Lion released.
    The problem is, we cannot log into AD on all of our MAC who currently runs Mountain Lion. We, however, can log into AD fine with Lion and Snow Leopard just fine. We only use AD, we don't use Open Directory or have any Apple server.
    I have gather some logs using the SSH. Please help me view the logs and let me know what's going on if possible.
    Here are the steps that I performed before capture these logs.
    I format the hard drive and installed a new OS X 10.8.2 on the hard drive using the Recovery Mode (Hold down option Key while boot).
    I created a new computer name call ittest-mac3 in AD and assigned to proper OU. I changed the computer name under System Preferences ==> Sharing to "ittest-mac3".
       3.  I bind this Macbook Pro to our Active Directory via xyz.com. The bind was successful. I enabled "Create mobile account at login", "Required confirmation before creating a mobile account", " Force local home directory on start up disk", " Use UNC path from active directory to derive network home location", "Default user shell: /bin/bash/. Network protocol to be used: smb:
    After I reboot the Mac client, I was unable to log into it using our regular AD user account (consider all of our employees has regular account).
    I created 2 test accounts for Mac on Active Directory, they are "mac test" and "mac test 2".
    With "mac test" account, I configured everything the same as our regular account in AD. Which I was not able to log into the Mac client using this account.
    With “mac test 2” account, I configured everything the same as our regular account in AD EXCEPT for UNIX Attributes. I was successfully logged into the Mac client using this user account.
    So the problem is ... set the Unix Attributes for NIS domain on the AD account prevent everyone of us in our company to log into AD on any client that have Mountain Lion OSX installed.
    Here are the logs:
    Log1. This logs showed successful when log into AD on a Mountain Lion OSX using an AD account that don't have UNIX attributes setting configure.
    login as: administrator
    Using keyboard-interactive authentication.
    Password:
    Last login: Mon Dec 17 08:43:38 2012
    ittest-mac3:~ administrator$ sudo su -
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    ittest-mac3:~ root# cd /var/log
    ittest-mac3:log root# tail -f system.log
    Dec 17 09:02:19 ittest-mac3.local SecurityAgent[650]: *** WARNING: -[NSImage com                                                                            
    positeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Pleas                                                                             
    e use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:02:50 ittest-mac3.local sshd[659]: Accepted keyboard-interactive/pam f                                                                            
    or administrator from 10.10.202.63 port 50738 ssh2
    Dec 17 09:02:50 ittest-mac3.local sshd[659]: USER_PROCESS: 665 ttys000
    Dec 17 09:04:59 ittest-mac3.local sudo[673]: administrator : TTY=ttys000 ; PWD=/                                                                             
    Users/administrator ; USER=root ; COMMAND=/usr/bin/su -
    Dec 17 09:04:59 ittest-mac3.local su[674]: in pam_sm_authenticate(): authenticat                                                                             
    ion succeeded
    Dec 17 09:04:59 ittest-mac3.local su[674]: in pam_sm_acct_mgmt(): The group chec                                                                             
    k succeeded.
    Dec 17 09:04:59 ittest-mac3.local su[674]: in pam_sm_acct_mgmt(): OpenDirectory                                                                              
    - Membership cache TTL set to 1800.
    Dec 17 09:04:59 ittest-mac3.local su[674]: in od_record_check_pwpolicy(): retval                                                                             
    : 0
    Dec 17 09:04:59 ittest-mac3.local su[674]: in pam_sm_open_session(): No session                                                                              
    type specified.
    Dec 17 09:04:59 ittest-mac3.local su[674]: in pam_sm_open_session(): Going to sw                                                                            
    itch to (root) 0's Background session
    Dec 17 09:07:19 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'config.modify.com.apple.familycontrols.override' by client
    '/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Resources /parentalcontrolsd' [679] for authorization created by
    '/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Resources /parentalcontrolsd' [679] (3,0)
    Dec 17 09:07:19 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'config.modify.com.apple.familycontrols.loginwindow.override' by
    client '/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Resource s/parentalcontrolsd' [679] for authorization created by
    '/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Resources /parentalcontrolsd' [679] (3,0)
    Dec 17 09:07:19 ittest-mac3.local SecurityAgent[650]: User info context values set for mtest2
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_authenticate(): Got user: mtest2
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_authenticate(): Got ruser: (null)
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_authenticate(): Got service: authorization
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_authenticate(): Context initialised
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_authenticate(): Stashing kcm credentials in enviroment for kcminit: [email protected]
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in od_record_check_pwpolicy(): retval: 0
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in od_record_attribute_create_cfstring(): returned 2 attributes for
    dsAttrTypeStandard:AuthenticationAuthority
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Establishing credentials
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Got user: mtest2
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Context initialised
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Got euid, egid: 0 0
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Done getpwnam()
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Done setegid() & seteuid()
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): pam_sm_setcred: init credential cache
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): pam_sm_setcred: storing credential for: [email protected]
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Got cache_name: API:164370296:1
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Environment done: KRB5CCNAME=164370296:1
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Cache closed
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Done cleanup2
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Done cleanup3
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Done seteuid() & setegid()
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): Done cleanup4
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in ac_complete(): ac_complete returned: 0 for 164370296
    Dec 17 09:07:19 ittest-mac3.local authorizationhost[680]: in pam_sm_setcred(): pam_sm_setcred: ntlm done, used domain: PROS1
    Dec 17 09:07:19 ittest-mac3.local SecurityAgent[650]: Login Window login proceeding
    Dec 17 09:07:19 ittest-mac3.local ManagedClient[644]: ODUGetMCXRecordWithCache(): [ODRecord setNodeCredentialsWithRecordType:"dsRecTypeStandard:Users"
    authenticationType:kDSStdAuthNodeNativeRetainCredential authenticationItems:["mtest2", password]]) == 2100 (Connection failed to the directory server.) [This
    error is ignored and is only being flagged for notification]
    Dec 17 09:07:20 ittest-mac3 kernel[0]: Sandbox: kcm(681) deny mach-lookup com.apple.networkd
    Dec 17 09:07:20 ittest-mac3.local MCXCompositor[690]: CFPreferences: user home directory for user kCFPreferencesCurrentUser at  is unavailable. User domains
    will be volatile.
    Dec 17 09:07:20 ittest-mac3.local UserNotificationCenter[696]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It
    should not be used in new applications. Use convertRectToBacking: instead.
    Dec 17 09:07:24 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.preferences' by client
    '/System/Library/CoreServices/ManagedClient.app' [644] for authorization created by '/System/Library/CoreServices/ManagedClient.app' [644] (100002,0)
    Dec 17 09:07:24 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.preferences' by client
    '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writecon fig' [697] for authorization created by
    '/System/Library/CoreServices/ManagedClient.app' [644] (100002,0)
    Dec 17 09:07:24 ittest-mac3.local ManagedClient[644]: ODUMakeMobileMCXRecord: updating record from kDSNAttrOriginalHomeDirectory =
    <home_dir><url>smb://pros-fsvr2/home/mtest2</url><path>/</path></home_dir>
    Dec 17 09:07:24 ittest-mac3.local ManagedClient[644]: ODUMakeMobileMCXRecord: updating record to   kDSNAttrOriginalHomeDirectory =
    <home_dir><url>smb://pros-fsvr2/home/</url><path>mtest2/</path></home_dir>
    Dec 17 09:07:25 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.preferences' by client
    '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writecon fig' [697] for authorization created by
    '/System/Library/CoreServices/ManagedClient.app' [644] (100002,0)
    Dec 17 09:07:26 --- last message repeated 1 time ---
    Dec 17 09:07:26 ittest-mac3 com.apple.launchd[1] (com.apple.launchd.peruser.164370296): Throttling respawn: Will start in 4 seconds
    Dec 17 09:07:26 ittest-mac3.local writeconfig[697]: Unable to talk to lsboxd
    Dec 17 09:07:26 ittest-mac3.local writeconfig[697]: SFL(697): AddNewItemWithProperties_rpc returned 5
    Dec 17 09:07:26 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.preferences' by client
    '/System/Library/PrivateFrameworks/Admin.framework/Versions/A/Resources/writecon fig' [697] for authorization created by
    '/System/Library/CoreServices/ManagedClient.app' [644] (100002,0)
    Dec 17 09:07:30 ittest-mac3.local distnoted[721]: # distnote server agent  absolute time: 3817.482079135   civil time: Mon Dec 17 09:07:30 2012   pid: 721
    uid: 164370296  root: no
    Dec 17 09:07:30 ittest-mac3.local distnoted[721]: Bug: 12C60: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    Dec 17 09:07:30 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.login.console' by client
    '/System/Library/CoreServices/loginwindow.app' [641] for authorization created by '/System/Library/CoreServices/loginwindow.app' [641] (100003,0)
    Dec 17 09:07:30 ittest-mac3.local loginwindow[641]: Login Window - Returned from Security Agent
    Dec 17 09:07:31 ittest-mac3.local loginwindow[641]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort,
    err: 1102
    Dec 17 09:07:31 ittest-mac3.local loginwindow[641]: USER_PROCESS: 641 console
    Dec 17 09:07:31 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.gamed): Ignored this key: UserName
    Dec 17 09:07:31 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.gamed): Ignored this key: GroupName
    Dec 17 09:07:31 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find:
    com.apple.ReportCrash.Self
    Dec 17 09:07:31 ittest-mac3.local loginwindow[641]: Connection with distnoted server was invalidated
    Dec 17 09:07:31 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client
    '/System/Library/CoreServices/UserAccountUpdater' [727] for authorization created by '/System/Library/CoreServices/UserAccountUpdater' [727] (2,0)
    Dec 17 09:07:31 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client
    '/usr/libexec/launchdadd' [730] for authorization created by '/System/Library/CoreServices/UserAccountUpdater' [727] (100002,0)
    Dec 17 09:07:31 ittest-mac3.local com.apple.SecurityServer[15]: Session 100015 created
    Dec 17 09:07:31 ittest-mac3.local MRT[731]: MRT finished scan. Malware files were not found.
    Dec 17 09:07:31 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client
    '/usr/libexec/MRT' [731] for authorization created by '/usr/libexec/MRT' [731] (2,0)
    Dec 17 09:07:31 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client
    '/usr/libexec/launchdadd' [730] for authorization created by '/usr/libexec/MRT' [731] (100002,0)
    Dec 17 09:07:31 --- last message repeated 1 time ---
    Dec 17 09:07:31 ittest-mac3.local blued[68]: kBTXPCUpdateUserPreferences gConsoleUserUID = 164370296
    Dec 17 09:07:31 ittest-mac3.local locationd[738]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this
    compatiblity mapping behavior in the near future.
    Dec 17 09:07:31 ittest-mac3.local locationd[738]: NOTICE,Location icon should now be in state 0
    Dec 17 09:07:31 ittest-mac3.local UserEventAgent[725]: cannot find fw daemon port 1102
    Dec 17 09:07:34 ittest-mac3.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.login.done' by client
    '/System/Library/CoreServices/loginwindow.app' [641] for authorization created by '/System/Library/CoreServices/loginwindow.app' [641] (100002,0)
    Dec 17 09:07:36 ittest-mac3.local CalendarAgent[753]: Could not find Meta Data for persistent Store
    Dec 17 09:07:37 ittest-mac3.local WindowServer[76]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Dec 17 09:07:37 ittest-mac3.local WindowServer[76]: Display 0x042803c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000,
    1.000000, 1.000000)
    Dec 17 09:07:37 ittest-mac3.local genatsdb[764]: ########## genatsdb Sandboxed. ##########
    Dec 17 09:07:37 ittest-mac3.local SystemUIServer[763]: CGSCopyWindowShape: pid (763) passed NULL window
    Dec 17 09:07:37 ittest-mac3.local SystemUIServer[763]: could not update menu bar region, 1000
    Dec 17 09:07:37 ittest-mac3.local SystemUIServer[763]: CGSSetWindowTransformAtPlacement: Singular matrix [0.000 0.000 0.000 0.000]
    Dec 17 09:07:37 ittest-mac3.local SystemUIServer[763]: *** WARNING: Method convertRectToBase: in class NSView is deprecated on 10.7 and later. It should not
    be used in new applications.
    Dec 17 09:07:37 ittest-mac3.local SystemUIServer[763]: *** WARNING: Method convertRectFromBase: in class NSView is deprecated on 10.7 and later. It should
    not be used in new applications.
    Dec 17 09:07:38 ittest-mac3.local SystemUIServer[763]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later.
    Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:07:38 ittest-mac3.local SystemUIServer[763]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and
    later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:07:39 ittest-mac3.local genatsdb[764]: *GENATSDB* FontObjects generated = 392
    Dec 17 09:07:53 ittest-mac3 kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    Dec 17 09:07:53 ittest-mac3 kernel[0]: macx_swapoff SUCCESS
    Dec 17 09:07:59 ittest-mac3.local Setup Assistant[751]: INFO: MMAccountMgr_Private: finishedSetup called.
    Dec 17 09:07:59 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 39931
    Dec 17 09:07:59 --- last message repeated 4 times ---
    Dec 17 09:07:59 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.afpstat-qfa[793]): Job failed to exec(3). Setting up event to tell us when to
    try again: 2: No such file or directory
    Dec 17 09:07:59 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.afpstat-qfa[793]): Job failed to exec(3) for weird reason: 2
    Dec 17 09:07:59 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 39931
    Dec 17 09:07:59 --- last message repeated 4 times ---
    Dec 17 09:07:59 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.mrt.uiagent[783]): Exited with code: 255
    Dec 17 09:07:59 ittest-mac3.local NetworkBrowserAgent[796]: Starting NetworkBrowserAgent
    Dec 17 09:07:59 ittest-mac3.local imagent[786]: [Warning] Setting up a new messages database.
    Dec 17 09:07:59 ittest-mac3.local Finder[775]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be
    used in new applications. Use convertRectToBacking: instead.
    Dec 17 09:07:59 ittest-mac3.local Finder[775]: *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be
    used in new applications. Use convertRectToBacking: instead.
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 8727
    Dec 17 09:09:09 --- last message repeated 4 times ---
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: dict count after removing entry for window 0xfe is 0
    Dec 17 09:09:09 ittest-mac3.local coreservicesd[73]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending
    notification kLSNotifyApplicationDeath to notificationID=243
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd[1] (com.apple.quicklook.satellite.D6822423-2893-4C1C-B282-5022A61D589C[806]): Could not terminate job: 3: No
    such process
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd[1] (com.apple.quicklook.satellite.D6822423-2893-4C1C-B282-5022A61D589C[806]): Using fallback option to
    terminate job...
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 8727
    Dec 17 09:09:09 --- last message repeated 4 times ---
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd.peruser.164370296[712] ([0x0-0x44044].com.apple.AppleSpell[767]): Exited: Terminated: 15
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.quicklook[803]): Exited: Killed: 9
    Dec 17 09:09:09 ittest-mac3.local coreservicesd[73]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification
    kLSNotifyApplicationDeath to notificationID=272
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[813]): Exited: Killed: 9
    Dec 17 09:09:09 ittest-mac3.local loginwindow[641]: DEAD_PROCESS: 641 console
    Dec 17 09:09:09 ittest-mac3.local migCacheCleanup[736]: Cache cleanup: cleanup for user 164370296 took 0.07 seconds
    Dec 17 09:09:09 ittest-mac3.local coreservicesd[73]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending
    notification kLSNotifyApplicationDeath to notificationID=260
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 8727
    Dec 17 09:09:09 --- last message repeated 4 times ---
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXRestartSessionWorkspace: session workspace exited for session 257 (on console)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: Session 257 released (1 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: Session 257 released (0 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: loginwindow connection closed; closing server.
    Dec 17 09:09:09 ittest-mac3.local loginwindow[641]: CGSFlushWindowContentRegion: Invalid connection
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[725]: CGSGetNextEventRecord (Inline) connection 0x201b, 16384 bytes
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[725]: CGSShutdownServerConnections: Detaching application from window server
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[725]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=15883 Died
    Dec 17 09:09:09 ittest-mac3.local loginwindow[826]: Login Window Application Started
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Server is starting up
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Session 256 retained (2 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Session 256 released (1 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Session 256 retained (2 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: init_page_flip: page flip mode is on
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: mux_initialize: Mode is dynamic
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: GLCompositor enabled for tile size [256 x 256]
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: CGXGLInitMipMap: mip map mode is on
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: WSMachineUsesNewStyleMirroring: true
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x042803c0: GL mask 0x11; bounds (0, 0)[1440 x 900], 27 modes available
            Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00f, S/N 0, Unit 0, Rotation 0
            UUID 0x000006100000a00f00000000042803c0
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003f
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003e
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003d
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x4 for display 0x042803c0
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x5 for display 0x003f003f
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x6 for display 0x003f003e
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x7 for display 0x003f003d
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x042803c0: GL mask 0x11; bounds (0, 0)[1440 x 900], 27 modes available
            Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00f, S/N 0, Unit 0, Rotation 0
            UUID 0x000006100000a00f00000000042803c0
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003f
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003e
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003d: GL mask 0x2; bounds (2466, 0)[1 x 1], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003d
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: CGXPerformInitialDisplayConfiguration
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x042803c0: MappedDisplay Unit 0; Alias(4, 0x11); Vendor 0x610 Model 0xa00f S/N 0 Dimensions
    13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 2
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x
    0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x
    0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x
    0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: CGXMuxBoot: Boot normal
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, accelerator 0x0000494b, unit 0, caps QEX|
    QGL|MIPMAP, vram 1024 MB
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, texture units 8, texture max 16384,
    viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, accelerator 0x00004833, unit 4, caps QEX|
    QGL|MIPMAP, vram 580 MB
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, texture units 8, texture max 16384,
    viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Dec 17 09:09:10 ittest-mac3.local loginwindow[826]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: Created shield window 0x8 for display 0x042803c0
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: Display 0x042803c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000,
    1.000000, 1.000000)
    Dec 17 09:09:10 ittest-mac3.local launchctl[829]: com.apple.findmymacmessenger: Already loaded
    Dec 17 09:09:10 ittest-mac3.local com.apple.SecurityServer[15]: Session 100018 created
    Dec 17 09:09:10 ittest-mac3.local hidd[59]: CGSShutdownServerConnections: Detaching application from window server
    Dec 17 09:09:10 ittest-mac3.local hidd[59]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Dec 17 09:09:10 ittest-mac3.local loginwindow[826]: Login Window Started Security Agent
    Dec 17 09:09:10 ittest-mac3.local UserEventAgent[831]: cannot find useragent 1102
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: MacBuddy was run = 0
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042803c0 device: 0x1072ab320 
    isBackBuffered: 1 numComp: 3 numDisp: 3
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later.
    Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and
    later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use
    -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later.
    Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:11 ittest-mac3.local WindowServer[827]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Dec 17 09:09:11 ittest-mac3.local WindowServer[827]: Display 0x042803c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000,
    1.000000, 1.000000)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 8727
    Dec 17 09:09:09 --- last message repeated 4 times ---
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: dict count after removing entry for window 0xfe is 0
    Dec 17 09:09:09 ittest-mac3.local coreservicesd[73]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending
    notification kLSNotifyApplicationDeath to notificationID=243
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd[1] (com.apple.quicklook.satellite.D6822423-2893-4C1C-B282-5022A61D589C[806]): Could not terminate job: 3: No
    such process
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd[1] (com.apple.quicklook.satellite.D6822423-2893-4C1C-B282-5022A61D589C[806]): Using fallback option to
    terminate job...
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 8727
    Dec 17 09:09:09 --- last message repeated 4 times ---
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd.peruser.164370296[712] ([0x0-0x44044].com.apple.AppleSpell[767]): Exited: Terminated: 15
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.quicklook[803]): Exited: Killed: 9
    Dec 17 09:09:09 ittest-mac3.local coreservicesd[73]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification
    kLSNotifyApplicationDeath to notificationID=272
    Dec 17 09:09:09 ittest-mac3 com.apple.launchd.peruser.164370296[712] (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[813]): Exited: Killed: 9
    Dec 17 09:09:09 ittest-mac3.local loginwindow[641]: DEAD_PROCESS: 641 console
    Dec 17 09:09:09 ittest-mac3.local migCacheCleanup[736]: Cache cleanup: cleanup for user 164370296 took 0.07 seconds
    Dec 17 09:09:09 ittest-mac3.local coreservicesd[73]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending
    notification kLSNotifyApplicationDeath to notificationID=260
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXGetConnectionProperty: Invalid connection 8727
    Dec 17 09:09:09 --- last message repeated 4 times ---
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: CGXRestartSessionWorkspace: session workspace exited for session 257 (on console)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: Session 257 released (1 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: Session 257 released (0 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[76]: loginwindow connection closed; closing server.
    Dec 17 09:09:09 ittest-mac3.local loginwindow[641]: CGSFlushWindowContentRegion: Invalid connection
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[725]: CGSGetNextEventRecord (Inline) connection 0x201b, 16384 bytes
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[725]: CGSShutdownServerConnections: Detaching application from window server
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[725]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Dec 17 09:09:09 ittest-mac3.local UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=15883 Died
    Dec 17 09:09:09 ittest-mac3.local loginwindow[826]: Login Window Application Started
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Server is starting up
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Session 256 retained (2 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Session 256 released (1 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Session 256 retained (2 references)
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: init_page_flip: page flip mode is on
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: mux_initialize: Mode is dynamic
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: GLCompositor enabled for tile size [256 x 256]
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: CGXGLInitMipMap: mip map mode is on
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: WSMachineUsesNewStyleMirroring: true
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x042803c0: GL mask 0x11; bounds (0, 0)[1440 x 900], 27 modes available
            Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00f, S/N 0, Unit 0, Rotation 0
            UUID 0x000006100000a00f00000000042803c0
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003f
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003e
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003d
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x4 for display 0x042803c0
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x5 for display 0x003f003f
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x6 for display 0x003f003e
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Created shield window 0x7 for display 0x003f003d
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x042803c0: GL mask 0x11; bounds (0, 0)[1440 x 900], 27 modes available
            Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a00f, S/N 0, Unit 0, Rotation 0
            UUID 0x000006100000a00f00000000042803c0
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003f
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003e
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: Display 0x003f003d: GL mask 0x2; bounds (2466, 0)[1 x 1], 1 modes available
            off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
            UUID 0xffffffffffffffffffffffff003f003d
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: CGXPerformInitialDisplayConfiguration
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x042803c0: MappedDisplay Unit 0; Alias(4, 0x11); Vendor 0x610 Model 0xa00f S/N 0 Dimensions
    13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 2
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x
    0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x
    0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x
    0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: CGXMuxBoot: Boot normal
    Dec 17 09:09:09 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, accelerator 0x0000494b, unit 0, caps QEX|
    QGL|MIPMAP, vram 1024 MB
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01022647, GL mask 0x0000000f, texture units 8, texture max 16384,
    viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, accelerator 0x00004833, unit 4, caps QEX|
    QGL|MIPMAP, vram 580 MB
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: GLCompositor: GL renderer id 0x01024400, GL mask 0x00000010, texture units 8, texture max 16384,
    viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    Dec 17 09:09:10 ittest-mac3.local loginwindow[826]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: Created shield window 0x8 for display 0x042803c0
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: Display 0x042803c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000,
    1.000000, 1.000000)
    Dec 17 09:09:10 ittest-mac3.local launchctl[829]: com.apple.findmymacmessenger: Already loaded
    Dec 17 09:09:10 ittest-mac3.local com.apple.SecurityServer[15]: Session 100018 created
    Dec 17 09:09:10 ittest-mac3.local hidd[59]: CGSShutdownServerConnections: Detaching application from window server
    Dec 17 09:09:10 ittest-mac3.local hidd[59]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Dec 17 09:09:10 ittest-mac3.local loginwindow[826]: Login Window Started Security Agent
    Dec 17 09:09:10 ittest-mac3.local UserEventAgent[831]: cannot find useragent 1102
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: MacBuddy was run = 0
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042803c0 device: 0x1072ab320 
    isBackBuffered: 1 numComp: 3 numDisp: 3
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later.
    Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and
    later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use
    -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later.
    Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:11 ittest-mac3.local WindowServer[827]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Dec 17 09:09:11 ittest-mac3.local WindowServer[827]: Display 0x042803c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000,
    1.000000, 1.000000)
    Log2: This log showed was captured when we logged into a test account that have Unix Attributes configure just like our regular user's account.
    ^C
    ittest-mac3:log root# tail -f system.log
    Dec 17 09:09:10 ittest-mac3.local loginwindow[826]: Login Window Started Security Agent
    Dec 17 09:09:10 ittest-mac3.local UserEventAgent[831]: cannot find useragent 1102
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: MacBuddy was run = 0
    Dec 17 09:09:10 ittest-mac3.local WindowServer[827]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042803c0 device: 0x1072ab320 
    isBackBuffered: 1 numComp: 3 numDisp: 3
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later.
    Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and
    later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use
    -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:10 ittest-mac3.local SecurityAgent[836]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later.
    Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Dec 17 09:09:11 ittest-mac3.local WindowServer[827]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    Dec 17 09:09:11 ittest-mac3.local WindowServer[827]: Display 0x042803c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000,
    1.000000, 1.000000)
    Dec 17 09:09:41 --- last message repeated 1 time ---
    Dec 17 09:10:13 ittest-mac3.local SecurityAgent[836]: User info context values set for tle
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_authenticate(): Got user: mtest
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_authenticate(): Got ruser: (null)
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_authenticate(): Got service: authorization
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_authenticate(): Context initialised
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_authenticate(): Stashing kcm credentials in enviroment for kcminit: [email protected]
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_authenticate(): pam_sm_authenticate: ntlm
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in od_record_check_pwpolicy(): retval: 0
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in od_record_attribute_create_cfstring(): returned 2 attributes for
    dsAttrTypeStandard:AuthenticationAuthority
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Establishing credentials
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Got user: mtest
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Context initialised
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Got euid, egid: 0 0
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Done getpwnam()
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Done setegid() & seteuid()
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): pam_sm_setcred: init credential cache
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): pam_sm_setcred: storing credential for: [email protected]
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Got cache_name: API:2137600189:2
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Environment done: KRB5CCNAME=2137600189:2
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Cache closed
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Done cleanup2
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Done cleanup3
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Done seteuid() & setegid()
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): Done cleanup4
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): pam_sm_setcred: ntlm
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in ac_complete(): ac_complete returned: 0 for 2137600189
    Dec 17 09:10:13 ittest-mac3.local authorizationhost[844]: in pam_sm_setcred(): pam_sm_setcred: ntlm done, used domain: PROS1
    Dec 17 09:10:13 ittest-mac3.local SecurityAgent[836]: Login Window login proceeding
    Dec 17 09:10:13 ittest-mac3.local ManagedClient[830]: ODUGetMCXRecordWithCache(): [ODRecord setNodeCredentialsWithRecordType:"dsRecTypeStandard:Users"
    authenticationType:kDSStdAuthNodeNativeRetainCredential authenticationItems:["mtest", password]]) == 2100 (Connection failed to the directory server.) [This
    error is ignored and is only being flagged for notification]
    Dec 17 09:10:13 ittest-mac3 com.apple.launchd[1] (com.apple.launchd.peruser.4294967295[846]): getpwuid("4294967295") failed
    Dec 17 09:10:13 ittest-mac3 com.apple.launch

    -Reece,
    We only have 1 single domain, 1 domain forest, no subdomains, only alias. I had replied to the other post as well. But I am happy to paste it here in case anyone want to read it.
    So, after a few months of testing, capture and sending logs back and forth to Apple Engineers, we found out there is a setting in AD, under User Account that prevent us to log into AD from Mountain Lion. If you would go to your AD server, open up a user account properties, then go to Account tab, the "Do not require Kerberos preauthentication" option is checked. As soon as I uncheck that option, immediately I was able to log into AD on the Mac client. Apple engineers copied all my AD settings and setup a test environment on their end and match exact mine AD environment. They was able to reproduce this issue.
    The bad part about this is... our environment required the "Do not require Kerberos preauthentication" is checked in AD, in order for our users to login into some of our Unix and Linux services. Which mean that it is impossible for us to remove that check mark because most, if not all of them some way or another require to login into applications that run on Unix and Linux. Apple is working to see if they can come up with a fix. Apparently, no one has report this issue except us. I believe most of you out there don't have that check mark checked in your environment... Anyone out there have any suggestion to by pass or have a work around for this?

  • PLEASE help!! I use Outlook for my email and the Mail App Icon in my dock was also storing all my emails. So, I tried to delete ONLY the emails in the Mail App but somehow (under Preferences maybe?) I also deleted all my emails in my Outlook inbox.

    PLEASE help!! I use Outlook for my email and the Mail App Icon that is in my dock, that I know nothing about, was also storing all my emails. So, I tried to delete ONLY the emails in the Mail App but somehow (under Preferences maybe?) I also deleted ALL my OUTLOOK emails in my inbox.  Can someone please please tell me if there is a way to get my Outlook inbox emails back OR EVEN the emails that were in my Mail app - because even tho I never use the Mail app, at least the emails would be there.
    When I was trying to delete the emails in my inbox for the Mail app - I followed THESE directions.  It did in fact clear my inbox for the Mail app.  But then I went to log on to my Outlook account and EVERY SINGLE EMAIL was gone.  And not in the Deleted box.  Just gone.  Here are the directions I followed that screwed everything up.  Please help.
    Top menu bar, Mail > Preferences > Accounts > Mailbox Behaviors.
    Uncheck "Store deleted messages on the server".
    At the drop list for "Permanently erase deleted messages when", choose "Quitting Mail".
    Next...
    Top menu bar, Mail > Preferences > General.
    At "When searching all mailboxes, include results from", uncheck "Trash".
    Select All = command A

    i found out my prob!
    here is what you do.
    go to the "system preferences" on your dock.
    click "software updates".
    click "installed software"
    if it shows something about a recent update about "EFI UPDATE, FIRMWARE, THUNDERBOLT" or anything like that, exit out of it.
    go to mail.
    click "mail" at the top.
    click "preferences...".
    find the account you are having trouble with, once you do, make sure its highlighted, then click the "-" at the bottom of the window (this will only effect that mail account, it will not effect your ical weather or not its synced thought that email account)
    hit the "+" (right next to the "-") and add your accout back!
    its something with that update that effected mail, i hope this works out for you, if not reply back

  • IMac Freezing/crashing, please help. Tried everything! :(

    Hello Fellow MacTalkers,
    I am writing this post to ask you for a help with an issue that is very frustrating to resolve.
    To begin with, I have purchased my MacBook Pro 2.4 GHZ, 3GB, Leopard running notebook about 7 months ago.
    Until recently I have discovered that my computer is crashing randomly.
    I am not a very tech oriented person, who knows much about console, logs and sorting out the hardware / software related issues.
    About 2 months ago I started to experience some random freezes on my computer. Those freezes were occurring on different type of situations so it was hard for me to identify what could be causing the problem. The most common freezing that I have encountered, was and is that my computer screen just freezes and I can't perform any reset or rescue. Simply hard reset.
    I started to think that this could be a cause of getting an extra 1GB memory that I purchased from Apple store, and that the memory could be faulty. But just to make sure I have done a clean re-instal of my os. making sure that I have all my permissions everything that could be a "common" cause of any weird behaviors on a mac sorted.
    After the reinstall it got even worse.
    I decided to take my computer to Apple authorized centre in Sydney broadway NextByte shop.
    I explained the problem, asked if that would be possible to check some sort of console logs and track back what could be the cause of the problem that I am experiencing.
    I left my computer for 2 weeks in service. And after that 2 weeks they have replied to me saying that they have detected no faulty with the hardware what so ever. I keep on persisting that I understand that the service people have done all the tests on external peripherals, checked the system performance through some kind of testing tools and it resulted with no problem. I rang the Apple complaints department asking if they could do anything about it as I am very worried that this issue won't disappear. They have informed me that there is nothing thay can do and they are basically sending my back home.
    I collected my computer 2 days ago and started setting up some programs like adobe and all my apps. At first it was running all well, but then it started (leopard or hardware) to freeze again. On no particular occasion. I had to crashes in 3 hours.
    I remembered the time of the crash and after the reboot, I checked my console and here is what I could find:
    12/05/08 11:00:07 PM com.apple.launchd[1] (0x10b260.mdworker[1036]) Exited abnormally: Segmentation fault
    I don't know if that is related to this post in any way, but as I said at the beginning I have no technical knowledge on where to investigate it further.
    I would like to ask you for your recommendation on what should I do next.
    I hope there is nothing that I am doing wrong with my computer as I am keeping it organized nad well maintained.
    I thought also that that could be overheating related issue so I bought a notebook cooler, but that doesn't seemed to resolve the problem.
    I am running out of ideas. Apple won't help me in solving the problem, I am also not sure how should I approach this case from the legal perspective. Can I go to fair traiding institution and ask them for help to enforce apple on returning my money for laptop, should I perform any tasks on my computer to fix the problem with some software.
    Help, I am really running out of ideas. I am doing graphic design daily and this problem is driving me crazy.
    I would appreciate your feedback or any suggestions on what should I do next.
    Sorry for my cracked english. Im still learning my lingo in Australia
    PLEASE PLEASE, help me on this one.
    Kind Regards,
    Michael Saganowski
    <Edited by Moderator>
    Message was edited by: sgnwsk

    For what its worth, it sounds like the Leopard woes I was having before I left and went back to Tiger. I was in leopard for three months and I had too many problems to list here, but some common ones were Random system freezes/crashes (especially in itunes coverflow), Finder freezing, Adobe CS3 crashing and being generally buggy, not being able to run Final Cut Pro and After Effects at the same time.
    My advice to you, check your memory if you feel like it could be the problem. If your memory is OK, then wait for the 10.5.3 update which is supposed to be out really soon (like within a couple of weeks or so from what I hear.)

  • Firefox has been causing drops in my internet connection lately. PLEASE, PLEASE, PLEASE HELP!

    OK, I recently wrote to the author of Session Manager about this problem, since I thought I'd narrowed it down to that, but, well, maybe not. I'll copy & paste that conversation here, rather than waste a lot of time writing up something from scratch, especially since I've already wasted an INCREDIBLE amount of time on this problem, and I'm about ready to go berserk...
    Hello. I've been using Session Manager for a long time, but lately, it's been causing a problem that's been driving me out of my skull, and I think I've finally pinned it down to SM. lately, when I've tried to load sessions, even with a small number of tabs, it's caused my internet connection to drop, or, at least, to slow down to the point where pages try to load, but finally come back with a message that the connection timed out, or the page had took too long to respond. I have my Windows Vista Home Premium computer running Firefox 11 connected via Ethernet to a wifi router that is connected to a cable modem. I tried disabling pre-fetching, resetting my router to factory settings, I tried a different router, I tried removing the router and connecting directly to the cable modem, i tried a different modem, I tried disabling the Symantec extension, I tried clearing windows' DNS cache, I tried disabling Firefox's DNS cache, I tried disabling Symantec's Firefox extension (I have Norton anti-virus), and I tried disabling my anti-virus & firewall programs (hmmm, did I leave anything out?), but none of that solved the problem. I haven't noticed this behavior with any other program, and Firefox goes along swimmingly otherwise. The reason why I think I've finally pinpointed it as SM is that trying to load a certain 9-tab session caused this problem multiple times, but I eventually got it all loaded correctly, and then I tried restarting it, and Firefox's own built-in feature of loading the tabs and windows if it closed properly the last time worked just fine, and it loaded quite quickly.
    So, why might this be happening, and what can I do about it? Do you think it might be a matter of the SM data being corrupted/ If so, how do I get rid of it? I found the Session Manager Export Tool extension and exported my sessions and then tried uninstalling and re-installing SM, but it hadn't gotten rid of the old SM data. Please help, as I consider SM to be a vital part of my Firefox and have come to rely on it, plus I'd like to be able to use my old saved sessions again. Please help ASAP, too, as I've already wasted an unbelievable amount of time on this and I am extremely frustrated and aggravated. Thank you.
    The response I received:
    "Session Managwr cannot cause your Internet connection to drop, it simply doesn't have the ability to do that. All it can do is cause Firefox to restore tabs that have been saved. It can cause lots of web pages to load, which could slow down Firefox or possibly your Internet connection (if you have a really slow connection), but it can't drop your Internet connection. The only exception to that that I can think of is if your modem has a web page with a reboot button and you press that, then save the session such that restoring the session causes the reboot button to press, but that is extremely unlikely.
    By default Firefox loads tabs one at a time anyway so it's unlikely to slow things down when loading sessions. If Firefox can restore sessions properly, the Session Manager should be able to do so as well, since Session Manager uses Firefox's restore capabilities.
    I'd recommend disabling plugins in Firefox and/or other addons and see if that helps. If you can figure out what changed recently that would help narrow things down.
    As for Session Manager data. It doesn't store anything other than the sessions. You can delete those if you wish."
    My reply:
    Well, I have a cable internet connection, so I don't think speed is the problem there.
    Are you sure about Firefox loading only one tab at a time? I know when I load a session, it seems to show several tabs loading at the same time, and I can't remember it ever not being that way.
    Frankly, though, I need more specific, targeted help than being told to just start randomly disabling extensions. I've ALREADY wasted an INCREDIBLE amount of time on this and am ALREADY EXTREMELY frustrated and aggravated, and to just go blindly shooting around in the dark at random is only going to throw craploads more wasted time and aggravation onto the already huge pile. I'm at my wit's end here. I can't take much more of this. I need REAL help. I need more specific, targeted advice about what sorts of things I should be looking for, what sorts of things I should be trying, etc. I don't have any patience left to just start flailing around randomly and likely getting nowhere fast.

    Hi,
    You can try to verify that '''Don't load tabs until selected''' is enabled in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''General'''. [https://support.mozilla.org/en-US/kb/Options%20window%20-%20General%20panel?as=u Options > General]
    [https://support.mozilla.org/en-US/kb/Options%20window Options]
    If the problem persists please also check in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If the new profile is okay, you can later [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile?s=profile&r=1&e=sph&as=s copy the needed personal data] from the old profile and start using the new profile. You can then delete or troubleshoot the old profile. Firefox stores your personal data and settings in [http://kb.mozillazine.org/Profile_folder another location (profile folder)] separate from its [http://kb.mozillazine.org/Installation_directory folders/files]. A new profile would have the default Firefox settings in '''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Options%20window Options] and [http://kb.mozillazine.org/About:config about:config], and usually would also be empty of '''Extensions''' and themes ('''Appearance''') in '''Tools''' > '''Add-ons''', and their settings. Also, a new profile would have no previous stored website cache/cookies/data/preferences: '''Tools''' > [https://support.mozilla.org/en-US/kb/Clear%20Recent%20History '''Clear Recent History'''].
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder & Files]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • Please help with Contribute issue- Adobe or anyone!

    My issues are many- I don't know where to start. First, as a long-time Adobe customer, I can not believe how support has declined- I really miss my "support package" from the early 90's when I spoke with a person who really knew how to address my problems and/or questions. I am so tired of being outsourced to someone who has no idea how to address my problem- only to send me to "Document #8932023912 03" off of the Adobe website. I want to talk to someone who KNOWS and APPRECIATES this product, and who understands its internal behavior (like what I get when I call MAC SUPPORT). I will pay for it! I have invested thousands of dollars on Adobe software and am now at an unacceptable standstill.
    My small business relies on the Adobe Creative Suite 4 and the Contribute program. Up until now, I have never had a complaint, especially after moving to Mac a few years ago. Troubles started after two things (still not sure what the culprit was) - installing Snow Leopard and installing a Wacom Bamboo tablet (on the same day- my bad). Well, Illustrator, Photoshop work just fine as well as my other non-Adobe programs. But I can't even open InDesign (will post this on the proper post) or Contribute. So Apple had me deduce that I needed to create a new User and try things there. I eventually migrated to this new user but still, I cannot use Contribute.
    I have set permissions with the program and contents of the folder- in addition to my Contribute keys to no avail. I can't even open it. Nor can I open it in my Root user which at least lets me run In Design. I am at a total loss and I need to update a website for my client. PLEASE someone, I would so greatly appreciate any advice or instruction as to how to run Contribute on my new user. Or in my Root user. I just need to get it to open! Reinstall did nothing PLEASE HELP.
    A special note to anyone from Adobe: I want to talk to someone via a support package-- NOT outsourced. Does this fee-based option exist? It doesn't seem to from the main support number. If someone can help direct me, I would appreciate the proper instruction to do so. I need to get my InDesign running again and I have already invested multiple hours, days with Adobe support with NO solution at all. This is unacceptable in my mind, especially for the moneys invested.
    Thank you in advance... Aimee M.

    I totally share your views on Adobe period. I loved Macromedia., they also answered all my questions, then Adobe had to buy them out! I called them today (sales Dept., that's where they answer rather quickly., of course), they explained the following: You can pay for a live person, but the prices differ  in that they come in packages. In other words, you can pay a flat rate per hour for one-on-one OR pay for one-on-one tech support 5 times per month, and the amount of times per month vary from that point on., and so does the price!  I'm baffled! They are HORRIBLE!! . Like yourself, am on a standstill ever since I've been stuck with not being able to publish my site with current edits and it gives me a message whereas my own company name is "currently editing the page," so it keeps kicking out. I've tried everything, including but not limited to the following: going to the library and checking out books to troubleshoot; going on Adobe pages for support as well the Help features on the software program., etc...I'm exhausted!  ADOBE you guys need to reassess your Customer Care Support and your outsourcing business as well!!! YOU WILL LOOSE YOUR CUSTOMERS RATHER QUICKLY!!

  • I can't update iPhoto 9.4.1 to 9.4.3.  Every time I click update, it tells me to sign in to the account I used to purchase it but it was preinstalled.  Please help!!!

    I can't update iPhoto 9.4.1 to 9.4.3.  Every time I click update, it tells me to sign in to the account I used to purchase it but it was preinstalled.  Please help!!!

    They are updated through the Software Update facility, not the Mac App Store.
    Thanks for popping in....
    My iLife apps are all from retail install disks predating Lion/ML; I am running 10.8.4 and as soon as I choose Software Update from the menu, the app store 'Updates" window opens with "checking for updates". I believe that behavior (SU being directed to MAS) was changed with ML?

  • MOTION CRASHES ON START-UP. PLEASE HELP

    Hello.
    I have had Final Cut Studios 'MOTION' for 12 months and never had a problem. For some reason within the last 3 months Motion just "quits unexpectedly". It opens as far as the little submenu where you can "choose a template" or "open existing project" when you first open it, but once i select an option and click 'choose', it then crashes. Someone please help me!!!
    Here is the 'crash report' and 'system specs':
    CRASH REPORT
    Process: Motion [674]
    Path: /Applications/Motion.app/Contents/MacOS/Motion
    Identifier: com.apple.motion
    Version: 4.0.1 (698)
    Build Info: Motion-6980000~14
    Code Type: X86 (Native)
    Parent Process: launchd [119]
    Interval Since Last Report: 188 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 10 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2010-07-22 14:26:23.929 +1000
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: E332BE30-CDC4-4D6A-A581-828983FB28CC
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000047c08aa4
    Crashed Thread: 35
    Thread 0:
    0 libSystem.B.dylib 0x92967266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9296ea5c mach_msg + 72
    2 libSystem.B.dylib 0x9298b2ce machportdeallocate + 127
    3 libobjc.A.dylib 0x9032820c cache_collectfree + 435
    4 libobjc.A.dylib 0x90328569 cachefill + 482
    5 libobjc.A.dylib 0x903268e0 logand_fillcache + 141
    6 libobjc.A.dylib 0x903272b6 classlookupMethodAndLoadCache + 206
    7 libobjc.A.dylib 0x90337791 objc_msgSendSuper + 113
    8 com.apple.ozone.framework 0x0137adb3 OZMaskCircleTool_UIComponent::create(OZGLViewer*) + 67
    9 com.apple.ozone.framework 0x01177944 -[OZToolbarController _createToolGroupToolbarButton:tools:forItem:isMask:] + 3940
    10 com.apple.ozone.framework 0x01176420 -[OZToolbarController staticToolbarItemForIdentifier:] + 6864
    11 com.apple.ozone.framework 0x01179f8b -[OZToolbarController toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:] + 43
    12 com.apple.AppKit 0x915387dc -[NSToolbar _newItemFromDelegateWithItemIdentifier:willBeInsertedIntoToolbar:] + 86
    13 com.apple.AppKit 0x9153585a -[NSToolbar _newItemFromItemIdentifier:requireImmediateLoad:willBeInsertedIntoToolbar:] + 306
    14 com.apple.prokit 0x003033bd -[NSProToolbar _newItemFromItemIdentifier:requireImmediateLoad:willBeInsertedIntoToolbar:] + 129
    15 com.apple.AppKit 0x915381d5 -[NSToolbar _loadAllPlaceholderItems] + 286
    16 com.apple.AppKit 0x915376ec -[NSToolbar _windowWillShowToolbar] + 104
    17 com.apple.AppKit 0x91537605 -[NSWindow _showToolbar:animate:] + 87
    18 com.apple.AppKit 0x915360c3 -[NSWindow setToolbar:] + 763
    19 com.apple.ozone.framework 0x012fa0c5 -[OZCanvasView awakeFromNib] + 741
    20 com.apple.CoreFoundation 0x951ed7f5 -[NSSet makeObjectsPerformSelector:] + 181
    21 com.apple.AppKit 0x91376d8e -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1533
    22 com.apple.AppKit 0x9136cfba loadNib + 264
    23 com.apple.AppKit 0x9136c91c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 946
    24 com.apple.AppKit 0x9136c55f +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 171
    25 com.apple.AppKit 0x913ac8a1 -[NSWindowController loadWindow] + 235
    26 com.apple.AppKit 0x913ac63a -[NSWindowController window] + 86
    27 com.apple.ozone.framework 0x00e7cd6c -[OZObjCDocument showWindows] + 156
    28 com.apple.AppKit 0x917ec80c -[NSDocumentController(NSDeprecated) openUntitledDocumentOfType:display:] + 148
    29 com.apple.ozone.framework 0x0111a979 -[OZDocumentController openUntitledDocumentOfType:display:] + 233
    30 com.apple.ozone.framework 0x0111ab20 -[OZDocumentController newDocument:] + 80
    31 com.apple.ozone.framework 0x01183572 -[OZWelcomeScreenController performClose:] + 338
    32 com.apple.AppKit 0x91477e8f -[NSApplication sendAction:to:from:] + 112
    33 com.apple.prokit 0x002e64cb -[NSProApplication sendAction:to:from:] + 124
    34 com.apple.AppKit 0x91477dcc -[NSControl sendAction:to:] + 108
    35 com.apple.AppKit 0x91477c52 -[NSCell _sendActionFrom:] + 169
    36 com.apple.AppKit 0x914772ab -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1827
    37 com.apple.AppKit 0x91476afe -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 541
    38 com.apple.prokit 0x003218b5 -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 288
    39 com.apple.AppKit 0x914763b8 -[NSControl mouseDown:] + 888
    40 com.apple.AppKit 0x91474af7 -[NSWindow sendEvent:] + 5381
    41 com.apple.prokit 0x00309009 -[NSProWindow sendEvent:] + 273
    42 com.apple.AppKit 0x914416a5 -[NSApplication sendEvent:] + 2939
    43 com.apple.motion 0x0000860b 0x1000 + 30219
    44 com.apple.AppKit 0x9139efe7 -[NSApplication run] + 867
    45 com.apple.prokit 0x002e714c NSProApplicationMain + 325
    46 com.apple.motion 0x00005c51 0x1000 + 19537
    47 com.apple.motion 0x00002ea6 0x1000 + 7846
    Thread 1:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x906323f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90644d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    5 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x906323f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90644d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    5 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x906323f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90644d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    5 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x906323f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90644d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    5 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x906323f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90644d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    5 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x906323f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90644d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    5 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x906323f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x90644d4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    5 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x9668bb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x92998155 pthreadstart + 321
    4 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x92967266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9296ea5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95164e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95165b04 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x96be1d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5 ...ple.CoreServices.CarbonCore 0x92b16fbb PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x92967266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9296ea5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95164e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95165b04 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x96be1e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5 ...ple.CoreServices.CarbonCore 0x92b16fbb PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x92b18de3 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x92af7c36 TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x92b18a60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x96bece6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6 ...ple.CoreServices.CarbonCore 0x92b16fbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x92998155 pthreadstart + 321
    8 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92b18a60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x96beedb4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x92b16fbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x92998155 pthreadstart + 321
    8 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92b18a60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x96beedb4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x92b16fbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x92998155 pthreadstart + 321
    8 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x929b66fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x92998155 pthreadstart + 321
    2 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92b18a60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x96beedb4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x92b16fbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x92998155 pthreadstart + 321
    8 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92b18a60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x96beedb4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x92b16fbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x92998155 pthreadstart + 321
    8 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92af7a42 TSWaitOnSemaphoreCommon + 422
    5 ...ickTimeComponents.component 0x954f2df6 ReadSchedulerThreadEntryPoint + 4728
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92af7a42 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x92b20138 AIOFileThread(void*) + 1056
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x92967266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9296ea5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95164e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95165b04 CFRunLoopRun + 84
    4 com.apple.QTKit 0x912eae52 QTSurfaceRendererScheduledDisplayThread + 158
    5 libSystem.B.dylib 0x92998155 pthreadstart + 321
    6 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x92967266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9296ea5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95164e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95165b04 CFRunLoopRun + 84
    4 com.apple.QTKit 0x912e470a QTVisualContextImageProviderWorkLoop + 122
    5 libSystem.B.dylib 0x92998155 pthreadstart + 321
    6 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 22:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 23:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 24:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 25:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 26:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 27:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 28:
    0 libSystem.B.dylib 0x929672ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x929992c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x929de539 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0d34440b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x92998155 pthreadstart + 321
    Thread 29:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92af7a42 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x92b28944 TimerThread + 74
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 30:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92af7a42 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x92b28d3e DeferredTaskThread + 70
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 31:
    0 libSystem.B.dylib 0x929672c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x929992af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9299ab33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92af7c62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x92af7a42 TSWaitOnSemaphoreCommon + 422
    5 com.apple.QuickTime 0x9245e814 VideoDecodeThread + 68
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 32:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9296e216 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x9140cbf1 -[NSUIHeartBeat _heartBeatThread:] + 2042
    3 com.apple.Foundation 0x93327dfd -[NSThread main] + 45
    4 com.apple.Foundation 0x933279a4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x92998155 pthreadstart + 321
    6 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 33:
    0 libSystem.B.dylib 0x92967266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9296ea5c mach_msg + 72
    2 com.apple.CoreFoundation 0x95164e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x95165aa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x929055f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x92905480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x92998155 pthreadstart + 321
    7 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 34:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ozone.framework 0x0107321b OZExecutionUnit::executeLoop() + 75
    3 com.apple.ozone.framework 0x0107331e OZExecutionUnit::executeLoopWrapper(void*) + 94
    4 com.apple.procore.framework 0x007e00a8 PCThread::startup(void*) + 18
    5 libSystem.B.dylib 0x92998155 pthreadstart + 321
    6 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 35 Crashed:
    0 com.apple.Helium.HeliumRender 0x02344e56 HGSolidColor::~HGSolidColor() + 38
    1 com.apple.ProGraphics 0x01b196d6 LockAndRenderHardware(HGGLRenderer*, HGGLTexture**, HGRect, HGFormat, HGNode*) + 438
    2 com.apple.ProGraphics 0x01b1ad42 PGHelium::renderNodeToTexture(HGGLRenderer*, HGNode*, PCRect<int>, PCPixelFormat::ChannelOrder, bool) + 354
    3 com.apple.ozone.framework 0x01037c13 GLRenderer::renderImageFromNode(HGNode*, OZRenderParams&, HGRenderer*) + 387
    4 com.apple.ozone.framework 0x0103c11c GLRenderer::render(OZScene*, OZRenderParams&) + 4892
    5 com.apple.ozone.framework 0x01075188 OZRenderUnit::processRenderInstruction(OZRenderInstruction*) + 2312
    6 com.apple.ozone.framework 0x01075a9c OZRenderUnit::execute() + 188
    7 com.apple.ozone.framework 0x01073295 OZExecutionUnit::executeLoop() + 197
    8 com.apple.ozone.framework 0x0107331e OZExecutionUnit::executeLoopWrapper(void*) + 94
    9 com.apple.procore.framework 0x007e00a8 PCThread::startup(void*) + 18
    10 libSystem.B.dylib 0x92998155 pthreadstart + 321
    11 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 36:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ozone.framework 0x0107321b OZExecutionUnit::executeLoop() + 75
    3 com.apple.ozone.framework 0x0107331e OZExecutionUnit::executeLoopWrapper(void*) + 94
    4 com.apple.procore.framework 0x007e00a8 PCThread::startup(void*) + 18
    5 libSystem.B.dylib 0x92998155 pthreadstart + 321
    6 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 37:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ozone.framework 0x0107321b OZExecutionUnit::executeLoop() + 75
    3 com.apple.ozone.framework 0x0107331e OZExecutionUnit::executeLoopWrapper(void*) + 94
    4 com.apple.procore.framework 0x007e00a8 PCThread::startup(void*) + 18
    5 libSystem.B.dylib 0x92998155 pthreadstart + 321
    6 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 38:
    0 libSystem.B.dylib 0x9296e44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x92998dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ozone.framework 0x0107321b OZExecutionUnit::executeLoop() + 75
    3 com.apple.ozone.framework 0x0107331e OZExecutionUnit::executeLoopWrapper(void*) + 94
    4 com.apple.procore.framework 0x007e00a8 PCThread::startup(void*) + 18
    5 libSystem.B.dylib 0x92998155 pthreadstart + 321
    6 libSystem.B.dylib 0x92998012 thread_start + 34
    Thread 35 crashed with X86 Thread State (32-bit):
    eax: 0x47c08aa4 ebx: 0x02344e3e ecx: 0x02344e30 edx: 0x0e7a6a00
    edi: 0x0e7a6a00 esi: 0x0e7a7100 ebp: 0xb13fd738 esp: 0xb13fd710
    ss: 0x0000001f efl: 0x00010282 eip: 0x02344e56 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x47c08aa4
    Binary Images:
    0x1000 - 0x3ffe7 com.apple.motion 4.0.1 (698) <cb06140b5787729e99692ed5c2e39491> /Applications/Motion.app/Contents/MacOS/Motion
    0x143000 - 0x179ff6 com.apple.proinspector.framework 4.0.1 (722) <1afc9602dbf3257726478cf606dd0f26> /Library/Application Support/ProApps/SharedA/Frameworks/ProInspector.framework/Versions/A/ProInspect or
    0x19c000 - 0x1a8fff com.apple.PluginManager 1.7.4 (34) <8730ed3246b41a7b2703a5e1e7ff0687> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x1b6000 - 0x1b7ff7 com.apple.Helium 3.0.2 (352) <74b9d8600a0e6000063b57b035cf9cf4> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Helium
    0x2c4000 - 0x47fff3 com.apple.prokit 5.1 (917) <423cd2a7dd7379ddd0edbafa77282c85> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x588000 - 0x597fff com.apple.AERegistration 1.2 (77) <a12bc76d6dca3183dbdf33eb9153dccb> /Applications/Motion.app/Contents/Frameworks/AERegistration.framework/Versions/ A/AERegistration
    0x5ab000 - 0x5c4fff com.apple.promath.framework 4.0.1 (698) <7451ac6af37f4e66f28459a0aa5fb718> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProMath.framework/Versions/A/ProMath
    0x5ce000 - 0x5d5fff com.apple.AEProfiling 1.2 (22) <897abb37b91c3c707530a5a455c4e5e9> /Applications/Motion.app/Contents/Frameworks/AEProfiling.framework/Versions/A/A EProfiling
    0x5df000 - 0x747ff2 com.apple.ProMedia 4.0.1 (698) <e76906f6af0a617c52ea51a6841d7e41> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProMedia.framework/Versions/A/ProMedi a
    0x7b8000 - 0x855ff8 com.apple.procore.framework 4.0.2 (757) <d3146f1ef86df2a2509be3f9640cbe40> /Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore
    0x895000 - 0x8b3fef com.apple.XSKey 1.0.0 (52) <71b94f5315db901291f2211f7c2cd790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x8c2000 - 0x8c2ffc com.apple.iokit.dvcomponentglue 1.9.5 (1.9.5) <0759a2500bb678c4e6fc1c4a90d17e03> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x8c7000 - 0x8c8fff com.apple.FxHeliumImage 4.0.0 (1.0) <6151646863b80fde822a73985b6a462e> /Library/Application Support/ProApps/SharedA/Frameworks/FxHeliumImage.framework/Versions/A/FxHeliumI mage
    0xd6d000 - 0x163eff2 com.apple.ozone.framework 4.0.1 (698) <bd38b39c36ea86ec9e9661443a4818fb> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/Ozone.framework/Versions/A/Ozone
    0x1ada000 - 0x1b42fff com.apple.ProGraphics 4.0.1 (698) <d36f719b086743f74184e95f5db714ef> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProGraphics.framework/Versions/A/ProG raphics
    0x1c5e000 - 0x1ddffe2 com.apple.Lithium 4.0.1 (698) <72f7b2b83b90722eea445f9980c33d7b> /Library/Application Support/ProApps/SharedA/Frameworks/Lithium.framework/Versions/A/Lithium
    0x1e61000 - 0x1f2eff3 com.apple.prochannel.framework 4.0.1 (721) <4174a8706c7bc60ec682c44dd46774d9> /Library/Application Support/ProApps/SharedA/Frameworks/ProChannel.framework/Versions/A/ProChannel
    0x1fcd000 - 0x2001fef com.apple.bom 9.0.1 (136.1.1) <007941632d316d064e8decc51255a5e0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x200f000 - 0x2018ff7 com.apple.finalcutstudio.prometadatasupport 0.6 (1.0) <c4af15573cc83bb7c01755d66b0873c1> /Library/Frameworks/ProMetadataSupport.framework/Versions/A/ProMetadataSupport
    0x2020000 - 0x20ecfeb org.python.python 2.5 (2.5) <900fd8b106cc81bcbc30122cc9cc3e09> /System/Library/Frameworks/Python.framework/Versions/2.5/Python
    0x2139000 - 0x219dfe2 com.apple.LiveType.framework 2.1.4 (2.1.4) <7aaba6874323e5b9ba048f61c217e6fd> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0x21bd000 - 0x21daff7 com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x21f2000 - 0x2203ff7 com.apple.fxplugframework 1.2.3 (1.2.3) <033fea79e666d3195bd525a9a4331190> /Library/Frameworks/FxPlug.framework/Versions/A/FxPlug
    0x2216000 - 0x222cfea libedit.2.dylib ??? (???) <be5a6f391887bb96bdeeafd443cf19fb> /usr/lib/libedit.2.dylib
    0x2237000 - 0x2248fff com.apple.RetimingMath 4.0.1 (698) <badc87420258c2cbb69e40af391caf5b> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/RetimingMath.framework/Versions/A/Ret imingMath
    0x225d000 - 0x23affec com.apple.Helium.HeliumRender 2.0.2 (352) <0b9794386dd0b8b0fe89bdf33abd8a46> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Frameworks/Heliu mRender.framework/Versions/A/HeliumRender
    0x2408000 - 0x2426fe3 libexpat.1.dylib ??? (???) <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib
    0x2474000 - 0x2490ff7 GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6647000 - 0x67ccfe3 GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x67fa000 - 0x6ad8ff1 com.apple.ATIRadeonX2000GLDriver 1.5.48 (5.4.8) <0858896931bc8cdd84f736ed21e23738> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x7c55000 - 0x7c5affb com.apple.fxmetaplug.ImageUnit 1.2.2 (1.2.2) <874ee8a7b64432c8d8e21e4ea379c31b> /Library/Application Support/ProApps/Internal Plug-Ins/FxMetaPlug/ImageUnit.fxmetaplug/Contents/MacOS/ImageUnit
    0x7cbd000 - 0x7cbfff3 com.apple.LiveType.component 2.1.4 (2.1.4) <d60e25373b47ea9900776ce394378d07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x7cc5000 - 0x7d0bffb com.apple.motion.component 1.0 (698) <bb5520406f805207e007bb94a59d748d> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x7d11000 - 0x7d13ff7 +Motion ??? (???) <cb022d7e217bef89497472c50834b41d> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x7d19000 - 0x7eafff7 com.apple.motion.Behaviors 4.0.1 (698) <d08a8e6a34c6520ef45ef6a911041dea> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Behaviors.ozp/Contents/MacOS/Behaviors
    0x7f4e000 - 0x7f99ff4 com.apple.Bloodhound 4.0.1 (698) <d6f96682bfa9ece661b8103e6f342813> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/Bloodhound.framework/Versions/A/Blood hound
    0x7fc4000 - 0x8160ff8 com.apple.motion.Particles 4.0.1 (698) <4d9d6dfbc506518dbf0779d19c32c6c1> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Particles.ozp/Contents/MacOS/Particles
    0x81ba000 - 0x81ccfff com.apple.motion.Text 4.0.1 (698) <a65d052b1c50ed0344c6e37ecbd93efc> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Text.ozp/Contents/MacOS/Text
    0x81d9000 - 0x8586ff2 com.apple.motion.TextFramework 4.0.1 (698) <6956da3567e61a10d908e1c7831d7ab5> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/TextFramework.framework/Versions/A/Te xtFramework
    0x8642000 - 0x866aff7 com.apple.prokit.LeopardPanels 5.1 (917) <8103a9633fd8349fd4b83fb72a6cd305> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/Leopard Panels.bundle/Contents/MacOS/LeopardPanels
    0x8699000 - 0x869aff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x8800000 - 0x8873fff com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0xab13000 - 0xab13ffd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0xc8df000 - 0xc8e7ff7 com.apple.proapps.mrcheckpro 1.4 (379) <353f1a07ba9560cdd0834537d209bb69> /Applications/Motion.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MR CheckPro
    0xc957000 - 0xcc67fe3 com.apple.RawCamera.bundle 3.0.0 (514) <b180dd8fcab82307c0f96d468b2c8e60> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xcdbf000 - 0xcdd0fe7 com.apple.FCP Uncompressed 422.component 1.6.1 (1.6.1) <62c290fb273560c4ce887ecb0de6edb3> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xcf1a000 - 0xcf27ffb +net.telestream.license 1.0.7.2-GC (1.0.7.2-GC) <3b3adb8179f3637131fe66ef8d8e3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0xcf30000 - 0xcf54ff7 com.apple.AppleAVCIntraCodec 1.0 (16) <8a1a4cee1610eece74dad2af42825e6d> /Library/QuickTime/AppleAVCIntraCodec.component/Contents/MacOS/AppleAVCIntraCod ec
    0xcf5f000 - 0xcf64ff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6fdff3c87ececb7413749c0230c54f78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xd33a000 - 0xd3a7fe7 com.apple.AppleProResCodec 2.0 (224) <b7a79ff29c325554a3c3be91f9b89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0xd3f4000 - 0xd5e6fe2 +net.telestream.wmv.import 2.3.3.3 (2.3.3.3) <29274b9532483ab4a08f718299d6d8c8> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0xd61b000 - 0xd7dcff2 +net.telestream.wmv.advanced 2.3.3.3 (2.3.3.3) <1fb67270b92a3c25c05ea219a119731b> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0xd820000 - 0xd85bfff com.apple.QuickTimeFireWireDV.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xd868000 - 0xd89ffe7 com.apple.DVCPROHDCodec 1.5 (237) <5ba422055aee73bba7de5417ef028d5b> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xd8af000 - 0xd8c9ffb com.apple.AppleIntermediateCodec 1.3.1 (152) <d9f7038d87b09f803ac23c7624d464ae> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xd8cf000 - 0xd8e8ff3 com.apple.applepixletvideo 1.2.18 (1.2d18) <fd882f567e0480f18107f66ea6e7187d> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xda75000 - 0xda78fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xe6ba000 - 0xe6c0fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xe968000 - 0xe96afff com.apple.Helium.HCache 2.1.0 (352) <add6035d5844959b94dcc2b27f8972ca> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Plug-ins/HCache.bundle/Cont ents/MacOS/HCache
    0xfabe000 - 0xfad1fe3 com.apple.IMXCodec 1.4 (155) <b7a1514f1a2bec3e719db8bb25016a05> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0xfb58000 - 0xfbbdfef com.apple.AppleVAH264HW.component 1.0 (1.0) <34d48dacd53869dd17c7243d5fbba2c3> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0xfc78000 - 0xfd27fe3 com.apple.AppleHDVCodec 1.5 (228) <8d2121a0ba5328a2c9a53bed137701da> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x10000000 - 0x10060fef com.apple.proapps.AudioMixEngine 2.0 (68) <39d1bff10746662ed2065b884226d735> /Applications/Motion.app/Contents/Frameworks/AudioMixEngine.framework/Versions/ A/AudioMixEngine
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90007fff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x90008000 - 0x90027ffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90028000 - 0x90028ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90029000 - 0x9002ffff com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90030000 - 0x90058ff7 com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90059000 - 0x9005affc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9005b000 - 0x9005bffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9005c000 - 0x90067fe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90068000 - 0x9006fffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x90070000 - 0x90070ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90071000 - 0x90071ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90072000 - 0x90122fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90123000 - 0x90147feb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x90148000 - 0x9017ffff com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90180000 - 0x901bafe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x901bb000 - 0x90262feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90263000 - 0x90263ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90264000 - 0x9028dfff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9028e000 - 0x90321ff3 com.apple.ApplicationServices.ATS 3.8.1 (???) <56f6d9c6f0ae8dccb3b6def46d4ae3f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90322000 - 0x90402fff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x90403000 - 0x9054bff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9054c000 - 0x9056aff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9056b000 - 0x905f8ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x905ff000 - 0x906cafef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x906cb000 - 0x9071cff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9071d000 - 0x907a4ff7 libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x907a5000 - 0x907e5fef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907e6000 - 0x908ceff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x908cf000 - 0x909c3ff4 libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
    0x909c4000 - 0x909c7fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x909c8000 - 0x909ddffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x909f0000 - 0x90a1dfeb libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90a1e000 - 0x90a20fff com.apple.securityhi 3.0 (30817) <dbe328cd62d603a952a4226342711e8b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a26000 - 0x90a4afff libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x90cb4000 - 0x91072fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91073000 - 0x910a5fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x910a6000 - 0x91161fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <0ca70ca8e67c1a76bee151d65b1e7398> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91162000 - 0x911bcff7 com.apple.CoreText 2.0.4 (???) <c7a222be1b51a9954eae716adbd5626a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x911bd000 - 0x9121affb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9121b000 - 0x91365feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91366000 - 0x91b64fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91bb1000 - 0x91f4efef com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91f4f000 - 0x92001ffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x92002000 - 0x92018fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9206b000 - 0x9207bffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9207c000 - 0x9215dff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x9215e000 - 0x92165fff com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9215e000 - 0x92165fff com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92166000 - 0x92337ff3 com.apple.security 5.0.6 (37592) <5d7ae92f2e52ee7ba5ae658399770602> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92338000 - 0x9233ffe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x92340000 - 0x9234fffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92350000 - 0x9267bff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9267c000 - 0x92685fff 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
    0x92686000 - 0x9268bfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9268c000 - 0x926a9ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x926aa000 - 0x927e3ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x927e4000 - 0x928abff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x928e7000 - 0x928e7ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x928e8000 - 0x92965feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92966000 - 0x92acdff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x92ace000 - 0x92da8ff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92da9000 - 0x92dd4fe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x92dd5000 - 0x93191ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93192000 - 0x93197fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93198000 - 0x9331cfef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9331d000 - 0x93599fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9359a000 - 0x935a7fe7 com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935a8000 - 0x9363bfff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9363c000 - 0x9364bfff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x9364c000 - 0x936f3fec com.apple.CFNetwork 438.14 (438.14) <827c6cb4419aedec003bb42cbec079af> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x936f4000 - 0x9382cfe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9382d000 - 0x9382dffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9382e000 - 0x938bbff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x938bc000 - 0x9393bff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9393c000 - 0x9394cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9394d000 - 0x93acdfff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93ace000 - 0x93adaff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93adb000 - 0x93b55ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93b56000 - 0x93bb2ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93bb3000 - 0x93bb8fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93bb9000 - 0x93bf8fef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93bf9000 - 0x93c52ff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93c53000 - 0x93c6fff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93c70000 - 0x93ca1ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93ca2000 - 0x93ca2ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93ca3000 - 0x93ceeff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93cef000 - 0x93d07fff com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93d08000 - 0x93d7afff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93d7b000 - 0x93da4fff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x93da5000 - 0x93deefef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93def000 - 0x93fabff3 com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x93fac000 - 0x93fdbfe3 com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93fe6000 - 0x93feefff com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93fef000 - 0x9406cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9406d000 - 0x9470dfeb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9470e000 - 0x947d7fef com.apple.QuickTimeMPEG4.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x947d8000 - 0x947daff1 com.apple.QuickTimeH264.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x947db000 - 0x9492dff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9492e000 - 0x9492effd 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
    0x9492f000 - 0x9494dfff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x9494e000 - 0x94c56fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94c57000 - 0x94c73ff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94c74000 - 0x94cc3fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94cc4000 - 0x950d4fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x950d5000 - 0x950e1fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x950e2000 - 0x950e2ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x950e3000 - 0x950f1ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x950f2000 - 0x95225fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95226000 - 0x95422fff com.apple.JavaScriptCore 5533 (5533.13) <cef0a091b122549249e116cb9e213c60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95423000 - 0x9542dfeb 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
    0x9542e000 - 0x9542efff com.apple.Carbon 136 (136) <450e7e239de3f8e559c78f6473ec5149> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9542f000 - 0x9546dfff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9546e000 - 0x9636dfe6 com.apple.QuickTimeComponents.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9636e000 - 0x96370ff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96371000 - 0x963a0ff7 libncurses.5.4.dylib ??? (???) <3b2ac2ca8190942b6b81d2a7012ea859> /usr/lib/libncurses.5.4.dylib
    0x963a1000 - 0x96530fe7 com.apple.CoreAUC 3.08.0 (3.08.0) <9043e2896f6c99d96932ff86fc5142a7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96531000 - 0x9657ffe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96580000 - 0x96584fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96585000 - 0x965c6fe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x965c7000 - 0x96609fef com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9664f000 - 0x9665bffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9665c000 - 0x96663ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x96664000 - 0x96b35fbe libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96b36000 - 0x96b3afff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96be0000 - 0x96c6aff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    SYSTEM SPECS:
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 10 GB
    Graphics: kHW_ATIrv630Item, ATI Radeon HD 2600, spdisplayspciedevice, 256 MB
    Memory Module: global_name
    Bluetooth: Version 2.1.9f10, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: ATI Radeon HD 2600, display, Slot-3
    Serial ATA Device: Hitachi HDS721010CLA332, 931.51 GB
    Serial ATA Device: WDC WD10EADS-00L5B1, 931.51 GB
    Serial ATA Device: WDC WD10EADS-00L5B1, 931.51 GB
    Serial ATA Device: ST3320820AS_P, 298.09 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-112D, 3.48 GB
    USB Device: Mass Storage Device, (null) mA
    USB Device: Audio Kontrol 1, (null) mA
    USB Device: Keyboard Hub, (null) mA
    USB Device: Apple Optical USB Mouse, (null) mA
    USB Device: Apple Keyboard, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA
    FireWire Device: built-in_hub, unknown_value, unknown_speed

    I've been editing in FCP 7 for several months now, with now problems. But today, for the first time, I tried to send something to Motion and both Motion and FCP crashed. When I try running Motion by itself I encounter exactly the same problem as ZebH: ' Motion just "quits unexpectedly". It opens as far as the little submenu where you can "choose a template" or "open existing project" when you first open it, but once i select an option and click 'choose', it then crashes.'
    Here is my crash report:
    Process: Motion [1061]
    Path: /Applications/Motion.app/Contents/MacOS/Motion
    Identifier: com.apple.motion
    Version: 4.0.0 (687)
    Build Info: Motion-6870000~22
    Code Type: X86 (Native)
    Parent Process: launchd [98]
    Date/Time: 2010-08-01 11:15:34.061 -0400
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 347403 sec
    Crashes Since Last Report: 7
    Per-App Interval Since Last Report: 261 sec
    Per-App Crashes Since Last Report: 5
    Anonymous UUID: 78E04C57-A8B8-470D-A192-9AA41693A08E
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x9461a8f1 __HALT + 1
    1 com.apple.CoreFoundation 0x9453d21b __CFBasicHashRehash + 1739
    2 com.apple.CoreFoundation 0x9454a794 __CFBasicHashAddValue + 180
    3 com.apple.CoreFoundation 0x94552de9 CFBasicHashSetValue + 169
    4 com.apple.CoreFoundation 0x94552bea CFDictionarySetValue + 202
    5 com.apple.Foundation 0x9487c85a -[NSCFDictionary setObject:forKey:] + 308
    6 com.apple.prokit 0x002bd09a -[NSProThemeFacet imageForSlice:withKeyAdjustment:] + 381
    7 com.apple.prokit 0x001d05b2 -[NSProTabView _tabRodHeight] + 176
    8 com.apple.prokit 0x001d12ad -[NSProTabView _themeContentRect] + 106
    9 com.apple.prokit 0x001d11f9 -[NSProTabView contentRect] + 96
    10 com.apple.prokit 0x001d0f2f -[NSProTabView _switchTabViewItem:oldView:withTabViewItem:newView:initialFirstResponder:lastKe yView:] + 368
    11 com.apple.AppKit 0x957fc9e9 -[NSTabViewItem setView:] + 205
    12 com.apple.ozone.framework 0x008892e9 -[OZTabbedModule addTabViewItem:module:] + 73
    13 com.apple.ozone.framework 0x0092be7b -[OZTimingTabsController viewDidLoad] + 171
    14 com.apple.ozone.framework 0x00777937 -[OZPBXModule _viewDidLoad] + 71
    15 com.apple.ozone.framework 0x00777552 -[OZPBXModule view] + 194
    16 com.apple.ozone.framework 0x008550aa -[OZDocWindowController windowDidLoad] + 618
    17 com.apple.AppKit 0x956c341f -[NSWindowController _windowDidLoad] + 525
    18 com.apple.AppKit 0x956512b0 -[NSWindowController window] + 123
    19 com.apple.ozone.framework 0x00760cbc -[OZObjCDocument showWindows] + 156
    20 com.apple.AppKit 0x959cf846 -[NSDocumentController(NSDeprecated) openUntitledDocumentOfType:display:] + 148
    21 com.apple.ozone.framework 0x009ff909 -[OZDocumentController openUntitledDocumentOfType:display:] + 233
    22 com.apple.ozone.framework 0x009ffab0 -[OZDocumentController newDocument:] + 80
    23 com.apple.ozone.framework 0x00a68502 -[OZWelcomeScreenController performClose:] + 338
    24 com.apple.AppKit 0x956abf1e -[NSApplication sendAction:to:from:] + 112
    25 com.apple.prokit 0x001be3b8 -[NSProApplication sendAction:to:from:] + 127
    26 com.apple.AppKit 0x9578b699 -[NSControl sendAction:to:] + 108
    27 com.apple.AppKit 0x95787146 -[NSCell _sendActionFrom:] + 169
    28 com.apple.AppKit 0x9578643d -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    29 com.apple.AppKit 0x957dba61 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    30 com.apple.prokit 0x001f37bb -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 293
    31 com.apple.AppKit 0x95784e93 -[NSControl mouseDown:] + 812
    32 com.apple.AppKit 0x95782e9c -[NSWindow sendEvent:] + 5549
    33 com.apple.prokit 0x001dd9b6 -[NSProWindow sendEvent:] + 264
    34 com.apple.AppKit 0x9569baff -[NSApplication sendEvent:] + 6431
    35 com.apple.motion 0x0000848b 0x1000 + 29835
    36 com.apple.AppKit 0x9562f5bb -[NSApplication run] + 917
    37 com.apple.prokit 0x001beab1 NSProApplicationMain + 326
    38 com.apple.motion 0x00005881 0x1000 + 18561
    39 com.apple.motion 0x00002ad6 0x1000 + 6870
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x93ce6942 kevent + 10
    1 libSystem.B.dylib 0x93ce705c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x93ce6519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x93ce62be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x93ce5d41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x93ce5b86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x93cdf086 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x945b580d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    3 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x93cc015a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93d1c848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x930a73b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x930a70f3 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x976228bd ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x93cc015a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93d1c848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x930a73b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x930a70f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x93101900 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 5: QTKit: QTSurfaceRendererScheduledDisplayThread
    0 libSystem.B.dylib 0x93cc00fa machmsgtrap + 10
    1 libSystem.B.dylib 0x93cc0867 mach_msg + 68
    2 com.apple.CoreFoundation 0x94575faf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x94575094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9457afd4 CFRunLoopRun + 84
    5 com.apple.QTKit 0x98644427 QTSurfaceRendererScheduledDisplayThread + 164
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 6: QTKit: QTVisualContextImageProviderWorkLoop
    0 libSystem.B.dylib 0x93cc00fa machmsgtrap + 10
    1 libSystem.B.dylib 0x93cc0867 mach_msg + 68
    2 com.apple.CoreFoundation 0x94575faf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x94575094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9457afd4 CFRunLoopRun + 84
    5 com.apple.QTKit 0x98640611 QTVisualContextImageProviderWorkLoop + 128
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x93cc0142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedcbc pthread_condwait + 1089
    2 libSystem.B.dylib 0x93d36203 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x2587140b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    Thread 8:
    0 libSystem.B.dylib 0x93cc0142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedcbc pthread_condwait + 1089
    2 libSystem.B.dylib 0x93d36203 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x2587140b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    Thread 9:
    0 libSystem.B.dylib 0x93cc0142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedcbc pthread_condwait + 1089
    2 libSystem.B.dylib 0x93d36203 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x2587140b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    Thread 10:
    0 libSystem.B.dylib 0x93cc0142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedcbc pthread_condwait + 1089
    2 libSystem.B.dylib 0x93d36203 pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x2587140b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    Thread 11:
    0 libSystem.B.dylib 0x93cc015a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93d1c848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x930a73b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x930a70f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x930cb34b TimerThread + 97
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x93cc015a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93d1c848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x930a73b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x930a70f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x9313a2aa DeferredTaskThread + 84
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x93cc015a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93cedca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93d1c848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x930a73b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x930a70f3 TSWaitOnSemaphoreCommon + 511
    5 com.apple.QuickTime 0x91fadfcb VideoDecodeThread + 83
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x93cee066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93d19c64 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x93d19ba2 usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x957d71a1 -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x9488f8d4 -[NSThread main] + 45
    5 com.apple.Foundation 0x9488f884 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x93ce59d2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x93ce5f68 pthreadwqthread + 941
    2 libSystem.B.dylib 0x93ce5b86 start_wqthread + 30
    Thread 16:
    0 libSystem.B.dylib 0x93cee066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93cedd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x93cef9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x009577ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x009578ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x018e00a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x93cee066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93cedd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x93cef9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x009577ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x009578ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x018e00a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x93cee066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93cedd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x93cef9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x009577ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x009578ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x018e00a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x93cee066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93cedd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x93cef9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x009577ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x009578ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x018e00a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x93cee066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93cedd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x93cef9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x009577ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x009578ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x018e00a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x93ced81d pthreadstart + 345
    7 libSystem.B.dylib 0x93ced6a2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa0569700 ebx: 0x9454ae61 ecx: 0x9461a8f0 edx: 0x00000000
    edi: 0x2799ee00 esi: 0x00000007 ebp: 0xbfffe888 esp: 0xbfffe7ec
    ss: 0x0000001f efl: 0x00000286 eip: 0x9461a8f1 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x9461a8f0
    Binary Images:
    0x1000 - 0x3ffe7 com.apple.motion 4.0.0 (687) <810547A6-E634-5300-8568-7DB2247F0A55> /Applications/Motion.app/Contents/MacOS/Motion
    0x143000 - 0x179ff6 com.apple.proinspector.framework 3.1.0 (711) <F3006443-F4B0-3F23-17CB-2E28F98AB0F9> /Library/Application Support/ProApps/SharedA/Frameworks/ProInspector.framework/Versions/A/ProInspect or
    0x19c000 - 0x350feb com.apple.prokit 5.1 (917) <B7429C2A-6495-EA5A-CBEF-E857655EC86C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x40f000 - 0x41efff com.apple.AERegistration 1.2 (77) <0C4C1300-9E3A-E2A1-4507-380C2544B223> /Applications/Motion.app/Contents/Frameworks/AERegistration.framework/Versions/ A/AERegistration
    0x432000 - 0x43efff com.apple.PluginManager 1.7.3 (34) <13CD3A05-A00C-4FA7-AD61-2A706A67E390> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x44b000 - 0x464fff com.apple.promath.framework 4.0.0 (687) <305AE865-1D4F-02D5-E8D3-F6BC8C217C97> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProMath.framework/Versions/A/ProMath
    0x46e000 - 0x475fff com.apple.AEProfiling 1.2 (22) <50FD5623-D2C1-8102-FD41-D8E745E08353> /Applications/Motion.app/Contents/Frameworks/AEProfiling.framework/Versions/A/A EProfiling
    0x47f000 - 0x5e3ff2 com.apple.ProMedia 4.0.0 (687) <0F9638D9-30E5-6F10-1450-CEC204C2E3E6> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProMedia.framework/Versions/A/ProMedi a
    0x651000 - 0xf28fe2 com.apple.ozone.framework 4.0.0 (687) <D314D462-80C3-A69C-92CC-2BCA2EDEFCBA> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/Ozone.framework/Versions/A/Ozone
    0x13c4000 - 0x142cfff com.apple.ProGraphics 4.0.0 (687) <66BC8748-D129-AF15-637B-4D7C168A7944> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProGraphics.framework/Versions/A/ProG raphics
    0x1548000 - 0x16c9ff2 com.apple.Lithium 4.0.0 (687) <1690BA2F-1363-9D9B-D105-F519F9D4AE12> /Library/Application Support/ProApps/SharedA/Frameworks/Lithium.framework/Versions/A/Lithium
    0x174c000 - 0x1819ff3 com.apple.prochannel.framework 3.1.0 (711) <62B98BC2-5E32-20E4-0FB1-5A4417ED8899> /Library/Application Support/ProApps/SharedA/Frameworks/ProChannel.framework/Versions/A/ProChannel
    0x18b8000 - 0x1955ff8 com.apple.procore.framework 4.0.2 (757) <D3146F1E-F86D-F2A2-509B-E3F9640CBE40> /Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore
    0x1995000 - 0x19b3fef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x19c2000 - 0x19cbff7 com.apple.finalcutstudio.prometadatasupport 0.6 (1.0) <C4AF1557-3CC8-3BB7-C017-55D66B0873C1> /Library/Frameworks/ProMetadataSupport.framework/Versions/A/ProMetadataSupport
    0x19d3000 - 0x1aa6fff org.python.python 2.5.4 (2.5) <15DC38FC-A6D1-9181-0D92-B32EEF868F1D> /System/Library/Frameworks/Python.framework/Versions/2.5/Python
    0x1ae6000 - 0x1b4afe2 com.apple.LiveType.framework 2.1.4 (2.1.4) <7AABA687-4323-E5B9-BA04-8F61C217E6FD> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0x1b6a000 - 0x1b6bff7 com.apple.Helium 3.0.2 (352) <74B9D860-0A0E-6000-063B-57B035CF9CF4> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Helium
    0x1b70000 - 0x1b70ff7 com.apple.iokit.dvcomponentglue 1.9.9 (1.9.9) <2BA05DB9-D847-CBC7-42D6-A9D96D7E1ED2> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x1b74000 - 0x1bc0fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1be5000 - 0x1bf6ff7 com.apple.fxplugframework 1.2.3 (1.2.3) <033FEA79-E666-D319-5BD5-25A9A4331190> /Library/Frameworks/FxPlug.framework/Versions/A/FxPlug
    0x1c09000 - 0x1c20fe7 libedit.2.dylib 2.11.0 (compatibility 2.0.0) <45688CB7-9BE4-5D1B-C209-A414EE98C5D2> /usr/lib/libedit.2.dylib
    0x1c2d000 - 0x1c3efff com.apple.RetimingMath 4.0.0 (687) <6EFB289B-0AE8-64C2-5B5E-0674DA51E905> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/RetimingMath.framework/Versions/A/Ret imingMath
    0x1c53000 - 0x1c54fff com.apple.FxHeliumImage 4.0.0 (1.0) <61516468-63B8-0FDE-822A-73985B6A462E> /Library/Application Support/ProApps/SharedA/Frameworks/FxHeliumImage.framework/Versions/A/FxHeliumI mage
    0x1c5a000 - 0x1dacfec com.apple.Helium.HeliumRender 2.0.2 (352) <0B979438-6DD0-B8B0-FE89-BDF33ABD8A46> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Frameworks/Heliu mRender.framework/Versions/A/HeliumRender
    0x1e05000 - 0x1ebafe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x2488000 - 0x24abfe7 GLRendererFloat ??? (???) <4F847096-3DBD-AE90-90FF-5AE12E15D3C9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x4f8b000 - 0x4f9dfff com.apple.motion.Text 4.0.0 (687) <41EB0254-7D99-E54B-438D-372FD449425D> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Text.ozp/Contents/MacOS/Text
    0x4faa000 - 0x4fafffb com.apple.fxmetaplug.ImageUnit 1.2.2 (1.2.2) <874EE8A7-B644-32C8-D8E2-1E4EA379C31B> /Library/Application Support/ProApps/Internal Plug-Ins/FxMetaPlug/ImageUnit.fxmetaplug/Contents/MacOS/ImageUnit
    0x4ff5000 - 0x4ff7ff3 com.apple.LiveType.component 2.1.4 (2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x8481000 - 0x85f4ff7 GLEngine ??? (???) <5EB664AC-6395-A161-ED9D-12219745A887> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x8626000 - 0x867601f +com.DivXInc.DivXDecoder 6.0.5 (6.0.5) /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x8688000 - 0x86ceffb com.apple.motion.component 1.0 (687) <B2FD93AF-0488-C687-C7B5-A8FC8AE2D40C> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x86d4000 - 0x86d6ff7 Motion 687.0.0 (compatibility 1.0.0) <BA03F73F-DCB2-6B73-8EBD-87C2A5A93317> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x86dc000 - 0x86e4ff7 com.apple.proapps.mrcheckpro 1.4 (359) <353F1A07-BA95-60CD-D083-4537D209BB69> /Applications/Motion.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MR CheckPro
    0x89ba000 - 0x8b4fff7 com.apple.motion.Behaviors 4.0.0 (687) <DE2FBA30-738C-104F-1275-24B1967C54B3> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Behaviors.ozp/Contents/MacOS/Behaviors
    0x8bee000 - 0x8c39ff4 com.apple.Bloodhound 4.0.0 (687) <1E9D1F25-9333-F9EC-B42C-B0B7D15D7098> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/Bloodhound.framework/Versions/A/Blood hound
    0x8c64000 - 0x8e00ff8 com.apple.motion.Particles 4.0.0 (687) <BD2C7BA3-3028-A407-68DD-A6284CD051DF> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Particles.ozp/Contents/MacOS/Particles
    0x8e5a000 - 0x9207ff2 com.apple.motion.TextFramework 4.0.0 (687) <D4C3BF4C-5173-9DE1-E1E1-171072EF12DB> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/TextFramework.framework/Versions/A/Te xtFramework
    0x92ef000 - 0x931eff7 com.apple.prokit.SnowLeopardPanels 5.1 (917) <B7E4C53E-3541-8373-A714-7EC9AD7A8787> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0xb08c000 - 0xb08dff7 ATSHI.dylib ??? (???) <A7A8E224-2579-BD3B-7281-86342D077252> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xe449000 - 0xe449ff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xe9d5000 - 0xe9daff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xfff7000 - 0xfffbff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x10000000 - 0x10060fef com.apple.proapps.AudioMixEngine 2.0 (68) <B3519762-653E-3067-4228-E744347B85BB> /Applications/Motion.app/Contents/Frameworks/AudioMixEngine.framework/Versions/ A/AudioMixEngine
    0x203ad000 - 0x203b3ffb com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x20531000 - 0x20542fe7 com.apple.FCP Uncompressed 422.component 1.6.1 (1.6.1) <62C290FB-2735-60C4-CE88-7ECB0DE6EDB3> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x20665000 - 0x20667fff com.apple.Helium.HCache 2.1.0 (352) <ADD6035D-5844-959B-94DC-C2B27F8972CA> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Plug-ins/HCache.bundle/Cont ents/MacOS/HCache
    0x207df000 - 0x207ecffb +net.telestream.license 1.0.7.2-GC (1.0.7.2-GC) <3B3ADB81-79F3-6371-31FE-66EF8D8E3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x20d61000 - 0x20d85ff7 com.apple.AppleAVCIntraCodec 1.0 (16) <8A1A4CEE-1610-EECE-74DA-D2AF42825E6D> /Library/QuickTime/AppleAVCIntraCodec.component/Contents/MacOS/AppleAVCIntraCod ec
    0x20d90000 - 0x20dccfe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1742) <1FFC5B3D-78E8-4902-7886-7EC84B574481> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x21b0b000 - 0x21b42fe7 com.apple.DVCPROHDCodec 1.5 (237) <5BA42205-5AEE-73BB-A7DE-5417EF028D5B> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x21d87000 - 0x21da1ffb com.apple.AppleIntermediateCodec 1.3.1 (152) <D9F7038D-87B0-9F80-3AC2-3C7624D464AE> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x21da7000 - 0x21dc0fe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x223b1000 - 0x223c4fe3 com.apple.IMXCodec 1.4 (155) <B7A1514F-1A2B-EC3E-719D-B8BB25016A05> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x25867000 - 0x258d4fe7 com.apple.AppleProResCodec 2.0 (224) <B7A79FF2-9C32-5554-A3C3-BE91F9B89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0x25921000 - 0x25b12fc2 +net.telestream.wmv.import 2.3.2.6 (2.3.2.6) <CB3180A7-601D-48DA-A95A-4735F8D813AA> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x26085000 - 0x26245fd2 +net.telestream.wmv.advanced 2.3.2.6 (2.3.2.6) <E68E8A74-F2EE-4A27-AF10-17023F1604A6> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x2628a000 - 0x26303fe7 com.apple.AppleVAH264HW.component 2.0 (1.0) <4FD6FDD7-8791-CEA2-9E5A-1628492A98B2> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x263c6000 - 0x26475fe3 com.apple.AppleHDVCodec 1.5 (228) <8D2121A0-BA53-28A2-C9A5-3BED137701DA> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x8f749000 - 0x8faedfff com.apple.GeForce7xxxGLDriver 1.6.16 (6.1.6) <8BB51E27-9C91-946A-9E70-92A35074043E> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xx xGLDriver
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90050feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90051000 - 0x90066fff 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
    0x900b0000 - 0x900d8ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x900d9000 - 0x9011dfe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9011e000 - 0x901a0ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x901a1000 - 0x901c2fe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x901c3000 - 0x90231ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x90232000 - 0x902dffe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x902e0000 - 0x904d7feb com.apple.JavaScriptCore 6533.17 (6533.17.6) <A88FBEE4-D53E-E865-B70E-7C01E75330E4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x904d8000 - 0x904dcff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x904dd000 - 0x904e6ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x904e7000 - 0x90590ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90591000 - 0x905a1ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90611000 - 0x90935fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91382000 - 0x9153cfe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91742000 - 0x91745fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9177a000 - 0x91796fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91797000 - 0x917effe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x917f0000 - 0x917f5ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x917f6000 - 0x91865ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x918ae000 - 0x91a30fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x91a31000 - 0x91a64ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91a65000 - 0x91b40fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91b6d000 - 0x91c61ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x91d5e000 - 0x91d8fff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x91dd7000 - 0x91defff7 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
    0x91df0000 - 0x91ea9fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x91eaa000 - 0x91f2afeb 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
    0x91f2b000 - 0x92224fef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92225000 - 0x92225ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x92226000 - 0x92276ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92277000 - 0x92327ff3 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
    0x92328000 - 0x9233aff7 com.apple.CoreMediaAuthoring 0.700 (700) <446FBB01-279B-2BED-E5A8-D36241B704B1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x92372000 - 0x923aaff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x923ab000 - 0x923b6ff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x923dd000 - 0x9241aff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9252b000 - 0x9258fffb 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
    0x925d1000 - 0x92617ffb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9261d000 - 0x92656fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92657000 - 0x92759fef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9275a000 - 0x9275dff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9275e000 - 0x92814ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x92815000 - 0x92cceffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92ccf000 - 0x92d0fff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92d10000 - 0x92e47ff7 com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92e48000 - 0x92e53ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92e54000 - 0x92f80ffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x92f81000 - 0x92fc3ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92fc4000 - 0x9305fff7 com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93060000 - 0x93380feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93381000 - 0x933ebfe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x933ec000 - 0x93430ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93431000 - 0x934fbfef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x934fc000 - 0x93539ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9353a000 - 0x93546ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x9374e000 - 0x937fefe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9381e000 - 0x93878fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x93879000 - 0x93887ff7 com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93888000 - 0x93888ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93889000 - 0x9388cff7 libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x938b9000 - 0x938b9ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x938ba000 - 0x938c7ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x938c8000 - 0x938ecff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x938ed000 - 0x9390dfe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x9390e000 - 0x93946ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x93947000 - 0x9398aff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9398b000 - 0x9398cff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9398d000 - 0x9398dff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93a52000 - 0x93a6dff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93a6e000 - 0x93b6ffe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x93b70000 - 0x93c62ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x93c63000 - 0x93cbeff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93cbf000 - 0x93e65feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x93e66000 - 0x9429bff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x942ed000 - 0x943f9ff7 libGLProgrammability.dylib ??? (???) <23AB2443-1DB3-3BFE-38A6-11F0BE453989> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x944d7000 - 0x94512feb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x94513000 - 0x94527ffb 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
    0x94528000 - 0x94538ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x94539000 - 0x946b3fe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x946b4000 - 0x94715fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94716000 - 0x9471aff7 libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x947cc000 - 0x947ccff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x947e6000 - 0x94878fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94879000 - 0x94ae9ffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94aea000 - 0x94aedffb 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
    0x94aee000 - 0x94b96ffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94b9f000 - 0x94bc1fef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94bc2000 - 0x94bc8fff 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
    0x94bc9000 - 0x94e2cfef com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94e2d000 - 0x94e37fe7 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
    0x94fb7000 - 0x94fb8ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x94fc6000 - 0x95041fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95042000 - 0x95113fe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x95114000 - 0x95118ff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95119000 - 0x9531ffeb com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95320000 - 0x95320ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95321000 - 0x95328ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95329000 - 0x95455fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95456000 - 0x95458ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9548c000 - 0x954cbff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x954cc000 - 0x954d3ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x954d4000 - 0x95508ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x95509000 - 0x95581fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95582000 - 0x955cbfe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x955cc000 - 0x955deff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x955df000 - 0x955ecfe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib
    0x95614000 - 0x9561effb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95625000 - 0x95f05ff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95f06000 - 0x960e8fff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96198000 - 0x961e9ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x962f1000 - 0x9638efe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9638f000 - 0x9638fff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9639b000 - 0x96479fef com.apple.QuickTimeMPEG4.component 7.6.6 (1742) <DB28919F-EE94-BA3C-3287-E5530BA1C07F> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x9647a000 - 0x96557ff7 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
    0x96558000 - 0x9657fff7 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
    0x96580000 - 0x965c3ff7 libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x965c4000 - 0x965cfff7 com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x965d0000 - 0x966fefe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96a44000 - 0x96a7afff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x96a7b000 - 0x96a7bff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96a7c000 - 0x96a7dff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96a94000 - 0x96e13fe3 com.apple.RawCamera.bundle 3.0.3 (529) <68958A8F-F1AC-A73C-3172-BC17F18EC5FC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x96e14000 - 0x96e8bff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96eda000 - 0x96edcff7 com.apple.QuickTimeH264.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x96edd000 - 0x96f1eff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96f1f000 - 0x96f5dff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96f5e000 - 0x96f5eff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96fa0000 - 0x96fcaff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96fcb000 - 0x97011ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x97012000 - 0x97068ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x97069000 - 0x97fb9fe3 com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97fba000 - 0x97fbcff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x97fe7000 - 0x97ff5fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x97ff6000 - 0x98014ff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98047000 - 0x98058ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x98059000 - 0x98066ff7 com.apple.AppleFSCompression 24.3 (1.0) <49782434-8CEE-CD5C-A953-E5EAD5765B48> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x98067000 - 0x98098ff7 libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x98099000 - 0x980adfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x980ae000 - 0x982d9ff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x982da000 - 0x98372fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98387000 - 0x98391ff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9856e000 - 0x986b1fef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x986b2000 - 0x98ea1557 com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98ea2000 - 0x98f50ff3 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
    0x98f51000 - 0x98f81ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x99001000 - 0x99417ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x99423000 - 0x9945bfe7 libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <8776C654-D54E-9756-A58D-74738A4E9497> /usr/lib/libncurses.5.4.dylib
    0x99495000 - 0x9949bff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9949c000 - 0x99804ff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99805000 - 0x9987eff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9987f000 - 0x998a5fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x998a6000 - 0x998c5fe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x998d3000 - 0x99946fff com.apple.iLifeMediaBrowser 2.1.5 (368) <30261504-7533-5424-DD15-32739DED6FB0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 5 GB, SMC 1.7f10
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB
    Memory Module: global_name
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA GeForce 7300 GT, Display, Slot-1
    Serial ATA Device: ST31500341AS, 1.36 TB
    Serial ATA Device: ST31500341AS, 1.36 TB
    Serial ATA Device: ST3750640AS, 698.64 GB
    Serial ATA Device: ST3750640AS, 698.64 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: EPSON Scanner, 0x04b8 (Seiko Epson Corp.), 0x012a, 0xfd500000
    USB Device: Hub, 0x05ac (Apple Inc.), 0x912f, 0xfd400000
    USB Device: Hub in Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x1003, 0xfd410000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0xfd411000
    USB Device: Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x020b, 0xfd413000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9221, 0xfd420000
    FireWire Device: built-in_hub, Up to 800 Mb/sec

  • Please Help.JTable insert styled text

    Hi all java guru,
    on post http://forum.java.sun.com/thread.jsp?forum=57&thread=485469 i've depicted my scenario in which i have a JTable where i want to add styled text.
    i've implemented a CustomTableModel that maintains information about text style, in such way that when renderer cell, i can rebuild exact text with its style....same method is adopted for CellEditor.
    It is possible to have more than one JTable in my application....then to correctly handle all JTables ' put them in a vector and during editing and rendering i find current focusable/selected JTable and edit/render it.
    Clearly i maintain information about style of text when i insert it, that is when i insert text, i update my CustomTableModel...same thing must be done when i delete text from JTable...that is, i must update CustomTableModel too in this case.
    Because my CellEditor is a JEditorPane component (extend it) i've registered document associated to it to a DocumentListener that notify every time that a remove operation is happens.
    What is the problem now???problem is that when i finish to edit a cell and click on another cell i've got a removeUpdate(DocumenEvent e) event, and i can't distinguish it.....it seems a real remove event....
    In this case(when i change cell) the code that is executes returns wrong result and invalidate all the rest.
    I think error is where i register celleditor , now i do it in CustomCellRenderer class that extend JEditorPane and implements TableCellRenderer.
    Please help me...this is a great trouble that invalidate all my work :(
    Any new idea is welcome.
    regards,
    anti-shock

    Hi stanislav, of course i can...you're a myth :)
    public class CustomCellEditor extends AbstractCellEditor implements TableCellEditor {
           CellEditor cellArea;
         JTable table;
         public CustomCellEditor(JTable ta) {
              super();
              table = ta;
              // this component relies on having this renderer for the String class
              MultiLineCellRenderer renderer = new MultiLineCellRenderer();
              table.setDefaultRenderer(String.class,renderer);
         public Object getCellEditorValue() {
              return cellArea.getText();
         public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected,     int row, int column) {
              int start = 0;
              int end = 0;
                                               // Get current selected table
              TableEditor tb = (TableEditor) TableEditor.getSelectedTable();
              TableModel model = (TableModel) tb.getModel();
              Vector fontInfo = model.getFontFor(row,column);
              CellEditor cellArea = (CellEditor) ((CustomCellEditor)tb.getCellEditor (row,column)).getCellEditor();
              Document doc = cellArea.getDocument();
              String content = tb.getValueAt(row,column).toString();     
              if (doc!=null && fontInfo.size()>0 && !content.equals("")) {
                                                     // This method reads from model and get right style info
                                                     // for current text, and restore them
                                                     restoreFontWithAttributes(doc,fontInfo,content);
              else
                   cellArea.setText(tb.getValueAt(row,column).toString());
              cellArea.rowEditing = row;
              cellArea.columnEditing = column;
              cellArea.lastPreferredHeight = cellArea.getPreferredSize().height;
              return cellArea;
          * @return
         public CellEditor getCellEditor() {
              return cellArea;
         public class CellEditor extends JEditorPane {
              private CellStyledEditorKit k;
              public CellEditor() {
                    super("text/plain","");
                    k = new CellStyledEditorKit();
                    setEditorKit(k);
                    // I tried to add document here, but i have had wrong behavior
                   doc = new DocumentListener() {
                   public void removeUpdate(DocumentEvent e) {
                      // Get current selected table
                      TableEditor tb = (TableEditor) TableEditor.getSelectedTable();
                      TableModel model = (TableModel) tb.getModel();
                      model.updateFontInfo();
                   getDocument().addDocumentListener(doc);
    }Ok, stan...this is my CustomCellRenderer class....as i have already said, i have some style text info mainteined by CustomTableModel associated with JTable.
    I update CustomTableModel every time that an insert and remove operation happens.
    If i add a DocumentListener to CellEditor (that rapresents editor cell of my table) happens that, if i remove some character from an editing cell, i got a removeUpdate event.....and this is right!!! But if i change cell (e.g. supposing editing cell(1,1), click on cell(2,1) then stop edit cell(1,1) and start edit cell(2,1)) i got a removeUpdate event, that I don't wait for to me..
    Look at this:
    empty cell | some text
    cell 0 ------- cell1
    supposing you're in cell1 and you have finished to insert "some text".Then click on cell0, that is empty....then document associated with CellArea(extend JEditorPane) before of the click on cell0 had some text, but after click have no text, then for it a removeUpdate is happens.....and is that one i got..
    it's as if an unique document is associated to all cells, while should be one document for each cell (i hope this is right).
    Clearly, i've same code for renderer, in such way that i can restore style of text on rendering.
    Hope is clear....if U have any idea or suggestion please give to me.
    Tnx a lot Stanislav..
    regards,
    anti-shock

Maybe you are looking for

  • No beep sound and No signal

    I tried to start my k450e, but there was no beep sound and no signal on my monitor. How can I fix this? I don't know what is the problem.... and should I visit the local warranty service providers??

  • Your download page for inspiration browser does not work.

    Click the Install Now button below to re-install the Adobe Photoshop.com Inspiration Browser http://eib.assyst.net/PIB/AdobePhotoshopDotcomInspirationBrowser.html# The "yes" option is inoperable and I cannot down load the inspiration browser update a

  • Where can i find a v10.6 Snow Leopard installation disc?

    question above

  • WRT54GC 100Mbps wired gives 37Mbps

    I may be missing something obvious here for which I apologise in advance, but I've searched through these forums and the technical specifications for the WRT54GC router as far as I can understand them, and I'm still not sure why I'm getting the resul

  • New at Flash

    Hey All, I am new with flash and i am creating a site and i have created a button which i want to modify. So i basically copied it and now when i make chnages to one button, it effects the other ones also. Can someone help me, its prob easy but i am