Mac OS X failed to launch JavaFX jar due to fatal errors

Hi,
I am running Mac OS X 10.7.5 on VMware player.
I have installed these on my system -
1. I have jdk-7u12-ea-bin-b07-macosx-x86_64-27_dec_2012.dmg
2. jre-7u10-macosx-x64.dmg
3. netbeans-7.2.1-ml-javase-macosx.dmg
I have set java Java Home pointing to java 1.7. On command prompt it showing version as -
Java(TM) SE Runtime Environment (build 1.7.0_12-ea-b07)
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b28, mixed mode)
Whenener I am trying to run a jar file created from my JavaFX application. It throw this fatal error on commd prompt-
# A fatal error has been detected by the Java Runtime Environment:
#  SIGSEGV (0xb) at pc=0x00007fff88a54fdf, pid=404, tid=18947
# JRE version: Java(TM) SE Runtime Environment (7.0_12-b07) (build 1.7.0_12-ea-b07)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b28 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libobjc.A.dylib+0x9fdf]  objc_msgSend_fixup+0x5f
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
# An error report file with more information is saved as:
# /Users/User/Desktop/JavaFX/hs_err_pid404.log
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
Abort trap: 6
Details of fatal error while ex
http://neelamsharma.s3.amazonaws.com/jarerrorlog.log
On launching netbeans it producing this fatal error -
http://neelamsharma.s3.amazonaws.com/hs_err_while%20_running_netbeans.log
On opening Java Preferences from System Preferences it showing this fatal erros -
http://neelamsharma.s3.amazonaws.com/javapreferences.log
I am unable to do anything on Mac OS X, how can I get rid of this erros.
Thanks,
Neelam Sharma

Thank you.  I disabled the Extensis plugin under Photoshop by adding "~" to the file name and Photoshop has now opened.  I will now look to get an update from Extensis.

Similar Messages

  • Installing a trial version of the Illustrator and InDesign App in Creative Cloud on my Mac is impossible. Keep getting 'Installation failed' notices. More information gives 0 fatal error(s), 0 error(s). Already repaired disk permissions in Disk Utility bu

    Installing a trial version of the Illustrator and InDesign App in Creative Cloud on my Mac is impossible. Keep getting 'Installation failed' notices. More information gives 0 fatal error(s), 0 error(s). Already repaired disk permissions in Disk Utility but nothing seems to work. Exit code: 7.

    Hi Maarton,
    Please follow the link to resolve the issue: Errors "Exit Code: 6," "Exit Code: 7" | CS5, CS5.5
    -Ankit

  • Failed to start ranking update due to this error - Authoritative Pages

    Hello together,
    i always get an error if i add an Authoritative Web Page and use the Option "Relevance Ranking Analytics".
    The error is:
    Failed to start ranking update due to this error: Failed to connect to system manager. SystemManagerLocations: net.tcp://SERVER/64BFD2/AdminComponent1/Management
    Does anyone have a solution?
    The Search Service component´s are running!
    Best Regards
    Darius.K

    Hi! I had this issue and I was able to resolve it by retrying from an application server (I was trying to run from an Index server and that's not where the admin component was located in my topology)

  • Media card can not be accessed due to fatal errors and media card format failed

    hi
    anybody please help me. when i insert media card in blackbeery 8520 mobile i am getting the below message.
    "media card can not be accessed due to fatal errors" and
    when i try to format the media card on mobile i am getting the following message.
    "media card format failed"
    i tried to connect this media card to PC. but PC not showing any message and not even displaying the card in "my computer" folder.
    i have some important files on the media card.
    can some please help me to clear this problem and get my files.

    mrvonzuela wrote:
    Help Guys! please!
    Hi mrvonzuela,
    On your BlackBerry® smartphone, go into Options > Device > Storage, remove the check mark next to Media Card Support then press the menu key and choose save.  Place a check mark in the Media Card Support box again, then press the menu key and choose save.
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

  • Failed to launch JavaFX application with native bundle exe

    Hi,
    I have created a JavaFX application, and created its native bundle using Ant. When I am trying to launch application using Jar from bundle created with double click, it successfully launching my application. But when I am trying double click on MyApplication.exe (say), it throwing JavaFX Launcher Error *"Exception while running Application"*.
    I have searched about this issue, I found about jre, so I did replace jre from *"C:\Program Files\Java\jdk1.7.0_10\jre"* to my application bundle folder -- *\bundles\MyApplication\runtime\jre*, then I tried to launch exe with double click, it successfully launched.
    I have compared both jre, there are many missing jar, exe, dll and some properties files I found.
    I have these environment settings -
    JAVA_HOME -- C:\Program Files\Java\jdk1.7.0_10
    JREFX_HOME -- C:\Program Files\Oracle\JavaFX 2.2 Runtime
    Path contains an entry of C:\Program Files\Java\jdk1.7.0_10\bin JAVA_HOME and JREFX_HOME are used as in my build.xml to take ant-javafx.jar and jfxrt.jar --
    ${env.JAVA_HOME}/lib/ant-javafx.jar
    ${env.JREFX_HOME}/lib/jfxrt.jarMy steps to create bundle are -
    <target name="CreatingExe" depends="SignedJar">
                 <fx:deploy width="800" height="600" nativeBundles="all" outdir="${OutputPath}" outfile="${app.name}">
                          <fx:info title="${app.title}"/>
                          <fx:application name="${app.title}" mainClass="${main.class}"/>
                          <fx:resources>
                               <fx:fileset dir="${OutputPath}" includes="*.jar"/>
                         <fx:fileset dir="${WorkingFolder}/temp"/>
                   </fx:resources>
               </fx:deploy>
    </target>What more needed in build.xml so that application launch correctly with exe ?
    Thanks

    You code is not dealing with the DACL access to Winsta0\Default.  Only the LocalSystem account will have full access and the interactively logged on user which is why regedit is not displaying properly.  You'll need to grant access to your user. 
    You also need to deal with UAC since that code is going to give you a non-elevated token via LogonUser().  You need to get the full token via a call to GetTokenInformation() + TokenLinkedToken.
    thanks
    Frank K [MSFT]
    Follow us on Twitter, www.twitter.com/WindowsSDK.

  • The setup process failed : your setup not started due to unexpected error

    I have Windows 7 / Outlook 2007
    removed all old versions of iCloud
    downloaded it again
    ran setup
    signed on
    selected Calendars / Contacts / Reminders
    Step 1 of 7 started - copied outlook calendar
    Step 2 failed with error message as above
    I have checked on line and iCloud has all of my Reminders and correctly updates to / from my iPad
    Contacts added in iPad and in iCloud don't sync at all
    calendar updates in iPad don't get updated in iCloud neither does it work the other way round

    I found a "solution" in amongst the discussion threads of downloading iCloud v1 which I did and it seems to work now. The issue does indeed seem to be with v2 of iCloud. I'll waste no more time now...
    http://www.tomsguide.com/us/download/Tableau-de-bord-iCloud-Pour-Windows-,0313-4 3841.html
    wher e you can still find v1

  • Fatal Error - Incopy CS6 crashes everytime we try to launch. Giving us a fatal error and shuts down.

    Do we need to re-download the whole program or is there an update? Any helo is greatly appreciated.

    http://kb.mozillazine.org/Firefox_crashes

  • How to run JavaFX jar with JRE7 on MAC OS Lion 10.7.5 ?

    I have created a bundled JavaFX application jar with ANT on Windows 8 O.S. , 64 bit machine. I have JavaFx2.0 and Java 1.7.0_09 installed on my Window O.S.
    <target name="CreatingJars" depends="Compiling" description="generate the distribution" >
                        <taskdef resource="com/sun/javafx/tools/ant/antlib.xml"     
                                 uri="javafx:com.sun.javafx.tools.ant" classpath="${env.JAVA_HOME}/lib/ant-javafx.jar"/>
                              <mkdir dir="${WorkingFolder}/temp/libs"/>
                             <copy todir="${WorkingFolder}/temp/libs">
                             <fileset file="${WorkingFolder}/CustomJars/ProjectLib.jar">
                             </fileset>
                             </copy>
                             <copy todir="${WorkingFolder}/temp/libs">
                             <fileset dir="${WorkingFolder}/libs">
                             </fileset>
                        </copy>
                        <fx:jar destfile="${WorkingFolder}/${app.name}.jar">
                        <fx:application mainClass="${main.class}"/>
                        <fx:resources>
                             <fx:fileset dir="${WorkingFolder}/temp/"/>
                        </fx:resources>
                        <fileset dir="${WorkingFolder}/build"/>
                        <fileset dir="${WorkingFolder}/resources"/>
                        </fx:jar>
         </target> When I am trying to run that JavaFX application jar on MAC OS Lion 10.7.5 using
    java -jar application.jar
    It always shows a dialog "The application require a newer version of Java Run-time" with download link. Even I have downloaded and successfully installed it on my MAC machine but it still shows me the same window.
    java -version is always point to 1.6.
    Then I searched for Java Preferences to point the current JRE 1.7 but I could find Java Preferences at Applications -> Utilities -> Java -> Java Preferences.
    I would like to know -- how to run JavaFX jar with JRE7 on MAC OS Lion 10.7.5? Is their any other way to run the JavaFX application JAR with JRE7?

    Do I need to download the whole JAVA 1.7 on MAC to run the JAR? No
    Can not I run the Jar file with Jre7?Yes, you can.
    This may be because I have downloaded the JRE 1.7Yep, that's correct, the java_home command only works for jdk's - sorry for the confusion.
    For jre7+ versions, only a single Oracle jre version is allowed to be installed on the machine at a time - making a tool like java_home redundant for jre checking.
    Weirdly, jre7u10 does not supplant the Apple Java on the command line path by default. If you just type java -v, then the Apple java version will displayed if you have an old Java 6 from Apple and a new Oracle jre7+.
    The Oracle jre is always located under (also somewhat strangely):
    /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/javaTo test jar launching, I used the willow JavaFX browser pre-release jar available here:
    http://code.google.com/p/willow-browser/downloads/detail?name=Willow-0.1-prerelease.jar
    Then I launched the jar from the command line using:
    /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar Willow-0.1-prerelease.jar The JavaFX jar ran fine on jre7 with the above machine.
    The test machine was running Mac OS X 8 with Oracle jre7u10 installed as well as the Apple Java 6 runtime, but no Oracle jdk7+ installed.

  • Javafx JAR to .exe(windows) or .app (MAC)

    hi,
    Anybody has any idea how can i import my javafx application to an installation file for MAC or Windows?
    For example, MAC has a jar bundler app which convert java jar to .app files for MAC.
    I tried with it, but it fails, i have no idea how to make it run javafx jar files.

    I've looked throughout the forum but I've only found
    how to call an executable from within the java code,
    but not convert it into an exe.
    And about googling it, I found few (maybe not using
    the correct keywords, any suggestion?), and they
    don't quite work well, so, just asking if any of you
    have had success with one and, what is the name of
    it.
    Thx.can't have looked very far, then. the definitive answer to this question has been posted several times, quite recently
    the real question, though, should be "do I want to bind my nice portable java code to a particular platform?"

  • How to run JavaFX Jar with JRE 7 on MAC OS Lion 10.7.5 ?

    I had java 1.6 installed on my MAC OSX Lion 10.7.5. When I am trying to run that JavaFX application jar
    java -jar application.jar
    It always shows a dialog "The application require a newer version of Java Run-time" with download link. Even I have downloaded and successfully installed it on my MAC machine but it still shows me the same window.
    It installed jre-7u10-macosx-x64.dmg but java -version is always point to 1.6.
    Then I searched for Java Preferences to point the current JRE 1.7 but I could find Java Preferences at Applications -> Utilities -> Java -> Java Preferences.
    I found an Java Icon on System Preference. When I am trying to open that widow it's showing me error -- the java control panel opens in a separate window and nothing happens when we click on Re-open the Java Control Panel.
    http://avats.s3.amazonaws.com/JavaRunningError.txt
    I would like to know -- how to run JavaFX jar with JRE7 on MAC OS Loin 10.7.5? Is their any other way to run the JavaFX application JAR with JRE7?

    To find a copy of LP7 you would need to look for a copy on eBay.. However, the protection method used with LP7 no longer functions so you cannot register it and therefore you cannot use it. unless you have already registered LP7 yourself in the past using the security key dongle provided
    Any version of LP7 from a torrent would be an illegal (and most likely non working) version due to the protection that was used at that time... and so posting about it here, was not be wise.
    So.. thats why my previous answer was so brief... Simply put, you cannot use LP7 unless you already have a validated and registered security dongle... even if you found a copy of LP7 somewhere
    The only practical solution is to find some kind soul who already has a working version of LP7 installed, that you can send the projects to... for them to do the conversion for you.
    I would, but I no longer have LP7 installed here on any of my testbed Macs...

  • Indesign fails to launch again on mac mini

    Here is the report generated when indesign fails to launch. I followed all the advice from previous posts and created a secondary account which now has the same problem. I have been told to backup everything and dump my computer and reload everything. I have no idea how to do that but can learn quickly. Both BDQqua and RRFs's were a great help but the problem is still lurking and stops me from working.
    Here is the report generated.
    Process:         Adobe InDesign CS5.5 [12882]
    Path:            /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Identifier:      com.adobe.InDesign
    Version:         7.5.0.142 (7500)
    Code Type:       X86 (Native)
    Parent Process:  launchd [123]
    Date/Time:       2012-12-12 11:21:56.482 -0500
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          75336 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  5 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      2845533E-D324-40DB-A195-887084F230EF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Application Specific Information:
    objc[12882]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   DataBaseLib.dylib                       0x011c76d3 DBUtils::GetUIDPersistedInterfaces(IDataBase*, IDType<UID_tag>, IDType<ClassID_tag>, IPMPersist*, std::vector<IDType<ImplementationID_tag>, std::allocator<IDType<ImplementationID_tag> > >&) + 54483
    1   DataBaseLib.dylib                       0x011b657f 0x11b2000 + 17791
    2   ObjectModelLib.dylib                    0x011465ac 0x111f000 + 161196
    3   ObjectModelLib.dylib                    0x01130d56 0x111f000 + 73046
    4   ObjectModelLib.dylib                    0x01157bdb ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 23035
    5   ObjectModelLib.dylib                    0x01153244 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 4196
    6   com.adobe.InDesign                      0x00002842 main + 82
    7   com.adobe.InDesign                      0x000027c6 start + 54
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9b82790a kevent + 10
    1   libdispatch.dylib                       0x95e4ae04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x95e49853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9b82683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b40e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x96b40f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9611e3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9618067f MPWaitOnQueue + 200
    5   PMRuntime.dylib                         0x00016130 MemUtils::GetAvailMem() + 288
    6   com.apple.CoreServices.CarbonCore          0x961815e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib                       0x96b3ced9 _pthread_start + 335
    8   libsystem_c.dylib                       0x96b406de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9b82702e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x96b3eccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x96b406fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9b82702e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x96b3eccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x96b406fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9b824c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9b8241f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x961ab0ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib                       0x96b3ced9 _pthread_start + 335
    4   libsystem_c.dylib                       0x96b406de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9b82683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b40e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x96af142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x961ace62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9611e37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x9618067f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   com.apple.CoreServices.CarbonCore          0x961815e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x96b3ced9 _pthread_start + 335
    10  libsystem_c.dylib                       0x96b406de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9b82683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b40e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x96af142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x961ace62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9611e37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x9618067f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   com.apple.CoreServices.CarbonCore          0x961815e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x96b3ced9 _pthread_start + 335
    10  libsystem_c.dylib                       0x96b406de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9b82683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b40e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x96af142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x961ace62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x9611e37d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x9618067f MPWaitOnQueue + 200
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   com.apple.CoreServices.CarbonCore          0x961815e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x96b3ced9 _pthread_start + 335
    10  libsystem_c.dylib                       0x96b406de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9b82683e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96b40e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x96ae882a pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x0b105274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services                  0x0b0fe074 C_EULA_SetState + 2166
    5   com.adobe.amt.services                  0x0b1052da C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_c.dylib                       0x96b3ced9 _pthread_start + 335
    7   libsystem_c.dylib                       0x96b406de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9b825f46 __close_nocancel + 10
    1   libsystem_c.dylib                       0x96b391a2 __sclose + 21
    2   libsystem_c.dylib                       0x96b3aad7 fclose + 140
    3   libstdc++.6.dylib                       0x91fe0ca5 std::__basic_file<char>::close() + 47
    4   libstdc++.6.dylib                       0x91fafb59 std::basic_filebuf<char, std::char_traits<char> >::close() + 159
    5   libstdc++.6.dylib                       0x91fb0524 std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf() + 36
    6   libstdc++.6.dylib                       0x91fb0992 std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream() + 58
    7   com.adobe.AAM.AdobeUpdaterNotificationFramework          0x0b56f73b UpdaterNotificationsGetLibVersion + 4035
    8   com.adobe.AAM.AdobeUpdaterNotificationFramework          0x0b590498 UpdaterNotificationsGetLibVersion + 138528
    9   com.adobe.AAM.AdobeUpdaterNotificationFramework          0x0b590d22 UpdaterNotificationsGetLibVersion + 140714
    10  com.adobe.AAM.AdobeUpdaterNotificationFramework          0x0b56b48c 0xb56a000 + 5260
    11  com.adobe.AAM.AdobeUpdaterNotificationFramework          0x0b56baad 0xb56a000 + 6829
    12  com.adobe.AAM.AdobeUpdaterNotificationFramework          0x0b56e70e UpdaterNotificationsIsUpdaterEnabled + 22
    13  com.adobe.amt.services                  0x0b0fbfd7 C_LC_LaunchTypeForCache + 7639
    14  com.adobe.amtlib                        0x02674c2a AMTObtainProductLicense + 293964
    15  com.adobe.amtlib                        0x026383f1 AMTObtainProductLicense + 46099
    16  com.adobe.amtlib                        0x02642458 AMTObtainProductLicense + 87162
    17  com.adobe.amtlib                        0x02642dbb AMTObtainProductLicense + 89565
    18  com.adobe.amtlib                        0x02643053 AMTObtainProductLicense + 90229
    19  com.adobe.amtlib                        0x026431cf AMTObtainProductLicense + 90609
    20  com.adobe.amtlib                        0x02674856 AMTObtainProductLicense + 292984
    21  libsystem_c.dylib                       0x96b3ced9 _pthread_start + 335
    22  libsystem_c.dylib                       0x96b406de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x011c765b  ecx: 0x01219048  edx: 0x00000000
      edi: 0x03d5ffb0  esi: 0xbffff25c  ebp: 0xbffff228  esp: 0xbffff1d0
       ss: 0x00000023  efl: 0x00010203  eip: 0x011c76d3   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 1
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign (7.5.0.142 - 7500) <C7B8B88C-A6B0-6D19-90C9-8D0DEF16C955> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        0xa000 -     0xafff +InDesignModel (??? - ???) <30F20A0C-431C-E52D-BDEF-DAF8C99E8BB4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xf000 -     0xffff +InDesignModelAndUI (??? - ???) <F70C26E5-8747-4B57-8849-78889B389510> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelA ndUI
       0x14000 -    0x1bff3 +PMRuntime.dylib (??? - ???) <FD895FC0-241A-7DC6-AB12-5B3491A9E624> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PMRuntime.dylib
       0x23000 -   0x15eff2 +com.adobe.ACE (AdobeACE 2.18.00.12659 - 2.18.00.12659) <5BD496D2-2E2B-0411-779F-855603C5B2AE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x186000 -   0x6acfff +com.adobe.AGM (AdobeAGM 4.20.70.12659 - 4.20.70.12659) <F1616614-B565-4CC9-C2FA-459FBC857981> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7f6000 -   0x832fff +com.adobe.ARE (AdobeARE 1.5.02.12659 - 1.5.02.12659) <9AF30878-D3F4-7E85-0820-B674CED4558A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x83c000 -   0x857fff +com.adobe.BIB (AdobeBIB 1.2.02.12659 - 1.2.02.12659) <802FB4A6-C5FF-522C-89A5-83EB4C139B12> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x862000 -   0x883ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <6710FF23-871B-C9A2-306C-15EDBA2AADEA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x890000 -   0xb82ff7 +com.adobe.CoolType (AdobeCoolType 5.07.124.12659 - 5.07.124.12659) <0481471E-E075-0782-BA1C-C5A5E23C5565> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xc0f000 -   0xfe8ff7 +com.adobe.MPS (AdobeMPS 5.5.0.12783 - 5.5.0.12783) <D67E9F42-5C32-4E64-9AE8-B292565E1326> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x111f000 -  0x118dff7 +ObjectModelLib.dylib (??? - ???) <CBC3A0F4-5567-AE0C-8E1A-886D0E4DEFF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ObjectModelLib.dylib
    0x11b2000 -  0x120cfe7 +DataBaseLib.dylib (??? - ???) <5825417D-9630-83F2-2A46-4A1E1F64406A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/DataBaseLib.dylib
    0x1227000 -  0x163efff +PublicLib.dylib (??? - ???) <C771D26E-109E-B663-A7B8-62B809C34629> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PublicLib.dylib
    0x17ce000 -  0x17e5ff6 +AdobeAFL (??? - ???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x17f6000 -  0x17feff3 +boost_threads (??? - ???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threa ds
    0x1808000 -  0x180dffd +ASLSupportLib.dylib (??? - ???) <85A313EC-05FF-23C5-0EEB-C74D412645FF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ASLSupportLib.dylib
    0x1813000 -  0x1814ff2 +libtbbmalloc.dylib (??? - ???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1818000 -  0x1826fe7 +libtbb.dylib (??? - ???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbb.dylib
    0x182e000 -  0x1966fe7 +WRServices (??? - ???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x19a8000 -  0x19acffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCras hReporter
    0x19b2000 -  0x2362fff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.3 6.0
    0x2365000 -  0x2432ff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/li bicui18n.dylib.36.0
    0x2495000 -  0x256ffef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib. 36.0
    0x25af000 -  0x261ffeb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x262a000 -  0x2698ffb +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26af000 -  0x2748fef +boost_regex (??? - ???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x278d000 -  0x27cafff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x27e4000 -  0x2891ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x28d6000 -  0x28d8ffb +boost_system (??? - ???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x28dd000 -  0x2a7bfff +WidgetBinLib.dylib (??? - ???) <BF0D4AF6-C502-352D-DA1D-5EFBCA827993> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2b5f000 -  0x2cfefe7 +com.adobe.owl (AdobeOwl version 3.0.84 - 3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2d67000 -  0x2de4fff +AdobeOwlCanvas (??? - ???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanva s
    0x2e00000 -  0x2e03ffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x6cbc000 -  0x6cc4fff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xb0e0000 -  0xb14bfe7 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <018F21DE-7E2E-C850-4C32-D4A2131ABF74> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0xb56a000 -  0xb5a3ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <3A9CF871-6678-90BB-3770-CDBF56AF21D5> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/Updater Notifications
    0x8fe57000 - 0x8fe89aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90a2f000 - 0x90a33ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x90a34000 - 0x90af7fff  com.apple.CoreServices.OSServices (478.49 - 478.49) <5AF33605-C893-3F60-89CF-1BC9C0BC35AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90af8000 - 0x90af9ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x90afa000 - 0x90b4cff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90b4d000 - 0x90b4eff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
    0x90b4f000 - 0x90b51ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x90b52000 - 0x90b9aff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90b9b000 - 0x90ba3ff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x90ba4000 - 0x90ba4fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90bc1000 - 0x90c29fff  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib
    0x90c2a000 - 0x90c31ff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x90c34000 - 0x90c37ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90c38000 - 0x90d30ff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90d31000 - 0x90d59ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x90d5a000 - 0x90d7dfff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90d7e000 - 0x90ee0ffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90ee1000 - 0x9100dff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9100e000 - 0x91019ffc  com.apple.NetAuth (1.0 - 3.0) <E4844688-90B6-3834-9C36-395797CEBC69> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9101a000 - 0x91077ffb  com.apple.htmlrendering (76 - 1.1.4) <792F1D51-3A88-3430-8A32-F252FAAE0D13> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91e37000 - 0x91e54ff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91e55000 - 0x91e55fff  com.apple.Cocoa (6.6 - ???) <30E6ABEE-B390-3C02-8C76-9C62F19FAA83> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91eec000 - 0x91ef0fff  com.apple.CommonPanels (1.2.5 - 94) <DFA0D001-9890-32FB-B1BD-039DDA8F3E9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91ef1000 - 0x91f16ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91f17000 - 0x91f9efff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91f9f000 - 0x92001ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x92002000 - 0x9200aff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <97E73059-F645-33F4-BCC5-1FEA367D60D4> /usr/lib/system/libcopyfile.dylib
    0x92acf000 - 0x92ad1ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92afd000 - 0x92b4dffa  libTIFF.dylib (??? - ???) <CAD45E49-FD7C-37FA-A118-AEB526B90E67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92b4e000 - 0x92b6aff1  libPng.dylib (??? - ???) <F084226B-14F0-36C0-B5EC-22C78406D2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92b6b000 - 0x92b6bfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92b6c000 - 0x92c08fff  com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c09000 - 0x92c16fff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92fa3000 - 0x92faeff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92faf000 - 0x92fb0ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <9EF47F4C-32F6-3379-A3DD-89183D821B48> /usr/lib/system/libunc.dylib
    0x92fb1000 - 0x92fb2fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x93096000 - 0x93111ffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93112000 - 0x9311bfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x93d10000 - 0x93d10fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93e11000 - 0x93e51ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93e52000 - 0x93e80fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x93f5a000 - 0x93f5affe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x93f63000 - 0x9443fff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94491000 - 0x94494ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x947c5000 - 0x947e7ff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x94a6e000 - 0x94aa5fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x94ab2000 - 0x94abbff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94bd4000 - 0x94bd4fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94c8c000 - 0x94d6fff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x94d70000 - 0x94d70ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94d71000 - 0x94e80ff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94e81000 - 0x94ef5fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94ef6000 - 0x94efafff  libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94efb000 - 0x94f0eff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94f0f000 - 0x94f39ff1  com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x94f4e000 - 0x94f56ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x94f57000 - 0x94fb8ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94fb9000 - 0x94fbaffd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x94fbb000 - 0x94fccfff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x94fd5000 - 0x94fd6fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x952b2000 - 0x952b6ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <9DFB61F2-9B1F-31B2-BF41-099994D74E1F> /usr/lib/system/libcache.dylib
    0x95320000 - 0x95326ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9535c000 - 0x95376fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95377000 - 0x95378fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x95379000 - 0x9540fff7  com.apple.LaunchServices (480.40 - 480.40) <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95410000 - 0x95453ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x95454000 - 0x95723ffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95735000 - 0x9573cff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x9573d000 - 0x9575dff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9575e000 - 0x957b7fff  com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x957c9000 - 0x9589faab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x958da000 - 0x95935ff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x95936000 - 0x95952ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x95953000 - 0x95989ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9598a000 - 0x9599afff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8BE2D2EF-9AF0-3960-9845-052CCE04B53A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9599b000 - 0x9599cfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x959d2000 - 0x95e47ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x95e48000 - 0x95e56fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
    0x95e83000 - 0x95e84ff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
    0x95e85000 - 0x95e93ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x95ea3000 - 0x95ec5ffe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x96009000 - 0x96017fff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96046000 - 0x960d3fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x960d4000 - 0x960dfffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
    0x960e0000 - 0x963e2fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96435000 - 0x96463ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96464000 - 0x96464fff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
    0x96465000 - 0x9646dfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9649a000 - 0x9649cff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9688d000 - 0x96975fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x96976000 - 0x969e5fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x96a14000 - 0x96a76ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96ae0000 - 0x96babfff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x96c75000 - 0x96c92fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x96c93000 - 0x96c97ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x96c9d000 - 0x975c872b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x976ab000 - 0x976c0ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x976c1000 - 0x976ccfff  libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
    0x976cd000 - 0x976d0ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x976d1000 - 0x976d4ffb  com.apple.help (1.3.2 - 42) <46BC94D1-14C4-3178-9BFB-85470F1ED805> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x97a4a000 - 0x97a91ff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97a92000 - 0x97bb0fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97bb1000 - 0x97bb4ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x97bb5000 - 0x97bb5fff  com.apple.Carbon (153 - 153) <A75A970B-6D82-3451-8D3E-05B1A130ABDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x97bb6000 - 0x97c76ffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x97d4f000 - 0x987e4ff6  com.apple.AppKit (6.7.5 - 1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9881c000 - 0x98b26ff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x98b27000 - 0x98bb4ff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x98bb5000 - 0x98cc6ff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98d45000 - 0x98d4cffd  com.apple.NetFS (4.0 - 4.0) <144149F1-057D-3A6F-974B-357461F7E438> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98d4d000 - 0x98fc1ff3  com.apple.CoreImage (7.99.1 - 1.0.1) <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x98fc2000 - 0x98fd0fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x98fd1000 - 0x991c9ff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x99455000 - 0x99484ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x99485000 - 0x99639ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
    0x9963e000 - 0x9972eff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9972f000 - 0x9976fff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x99770000 - 0x998c6fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x998c7000 - 0x99a9efe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x99cbd000 - 0x99ccdff7  libCRFSuite.dylib (??? - ???) <B68CDEA4-8D6E-3625-B80F-3489E321E858> /usr/lib/libCRFSuite.dylib
    0x99f87000 - 0x99f92ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9a028000 - 0x9a0ccfff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a0cd000 - 0x9a0e3ffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x9a18a000 - 0x9a18afff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x9a307000 - 0x9a391ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9a3d3000 - 0x9a719ff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9a71a000 - 0x9a71aff0  com.apple.ApplicationServices (41 - 41) <45032433-76F6-365A-95CA-641C9427EAA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9a71b000 - 0x9a71fffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9a720000 - 0x9a771ff9  com.apple.ScalableUserInterface (1.0 - 1) <3E650401-FB58-3704-8A24-E0B2F3914884> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x9a772000 - 0x9a7afff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib
    0x9a86e000 - 0x9a874ffd  com.apple.CommerceCore (1.0 - 17) <595A67CF-3546-35FD-8D2E-2861CB959379> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9a875000 - 0x9a87fff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9a882000 - 0x9a919ff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9a91a000 - 0x9ad1cff6  libLAPACK.dylib (??? - ???) <6FCC72E8-CCA1-3AFC-B2B4-CC47BC1F27D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9ad1d000 - 0x9ad93fff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9b3b1000 - 0x9b3b6ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <6DCCA207-8F4D-343A-B77D-C4FB905DADC4> /usr/lib/system/libmacho.dylib
    0x9b404000 - 0x9b44dff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9b44e000 - 0x9b479fff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9b47a000 - 0x9b4b8fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AF1174F9-4402-31EB-9C84-AB644E5865DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9b4b9000 - 0x9b589ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9b58a000 - 0x9b5c7fef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9b5c8000 - 0x9b626ff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9b627000 - 0x9b737fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x9b738000 - 0x9b73efff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9b755000 - 0x9b76afff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <361FB1E8-461F-3349-B56E-A8BDB28B0010> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9b80e000 - 0x9b82cff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x9b82d000 - 0x9b891fff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9b8a3000 - 0x9b908ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9b909000 - 0x9b90cffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x9b90d000 - 0x9b921ff7  com.apple.CFOpenDirectory (10.7 - 144) <708CEADD-B38F-3D74-BFBA-D54477B8561D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 36100
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=170.0M resident=74.5M(44%) swapped_out_or_unallocated=95.5M(56%)
    Writable regions: Total=127.0M written=8620K(7%) resident=28.5M(22%) swapped_out=0K(0%) unallocated=98.5M(78%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 32.0M
    ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
    CG backing stores                   700K
    CG shared images                   1216K
    CoreGraphics                          8K
    CoreServices                       4260K
    MALLOC                             61.7M
    MALLOC guard page                    48K
    MALLOC_LARGE (reserved)            1288K        reserved VM address space (unallocated)
    Memory tag=242                       12K
    Stack                              69.1M
    VM_ALLOCATE                        16.1M
    __CI_BITMAP                          80K
    __DATA                             10.4M
    __DATA/__OBJC                        40K
    __IMAGE                             528K
    __IMPORT                            156K
    __LINKEDIT                         44.0M
    __OBJC                             1544K
    __PAGEZERO                            4K
    __TEXT                            126.0M
    __UNICODE                           544K
    mapped file                       118.3M
    shared memory                       312K
    shared pmap                        8188K
    ===========                      =======
    TOTAL                             496.1M
    TOTAL, minus reserved VM space    494.8M
    Model: Macmini5,2, BootROM MM51.0077.B10, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 1.75f0
    Graphics: AMD Radeon HD 6630M, AMD Radeon HD 6630M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE4), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD7500BTKT-40JKWT0, 750.16 GB
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: USB to ATA/ATAPI bridge, 0x059b  (Iomega Corporation), 0x0475, 0xfa130000 / 6
    USB Device: USB Mouse, 0x046d  (Logitech Inc.), 0xc00c, 0xfa120000 / 4
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8281, 0xfa113000 / 5
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: Logitech USB Keyboard, 0x046d  (Logitech Inc.), 0xc30a, 0xfd120000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    I am having the same issue, InDesign and photshop both crap out when students login using their mandatory profile.
    This is what i did to "kinda" fix it
    Rename the following
    c:\Program Files\Adobe\Adobe  InDesign CS5\Plug-Ins\UI\csxs.apln to csxs.apln.old
    c:\Program Files\Adobe\Adobe InDesign CS5\required\support for  javascript.rpln to support for  javascript.rpln.old
    c:\Program Files\Adobe\Adobe  Photoshop CS5\Plug-ins\Extensions\ScriptingSupport.8li to  ScriptingSupport.8li.old
    use this file from InDesign CS4
    c:\Program Files\Adobe\Adobe InDesign CS4\required\support for  javascript.rpln
    place  in
    c:\Program Files\Adobe\Adobe InDesign CS5\required
    This will at least allow these apps to open.
    InDesign May throw a goofy error when starting but if you hit ok it still opens.
    Adobe knows this is an issue yet refuses to fix it...
    I wrote a batch file to make these changes then put that in a location easily accesible on the network then used microsoft's psexec to to run that batch file on all lab PC's

  • Multiple Applications failing to launch in Mac OSX Mavericks

    Hi there,
    I recently updated my Mac Pro to Mac OSX Mavericks (OS X 10.9.2), and since that time, I have experienced multiple applications in my Adobe CC Subscription failing to launch. As a first step, I attempted to uninstall the applications so that I could reinstall them and see if that fixed the problem. However, when I go to uninstall the applications, I get the same message (crash report) that I get when I attempt to launch them, so I'm unable to uninstall the applications.
    I'm not sure what the protocal is, or where I can send the crash reports to get a better idea of what is going wrong. Below I've listed a series of applications that are failing to launch, then the applications that are launching and running perfectly fine, along with some information about the computer I'm running on to see if the hardware might be out-of-date and adding to the problem.
    Thanks in advance for any help you can offer and I look forward to hearing from anyone that could provide some insight!
    Applications that are Crashing (all are CC versions):
    Photoshop
    Prelude
    Audition
    Speedgrade
    Dreamweaver
    InDesign
    Illustrator
    Firework
    Flash Builder
    Flash
    InCopy
    Adobe Acrobat Pro
    Applications that are Working (all are CC versions):
    Premiere Pro
    Bridge
    Lightroom 5.4
    Adobe Media Encoder
    Scout
    Muse
    About the Mac I'm working on:
    Mac Pro
    Early 2008
    Processor: 2 x 2.8 GHz Quad-Core Intel Xeon
    Memory: 16gb 800 MHz DDR2 FB-DIMM
    Graphics: ATI Radeon HD 5770 1024 MB

    Read http://forums.adobe.com/message/6109315#6109315 for a possible Mavericks fix
    -and http://forums.adobe.com/message/5889794#5889794 for another possible fix

  • QT Player Fails at Launch on MAC

    Due to problems caused by Adobe products I had to rebuild my system from scratch. I reformatted a hard disk in internal drive bay 2. (Quad 2.5 GHz G5, 8.5 gig RAM). I bought the new package with MacOSX, iLife and iWork and installed OSX from scratch on the disk. I also installed iLife and then iWork followed by a fresh install of Adobe CS3 Design Suite. I used the Migration Assistant and moved the remainder of the old hard drive applications.
    1.) iTunes works fine (movies play great)
    2.) FinalCut Pro Studio seems to work fine. (Movies play and I can edit.)
    3.) CInema4D works fine and I can animate and create QT movie files.
    4.) I can play movies in Safari - they work fine.
    QuickTime player fails! Version 7.5.5 came with Leopard on the 10.5.6 disk
    QT will NOT load, it dies at launch. It throws this error: The application unexpectedly Quit. Maybe related to 3DxQuickTime plug-in.
    I used Software Update and updated to QT 7.6 from Apple ... it still failed at launch.
    I have reloaded the OSX from the Leopard DVD 3x no go still refuses to work.
    I have trashed the prefs file in users/library/prefs folder
    I cannot find anything related to 3Dz and Quicktime on the system disk
    HELP!
    I have reloaded the OSX from the Leopard DVD 3x no go still refuses to work.
    Everything related to QT keeps working just the player won't work.

    Thank you everyone for the help.
    I did try the drive check and it passed without error but did find two minor problems with permissions on JAVA - over all effect did not help the QT Player problem.
    Yes I am migrating MANY files from my old account - I have only two accounts on the system ADmin and mine. They both failed the same way, but both have equal access to applications.
    THanks but I just can't do another full install right now, I have been through the process 3 full times withe same results. I am getting faster at getting the odds and ends fixed up. Although the Migration Assistant does move many of the old files, many of them must be re-initialized with serial numbers and do not come up working automatically.
    You are correct the 3DxQuciktime plug-in is where the problem appears to be. I did remove everything I could find related to "3Dx" from any and all folders I could find but that didn't help either.
    BUT - it's now FIXED! I did a re-install of the 3Dconnextion software, and it also restored QT to functioning. Apparently the Migration assistant moves something not named with "3Dx" but that is somehow associated with the software. It loads last just as Q is about to "go live", and then caused QT to fail. It's back now and QT works fine, although I have no idea where or what it exactly is. I don't even have the mouse device installed just the software.
    Anyway I ma back up and working, as soon as I get a new drive (on order) to re;ace my number one sot drive I am going to make an image of the boot system and keep it there for Quick Re-installs.
    By the way the original problem was caused by Adobe. I have had their CS3 suite for some time and purchased a copy of Photoshop Elements 6 to help some other Mac Club members, as I did not have it or use it. I use the full version of Photoshop. I downloaded the Elements 6 fro the WEB site and did not get a CD or DCD with the product. When Illustrator failed (who knows why) I tried to reload it from the original Adobe DVD, it got half way through the load and then the CS3 disk told me to inset my Elements 6 disk - hard to do since I didn't have one and why the **** should it want it anyway as it is NOT related to the CS3 suite.
    Anyway I could not restore the original software as it refused to bypass the request. I e-mail an called Adobe about the problem. According to them my "Free Support" was over and I could pay them an hourly fee to fix the problem that they caused. After three attempts at this I told them they could shove it and put their software where the sun-never-shines!
    So I removed Elements (uninstall with their software) from my hard disk and tried to re-install - still no good, CS3 kept asking for the Elements 6 original disk. Finally I had to uninstall all of of the CS3 suite and install from scratch. I took the opportunity to clean up a bunch of fonts in the process and somehow broke the CS3 serial number verification process. It finally installed but then I could not enter the serial number, so I punted and started from scratch, new OSX etc etc.
    Anyway thanks after a week of head aches I'm back up and operational.

  • Javaws fails to launch in mac 10.7.x with jre 8 build 91 onwards

    Hi,
    Could any one help me letting know why javaws fails to launch in mac 10.7.x with jre 8 build 91 onwards developer preview
    When i double click on javaws which is present in "Library/Internet\ plug-Ins/JavaAppletPlugin.plugin/contents/home/bin"
    it shows
    Illegal instruction: 4
    logout.
    This is not observed in moutain lion 10.8.x

    It turns out that the problem had to do with network accounts, even though it was not clear at first.  Redirecting the program to the local machine's cache with a network home redirector script fixed the issue.  Thanks anyway.

  • ITunes fails to launch; Mac Book Pro; Mac OS X 10.6.8;Tried everything so far; NOTHING WORKS. Help!! Desperate!

    I'm on a Mac OS X 10.6.8 and all of a sudden one day my iTunes failed to launch. The problem has persisted for months now--I've tried reinstalling, updating all software, removing all music files (which I backed up), I tried Safe Launching it--NOTHING WORKS. Help!! I'm Desperate!
    I was existing with my iPhone which is my main music player anyway--and I lost it in a cab yesterday! I need to sync everything (thanks to iCloud most of it is taken care of contacts and calendar wise) and I'm sort of losing hope that this issue can be resolved with the iTunes...
    Anyone ever experience this?
    Any help is so greatly appreciated!

    virendrapatidar wrote:
    Are you 100% sure that the HDD is totally damaged and there is absolutely no way to recover DATA at all???
    Actually the drive might be working fine and there could be a Mac hardware, boot sector malware or cable issue at fault, that can't be determined until the drive is removed from the Mac and a SATA to USB adapter cable used to another Mac, PC or Linux machine.
    Even if the file structure is defective there is Data Rescue type software that can read the 1's and 0's of unencrypted data directly off the drive.
    If your data is really valuable and worth more than a few thousand dollars, there is Drive Savers which will physically dissect the drive and read the platters directly if the above method fails.
    Is it possible.. if I take out the HDD and connect it to some other PC as standby and copy data.. may be its booting section got damaged and it cant boot but it may detect and allow me to copy my data when standby?
    Yes it is possible, a piece of software called MacDrive can be installed on the Windows PC and used to read the HFS+ format of the Mac boot drive.
    Linux also will read HFS+ format and also fix a lot of problems with drives to get them working.
    I suggest you take your Mac to a Linux level geek first to do a hardware evaluation of the drive, a passive image of the drive if it's working so you can later use Data Rescue (no encryption/Filevault) yourself as it takes hours.
    If the drive isn't working physically, then consider Drive Savers if you want to part with a few thousand and the drive is not encrypted/Filevaulted.
    Forget Apple and many of their type repair shops, they usually don't/won't/can't take the time and just replace your drive and tell you tough luck you should have backed up.
    My computer is not working, is my personal data lost?

Maybe you are looking for

  • I can't upgrade iPhoto and Garageband

    We are using two different macbooks with the same account at the same time. I use OS X Lion but my sister uses OS X 10.6.8 I am having trouble with iPhoto and Garageband. I can't upgrade them. I type our family account but it says that I have to buy

  • Error message:  F3029 - FBZP transaction

    Hi Guys, Let me know if someone how to figure out this issue. I am trying to delete some entries on FBZP transaction - bank determination - bank accounts, but I got the error message: F3029 - Clearing acct only allowed for an outgoing bill of exch.pm

  • Output Type for Correspondence

    Hi , I am generating customer statement of account through Correspondence in that statement at header Level sap standard IDES Holding AG it is showing in the report i asked My ABPER to change that one for changes in statement he asking what is the ou

  • Premiere CS6 Startup Freeze Due to XMP File

    CS6 Production Premium Suite Win7x64 Canon XA10 Using Windows Explorer, I copy the BDMV folder from the XA10 to my project folder. Using the Media Browser, I import the clip (which consists of two MTS files). I edit the clip. The next day when I open

  • DMS Integration in ME23N

    Hi gyz, I have configured the document managment system successfully and I can use the functionality through cv01n,cv03n. Now how can i integrate it with ME23N so any document attach from me23n should upload in DMS...???