Help plugin

I need a little help to change a use to automatically truncate the data in a .csv file - dependent on an envelope of phase that occurs towards the end of the file. The report 3D axis does not handle data that is not monotonous, and I really don't want to include that data in any way.

I will attach the plugin VBS file and a file of sample data. I want to truncate the string of Angle [degrees] and all channels numbered z-Axis at the same length so that nothing beyond the point where the angle wraps comes in the. The angle of the first column in the data.

In the sample data file, the data that I need to truncate would be the last 3 lines.

This seems like it should be easy, but I just can ' t seem to find the right object, method and properties that I need.

Thank you!

Hi Greg,.

I added the code to your use to detect when the negative incremented Angle chain rather than positive and that made the cut for the Block.BlockLength property.  I also changed the positions of the Angle and frequency channels in order to put your imported data in what the tiara called structure "Matrix".  Try to drag the whole of the GROUP imported into a new DISPLAY area and choose the type "Contour".  The same thing is possible for a graph REPORT 3D.

Enjoy,

Brad Turpin

Tiara Product Support Engineer

National Instruments

Tags: NI Software

Similar Questions

  • 4.2 Hyperic and admin helper plugin

    Hello...

    I try to install the admin helper plugin in a new installation of hyperic EA 4.2. However, when starting, an excecption is thrown:

    2009-12-21 13:22:32, 639 INFO [hand] [org.hyperic.hq.hqu.rendit.RenditServer@107] loading plugin in [/ home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
    2009-12-21 13:22:32, 639 INFO [hand] [org.hyperic.hq.hqu.rendit.PluginWrapper@126] loading plugin [/ home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper] with chargers for: [file:/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/rendit_sys/]
    2009-12-21 13:22:35, 886 WARN [hand] [org.hyperic.hq.ui.server.session.UIStartupListener@95] unable to add the plugin in [/ home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
    org.hyperic.hq.hqu.rendit.PluginLoadException: could not load the plugin
    at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:140)
    at org.hyperic.hq.hqu.rendit.RenditServer.addPluginDir(RenditServer.java:109)
    to org.hyperic.hq.ui.server.session.UIStartupListener$ 1.fileAdded(UIStartupListener.java:93)
    at org.hyperic.hq.ui.server.session.UIStartupListener.initPlugins(UIStartupListener.java:112)
    in org.hyperic.hq.ui.server.session.UIStartupListener.access$ 100 (UIStartupListener.java:44)
    to org.hyperic.hq.ui.server.session.UIStartupListener$ UIPluginInitializer.pluginsDeployed (UIStartupListener.java:66)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to org.hyperic.util.callback.CallbackType$ 1.callListeners(CallbackType.java:50)
    to org.hyperic.util.callback.CallbackDispatcher$ CallbackHandler.invoke (CallbackDispatcher.java:89)
    to $Proxy380.pluginsDeployed (Unknown Source)
    at org.hyperic.hq.product.server.mbean.ProductPluginDeployer.handleNotification(ProductPluginDeployer.java:226)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
    to $Proxy234.handleNotification (Unknown Source)
    at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
    at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
    at org.jboss.system.server.ServerImpl.sendNotification(ServerImpl.java:916)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:497)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
    at org.jboss.Main.boot(Main.java:200)
    to org.jboss.Main$ 1.run(Main.java:508)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: org.hyperic.hq.hqu.rendit.PluginLoadException: could not load the plugin
    at org.hyperic.hq.hqu.rendit.PluginWrapper.loadPlugin(PluginWrapper.java:162)
    at org.hyperic.hq.hqu.rendit.RenditServer.loadPluginInternal(RenditServer.java:166)
    to org.hyperic.hq.hqu.rendit.RenditServer.access$ 000 (RenditServer.java:52)
    to org.hyperic.hq.hqu.rendit.RenditServer$ 1.run(RenditServer.java:136)
    at org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(SessionManager.java:79)
    at org.hyperic.hq.hibernate.SessionManager.runInSession(SessionManager.java:68)
    at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:130)
    ... more than 27
    Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: failed to start, /home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper/app/EEManager.groovy: 21: unable to solve the com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig class
    @ line 21, column 1.
    import com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
    ^
    Home/People/Bjoern/Hyperic/Server-4.2.0-EE/HQ-Engine/Server/default/deploy/HQ.ear/HQ. War/hqu/adminhelper/App/EEManager.groovy: 117: unable to solve the com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig class
    @ line 117, column 3.
    eaa.setAlertDefId (rMeasurementId)
    2009-12-21 13:22:32, 639 INFO [hand] [org.hyperic.hq.hqu.rendit.RenditServer@107] loading plugin in [/ home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
    2009-12-21 13:22:32, 639 INFO [hand] [org.hyperic.hq.hqu.rendit.PluginWrapper@126] loading plugin [/ home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper] with chargers for: [file:/home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/rendit_sys/]
    2009-12-21 13:22:35, 886 WARN [hand] [org.hyperic.hq.ui.server.session.UIStartupListener@95] unable to add the plugin in [/ home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper]
    org.hyperic.hq.hqu.rendit.PluginLoadException: could not load the plugin
    at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:140)
    at org.hyperic.hq.hqu.rendit.RenditServer.addPluginDir(RenditServer.java:109)
    to org.hyperic.hq.ui.server.session.UIStartupListener$ 1.fileAdded(UIStartupListener.java:93)
    at org.hyperic.hq.ui.server.session.UIStartupListener.initPlugins(UIStartupListener.java:112)
    in org.hyperic.hq.ui.server.session.UIStartupListener.access$ 100 (UIStartupListener.java:44)
    to org.hyperic.hq.ui.server.session.UIStartupListener$ UIPluginInitializer.pluginsDeployed (UIStartupListener.java:66)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to org.hyperic.util.callback.CallbackType$ 1.callListeners(CallbackType.java:50)
    to org.hyperic.util.callback.CallbackDispatcher$ CallbackHandler.invoke (CallbackDispatcher.java:89)
    to $Proxy380.pluginsDeployed (Unknown Source)
    at org.hyperic.hq.product.server.mbean.ProductPluginDeployer.handleNotification(ProductPluginDeployer.java:226)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
    to $Proxy234.handleNotification (Unknown Source)
    at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
    at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
    at org.jboss.system.server.ServerImpl.sendNotification(ServerImpl.java:916)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:497)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
    at org.jboss.Main.boot(Main.java:200)
    to org.jboss.Main$ 1.run(Main.java:508)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: org.hyperic.hq.hqu.rendit.PluginLoadException: could not load the plugin
    at org.hyperic.hq.hqu.rendit.PluginWrapper.loadPlugin(PluginWrapper.java:162)
    at org.hyperic.hq.hqu.rendit.RenditServer.loadPluginInternal(RenditServer.java:166)
    to org.hyperic.hq.hqu.rendit.RenditServer.access$ 000 (RenditServer.java:52)
    to org.hyperic.hq.hqu.rendit.RenditServer$ 1.run(RenditServer.java:136)
    at org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(SessionManager.java:79)
    at org.hyperic.hq.hibernate.SessionManager.runInSession(SessionManager.java:68)
    at org.hyperic.hq.hqu.rendit.RenditServer.loadPlugin(RenditServer.java:130)
    ... more than 27
    Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: failed to start, /home/people/bjoern/hyperic/server-4.2.0-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/adminhelper/app/EEManager.groovy: 21: unable to solve the com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig class
    @ line 21, column 1.
    import com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig
    ^
    Home/People/Bjoern/Hyperic/Server-4.2.0-EE/HQ-Engine/Server/default/deploy/HQ.ear/HQ. War/hqu/adminhelper/App/EEManager.groovy: 117: unable to solve the com.hyperic.hq.bizapp.shared.action.EnableAlertDefActionConfig class
    @ line 117, column 3.
    eaa.setAlertDefId (rMeasurementId)

    Any tips?

    Björn

    I met the same problem, and the EnableAlertDefActionConfig has been moved to the org.hyperic.hq.bizapp.shared.action package.  You should be able to change as an import in the EEManager.groovy and redeploy the new plugin from AdminHelper without any error.  I just did (took half an hour, and it was mainly to ensure that I lacked no other changes).

  • Help Plugin DDS in items 10

    I installed the latest Nvidia DDS program in file plugins in my Photoshop Elements 10, but when I try to open the DDS file it wont says incorrect file format? What is the problem, I need to use this program for the Recolor of cool things for the Sims 4 game. Please help thanks

    What version of windows are you using?

    Have you installed the 32-bit versions of plugins?

    (PES 10 is a 32-bit program without worrying if your operating system is 32 or 64-bit)

  • Help plugin VCO on inventory

    Hello

    I'm working on the creation of a plugin for our product. Until recently I had filled in vCO client inventory based on my factory/warehouse class but I do not know what changes triggers a behavior where I see only the first level of the tree inventory.

    I checked my finders, vso.xml and all methods, but may not know what the problem is. I even wrote an example of class Java to check the class factory and o/p method. They all seem to be fine.

    Where can I start this diagnosis?

    Kind regards

    AA

    Figured it out... I had a change in virtual machines for my service. I needed to update my SSL certificate. Once I imported the cert, it works now.

  • Help Plugin script

    I created a perl script to give me information of process through top (just like a plugin practice, not really important) and I can't seem to make it work.
    It returns pair = key information of value, and I created a xml descriptor that I think I've done wrong.

    The key / value displayed as such:
    Availability = 0
    number = 107
    sleep = 106
    running = 0
    oncpu = 1

    And my xml file looks like this:
    < plugin >
    < = "procmon" server name >
    "< name of the filter ="script"value ="... /scripts/proc.pl"/ >
    < config >
    < / config >
    < plugin type = 'measure' class="org.hyperic.hq.product.MeasurementPlugin"/ >
    < service name = 'Process' >
    < config >
    < / config >
    < name of the filter = 'template '.
    value="exec:file=%script%"/ >
    < name metric = "availability".
    Council = "${model}": availability ""
    indicator = "true" / >
    < name metric = "number of processes.
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: number" / >
    < name metric = "number of processes of sleep."
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: sleep" / >
    < name metric = "number of Running Processes.
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: running" / >
    < name metric = "number of processes on the CPU.
    category = 'USE '.
    indicator = 'true '.
    model = "${model}: oncpu" / >
    < / service >
    < / Server >
    < / plugin >

    Yet once, I can't seem to get this to work, where have I wrong?

    Thank you

    On the right, display your xml file!

    Also make sure that the two files on the server and the agent are identical. However, it seems that this server does not know that there is a configuration setting for your path of the script. I know that you have added the config param if you were able to read the parameters using the market dry.

  • Help Plugin - work on My Lr3 but not everything everyone Lr3 - compiled!

    I'm trying to pack a project for a customer who would like a compiled plugin. I use Lua 5.1.4 compiler and it works on my version of Lr3, but not my client - error loading plugin is something like «incorrect header in lua compiled piece...» »

    Any ideas?

    Thanks in advance,

    Rob

    Make sure that LUA is compiled in 32-bit. I had the same problem on my MacbookPro, where, by default, I've compiled LUA in 64-bit. Once, I compiled LUA in 32 bits, no more problem when compiling my files of the plugin.

    I think also, said in the document SDK what adobe uses version 5.1.2

    Luke

  • Unable to save the preset to help plugin?

    Screen Shot 2014-04-21 at 11.59.36 AM.png

    Too bad. On the screen to get information, just change the "read and write".

  • Photoshop elements 13 unable to upddate Camera Raw Plugin

    I recently purchased Photoshop elements 13, but it came with Camera Raw Plugin 8.6 and so I couldn't open my NEF in Nikon D750 files.  I followed the instructions I found in this forum to perform an update on Photoshop elements 13. I've also updated the Application Manager.  But when I started Photoshop elements 13 again, he has always shown under help-> Plugin-> Camera Raw, the version was still 8.6.  Can someone tell me what was wrong and what needs to be done to make it work?

    Thank you.

    KCND750

    The update in the Help menu works very well for everyone. In the past, with different versions of the PSE, it was sometimes conflicts due to multiple camera raw (Camera Raw.8bi) plugins installed at various locations.

    Troubleshooting steps:

    -do a search for files named 'Camera Raw.8bi'

    - and note the date of their size and file

    These files are installed in different folders, the 9.0 one version is dated April 14, 52, 9 MB. I have 10 different versions for different versions of Photoshop and from PSE6 PSE!

    Good, it is installed in:

    C:\Programme\Common Adobe Plug-ins\Elements 13\File Formats

    The update in the Help menu is version 9.0, which is good for your camera.

    This update does not work for version 9.1, necessary for newer devices: a manual installation worked for some users.

    Note that you don't talk to Adobe here, only to other users like you. If you browse through the posts here, you will see that it is usually easier and faster to get an answer here than to try to get help from Adobe in India (though that there are members of staff, post here sometimes). This is especially true if you have problems with the old version of elements.

  • How Automation plug-ins appears under the Help menu?

    Hello

    My Automation plug-ins appear in the controller menu, and it works.

    Here too the menu and submenu. Find and select my plug-in is boring.

    How does appear under Help menu?

    change pipl file may resolve this problem. code is below

    resource "PiPL" (XXXID, "AutomationFilter," purgeable)

    {

    {

    Like {action},

    Name {plugInName'... »},

    Category {' * Help * '}, //Use category {' * Help * '} plugin automation will be under the Help menu

    {"Another string"} category, category {"another string"} //Use plugin automation will be under file | Automation menu.

    Thank you.

  • Impossible to switch to the camera raw 7.4 via photoshop CS6 help

    Just upgraded to LR 4.4 and when trying to edit a photo in PS CS6 received a message that I need to upgrade to ACR 7.4. I went to PS CS6 help > check for updates and got the message that my programs are up to date. Then I went to help > Plugins > camera raw and it shows still 7.3 ACR. How upgrade to ACR 7.4? Your site says that this must be done through PS CS6. > Help > check for updates.

    Post edited by: hormonl I am running PS CS6 on pc Windows 7.

    Try to download ACR 7.4 from here: http://blogs.adobe.com/crawlspace/2011/03/keeping-photoshop-up-to-date.html#notconnected

  • CC of Photoshop (latest version) does not recognize my Canon EOS 500 d cr2 files

    The title says it all:

    Lightroom still fortunately matter and treats my cr2 files but CC Photoshop now tells me that it is not "the right kind of document.

    I guess that the last ACR plugin has been installed with the upgrade - suggestions?

    Thanks in advance - Alan

    Interesting.  Open Photoshop and go help > plugins > Camera RAW which should tell 9.1.1...   Although the version is theoretical considers a 500 d

    Check Bridge > preferences > File Associations > Canon Camera RAW and make sure that it points to Photoshop CC 2015.

    If still in trouble, reset the Bridge preferences.  You must do it the old way with bridge by pressing Ctrl Alt Shift (shift select Cmd) immediately after the start of bridge, but IME you must be quick with bridge _really_.  It took me three attempts before I could get the open dialogue box asking if I wanted to reset.

    If still in trouble, maybe reinstall Bridge, unless get us a better idea in this thread.

  • Cannot open some files CR2 CS5.

    Problems updating plugins RAW in CS5. What are the latest versions for CS5 and bridge? I have no problem to display my images from Canon Rebel and Canon 5DM 3; However, my friend got sent files taken with its 6 d and I am unable to view them.

    This list indicates what version of Camera RAW every camera needs

    Camera Raw plugin | Supported devices

    If you open Photoshop CS5 and go help > plugins > Camera RAW which will show you your version.

    If your device requires a newer version of ACR, then you would use the program free DNG conversion linked to the same page above.

  • How to create a sentry function


    Hi all

    I want to build a custom authentication scheme that combines a custom authentication and SSO functionality.

    1. If the REMOTE_USER Variable HTTP header is set, this user must be a valid user. (Single Sign On feature)

    2. If the HTTP header Variable is not set, the LOGIN Page should appear. (local user Administration)

    3. the combination user/passowrd of the login page must be validated by my own authentication

    I think I need to create a sentry function, which is a combination of the Sentinel-functions that are used in the projects 'tailor-made' and 'HTTP header Variable.

    I tried to find an implementation of these functions in the diagram APEX_040200 database, but without success.

    @APEX-team: can you provide the implementation of these functions-Sentinel or at least documentation.

    @all: is there anyone who have implemented a similar authentication model.

    Thank you

    Richard

    Hi Richard,

    a sentry function sets whether the application should be allowed to deal with, because the session is ok. Since the 4.1, we have a function additional Invalid session which runs if the Sentinel returns false, before redirecting to the login page. A callback function can be used to continue the treatment when the login page is external. It runs when the external login is successful and redirects to the APEX. Authentication is used in combination with internal login pages to verify that the credentials of the user (username / password) are ok. If it returns true, the session is updated with the username. Otherwise, the login page must present again, with an error message. The poster disconnection feature runs after the user has disconnected. It is sometimes useful for the cleaning of data for the session or twist the redirection.

    In your case, the sentry function is probably not necessary. By default already checks if corresponding to the session id and session cookies, this should be enough. If you try to implement single sign-out, a sentry could check if the session is already authenticated, but the REMOTE_USER will be void. Invalid session function is called when the Sentinel (you're a custom or default) fails. If REMOTE_USER is not null, it can simply call APEX_AUTHENTICATION. POST_LOGIN to save the value of the header under the username, instead of making the normal redirection to the login page. It authenticates the user without checking with authentication credentials. The callback function is not necessary in your case. The authentication function is called when the user connects using the login page for the application (101). It can check the name of user and password for cases where $remote_user@-part is null.

    This can be implemented either as a plugin for authentication with the custom authentication scheme. The former is to be preferred to the production code, the latter is sometimes useful for prototyping. The texts point help plugin and authentication for the various functions include example code. If they are not enough, just respond here and I will try to come up with more concrete examples.

    Kind regards
    Christian

  • CS6 - what is CS6 SDK provides a dialog box whose icon is adjustable?

    I'm portage a plug CS5 to CS6.

    My plugin contains 1 main form and some alert dialogs that are independent of the main

    (for example a 'Help' dialog shows when users click to Ai > help > [plugin My help] button).

    The main form that uses Flash UI is done.

    But the dialog box 'Help' has a problem.

    I want to use CS6 SDK to display a dialog box with my icon, not the default warning icon.

    # I tried alerts in AIUserSuite, but no one appropriates it.

    CS6 SDK provides a dialog box whose icon is adjustable?

    No, you can define your own icon in a construction in dialog windows. Why don't you just create a simple dialog using the Flash?

  • For bridge engineers: Journal of bridge crash

    My Adobe under Tiger applications very, very rarely down.

    Bridge CS4 frozen today and impossible to force quit whatever happens.

    While I am far from qualified to interpret the incident reports, it seems to me at first glance that the accident has been deeply inside Apple's OS code.

    I would be grateful if an Adobe engineer would be kind enough to confirm.

    ___________________________________________________________________

    Here are the accident report:

    = Display starts at offset 230880 in length file 361952. ====

    = Use the file-> Reload (Cmd - R) to view more. ====

    + 24

    99... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    100... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    101... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    102... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    103... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    104... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    105... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    106... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    107... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    108... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    109... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    110... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    111... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    112,... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    113... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    ... 114 ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    115... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    116... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    117... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    118... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    119... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    120... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    121... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    122... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    123... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    124... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    125... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    126... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    127... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    128... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    129... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    130... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    131... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    132... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    133... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    134... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    135... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    136... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    137... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    138... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    139... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    140... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    141... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    142... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    143... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    144... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    145... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    146... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    147... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    148... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    149... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    150... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    151... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    152... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    153... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    154... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    155... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    156... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    157... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    158... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    159... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    160... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    161... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    162... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    163... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    164... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    165... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    166... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    167... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    168... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    169... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    170... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    171... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    172... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    173... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    174... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    175... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    176... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    177... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    178... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    179... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    180... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    181... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    182... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    183... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    184... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    185... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    186... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    187... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    188... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    189... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    190... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    191... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    192... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    193... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    194... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    195... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    196... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    197... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    198... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    199... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    200... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    201... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    202... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    203... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    204... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    205... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    206... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    207... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    208... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    209... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    210... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    211... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    212... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    213... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    214... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    215... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    216... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    217... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    218... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    219... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    220... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    221... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    222... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    223... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    224... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    225... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    226... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    227... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    228... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    229... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    230... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    231... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    232... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    233... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    234... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    235... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    236... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    237... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    238... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    239... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    240... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    241... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    242... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    243... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    244... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    245... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    246... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    247... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    248... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    249... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    250... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    251... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    252... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    253... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    254... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    255... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    256... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    257... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    258... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    259... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    260... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    261... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    262... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    263... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    264... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    265... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    266... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    267... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    268... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    269... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    270... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    271... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    272... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    273... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    274... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    275... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    276... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    277... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    278... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    279... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    280... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    281... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    282... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    283... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    284... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    285... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    286... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    287... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    288... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    289... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    290... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    291... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    292... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    293... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    294... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    295... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    296... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    297... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    298... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    299... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    300... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    301... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    302... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    303... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    304... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    305... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    306... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    307... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    308... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    309... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    310... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    311... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    312... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    313... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    314... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    315... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    316... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    317... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    318... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    319... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    320... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    321... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    322... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    323... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    324... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    325... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    326... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    327... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    328... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    329... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    330... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    331... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    332... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    333... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    334... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    335... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    336... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    337... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    338... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    339... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    340... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    341... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    342... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    343... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    344... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    345... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    346... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    347... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    348... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    349... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    350... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    351... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    352... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    353... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    354... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    355... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    356... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    357... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    358... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    359... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    360... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    361... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    362... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    363... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    364... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    365... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    366... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    367... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    368... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    369... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    370... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    371... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    372... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    373... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    374... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    375... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    376... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    377... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    378... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    379... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    380... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    381... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    382... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    383... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    384... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    385... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    386... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    387... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    388... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    389... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    390... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    391... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    392... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    393... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    394... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    395... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    396... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    397... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    398... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    399... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    400... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    401... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    402... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    403... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    404... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    405... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    406... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    407... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    408... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    409... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    410... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    411... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    412... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    413... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    414... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    415... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    416... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    417... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    418... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    419... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    420... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    421... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    422... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    423... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    424... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    425... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    426... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    427... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    428... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    429... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    430... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    431... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    432... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    433... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    434... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    435... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    436... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    437... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    438... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    439... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    440... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    441... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    442... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    443... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    444... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    445... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    446... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    447... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    448... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    449... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    450... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    451... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    452... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    453... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    454... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    455... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    456... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    457... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    458... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    459... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    460... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    461... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    462... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    463... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    464... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    465... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    466... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    467... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    468... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    469... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    470... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    471... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    472... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    473... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    474... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    475... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    476... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    477... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    478... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    479... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    480... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    481... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    482... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    483... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    484... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    485... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    486... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    487... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    488... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    489... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    490... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    491... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    492... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    493... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    494... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    495... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    496... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    497... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    498... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    499... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    500... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    501... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    502... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    503... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    504... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    505... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    506... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    507... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    508... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    Thread 1:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90030aac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore + 224 MPWaitOnQueue 0x90bc684c

    3 AdobeACE 0x0135aa8c dyld_stub_sqrtf + 19476620

    4 AdobeACE 0x0135a410 dyld_stub_sqrtf + 19474960

    5... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    6 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Thread 2 has crashed:

    0... ple. CoreServices.CarbonCore 0x90c50010 _XHNDL_fullinfo_init + 20

    1... ple. CoreServices.CarbonCore + 48 _XHNDL_exception_setup_dispatch 0x90c5010c

    2... ple. CoreServices.CarbonCore 0x90c502cc _XHNDL_server_handler + 264

    3... ple. CoreServices.CarbonCore 0x90baa96c TS_exception_listener_thread + 188

    4 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    3 wire:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90030aac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore 0x90c043f0 MPWaitOnSemaphore + 184

    3 multiprocessor support 0x056dea8c dyld_stub_strcmp + 90834764

    4... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    5 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Thread 4:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90030aac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore + 224 MPWaitOnQueue 0x90bc684c

    3 com.adobe.CameraRaw 0x1a5bcacc dyld_stub_write + 436299552

    4 com.adobe.CameraRaw 0x1a5bc318 dyld_stub_write + 436297580

    5... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    6 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Wire 5:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90030aac pthread_cond_wait + 480

    2 com.adobe.CameraRaw 0x1a44d3a8 dyld_stub_write + 434794492

    3 com.adobe.CameraRaw 0x1a6e384c EntryFM + 789676

    4 com.adobe.CameraRaw 0x1a4e0d18 dyld_stub_write + 435399020

    5 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Line 6:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90030aac pthread_cond_wait + 480

    2 com.adobe.CameraRaw 0x1a44d3a8 dyld_stub_write + 434794492

    3 com.adobe.CameraRaw 0x1a778674 EntryFM + 1399508

    4 com.adobe.CameraRaw 0x1a4e0d18 dyld_stub_write + 435399020

    5 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Line 7:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90053df4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0 x 00586998 vio_timeout + 32504

    4 com.adobe.bridge3 0x00586a2c vio_timeout + 32652

    5 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    6... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    7 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Thread 8:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90053df4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0 x 00586998 vio_timeout + 32504

    4 com.adobe.bridge3 0x00586a2c vio_timeout + 32652

    5 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    6... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    7 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Wire 9:

    0 libSystem.B.dylib + 12 wait4 0x9003248c

    1 com.apple.Foundation 0x92be478c _waitForTermination + 40

    2 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Thread 10:

    0 libSystem.B.dylib + 8 mach_wait_until 0x90040df8

    1 libSystem.B.dylib 0x90040bc4 nanosleep + 388

    2 com.adobe.bridge3 0 x 00377708 VCUI_Terminate + 1609456

    3 com.adobe.bridge3 0 x 00377810 VCUI_Terminate + 1609720

    4 com.adobe.bridge3 0x00353dd8 VCUI_Terminate + 1463744

    5 com.adobe.bridge3 0x00377bb8 VCUI_Terminate + 1610656

    6 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Wire 11:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90053df4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0x005b9364 vio_timeout + 239812

    4 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    5... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    6 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    12 wire:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90053df4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0x00999db0 st_tz_names_entry::st_tz_names_entry[in-charge]() + 2480

    4 com.adobe.bridge3 0x0057f70c vio_timeout + 3180

    5 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    6... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    7 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Line 13:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90030aac pthread_cond_wait + 480

    2 com.adobe.amt.services 0x1dc8f650 AMTConditionLock::LockWhenCondition (int.) + 88 ((null): - 1).

    3 com.adobe.amt.services 0x1dc8845c AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 140 ((null): - 1).

    4 com.adobe.amt.services 0x1dc8f7f4 AMTThread::Worker(void*) + 64 ((null): - 1).

    5 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Thread 14:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002bfc8

    1 libSystem.B.dylib 0x90030aac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore 0x90c043f0 MPWaitOnSemaphore + 184

    3 multiprocessor support 0x056dea8c dyld_stub_strcmp + 90834764

    4... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    5 libSystem.B.dylib 0x9002b908 _pthread_body + 96

    Wire 2 crashed with PPC thread state 64:

    srr0: 0x0000000090c50010 srr1: 0x000000000200f030 vrsave: 0 x 0000000000000000

    CR: attach 0x0 44000444: x 0000000020000004 lr: 0x0000000090c5010c ctr: 0 x 0000000000000000

    R0: 0x00000000bf7fff14 r1: 0x00000000f0101d10 r2: 0x00000000bf7ffab8 r3: 0x00000000bf7ffaa0

    A4: 0 x 0000000005841458 r5: 0 x 0000000000000001 r6: 0x00000000bf7fffb4 r7: 0x00000000ffffffff

    R8: 0 x 0000000000000001 r9: 0x00000000bf7ffaf8 r10: 0x00000000bf7ffd00 r11: 0x00000000bf7ffbf8

    R12: 0x000000002b10b674 r13: 0 x 0000000000000000 r14: 0 x 0000000000000000 r15: 0 x 0000000000000000

    R16: 0 x 0000000000000000 A17: 0 x 0000000000000000 r18: 0 x 0000000000000000 r19: 0 x 0000000000000000

    R20: 0 x 0000000000000000 r21: 0 x 0000000000000000 r22: 0 x 0000000000000000 r23: 0 x 0000000000000000

    R24: 0 x 0000000000000000 r25: 0 x 0000000000000000 r26: r27 0 x 0000000005841400: 0x00000000bf7ffaa0

    R28: 0x00000000bf800004 r29: 0 x 0000000005841458 r30: r31 0 x 0000000005841458: 0x0000000090c500ec

    Description of the binary Images:

    0x1000 - 0xb51fff com.adobe.bridge3 3.0.0.464 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/MacOS/Adobe Bridge CS4

    0x115f000 - 0x119dfff AdobeARE /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE

    0x11a5000 - 0x11ccfff AdobeAXE8SharedExpat /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t

    0x11dc000 - 0x11e1fff com.adobe.AdobeCrashReporter (3.0.20080806) 2.5 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter

    0x11e6000 - 0x11ecfff AdobeOperaMgr /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeOperaMgr.framework/Versions/A/AdobeOperaMgr

    0 x 1305000 - 0x1324fff AdobeBIB Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB

    0x132d000 - 0x142ffff AdobeACE /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE

    0x144a000 - 0x16ebfff AdobeCoolType /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType

    0x176d000 - 0x17d7fff AdobeXMP /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP

    0 x 2008000 - 0x23f8fff AdobeMPS Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS

    0 x 2481000 - 0x2588fff AdobeExtendScript Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript

    0 x 2605000 - 0x26e2fff AdobeScCore Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore

    0x273e000 - 0x2f04fff libagldata.dylib.28.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AGLData.framework/Versions/2.8/libagldata.dylib.28.0

    0x2f18000 - 0x2fd1fff libagli18n.dylib.28.0 ib.28.0/Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AGLInternationalization.framework/Versions/2.8/libagli18n.dyl

    0x305a000 - 0x30eefff libagluc.dylib.28.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AGLUnicode.framework/Versions/2.8/libagluc.dylib.28.0

    0 x 3145000 - 0x3168fff AdobeBIBUtils Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils

    0 x 3174000 - 0x4138fff com.adobe.psl AdobePSL 11.0.0.1724 (11.0.0.1724) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL

    0 x 4415000 - 0x4499fff AdobeXMPFiles Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles

    0x44b0000 - 0x46a6fff AdobeOwl /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl

    0 x 4717000 - 0x472cfff com.adobe.LogTransport 1.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport

    0 x 4735000 - 0x4a49fff AdobeAGM Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM

    0x4b01000 - 0x4cb7fff com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib

    0x4ce8000 - 0x4dd7fff FileInfo /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo

    0x4e08000 - 0x4eadfff WRServices /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices

    0 x 5031000 - 0x504cfff libicudata.dylib.36.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0

    0x504f000 - 0x50e9fff libicucnv.dylib.36.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0

    0 x 5115000 - 0x5203fff libxml2.2.dylib /usr/lib/libxml2.2.dylib

    0x54e3000 - 0x54e5fff com.apple.textencoding.unicode 2.0 system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0 x 5633000 - 0x5644fff PPCCore /Applications/Adobe Bridge CS4/Plug-Ins/ppccore.plugin/Contents/MacOS/PPCCore

    0 x 5649000 - 0x56a4fff AltiVecCore /Applications/Adobe Bridge CS4/Plug-Ins/altiveccore.plugin/Contents/MacOS/AltiVecCore

    0x56aa000 - 0x56f6fff multiprocessor Support Applications/Adobe Bridge CS4/Plug-Ins/multiprocessor Support support.plugin/Contents/MacOS/MultiProcessor

    0x579d000 - 0x57a4fff com.unsanity.smartcrashreports reports of Crash Smart version 1.2.1 (1.2.1) Users/ramoncastaneda/Library/InputManagers/Smart Crash Reports / Smart Crash Reports Crash Reports.bundle/Contents/MacOS/Smart

    0 x 19355000 - Photoshop 0x1944dfff adapter Applications/Adobe Bridge CS4/required/Photoshop Adapter.plugin/Contents/MacOS/Photoshop adapter

    0x196ff000 - PNG 0x19714fff /Applications/Adobe Bridge CS4/Plug-Ins/PNG.plugin/Contents/MacOS/PNG

    0 x 19736000 - 0x19747fff GIF /Applications/Adobe Bridge CS4/Plug-Ins/GIF.plugin/Contents/MacOS/GIF

    0x1a40c000 - 0x1ab84fff com.adobe.CameraRaw 5.7 (5.7.0f213) Library/Application Support/Adobe/Plug-Ins/CS4/File Formats / Camera Raw of Raw.plugin/Contents/MacOS/Camera

    0x1b651000 - 0x1b699fff com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/adobe_caps.framework/adobe_caps

    0x1c257000 - 0x1c270fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver

    0x1c276000 - 0x1c291fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GL RendererFloat

    0x1c405000 - 0x1c514fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

    0x1c543000 - 1.4.18 com.apple.GeForceFXGLDriver 0x1c6a6fff (4.1.8) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLDriver

    0x1c87d000 - 0x1c880fff libMPAEncode0.1.dylib /Library/Application Support/DivXNetworks/libMPAEncode0.1.dylib

    0x1c92a000 - BMP 0x1c93efff /Applications/Adobe Bridge CS4/Plug-Ins/BMP.plugin/Contents/MacOS/BMP

    0x1c9dd000 - 0x1ca45fff com DivXInc.DivXDecoder 6.4.0 Library/QuickTime/DivX decoder Decoder.component/Contents/MacOS/DivX

    0x1ca52000 - 0x1cb1bfff com.divxnetworks.DivXCodec 5.2 /Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5

    0x1cb68000 - 0x1cb99fff liblame3.92.dylib /Library/Application Support/DivXNetworks/liblame3.92.dylib

    0x1cbd6000 - 0x1cc36fff libdpus10.dylib /Library/Application Support/DivXNetworks/libdpus10.dylib

    0x1cc63000 - 0x1cc75fff libdpv10.dylib /Library/Application Support/DivXNetworks/libdpv10.dylib

    0x1cc85000 - 0x1ccfefff com DivXInc.DivXDecoder 6.0.5 Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 decoder

    0x1d598000 - PCX 0x1d5a4fff /Applications/Adobe Bridge CS4/Plug-Ins/PCX.plugin/Contents/MacOS/PCX

    0x1dc5b000 - 0x1dd45fff com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460;) Brand: Tuesday, July 29, 2008 16:31:09) (2 0) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices

    0x1deea000 - 0x1df07fff com.rainmaker.SpellCatcher.InputMethod 10.3.7 Users/ramoncastaneda/Library/Components/Spell Catcher.component/Contents/MacOS/Spell Catcher

    0x227e1000 - 0x22c1dfff AdobeLM_libFNP.dylib /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/AdobeLM_libFNP.dylib

    0x298d1000 - 0x29f15fff com.adobe.PDFL version 9.0.0 (9.0.0.1733) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobePDFL.framework/AdobePDFL

    0x40000000 - 0x400a5fff AdobeJP2K Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K

    0x8fe00000 - 0x8fe52fff dyld 46,16 /usr/lib/dyld

    0 x 90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib

    0 x 90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib

    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.fr amework/Versions/A/CoreText

    0 x 90293000 - 0x90344fff STA /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framewo rk/Versions/A/ATS

    0 x 90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/CoreGraphics

    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368,35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (?) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x908e0000 - 0x909e2fff libicucore. A.dylib /usr/lib/libicucore. A.dylib

    0x90a3c000 - 0x90ac0fff libobjc. A.dylib /usr/lib/libobjc. A.dylib

    0x90aea000 - IOKit 0x90b5cfff /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib

    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framewo rk, Versions, A, CarbonCore

    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framewo rk/Versions/A/OSServices

    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewor k/Versions/A/CFNetwork

    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.fr amework/Versions/A/WebServicesCore

    0 x 91011000 - 0x91092fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewor k/Versions/A/SearchKit

    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

    0 x 91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib

    0 x 91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib

    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0 x 91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib

    0 91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 x /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0x914fe000 - 0x91536fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framewor k/Versions/A/AE

    0 x 91551000 - 0x91623fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.f EPI/Versions/A/ColorSync

    0 x 91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.f EPI/Versions/A/PrintCore

    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewor k/Versions/A/QD

    0 x 91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (?) System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices. framework/Versions/A/HIServices

    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysi s.framework/Versions/A/LangAnalysis

    0 x 91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByConte nt.framework/Versions/A/FindByContent

    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServi ces.framework/Versions/A/LaunchServices

    0x9199a000 - 3.3 com.apple.speech.synthesis.framework 0x919aefff /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynth esis.framework/Versions/A/SpeechSynthesis

    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra framework/Versions/A/ImageIO

    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib

    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib

    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libJPEG.dylib

    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libJP2.dylib

    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libGIF.dylib

    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libRaw.dylib

    0x91ce7000 - 0x91d02fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libPng.dylib

    0x91d07000 - 0x91d0afff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libRadiance.dylib

    0x91e19000 - 0x91e57fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libTIFF.dylib

    0x91e5e000 - 0x91e5efff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x91e60000 - 0x91f45fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ver sions/A/vImage

    0x91f4d000 - 0x91f6cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/vecLib

    0x91fd8000 - 0x92046fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libvMisc.dylib

    92051000 - 0x920e6fff libvDSP.dylib 0 x /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libvDSP.dylib

    92100000 - 0x92688fff libBLAS.dylib 0 x /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libBLAS.dylib

    0x926bb000 - 0x929e6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libLAPACK.dylib

    0x92a16000 - 0x92b04fff libiconv.2.dylib /usr/lib/libiconv.2.dylib

    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServices Priv

    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x92f36000 - 0x92f54fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x92f5f000 - 0x92fb9fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (?) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/V ersions/A/ImageCapture

    0 x 93005000 - 0x93015fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framew ork/Versions/A/SpeechRecognition

    0 x 93021000 - 0x93036fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ver sions/A/SecurityHI

    0 x 93048000 - 0x930cffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A /Ink

    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/ A / Help

    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 (?) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ versions/A/OpenScripting

    0 x 93140000 - 0x9314ffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ Versions/A/HTMLRendering

    0x931f2000 - 3.4.4 com.apple.NavigationServices 0x93241fff (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.frame work/Versions/A/NavigationServices

    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Ve rsions/A/CarbonSound

    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/V ersions/A/CommonPanels

    0x932b4000 - 0x935c2fff com.apple.HIToolbox 1.4.10 (?) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/HIToolbox

    0 x 93712000 - 1.4.7-com.apple.opengl 0x9371efff /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x937b8000 - 0x937b8fff com.apple.Cocoa 6.4 (?) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x937ba000 - 0x93dedfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x9417a000 - 91 (92.1) com.apple.CoreData 0x941ecfff /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0 x 94225000 - 1.4.7-com.apple.audio.toolbox.AudioToolbox 0x942eafff /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0x9433d000 - 1.4 com.apple.audio.units.AudioUnit 0x9433dfff /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x9433f000 - 1.4.12 com.apple.QuartzCore 0x944fffff /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0 x 94549000 - 0x94586fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib

    0x9458e000 - 0x945defff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x945e7000 - 0x94600fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0 x 94699000 - 0x946d1fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils

    0x947ae000 - 0x947bdfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/Resources/libCGATS.A.dylib

    0x947c5000 - 0x947d2fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/Resources/libCSync.A.dylib

    0 x 94818000 - 0x94831fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/Resources/libRIP.A.dylib

    0 x 94838000 - 0x94b6bfff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime

    0x94c53000 - 0x94cc4fff libstdc ++.6.dylib /usr/lib/libstdc++.6.dylib

    0x9509b000 - 0x950b8fff libresolv.9.dylib /usr/lib/libresolv.9.dylib

    0 x 96674000 - 0x9668afff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

    0x9668c000 - 0x966acfff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

    0x96ae5000 - 0x96b88fff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib

    0x96bbc000 - 0x96be9fff libssl.0.9.dylib /usr/lib/libssl.0.9.dylib

    0x96f79000 - 0x96f98fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

    0 x 97706000 - 0x977c7fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyli b

    0x977f2000 - 0x977f3fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib

    0x977f5000 - 0x97802fff com.apple.agl 2.5.6 (AGL - 2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0x993df000 - 0x9a018fff com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents

    0x9af5a000 - 0x9af78fff com.apple.OpenTransport 2.0 /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport

    0x9c952000 - 0x9c974fff libmx. A.dylib /usr/lib/libmx. A.dylib

    0x9ff40000 - 0x9ffe2fff com.apple.QuickTimeImporters.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters

    0xb0000000 - 0xb0007fff com.apple.carbonframeworktemplate 1.3 (1.3.11) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

    0xefbef000 - 0xefcd1fff libPSIKey.dylib /Library/Application Support/DivXNetworks/libPSIKey.dylib

    **********

    Host name: CER-MDD-G4

    Time/date: 2011-08-28 13:27:44.431-0700

    OS version: 10.4.11 (Build 8 S 165)

    Report Version: 4

    Command: Adobe Bridge CS4

    Path: / Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/MacOS/Adobe Bridge CS4

    Parent: WindowServer [63]

    Version: 3.0.0.464 (3.0.0.464)

    PID: 416

    Thread: 2

    Exception: EXC_BAD_ACCESS (0x0001)

    Codes: KERN_INVALID_ADDRESS (0x0001) at 0xbf7ffac4

    Thread 0:

    0... ple. CoreServices.CarbonCore 0x90c54bb8 InvokeExceptionHandlerUPP + 8

    1... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    2... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    3... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    4... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    5... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    6... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    7... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    8... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    9... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    10... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    11... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    12... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    13... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    14... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    15... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    16... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    17... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    18... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    19... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    20... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    21... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    22... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    23... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    24... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    25... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    26... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    27... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    28... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    29... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    30... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    31... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    32... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    33... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    34... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    35... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    36... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    37... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    38... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    39... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    40... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    41... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    42... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    43... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    44... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    45... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    46... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    47... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    48... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    49... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    50... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    51... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    52... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    53... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    54... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    55... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    56... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    57... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    58... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    59... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    60... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    61... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    62... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    63... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    64... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    65... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    66... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    67... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    68... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    69... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    70... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    71... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    72... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    73... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    74... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    75... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    76... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    77... for example. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    78... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    79... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    80... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    81... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    82... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    83... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    84... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    85... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    86... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    87... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    88... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    89... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    90... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    91... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    92... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    93... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    94... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    95... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    96... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    97... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    98... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    99... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    100... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    101... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    102... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    103... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    104... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    105... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    106... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    107... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    108... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    109... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    110... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    111... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    112,... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    113... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    ... 114 ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    115... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    116... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    117... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    118... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    119... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    120... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    121... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    122... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    123... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    124... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    125... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    126... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    127... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    128... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    129... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    130... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    131... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    132... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    133... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    134... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    135... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    136... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    137... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    138... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    139... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    140... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    141... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    142... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    143... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    144... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    145... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    146... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    147... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    148... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    149... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    150... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    151... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    152... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    153... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    154... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    155... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    156... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    157... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    158... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    159... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    160... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    161... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    162... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    163... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    164... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    165... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    166... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    167... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    168... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    169... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    170... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    171... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    172... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    173... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    174... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    175... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    176... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    177... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    178... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    179... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    180... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    181... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    182... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    183... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    184... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    185... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    186... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    187... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    188... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    189... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    190... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    191... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    192... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    193... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    194... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    195... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    196... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    197... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    198... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    199... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    200... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    201... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    202... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    203... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    204... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    205... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    206... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    207... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    208... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    209... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    210... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    211... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    212... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    213... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    214... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    215... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    216... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    217... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    218... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    219... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    220... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    221... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    222... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    223... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    224... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    225... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    226... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    227... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    228... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    229... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    230... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    231... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    232... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    233... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    234... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    235... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    236... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    237... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    238... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    239... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    240... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    241... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    242... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    243... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    244... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    245... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    246... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    247... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    248... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    249... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    250... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    251... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    252... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    253... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    254... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    255... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    256... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    257... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    258... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    259... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    260... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    261... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    262... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    263... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    264... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    265... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    266... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    267... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    268... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    269... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    270... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    271... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    272... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    273... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    274... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    275... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    276... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    277... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    278... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    279... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    280... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    281... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    282... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    283... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    284... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    285... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    286... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    287... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    288... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    289... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    290... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    291... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    292... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    293... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    294... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    295... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    296... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    297... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    298... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    299... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    300... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    301... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    302... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    303... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    304... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    305... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    306... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    307... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    308... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    309... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    310... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    311... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    312... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    313... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    314... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    315... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    316... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    317... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    318... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    319... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    320... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    321... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    322... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    323... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    324... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    325... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    326... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    327... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    328... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    329... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    330... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    331... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    332... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    333... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    334... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    335... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    336... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    337... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    338... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    339... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    340... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    341... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    342... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    343... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    344... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    345... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    346... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    347... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    348... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    349... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    350... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    351... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    352... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    353... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    354... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    355... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    356... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    357... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    358... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    359... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    360... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    361... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    362... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    363... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    364... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    365... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    366... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    367... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    368... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    369... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    370... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    371... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    372... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    373... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    374... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    375... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    376... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    377... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    378... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    379... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    380... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    381... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    382... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    383... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    384... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    385... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    386... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    387... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    388... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    389... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    390... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    391... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    392... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    393... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    394... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    395... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    396... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    397... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    398... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    399... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    400... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    401... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    402... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    403... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    404... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    405... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    406... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    407... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    408... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    409... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    410... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    411... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    412... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    413... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    414... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    415... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    416... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    417... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    418... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    419... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    420... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    421... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    422... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    423... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    424... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    425... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    426... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    427... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    428... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    429... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    430... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    431... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    432... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    433... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    434... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    435... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    436... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    437... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    438... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    439... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    440... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    441... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    442... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    443... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    444... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    445... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    446... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    447... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    448... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    449... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    450... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    451... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    452... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    453... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    454... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    455... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    456... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    457... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    458... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    459... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    460... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    461... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    462... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    463... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    464... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    465... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    466... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    467... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    468... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    469... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    470... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    471... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    472... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    473... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    474... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    475... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    476... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    477... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    478... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    479... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    480... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    481... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    482... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    483... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    484... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    485... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    486... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    487... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    488... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    489... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    490... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    491... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    492... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    493... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    494... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    495... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    496... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    497... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    498... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    499... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    500... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    501... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    502... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    503... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    504... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    505... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    506... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    507... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    508... ple. CoreServices.CarbonCore 0x90c54bc8 InvokeExceptionHandlerUPP + 24

    Thread 1:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore + 224 MPWaitOnQueue 0x90bc684c

    3 AdobeACE 0x0135aa8c dyld_stub_sqrtf + 19476620

    4 AdobeACE 0x0135a410 dyld_stub_sqrtf + 19474960

    5... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Thread 2 has crashed:

    0... ple. CoreServices.CarbonCore 0x90c50010 _XHNDL_fullinfo_init + 20

    1... ple. CoreServices.CarbonCore + 48 _XHNDL_exception_setup_dispatch 0x90c5010c

    2... ple. CoreServices.CarbonCore 0x90c502cc _XHNDL_server_handler + 264

    3... ple. CoreServices.CarbonCore 0x90baa96c TS_exception_listener_thread + 188

    4 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    3 wire:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore 0x90c043f0 MPWaitOnSemaphore + 184

    3 multiprocessor support 0x0573ea8c dyld_stub_strcmp + 91227980

    4... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Thread 4:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore + 224 MPWaitOnQueue 0x90bc684c

    3 com.adobe.CameraRaw 0x1a3c5acc dyld_stub_write + 434239264

    4 com.adobe.CameraRaw 0x1a3c5318 dyld_stub_write + 434237292

    5... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Wire 5:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480

    2 com.adobe.CameraRaw 0x1a2563a8 dyld_stub_write + 432734204

    3 com.adobe.CameraRaw 0x1a4ec84c EntryFM + 789676

    4 com.adobe.CameraRaw 0x1a2e9d18 dyld_stub_write + 433338732

    5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Line 6:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480

    2 com.adobe.CameraRaw 0x1a2563a8 dyld_stub_write + 432734204

    3 com.adobe.CameraRaw 0x1a581674 EntryFM + 1399508

    4 com.adobe.CameraRaw 0x1a2e9d18 dyld_stub_write + 433338732

    5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Line 7:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x900541f4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0 x 00586998 vio_timeout + 32504

    4 com.adobe.bridge3 0x00586a2c vio_timeout + 32652

    5 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    6... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    7 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Thread 8:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x900541f4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0 x 00586998 vio_timeout + 32504

    4 com.adobe.bridge3 0x00586a2c vio_timeout + 32652

    5 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    6... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    7 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Wire 9:

    0 libSystem.B.dylib + 12 wait4 0x9003288c

    1 com.apple.Foundation 0x92be478c _waitForTermination + 40

    2 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Thread 10:

    0 libSystem.B.dylib + 8 mach_wait_until 0x900411f8

    1 libSystem.B.dylib 0x90040fc4 nanosleep + 388

    2 com.adobe.bridge3 0 x 00377708 VCUI_Terminate + 1609456

    3 com.adobe.bridge3 0 x 00377810 VCUI_Terminate + 1609720

    4 com.adobe.bridge3 0x00353dd8 VCUI_Terminate + 1463744

    5 com.adobe.bridge3 0x00377bb8 VCUI_Terminate + 1610656

    6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Wire 11:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x900541f4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0x005b9364 vio_timeout + 239812

    4 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    5... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    12 wire:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x900541f4 pthread_cond_timedwait + 692

    2 com.adobe.bridge3 0 x 00586040 vio_timeout + 30112

    3 com.adobe.bridge3 0x00999db0 st_tz_names_entry::st_tz_names_entry[in-charge]() + 2480

    4 com.adobe.bridge3 0x0057f70c vio_timeout + 3180

    5 com.adobe.bridge3 0x00458a34 Mondo::CThread::EntryProc() + 40

    6... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    7 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Line 13:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480

    2 com.adobe.amt.services 0x1d5de650 AMTConditionLock::LockWhenCondition (int.) + 88 ((null): - 1).

    3 com.adobe.amt.services 0x1d5d745c AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 140 ((null): - 1).

    4 com.adobe.amt.services 0x1d5de7f4 AMTThread::Worker(void*) + 64 ((null): - 1).

    5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Thread 14:

    0 libSystem.B.dylib + 8 semaphore_wait_signal_trap 0x9002c3c8

    1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480

    2... ple. CoreServices.CarbonCore 0x90c043f0 MPWaitOnSemaphore + 184

    3 multiprocessor support 0x0573ea8c dyld_stub_strcmp + 91227980

    4... ple. CoreServices.CarbonCore 0x90bc665c PrivateMPEntryPoint + 76

    5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96

    Wire 2 crashed with PPC thread state 64:

    srr0: 0x0000000090c50010 srr1: 0x000000000200f030 vrsave: 0 x 0000000000000000

    CR: attach 0x0 44000444: x 0000000020000004 lr: 0x0000000090c5010c ctr: 0 x 0000000000000000

    R0: 0x00000000bf7fff34 r1: 0x00000000f0101d10 r2: 0x00000000bf7ffad8 r3: 0x00000000bf7ffac0

    R4: 0x0000000005841e58 r5: 0 x 0000000000000001 r6: 0x00000000bf7fffd4 r7: 0x00000000ffffffff

    R8: 0 x 0000000000000001 r9: 0x00000000bf7ffb18 r10: 0x00000000bf7ffd20 r11: 0x00000000bf7ffc18

    R12: 0x0000000005bcde74 r13: 0 x 0000000000000000 r14: 0 x 0000000000000000 r15: 0 x 0000000000000000

    R16: 0 x 0000000000000000 A17: 0 x 0000000000000000 r18: 0 x 0000000000000000 r19: 0 x 0000000000000000

    R20: 0 x 0000000000000000 r21: 0 x 0000000000000000 r22: 0 x 0000000000000000 r23: 0 x 0000000000000000

    R24: 0 x 0000000000000000 r25: 0 x 0000000000000000 r26: r27 0x0000000005841e00: 0x00000000bf7ffac0

    R28: 0x00000000bf800024 r29: 0x0000000005841e58 r30: r31 0x0000000005841e58: 0x0000000090c500ec

    Description of the binary Images:

    0x1000 - 0xb51fff com.adobe.bridge3 3.0.0.464 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/MacOS/Adobe Bridge CS4

    0x115f000 - 0x119dfff AdobeARE /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE

    0x11a5000 - 0x11ccfff AdobeAXE8SharedExpat /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t

    0x11dc000 - 0x11e1fff com.adobe.AdobeCrashReporter (3.0.20080806) 2.5 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter

    0x11e6000 - 0x11ecfff AdobeOperaMgr /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeOperaMgr.framework/Versions/A/AdobeOperaMgr

    0 x 1305000 - 0x1324fff AdobeBIB Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB

    0x132d000 - 0x142ffff AdobeACE /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE

    0x144a000 - 0x16ebfff AdobeCoolType /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType

    0x176d000 - 0x17d7fff AdobeXMP /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP

    0 x 2008000 - 0x23f8fff AdobeMPS Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS

    0 x 2481000 - 0x2588fff AdobeExtendScript Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript

    0 x 2605000 - 0x26e2fff AdobeScCore Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore

    0x273e000 - 0x2f04fff libagldata.dylib.28.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AGLData.framework/Versions/2.8/libagldata.dylib.28.0

    0x2f18000 - 0x2fd1fff libagli18n.dylib.28.0 ib.28.0/Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AGLInternationalization.framework/Versions/2.8/libagli18n.dyl

    0x305a000 - 0x30eefff libagluc.dylib.28.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AGLUnicode.framework/Versions/2.8/libagluc.dylib.28.0

    0 x 3145000 - 0x3168fff AdobeBIBUtils Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils

    0 x 3174000 - 0x4138fff com.adobe.psl AdobePSL 11.0.0.1724 (11.0.0.1724) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL

    0 x 4415000 - 0x4499fff AdobeXMPFiles Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles

    0x44b0000 - 0x46a6fff AdobeOwl /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl

    0 x 4717000 - 0x472cfff com.adobe.LogTransport 1.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport

    0 x 4735000 - 0x4a49fff AdobeAGM Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM

    0x4b01000 - 0x4cb7fff com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib

    0x4ce8000 - 0x4dd7fff FileInfo /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo

    0x4e08000 - 0x4eadfff WRServices /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices

    0 x 5031000 - 0x504cfff libicudata.dylib.36.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0

    0x504f000 - 0x50e9fff libicucnv.dylib.36.0 Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0

    0 x 5115000 - 0x5203fff libxml2.2.dylib /usr/lib/libxml2.2.dylib

    0x551a000 - 0x551cfff com.apple.textencoding.unicode 2.0 system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0 x 5693000 - 0x56a4fff PPCCore /Applications/Adobe Bridge CS4/Plug-Ins/ppccore.plugin/Contents/MacOS/PPCCore

    0x56a9000 - 0x5704fff AltiVecCore /Applications/Adobe Bridge CS4/Plug-Ins/altiveccore.plugin/Contents/MacOS/AltiVecCore

    0x570a000 - 0x5756fff multiprocessor Support Applications/Adobe Bridge CS4/Plug-Ins/multiprocessor Support support.plugin/Contents/MacOS/MultiProcessor

    0 x 19355000 - 0x1935cfff com.unsanity.smartcrashreports reports of Crash Smart version 1.2.1 (1.2.1) Users/ramoncastaneda/Library/InputManagers/Smart Crash Reports / Smart Crash Reports Crash Reports.bundle/Contents/MacOS/Smart

    0x19fd2000 - Photoshop 0x1a0cafff adapter Applications/Adobe Bridge CS4/required/Photoshop Adapter.plugin/Contents/MacOS/Photoshop adapter

    0x1a215000 - 0x1a98dfff com.adobe.CameraRaw 5.7 (5.7.0f213) Library/Application Support/Adobe/Plug-Ins/CS4/File Formats / Camera Raw of Raw.plugin/Contents/MacOS/Camera

    0x1b4d5000 - 0x1b51dfff com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/adobe_caps.framework/adobe_caps

    0x1c10d000 - 0x1c126fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver

    0x1c12c000 - 0x1c147fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GL RendererFloat

    0x1c305000 - 0x1c414fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

    0x1c443000 - 1.4.18 com.apple.GeForceFXGLDriver 0x1c5a6fff (4.1.8) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLDriver

    0x1c6a8000 - 0x1c6abfff libMPAEncode0.1.dylib /Library/Application Support/DivXNetworks/libMPAEncode0.1.dylib

    0x1c99e000 - 0x1c9affff GIF /Applications/Adobe Bridge CS4/Plug-Ins/GIF.plugin/Contents/MacOS/GIF

    0x1c9b3000 - PNG 0x1c9c8fff /Applications/Adobe Bridge CS4/Plug-Ins/PNG.plugin/Contents/MacOS/PNG

    0x1ca0a000 - 0x1ca1cfff libdpv10.dylib /Library/Application Support/DivXNetworks/libdpv10.dylib

    0x1cb57000 - 0x1cbbffff com DivXInc.DivXDecoder 6.4.0 Library/QuickTime/DivX decoder Decoder.component/Contents/MacOS/DivX

    0x1cbcc000 - 0x1cc95fff com.divxnetworks.DivXCodec 5.2 /Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5

    0x1cce2000 - 0x1cd13fff liblame3.92.dylib /Library/Application Support/DivXNetworks/liblame3.92.dylib

    0x1cd50000 - 0x1cdb0fff libdpus10.dylib /Library/Application Support/DivXNetworks/libdpus10.dylib

    0x1cddd000 - 0x1ce56fff com DivXInc.DivXDecoder 6.0.5 Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 decoder

    0x1d5aa000 - 0x1d694fff com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460;) Brand: Tuesday, July 29, 2008 16:31:09) (2 0) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices

    0x1e17c000 - 0x1e5b8fff AdobeLM_libFNP.dylib /Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/AdobeLM_libFNP.dylib

    0x40000000 - 0x400a5fff AdobeJP2K Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K

    0x8fe00000 - 0x8fe52fff dyld 46,16 /usr/lib/dyld

    0 x 90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib

    0 x 90215000 - 0x90262fff com.apple.CoreText 1.0.4 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.fr amework/Versions/A/CoreText

    0 x 90293000 - 0x90344fff STA /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framewo rk/Versions/A/ATS

    0x906ef000 - IOKit 0x90761fff /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368,35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (?) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0 x 90919000 - 0x9099dfff libobjc. A.dylib /usr/lib/libobjc. A.dylib

    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib

    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framewo rk, Versions, A, CarbonCore

    0x90ee3000 - 0x90f3dfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x90f5f000 - 0x90f87fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x90f9e000 - 0x90faafff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.fr amework/Versions/A/WebServicesCore

    0 x 91011000 - 0x91092fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewor k/Versions/A/SearchKit

    0 x 91148000 - 1.6.1-com.apple.LangAnalysis 0x91169fff /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysi s.framework/Versions/A/LangAnalysis

    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib

    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0 x 91527000 - 3.4.4 com.apple.NavigationServices 0x91576fff (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.frame work/Versions/A/NavigationServices

    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewor k/Versions/A/QD

    0 x 91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByConte nt.framework/Versions/A/FindByContent

    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServi ces.framework/Versions/A/LaunchServices

    0x9199a000 - 3.3 com.apple.speech.synthesis.framework 0x919aefff /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynth esis.framework/Versions/A/SpeechSynthesis

    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra framework/Versions/A/ImageIO

    0x91ab8000 - 0x91c73fff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x91e19000 - 0x91e57fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libTIFF.dylib

    0 x 92019000 - 0x92327fff com.apple.HIToolbox 1.4.10 (?) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Vers ions/A/HIToolbox

    0 x 92478000 - 0x924d6fff com.apple.HIServices 1.5.3 (?) System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices. framework/Versions/A/HIServices

    0x92a16000 - 0x92b04fff libiconv.2.dylib /usr/lib/libiconv.2.dylib

    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServices Priv

    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (?) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/V ersions/A/ImageCapture

    0 x 93005000 - 0x93015fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framew ork/Versions/A/SpeechRecognition

    0 x 93021000 - 0x93036fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ver sions/A/SecurityHI

    0 x 93048000 - 0x930cffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A /Ink

    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/ A / Help

    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 (?) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ versions/A/OpenScripting

    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ Versions/A/HTMLRendering

    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Ve rsions/A/CarbonSound

    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/V ersions/A/CommonPanels

    0x933be000 - 0x933d3fff libcups.2.dylib /usr/lib/libcups.2.dylib

    0x937b8000 - 0x937b8fff com.apple.Cocoa 6.4 (?) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x937ba000 - 0x93dedfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x9433d000 - 1.4 com.apple.audio.units.AudioUnit 0x9433dfff /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0 x 94549000 - 0x94586fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib

    0x945e7000 - 0x94600fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0 x 94699000 - 0x946d1fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils

    0x947ae000 - 0x947bdfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/Resources/libCGATS.A.dylib

    0x947c5000 - 0x947d2fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/Resources/libCSync.A.dylib

    0 x 94818000 - 0x94831fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/Resources/libRIP.A.dylib

    0 x 94838000 - 0x94b6bfff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime

    0x94dd5000 - 0x94e6afff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libvDSP.dylib

    0x94e90000 - 0x94efefff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libvMisc.dylib

    0 x 95712000 - 0x95814fff libicucore. A.dylib /usr/lib/libicucore. A.dylib

    0x9586f000 - 0x95936fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib

    0x95d10000 - 91 (92.1) com.apple.CoreData 0x95d82fff /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x95e85000 - 0x95eaefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

    0 x 96333000 - 0x96338fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib

    0x9656d000 - 0x9656dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0 96671000 - 0x96756fff com.apple.vImage 2.4 x /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ver sions/A/vImage

    0x96ae5000 - 0x96b88fff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib

    0x96bbc000 - 0x96be9fff libssl.0.9.dylib /usr/lib/libssl.0.9.dylib

    0x974dd000 - 0x974fcfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/vecLib

    0 x 97569000 - 0x97588fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

    0x977f5000 - 0x97802fff com.apple.agl 2.5.6 (AGL - 2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0x97ada000 - 0x97b2afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x97b34000 - 0x97bf5fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyli b

    0x97c26000 - 0x97c27fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib

    0x97c50000 - 0x97d15fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0x97d6c000 - 1.4.12 com.apple.QuartzCore 0x97f2cfff /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x993df000 - 0x9a018fff com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents

    0x9af5a000 - 0x9af78fff com.apple.OpenTransport 2.0 /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport

    0x9c952000 - 0x9c974fff libmx. A.dylib /usr/lib/libmx. A.dylib

    0x9e94a000 - 0x9ec75fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libLAPACK.dylib

    0x9eca5000 - 0x9ecb3fff libz.1.dylib /usr/lib/libz.1.dylib

    0x9ece5000 - 0x9ecf0fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib

    0x9ecf6000 - 0x9ed67fff libstdc ++.6.dylib /usr/lib/libstdc++.6.dylib

    0x9eee7000 - 0x9ef89fff com.apple.QuickTimeImporters.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters

    0x9efa7000 - 0x9efc4fff libresolv.9.dylib /usr/lib/libresolv.9.dylib

    0x9efcc000 - 0x9efeafff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x9eff5000 - 0x9f57dfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ver sions/A/libBLAS.dylib

    0x9f5b0000 - 0x9f5b3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libRadiance.dylib

    0x9f5b5000 - 0x9f5d0fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libPng.dylib

    0x9f5d5000 - 0x9f63ffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libRaw.dylib

    0x9f644000 - 0x9f648fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libGIF.dylib

    0x9f64a000 - 0x9f701fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libJP2.dylib

    0x9f750000 - 0x9f76efff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fra mework/Versions/A/Resources/libJPEG.dylib

    0x9f774000 - 0x9f805fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.f EPI/Versions/A/PrintCore

    0x9f84c000 - 0x9fc07fff com.apple.CoreGraphics 1.258.85 (?) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphic s.framework/Versions/A/CoreGraphics

    0x9fc94000 - 0x9fd66fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.f EPI/Versions/A/ColorSync

    0x9fdb9000 - 0x9fdf1fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framewor k/Versions/A/AE

    0x9fe0c000 - 0x9fe4efff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewor k/Versions/A/CFNetwork

    0x9fe63000 - 0x9fee3fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framewo rk/Versions/A/OSServices

    0x9ff2d000 - 0x9ffa8fff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x9ffe5000 - 0x9fff4fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print

    0xb0000000 - 0xb0007fff com.apple.carbonframeworktemplate 1.3 (1.3.11) Applications/Adobe Bridge CS4/Adobe Bridge CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

    0xefbef000 - 0xefcd1fff libPSIKey.dylib /Library/Application Support/DivXNetworks/libPSIKey.dylib

    _________________________________________________________________________________________

    System information from Photoshop:

    Adobe Photoshop Version: 11.0.2 (11.0.2x20100519 [20100519.r.592 2010/05 / 19:02:00:00 cutoff; r branch])

    Operating system: Mac OS 10.4.11

    System architecture: PowerPC G4 with AltiVec

    Physical processor count: 2

    Processor speed: 1250 MHz

    Video card provider: NVIDIA Corporation

    Renderer video card: NVIDIA OpenGL engine unknown

    OpenGL drawing: enabled.

    Built-in memory: 2048 MB

    Free memory: 999 MB

    Memory available to Photoshop: 1963 MB

    Memory used by Photoshop: 67%

    Image cache level: 4

    Serial number: 91199793573555224236

    The application folder: Macintosh HD:Applications:Adobe Photoshop CS4:

    Zero Photoshop has async I/O active

    Scratch the volumes:

    PhSh_Scratch_3, 49.9 G, 49.8 G free

    PhSh_Scratch_2, 149.0 G, 149,0 free G

    PhSh_Scratch_1, 149.0 G, 147.4 G free

    Main Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS4:Plug - ins:

    Additional Plug-ins folder: not defined

    Installed components:

    adobe_caps. Framework adobe_caps 2.0.99.0 2.135373

    adobe_epic. Framework adobe_epic 3.0.1.10077 "53.352460".

    adobe_eula. Framework adobe_eula 3.0.1.10077 "53.352460".

    AdobeACE.framework AdobeACE 2.14.21.1744 53.355610

    AdobeAGM.framework AdobeAGM 4.19.26.1744 53.355610

    AdobeAXE8SharedExpat.framework AdobeAXE8SharedExpat 3.4.401.1570 53.348206

    AdobeAXEDOMCore.framework AdobeAXEDOMCore 3.4.401.1570 53.348206

    AdobeBIB.framework AdobeBIB 1.2.01.1744 53.355610

    AdobeBIBUtils.framework AdobeBIBUtils 1.1.01 53.355610

    AdobeCoolType.framework AdobeCoolType 5.06.06.2578 53.372607

    AdobeCrashReporter.framework AdobeCrashReporter 3.0.20080806

    ExtendScript 3.92.114.1661 AdobeExtendScript.framework 53.351316

    adobejp2k. Framework AdobeJP2K 2.0.0.1570 53.100857

    AdobeLinguistic.framework 7863

    adobelm. Framework adobelm 3.0.11.10077 53.352460

    AdobeMPS.framework AdobeMPS 4.9.16.1631 53.350311

    AdobeOwl.framework AdobeOwl 2.0.70 53.354161

    adobeowlcanvas. Framework AdobeOwlCanvas 2.0.70 53.354161

    adobepdfl. Framework AdobePDFL 9.0.0.1733 53.204060

    adobepdfsettings. Framework AdobePDFSettings 1.4

    AdobeScCore.framework AdobeScCore 3.92.114.1661 53.351316

    AdobeUpdater.framework AdobeUpdater 6.0.0.1452 "52.338651".

    AdobeXMP.framework AdobeXMP 53. 352624

    AdobeXMPFiles.framework AdobeXMPFiles 53. 352624

    AdobeXMPScript.framework AdobeXMPScript 53. 352624

    aflamingo. Framework AFlamingo 1.0.404.1638 53.350580

    ahclient. Framework ahclient 1.3.12

    aif_core. Framework AdobeAIF 1.0.00 53.352475

    aif_ogl. Framework AdobeAIF 1.0.00 53.352475

    AlignmentLib.framework xcode 1.0.0.1

    amtlib Amtlib.Framework 2.0.1.10077 2.0.1.10077

    amtservices. Framework 2. 0

    stand. Framework stand 1.6.2

    NVIDIA CG CG. Framework

    data_flow. Framework AdobeAIF 1.0.00 53.352475

    FileInfo.framework FileInfo 53. 352624

    "ICUConverter.framework ICUConverter 3.61" gtlib_1.1 #7223 CL.

    Gtlib_1.1 ICUData.framework ICUData CL #7223 3.61

    image_flow. Framework AdobeAIF 1.0.00 53.352475

    image_runtime. Framework AdobeAIF 1.0.00 53.352475

    LogTransport.framework 1.0

    PlugPlug.framework branchezBranchez 1.0.0.73

    registration. Framework 2. 0

    wrservices. Framework

    Plug-ins installed:

    ADM 3.10x16, Copyright © 1987-2008 Adobe Systems Inc..  All rights reserved. -from the file 'AdobeADM.bundle '.

    Accented edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Don't add Grain 2 NO VERSION - from the "Add Grain 2.8bf" file

    AltiVecCore 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1998-2008 Adobe Systems Incorporated - from the file 'AltiVecCore.plugin '.

    Angled Strokes 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Anti-aliasing PICT 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1990-2008 Adobe Systems Incorporated - from the file 'Anti-Aliasing PICT.plugin.

    Auto Match Grain NO VERSION - from the file "Auto Match Grain.8li.

    Average 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Average.plugin '.

    BMP 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'BMP.plugin '.

    Low Relief 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    More great tiles 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 2004-2008 Adobe Systems Incorporated - from the file ' Tiles.plugin more»

    Camera Raw 5.7 (213), Copyright © 2010 Adobe Systems Incorporated - from the file 'Camera Raw.plugin.

    Chalk and charcoal 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Charcoal 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Chrome 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Cineon 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 2002-2008 Adobe Systems Incorporated - from the file 'Cineon.plugin '.

    Clouds 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Clouds.plugin '.

    Color halftone 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file "Color Halftone.plugin".

    Color Pencil 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file 'filter Gallery.plugin'

    CompuServe GIF 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'GIF.plugin '.

    Contact sheet II 11.0x001 © 1997-2008 Adobe Systems Incorporated - from the file 'ContactSheetII.plugin '.

    11.0 pencil tale, Copyright © 1991-2008 Adobe Systems Incorporated - from the file 'filter Gallery.plugin'

    Craquelure 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    11.0x20080919 cultures and désincliner Photos [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 2003-2008 Adobe Systems Incorporated - from the file 'CropPhotosAuto.plugin '.

    11.0x20080919 crop and straighten Photos filter [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'CropPhotos.plugin '.

    Hatch: 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Crystallize 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Crystallize.plugin '.

    Cut 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    DIGITAL GEM Airbrush Professional v2.1.0 2.1.0 Copyright © 2000-2007 Eastman Kodak Company - from the file 'DigitalAIRProv2.plugin '.

    DIGITAL ROC professional VERSION No. v1.0.4 - from the file 'DigitalROCPro '.

    DIGITAL ROC professional v2.1.0 VERSION No. - from the file 'DigitalROCProv2 '.

    DIGITAL ROC v1.2.4 VERSION No. - from the file 'DigitalROC '.

    DIGITAL ROC VERSION No. v2.0.0 - from the file 'DigitalROCv2 '.

    DIGITAL SHO Professional v2.1.0 2.1.0 Copyright © 2000-2007 Eastman Kodak Company - from the file 'DigitalShoProv2.plugin '.

    V1.2.3 DIGITAL SHO VERSION NO - from the file 'DigitalSHO '.

    V2.0.0 DIGITAL SHO VERSION NO - from the file 'DigitalSHOv2 '.

    Dark strokes 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Deinterlacing 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from file "-Interlace .plugin '.

    Debarrelizer NO VERSION - from the file 'DBR.8bf '.

    Difference clouds 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Clouds.plugin '.

    Diffuse Glow 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Disable the Compression Scratch 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 2004-2008 Adobe Systems Incorporated - from the file 'DisableScratchCompress.plugin '.

    Move 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Displace.plugin '.

    dry brush 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file 'filter Gallery.plugin'

    Embed watermark NO VERSION - from the file 'DigiSign.plugin '.

    Allow to e/s asynchronous 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 2004-2008 Adobe Systems Incorporated - from the file "activate Async IO.plugin '.

    Extrude 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Extrude.plugin '.

    FXG 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'FXG.plugin '.

    Fiber 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Fibers.plugin '.

    Film Grain 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    the film 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'FilmStrip.plugin '.

    Gallery of filters 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Does difficulty Motion Blur - NO VERSION of the file 'FocusMagic.8bf '.

    Difficult Out-of-focus blur No. VERSION - from the file 'FocusMagic.8bf '.

    FontAgent Pro Helper CS3 (10.0) © 1993-2007 Adobe Systems Incorporated - from the file "FontAgent Pro Helper.plugin".

    Limit freeware v2.0.0 Freeware Boundary noise reduction noise reduction 2 http://www.colormancer.com -from the file 'Noise Reduction limit Freeware 2.plugin'

    Fresco 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Glass 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Glowing edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Grain 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Graphic Pen 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    11.0 HDRMergeUI, Copyright © 2003-2008 Adobe Systems Incorporated - from the file 'HDRMergeUI.plugin '.

    Halftone Pattern 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    11.0x20080919 IFF format [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'IFF Format.plugin.

    Ink outlines 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Repair of JPEG Image Doctor 1.5.0 Copyright © 2007 Alien Skin Software, LLC - since the "Image Doctor.plugin" file

    Blurry lens 11.0, Copyright © 2002-2008 Adobe Systems Incorporated - from the file "Lens Blur.plugin.

    Lens Correction 11.0, Copyright © 2002-2008 Adobe Systems Incorporated - from the file "lens Correct.plugin.

    Lens Flare 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file "Lens Flare.plugin.

    11.0.2x20100519 lighting effects [20100519.r.592 2010/05 / 19:02:00:00 cutoff; r branch] © 1993-2010 Adobe Systems Incorporated - from the file "Effects.plugin light".

    Liquefy 11.0, Copyright © 2001-2008 Adobe Systems Incorporated - from the file 'Liquify.plugin '.

    Match Grain 2 NO VERSION - from the file 'Match Grain 2.8bf.

    Matlab 11.0x20080919 operation [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'ChannelPort.plugin '.

    11.0x20080919 basis of measurement [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'MeasurementCore.plugin '.

    Mezzotint 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Mezzotint.plugin '.

    Mosaic tiles 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    multiprocessor support 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1990-2008 Adobe Systems Incorporated - from the file "MultiProcessor Support.plugin.

    Color NTSC 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file "NTSC Colors.plugin.

    Neon 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Noise Ninja NO VERSION - from the file 'NoiseNinja.8bf '.

    Noiseware Professional 4.1.1 (c) 2004-2007 Imagenomic, LLC. -from the file 'Noiseware.plugin '.

    Note paper 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Ocean Ripple 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    OpenEXR 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 2003-2008 Adobe Systems Incorporated - from the file 'OpenEXR.plugin '.

    PCX 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'PCX.plugin '.

    PG-processor 2.0.0 © 2002-2010 PixelGenius, LLC - from the file "PG - Processor.plugin.

    11.0x20080919 PICT resource [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1990-2008 Adobe Systems Incorporated - from the file 'Resource.plugin Pict.

    PNG 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'PNG.plugin '.

    PPCCore 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1998-2008 Adobe Systems Incorporated - from the file 'PPCCore.plugin '.

    Paint the 11.0 Daubs, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    11.0 palette knife, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Patchwork 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Paths to Illustrator 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1994-2008 Adobe Systems Incorporated - from the file "path to Illustrator.plugin".

    PhotoKit Sharpener to capture 2 2.0.0 © 2002-2010 PixelGenius LLC - from the file 'PhotoKit Sharpener 2.plugin.

    PhotoKit Sharpener Creative 2 2.0.0 © 2002-2010 PixelGenius LLC - from the file 'PhotoKit Sharpener 2.plugin.

    Out of PhotoKit Sharpener 2 2.0.0 © 2002-2010 PixelGenius LLC - from the file 'PhotoKit Sharpener 2.plugin.

    PhotoKit Preview Helper 2.1.4 © 2002-2010 PixelGenius, LLC - from the file "PG - Previewer.plugin Toolbox.

    Photocopy 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Picture Package 11.0x001 © 1997-2008 Adobe Systems Incorporated - from the file 'ContactSheetII.plugin '.

    Photo filter package 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'ChannelPort.plugin '.

    Pinch 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Pinch.plugin '.

    Pixar 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'Pixar.plugin '.

    PixelGenius Toolbox 2.1.5 © 2002-2010 PixelGenius, LLC - from the file "PixelGenius Toolbox.plugin"

    Plaster 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Plastic Wrap 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Pointillism 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Pointillize.plugin '.

    Coordinates polar 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Polar.plugin '.

    Portable Bit Map 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'PBM.plugin '.

    Portrait 1.0.1 (c) 2004-2007 Imagenomic, LLC. -from the file 'Portraiture.plugin '.

    Poster edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Radial Blur 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file "Radial Blur.plugin.

    11.0x20080919 Radiance [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 2003-2008 Adobe Systems Incorporated - from the file 'Radiance.plugin '.

    Read don't watermark ANY VERSION - from the file 'DigiRead.plugin '.

    RealGrain 1.0.1 (c) 2004-2007 Imagenomic, LLC. -from the file 'RealGrain.plugin '.

    Do not remove Grain 2 NO VERSION - from the file "remove Grain 2.8bf.

    Crosslinking 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Ripple 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Ripple.plugin '.

    Rough Pastels 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    No sample of Grain 2 NO VERSION - from the file "Sample of Grain 2.8bf"

    Save for Web and devices 11.0, Copyright © 1999-2008 Adobe Systems Incorporated - from the file "save for Web.plugin".

    Scratch Remover Image Doctor 1.5.0 Copyright © 2007 Alien Skin Software, LLC - since the "Image Doctor.plugin" file

    ScriptingSupport 11.0.1, Copyright © 2010 Adobe Systems Incorporated - from the file 'ScriptingSupport.plugin '.

    Send a video excerpt of device 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1994-2008 Adobe Systems Incorporated - from the "FireWire Export.plugin" file

    11.0x20080919 of shear [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Shear.plugin '.

    SkinTune NO VERSION - from the file 'SkinTune.8bf '.

    Smart Blur 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file "Smart Blur.plugin".

    Smart Fill Image Doctor 1.5.0 Copyright © 2007 Alien Skin Software, LLC - since the "Image Doctor.plugin" file

    Smudge Stick 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Solarize 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Solarize.plugin '.

    Splash 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Spherize 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Spherize.plugin '.

    Sponge 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Reliever Spot Image Doctor 1.5.0 Copyright © 2007 Alien Skin Software, LLC - since the "Image Doctor.plugin" file

    Sprayed Strokes 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Stained glass 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Stamp 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Sumi-e 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "Filter Gallery.plugin"

    Targa 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'Targa.plugin '.

    Texture veneer 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Tiles 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Tiles.plugin '.

    Torn edges 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Watch twirl 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Twirl.plugin '.

    Draft 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file 'filter Gallery.plugin'

    Vanishing point 11.0, Copyright © 2003-2008 Adobe Systems Incorporated - from the file 'VanishingPoint.plugin '.

    Variations 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Variations.plugin '.

    Video Preview 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1994-2008 Adobe Systems Incorporated - from the "FireWire Export.plugin" file

    Import filter Photoshop of VueScan VueScan - from the file 'VueScan.plugin '.

    Water paper 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    Watercolor 11.0, Copyright © 1991-2008 Adobe Systems Incorporated - from the file "filter Gallery.plugin.

    the waves 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Wave.plugin '.

    White balance / recovery highlight v1.0.7 WhiteBalanceRecovery http://www.colormancer.com -from the file 'WhiteBalanceRecovery.plugin'

    Wind 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'Wind.plugin '.

    Wireless Bitmap 11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1989-2008 Adobe Systems Incorporated - from the file 'WBMP.plugin '.

    11.0x20080919 zigzag [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch] © 1993-2008 Adobe Systems Incorporated - from the file 'ZigZag.plugin '.

    Plug-ins that could not load: NONE

    Flash:

    Curves - dialog

    GridMaker

    Connections

    Kuler

    Install TWAIN devices: NONE

    Yes, a sort of endless loop in a carbon exception handler caused a stack overflow.

    So it's carbon, Apple will not be interested by fixing it...

Maybe you are looking for

  • cleansing the body of macbook

    I use macbook air.once I cleaned my body macbook with a solvent which is used to clean the lcd.after reading several discussions, I stopped using that.will I get problems like the loss of body finish or color etc.

  • 2nd generation of bike g does not illuminate

    There are therefore 2 hours I turned off my 2nd generation of bike g and it won't turn. the reason why I turned it off was because I had to download something on a trusted site and when I extracted it to a different location on my phone and it wasn't

  • Problem after update attempt

    My Windows Vista operating system has been setup updates just as it has done in the past and power cord fell by chance when I moved my laptop.  The last thing I remember seeing "configuration of updates: phase 2 of 3 do not turn off your computer." 

  • The SQL server system configuration checker cannot be executed due to WMI configuration on the computer

    The SQL server system configuration checker cannot be executed due to WMI configuration on the computer   Toshiba-User Error: 2147749896 (0 x 80041008)   I am trying to load the software for insurance. I got the above message.

  • Synchronization of blackBerry Smartphones removes my background image

    I am a new user on Tuesday, so I'm still to know things.  Whenever I sync the BB Pearl with my computer, it resets my background.  It is not do it if one of the backgrounds provided with the phone, but if I put one of "my pictures" in the background,