[JS][CS5] switching between CS5 apps

Hi
My script starts out in InDesign, but I need to trigger Photoshop at one point in the script.  Is there a way to do this other than do script to make AS launch PS and pass back to JS for me to carry on using JS in PS?
If not, I am trying this:
app.doScript(File("~/Desktop/triggerPS.applescript"), ScriptLanguage.APPLESCRIPT_LANGUAGE);
which seems to work ok, but my AS script:
     tell application "Adobe Photoshop CS5"
     set myFile to ("Macintosh HD:Users:atlasdemo:Desktop:photoshop.jsx")
     do script alias myFile language javascript
     end tell
wont even compile, saying:
Expected end of line, etc. but found “script”.
Can anyone let me know what I am doing wrong, or is there a better way?
Cheers
Roy

Here is my version of the script -- tried to make it as simple as possible (make sure to read comments):
#target indesign
var myDoc = app.activeDocument;
var myFolder = Folder.selectDialog ("Select the Output Folder for the resized images");
SetDisplayDialogs("NO");
OpenFiles();
SetDisplayDialogs("ALL");
UpdateAllOutdatedLinks();
alert("Done");
function OpenFiles(){
     for (var i = myDoc.links.length-1; i >= 0; i--) { // process links collection backwards since it's changing!
          var myLink = myDoc.links[i];
          if (myLink.linkType == "Photoshop"){
               var myImage = myLink.parent;
                       var myHorScale = Math.abs(myImage.absoluteHorizontalScale);
                    var myVerScale = Math.abs(myImage.absoluteVerticalScale);
               if (myImage.space == "CMYK") {
                    var myImagePath = myLink.filePath;
                         var myNewPath = File(myFolder + "/" + myLink.name);
                         if (myHorScale != 100 || myVerScale != 100) { // resize only images with scaling not set to 100%
                              CreateBridgeTalkMessage(myImagePath, myNewPath, myHorScale, myVerScale, 300);
                              SetLink100percent(myLink, myNewPath);
function CreateBridgeTalkMessage(myImagePath, myNewPath, myHorScale, myVerScale, myResolution) {
     var bt = new BridgeTalk();
     bt.target = "photoshop";
     var myScript = ResizeInPS.toString() + "\r";
     myScript += "ResizeInPS(\"" + myImagePath + "\", \"" + myNewPath + "\", \"" +  myHorScale + "\", \"" + myVerScale + "\", \"" + myResolution + "\");";
     bt.body = myScript;
     // if something doesn't work, uncomment the following two lines -- the PS script will be written into console, copy it and dubbug it as a stand alone script in PS
//~      $.write(myScript);
//~      exit();
     // the following two lines are very important -- they force ID to wait until PS finishes resizing, saving and closing the image (this may take hours)
     bt.onResult = function(resObj) {}
     bt.send(100);
function ResizeInPS(myImagePath, myNewPath, myHorScale, myVerScale, myResolution) {
     var myPsDoc = app.open(new File(myImagePath));
     var docName = myPsDoc.name;
     try {
          if (myHorScale == "undefined") {
               var myHorScale = undefined;
          else {
               var myHorScale = eval(new UnitValue(myHorScale, "%"));
          if (myVerScale == "undefined") {
               var myVerScale = undefined;
          else {
               var myVerScale = eval(new UnitValue(myVerScale, "%"));
     myPsDoc.resizeImage(myHorScale, myVerScale, eval(myResolution), ResampleMethod.BICUBIC);
     myPsDoc.saveAs(new File(myNewPath), undefined, true);
     myPsDoc.close(SaveOptions.DONOTSAVECHANGES);
     catch (err) {
          try {
               app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
          catch (err) {}
function SetLink100percent(myLink, myNewPath) { // relink to new file and set exactly to 100%
     var newFile = new File (myNewPath);
     if (myNewPath != undefined && newFile.exists) {
          var originalLinkFile = new File(myLink.filePath);
          myLink.relink(newFile);
          try { // for versions prior to 6.0.4
               var myLink = myLink.update();
          catch(err) {}
          var myImage = myLink.parent;
          // set to exactly 100% if the image is not flipped
          if (myImage.absoluteHorizontalScale > 0 && myImage.absoluteVerticalScale > 0) {
               myImage.absoluteHorizontalScale = 100;
               myImage.absoluteVerticalScale = 100;
function SetDisplayDialogs(Mode) { // turn on-off DialogModes in PS -- don't want to see the open file dialog while the script is running
     var bt = new BridgeTalk;
     bt.target = "photoshop";
     var myScript = "app.displayDialogs = DialogModes." + Mode + ";";
     bt.body = myScript;
     bt.send();
function UpdateAllOutdatedLinks() {
     for (var myCounter = myDoc.links.length-1; myCounter >= 0; myCounter--) {
          var myLink = myDoc.links[myCounter];
          if (myLink.status == LinkStatus.linkOutOfDate) {
               myLink.update();
Notice that I write ResizeInPS as an ordinary function and convert it to string:
var myScript = ResizeInPS.toString() + "\r";
It's much more convenient than this myScript += "blah-blah-blah...\n"; stuff (btw, this tip was given by Harbs and Bob Stucky, thanks them for it).
The script was written on CS3 for Windows -- can't test it on CS5 so far.
There is an important setting for the script to work correctly: Preferences > File Handling > Preserve Image Dimensions When Relinking should be OFF in CS5. But Relink Preserves Dimensions should be ON in CS3
On an un-related matter(ish), why in some cases are file paths shown as "xxx/xxxx/xxxx.xxx", and others as "xxxx:xxxx:xxxx.xxx"
When I asked for a folder to be selected, the ":" was used as the delimiter, but the file path is shown with the delimiter "/"
What are the roles around this?
"xxxx:xxxx:xxxx.xxx" is Mac OS 9 path name
"xxx/xxxx/xxxx.xxx" can be either Mac OS X  or URI path name
You can read about it in the File System Access chapter of JavaScript Tools Guide.
Hope this helps.
Kasyan

Similar Messages

  • Is there any way to reverse the "swipe to switch between fullscreen apps" controls?

    I feel like the "swipe left to go to the app to the left" is actually counter-intuitive, especially when they were thinking about a touchscreen when designing this OS. The scrolling, though most people aren't used to it on a computer, makes sense because you move the page in the direction as if you were moving a physical page. The switching between fullscreen apps is the opposite and isn't natural for me, especially since I have been using an iPhone and iPad for a couple years now. Is there any way of reversing this control? If not, I think they should do the same thing that they did with the "natural" scrolling and have a checkbox to give you the option of either way.

    I didn't see anything in the trackpad preferences as far as direction of the swipe. If anyone else can find it, I would love to be able to reverse it.

  • Lion keeps switching between multitasking apps automatically

    Sometimes, I'm browsing the web, and Lion will slide back to my desktop, with the menu bar at the top of the screen (the white one) still showing Opera as the active application. Then, after a few seconds, it'll switch back. Then back again. It happens during casual browsing, when I'm filling out an HTML form (like this one), and in applications besides Opera, like iTunes, Mail and Final Cut.
    I've tried  killall Dock and restarting the Finder through the force quit menu, to no avail. What's left?

    Ok, maybe it's not called expose anymore. But "Show Desktop" is alive and well in Lion.
    Just to humor me, what gesture shows up in System Preferences (trackpad, mouse, whatever) for "Show Desktop"? Try "Show Desktop" and see if that isn't the phenomenon you are experiencing.
    Also: Do you have multiple desktops enabled?  Is the desktop which is being revealed a different desktop? Or the same one?
    charlie

  • Some of the trackpad gestures like App Exposé and switching between fullscreen apps not working, even though I specifically set them on in system preferences. How do I fix this?

    They were working up until today and I didn't update anything and my trackpad is still working otherwise.

    I've tried looking in the Preferences menu, which had nothing that could help me.
    PS In 10.6, there is a Kotoeri preferences box at the bottom of the first tab called "Show Predicted Candidates". Is this checked for you? (I think in 10.4 this is still in Japanese and might be different). In the third tab, there is also a setting related to the number of conversions. And in the last two tabs there are dictionaries that can be either open or closed. I gather you have tried all of these without success?

  • Why does my After Effects CS5.5 keep crashing on me when I switch to other apps?

    I have Adobe After Effects CS5.5 (v.10.5.1) and it keeps crashing when switching between AE and other programs.  Here's a video so you can see what's happening.
    I don't have any special plug-ins loaded except for what came with the program.  OpenGL rendering is turned on and have tried turning it off to see if it make the problem go away and it doesn't make a difference.
    Greatly appreciate any assistance I can get on this.
    Computer System
    Dell Precision M6600 Laptop
    Intel(R) Core(TM) i7-2920XM CPU @ 2.50GHz
    16GB RAM
    2GB NVIDIA Quadro 4000M
    Driver Version 285.62
    Optimus is turned off so it's just the Quadro 4000M Card - no Intel HD Graphics in the background
    413GB Free (687GB Total) Primary HD
    200GB Free (250GB Total) D Drive
    Windows 7 64-bit SP1 Professional
    Adobe Master Collection CS5.5 (Website Download)
    After Effects v.10.5.1 Update (Website Download version)

    I opened the Event Viewer and it listed the problem as an Application Error. Here is the information that it gave me.  Is the .dll file that it's listing causing my problem?
    Log Name: 
    Application
    Source:   
    Application Error
    Date:     
    12/12/2011 9:25:48 PM
    Event ID: 
    1000
    Task Category: (100)
    Level:    
    Error
    Keywords: 
    Classic
    User:     
    N/A
    Computer: 
    adsfa-PC
    Description:
    Faulting application name: AfterFX.exe, version: 10.5.1.2, time stamp: 0x4dc4fb01
    Faulting module name: NtrigInterfacePressure.dll_unloaded, version: 0.0.0.0, time stamp: 0x4d2dae27
    Exception code: 0xc0000005
    Fault offset: 0x0000000037e16090
    Faulting process id: 0x161c
    Faulting application start time: 0x01ccb946c75ad65a
    Faulting application path: C:\Program Files\Adobe\Adobe After Effects CS5.5\Support Files\AfterFX.exe
    Faulting module path: NtrigInterfacePressure.dll
    Report Id: 25e2b81d-253a-11e1-9bd8-90004edb40d6
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-12-13T03:25:48.000000000Z" />
    <EventRecordID>11585</EventRecordID>
    <Channel>Application</Channel>
    <Computer>adfsa-PC</Computer>
    <Security />
      </System>
      <EventData>
    <Data>AfterFX.exe</Data>
    <Data>10.5.1.2</Data>
    <Data>4dc4fb01</Data>
    <Data>NtrigInterfacePressure.dll_unloaded</Data>
    <Data>0.0.0.0</Data>
    <Data>4d2dae27</Data>
    <Data>c0000005</Data>
    <Data>0000000037e16090</Data>
    <Data>161c</Data>
    <Data>01ccb946c75ad65a</Data>
    <Data>C:\Program Files\Adobe\Adobe After Effects CS5.5\Support Files\AfterFX.exe</Data>
    <Data>NtrigInterfacePressure.dll</Data>
    <Data>25e2b81d-253a-11e1-9bd8-90004edb40d6</Data>
      </EventData>
    </Event>
    Any ideas? 
    Thanks - jjgleim

  • CS5 Hangs When Minimizing or Switching to Another App

    If I minimize Premiere or switch to another app (or even if I use the encoder queue, which opens another window and takes the focus off the Premiere app and puts it on the encoder app), Premiere hangs.  First it has the Windows 7 "working" circle, then if you click anywhere it turns the Premiere screen white and says Not Responding.  The other windows on my second monitor (like Project, Audio Mixer, etc.) stay normal looking until you click on them, then they become white as well.
    There's a ton of disk activity when this happens.
    Not sure, but it could be related to something else I'm seeing: Premiere tries to rebuild peak files and reloads all MXF (P2) media each time project loads, which takes forever.  It's almost like it starts to do it again in the background when the app loses focus.  I've tried all the remedies I could find in the forums to fix the rebuilding of peak files, no luck.
    Note that I've made some smaller test projects, and they don't seem as affected - still slow when switching back, but don't completely hang.
    This is on a large, 1-hour broadcast project with tons of source clips.  I'm trying to export 9 segments for the broadcast master, which has become excruciatingly painful to do...first I have to load the project, then wait 10 minutes for the 3,500 clips to load, then export the segment (which immediately hangs Premiere once the Encoder window takes over).  Am having to do that for each segment...you get the picture.
    I saw another post from a guy saying he gets degraded playback performance when switching back to Premiere after going to another app...perhaps related? Perhaps not.  Dunno.
    Win7 64
    i7 Extreme
    12 GB RAM
    Quadro 4800
    Would love any suggestions...
    Thanks!

    Hi,
    I'm seeing similar switching issues on large projects - happened in CS4 as well though.
    This is with around 2000-3000 file references to load.
    Mine takes about 20-30 seconds to switch (IIRC). Frustratingly it also happens no matter what is switched to - e.g. if a system popup appears, switching back to Premiere has the same delay. looks like Premiere is re-reading all of the footage files as my RAID5 array is hammered each time.
    I was hoping that in the switch to CS5 and 64 bit, this would go away - but that's not so.
    Wouldn't look so terminal if PPro at least put up a dialogue box rather than allowing Windows to grey out the window as if the app has crashed (which we know isn't the case). Windows is quick to show an app not responding though.
    Anyone else also seeing this on larger projects with lots of files?
    Paul.

  • Dreamweaver CS5 :: crashes when i switch between open docs

    Im running Windows 7 x64.
    When I switch between open documents that are docked Dreamweaver CS5 keeps crashing on me :-(
    In addition, after each crash when I open it back up again it looses my layout preferences ( I prefer the right nav
    docked on the left side and the code view as my defaults )
    This is hindering my productivity quite a bit....
    Please Help,
    ~Stu :-(

    Yeah pretty much and it happens fairly regualrly... Heres a copy of
    the error that it returns::
    Adobe Dreamweaver CS5 has stopped working
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: Dreamweaver.exe
    Application Version: 11.0.1.4913
    Application Timestamp: 4bebca5f
    Fault Module Name: Dreamweaver.exe
    Fault Module Version: 11.0.1.4913
    Fault Module Timestamp: 4bebca5f
    Exception Code: c0000005
    Exception Offset: 0022cd06
    OS Version: 6.1.7600.2.0.0.256.48
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: Dreamweaver.exe
    Application Version: 11.0.1.4913
    Application Timestamp: 4bebca5f
    Fault Module Name: ntdll.dll
    Fault Module Version: 6.1.7600.16385
    Fault Module Timestamp: 4a5bdb3b
    Exception Code: c0150010
    Exception Offset: 000845bb
    OS Version: 6.1.7600.2.0.0.256.48
    Locale ID: 1033
    Additional Information 1: 79e2
    Additional Information 2: 79e2c3813be91d4dcb4bf85b2aa3c09c
    Additional Information 3: 0013
    Additional Information 4: 0013ddd74cae6ef4b108927a5fd50924Read our privacy statement online:
     If the online privacy statement is not available, please read our privacy statement offline:
     C:\Windows\system32\en-US\erofflps.txt

  • How can I switch between apps without going to home screen?

    Is there anyway to switch between apps with one tap? (ie. without going to home screen first). Kind of like a command-tab feature.
    Steve

    Well, you can have one app that you can get to with a double push of the home button (set in settings which you want), but I think it's only your contacts list, or your ipod app. Still useful though.

  • How do I stop Firefox mobile from having to restart when switching between apps?

    When I'm switching between apps, firefox takes 10 seconds to load up again. Why isn't it already loaded since I just had it up? The Opera browser doesn't do that.

    Android automatically closes apps in the background when it needs more memory. To let Firefox run in the background longer, we will need to reduce its memory usage. We are continuing to work on this with each new version of Firefox.

  • Double-tapping to switch between or clear running apps is not working with iPhone 4s.

    when I double tap to close out or switch between running functions, it does nothing ever since yesterday. I have the most current update since last week and the home button works for all other purposes so it's not broken. Now my battery is draining because I cannot shut off running apps. Please help!

    Hi Kate,
    Welcome to Apple Support Communities.
    It sounds like you’re running into a multitasking issue that’s preventing you from switching between apps or forcing them to quit. Try restarting your iPhone, as shown in the article linked below.
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    If that doesn’t do it, you can always try restoring the iPhone to factory settings too.
    Use iTunes to restore your iOS device to factory settings - Apple Support
    Cheers,
    -Jason 

  • I recently loaded OSX mavericks on my Imac. I now find I cannot open any Adobe products from CS5. The error message reads " to open Adobe illustrator CS5.app, you need to install a JAva SE 6 runtime. Would you like to check and install one?

    I recently loaded OSX mavericks on my Imac. I now find I cannot open any Adobe products from CS5. The error message reads " to open Adobe illustrator CS5.app, you need to install a JAva SE 6 runtime. Would you like to check and install one? I try to install but get the error" download error". As far as i know I'm using Adobe Java 7. None of my CS5 suite works anymore............and i really dont want to upgrade to a monthly cloud service fee as i hate this policy with a passion.

    This goes for Dreamweaver CC on Mavericks!!!!! THANK YOU!
    I couldn't launch Dreamweaver CC. An error told me to install "java se 6 runtime". But when I clicked  OK I got another error telling me there is a network problem! I found this forum post on CS6 products, so I tried the download link, installed java 6 and presto, it worked! Thanks!

  • HT201272 Can't download any apps.  I have 2 itunes accounts, and happened to switch between them, now neither works.

    I can't download apps from appstore.  I have 2 itunes accounts and happened to have switched between them last night, now neither works.  Someone broke into my original account and racked up charges, Apple closed it for me and suggested I open a new one,which I did, then they reinstated the original account.  Some apps need to go to the second account to update since I had to resort to the new account while Apple took several months to figure out what happened, so I am stuck switching on occassion to update apps.  When I went back to the primary account, I cannot download anything.  I tried quitting both accounts, but nothing works.  Help please!

    Hello there, Gwald.
    The following Knowledge Base article offers some great recommendations for troubleshooting your issue:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Specific to iPad are the following:
    Troubleshoot issues on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure your date, time, and time zone are correct in Settings > General > Date & Time.
    Note: Time Zone may list another city in your time zone.
    Make sure that your iOS software is up to date by tapping Settings > General > Software Update (iOS 5 or later) or connecting your iOS device to iTunes and clicking Check for Update on your device's Summary page.
    Check and verify that you're in range of a Wi-Fi router or base station. If you're on a device with cellular service, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to cellular data, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts.
    Make sure that you have an active Internet connection. You can check the user guide for your device for help with connecting to the Internet.
    Make sure that other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Try resetting (turning off and then on again) your Wi-Fi router.
    If the issue persists, try troubleshooting your Wi-Fi networks and connections.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Is there a method or app to quickly switch between staff networks in the same building?

    We have a pretty standard network at my job, we have 5 staff networks, Staff A, Staff B, etc. Obviously some networks work better in different parts of the building, but I find that my macbook air tends to hold onto a weaker network and I have click on the wifi icon in the menu bar, wait for it to look for networks then click on the appropiate network. I was just wondering if anyone knew of a method or an app that makes it a little quicker for me to switch between these network. Maybe something similar to having network locations set. Thanks in advance.

    You might almost achieve your goal simply by requiring password on wake from sleep. the password prompt will have an option there to switch users.
    If you truly want to make it automatic,
    it's possible but a bit tricky.
    first download and install [Apple fast user switching applet|http://www.apple.com/applescript/accountswitcher/index.html]. install it on account of user 2 and set it up to switch to user 1 when you run it. call it, say, userswitcher.app and save it for example in user2 documents folder.
    next, copy and paste the following into text editor. format it as plain text and save it as userswitcher.sh in Documents folder as well.
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    #!/bin/bash
    idl=$"`ioreg -c IOHIDSystem | awk '/HIDIdleTime/ {print int($NF/1000000000); exit}'`"
    wt=$3600
    if [ $idl -gt $wt ]; then
    open /users/$USER/documents/userswitcher.app
    fi</pre>
    in the above wt is the wait time before switching and it's currently set to 3600 seconds (1 hour). adjust that as needed.
    next make the script unix executable by running the following terminal command
    chmod 755 ~/Documents/userswitcher.sh
    Finally, download and install [Lingon|http://tuppis.com/lingon> and make a launch daemon to run the above script every minute.
    Message was edited by: V.K.

  • CS5 apps crash during launch in XP

    Hi,
    I just bought and installed CS5 Design Premium and can't get it to work, including Photoshop.  Most of the apps crash.  They crash during launch (splash screen) and therefore never get going.  Each app seems to display different error messages.  One common denominator seems to be something relating to scripting (not sure what that implies - plug-ins?).  The only CS5 apps that don't crash are Bridge and Media Encoder.
    Upgrading to 12.01 didn't help.  I tried rebooting, uninstalling and re-installing.  I ran a system scan with Windows Defender and no malicious software was detected.  I run a very clean system so no unusual programs running in the background and what little I do run in the background, I exited from.  I hadn't run a previous version of Photoshop (or any other program in CS5) so there were no Photoshop plug-ins to uninstall.
    I do have Lightroom 3 installed (huge image database), which I have not yet uninstalled (far from trivial IMHO).  Lightroom does have three plug-ins (all disabled) which are the Canon and Nikon Tether Plug-ins and a Flickr plug-in.  I don't know how to uninstall these or whether it would affect CS5.
    As an example, when I launch Photoshop, I get the following error:
    AppName: photoshop.exe     AppVer: 12.0.1.0     ModName: scriptingsupport.8li ModVer: 10.0.0.0     Offset: 000d183a
    InDesign fails as it says "updating Panels" and I get:
    AppName: indesign.exe     AppVer: 7.0.0.355     ModName: support for javascript.rpln
    ModVer: 7.0.0.355     Offset: 00036183
    System Specs:
    3.4GHz P4, 4GB PC6400, 1.5TB SATA, Nvidia GeForce 6600 PCIe, Asus P5WD2-e Motherboard, XP Pro SP2
    I run Flash 10.1.53.64 and Quicktime 7.6.6, Java 6.0.2
    When I launch Illustrator, it used to crash hard but now it stops while loading (Initializing Plug-ins, PDFFormat.aip) and displays a custom error dialog saying "Error loading plugins.  AISaveForWeb.aip DxfDwg.aip PGNFileFormat.aip.  Eventually it launches, apparently functional (haven't tested it).
    Any help appreciated, thanks!

    Corporate users are often very conservative, as many needs must be met before a new system can be rolled-out.  The reasons for being so conservative are rooted in good business, and in many cases are quite justifiable.
    I have a friend who works IT at a railroad company, and he regularly has to support Windows 2000 machines amongst the majority of their systems, which are XP.  He tells me what he and a whole team of people struggle with every day.  I've been there.  I administered systems for entire Engineering departments myself.  One of the things I ALWAYS made time for, however, was breaking in new systems and getting to know them.  As a result, our people always had near state-of-the-art systems to work with.  It was even a selling point when our managers interviewed someone sharp who they were trying to get to accept an offer:  Our work environment was second to none.
    In recent times we are starting to see why staying with an ancient operating system instead of "biting the bullet" and moving up to modern technology is proving to be more and more expensive.
    Brushing aside Vista - for a while - might have been justifiable, but...
    Hours and hours to make something work on XP?  New roll-outs of XP systems?  In 2010?  Are you kidding?
    All that time being wasted to get old things working could and should be spent on embracing the new, and figuring out how to make it sing on key.  People have now gone before you and can authoritatively state that Windows 7 can be made to work.  A darned sight better than its predecessors in many ways!
    Time is money.
    -Noel

  • Date/Time:      2012-03-07 16:29:50 -0500 OS Version:     10.5.8 (Build 9L31a) Architecture:   i386 Report Version: 4  Command:        Adobe Bridge CS5 Path:           /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5 Ver

    Adobe browser hangsup.  I then get the problem report, but it will not let me send it.  THanks for any help.  Here is a copy and paste of the report:
    Date/Time:      2012-03-07 16:29:50 -0500
    OS Version:     10.5.8 (Build 9L31a)
    Architecture:   i386
    Report Version: 4
    Command:        Adobe Bridge CS5
    Path:           /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5
    Version:        4.0.5.11 (4.0.5.11)
    Parent:         launchd [107]
    PID:            260
    Event:          hang
    Time:           9.45s
    Steps:          62
    Process:        Adobe Bridge CS5 [260]
    Path:           /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5
      ADDRESS         BINARY
      00001000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5
      0114c000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/ AdobeAXE8SharedExpat
      01183000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeCrashReporter.framework/Versions/A/Ad obeCrashReporter
      0118e000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeExtendScript.framework/Versions/A/Ado beExtendScript
      01285000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeScCore.framework/Versions/A/AdobeScCo re
      01357000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobePSL.framework/Versions/A/AdobePSL
      023d9000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/amtlib.framework/Versions/A/amtlib
      0246f000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/WRServices.framework/Versions/A/WRServices
      025ed000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUData.framework/Versions/3.6/libicudata. dylib.36.0
      02fa0000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUConverter.framework/Versions/3.6/libicu cnv.dylib.36.0
      03050000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/adbeape.framework/Versions/A/adbeape
      03059000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      03190000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      03555000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0359a000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      035bf000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBI BUtils
      035ec000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeCoolType.framework/Versions/A/AdobeCo olType
      03966000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXM PFiles
      03a29000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
      03a90000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/FileInfo.framework/Versions/A/FileInfo
      03b18000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
      0401f000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/UpdaterNotifications.framework/Versions/A/ UpdaterNotifications
      04073000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUInternationalization.framework/Versions /3.6/libicui18n.dylib.36.0
      041a3000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc .dylib.36.0
      042bd000        /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
      04335000        /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
      16aa4000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
      16b51000        /usr/lib/libmx.A.dylib
      18e00000        /Applications/Adobe Bridge CS5/Required/Photoshop Adapter.plugin/Contents/MacOS/Photoshop Adapter
      18fe2000        /Applications/Adobe Bridge CS5/Plug-Ins/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
      1908e000        /Applications/Adobe Bridge CS5/Plug-Ins/MMXCore.plugin/Contents/MacOS/MMXCore
      1916a000        /Library/Application Support/Adobe/Plug-Ins/CS5/File Formats/Camera Raw.plugin/Contents/MacOS/Camera Raw
      1ac68000        /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
      1bb88000        /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
      1bbb8000        /System/Library/PrivateFrameworks/URLMount.framework/URLMount
      1be00000        /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
      1bfb3000        /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
      1daa6000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
      1dcbd000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      1e541000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/Frameworks/SwitchBoardClient.bundle/Contents/MacOS/SwitchBoard Client
      205af000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      205f7000        /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
      20638000        /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
      22b5e000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      40000000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
      b0000000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ahclient.framework/Versions/A/ahclient
      ba300000        /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
      ba900000        /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
      bab00000        /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
      Thread id:      7d9dc80
      User stack:
        62 start + 54 (in Adobe Bridge CS5) [0x2ca6]
          62 _main + 91 (in Adobe Bridge CS5) [0x729209]
            62 __ZN5Mondo12CApplication4MainEv + 65 (in Adobe Bridge CS5) [0x728c43]
              62 __ZN5Mondo11CExecutable3RunEv + 43 (in Adobe Bridge CS5) [0x6616d3]
                62 __ZN5Mondo11CExecutable10RunExecuteEv + 79 (in Adobe Bridge CS5) [0x66164d]
                  62 __ZN5Mondo8CProcess7ExecuteENS_6CFlagsImEE + 500 (in Adobe Bridge CS5) [0x66a0f6]
                    62 __ZN5Mondo8CProcess20DispatchProcessEventEv + 77 (in Adobe Bridge CS5) [0x66b4c9]
                      62 __ZN5Mondo13CMessageEvent7ExecuteEv + 104 (in Adobe Bridge CS5) [0x66cfa8]
                        62 __ZN5Mondo10CMessenger7ReceiveERKNS_8CMessageE + 354 (in Adobe Bridge CS5) [0x666ca4]
                          62 __ZN5Mondo10CMessenger12ReceiveOtherERKNS_8CMessageE + 33 (in Adobe Bridge CS5) [0x666edd]
                            62 start + 889420 (in Adobe Bridge CS5) [0xdbebc]
                              62 start + 875976 (in Adobe Bridge CS5) [0xd8a38]
                                62 start + 3812116 (in Adobe Bridge CS5) [0x3a5784]
                                  62 start + 3657439 (in Adobe Bridge CS5) [0x37fb4f]
                                    62 start + 3656395 (in Adobe Bridge CS5) [0x37f73b]
                                      62 __ZN5Mondo9CFilePort4ReadEPvm + 94 (in Adobe Bridge CS5) [0x6afa0e]
                                        62 _FSReadFork + 59 (in CarbonCore) [0x961a7cd1]
                                          62 ___pread + 10 (in libSystem.B.dylib) [0x91aa510a]
      Kernel stack:
        62 _unix_syscall + 572 [0x3e3a7f]
          62 _pread_nocancel + 174 [0x391751]
            62 _nosys + 593 [0x39164d]
              62 _vn_rdwr + 353 [0x1ede33]
                62 _VNOP_READ + 168 [0x1f8492]
                  62 _hfs_vnop_read + 308 [0x32cad0]
                    62 _cluster_read + 61 [0x1d3648]
                      62 _cluster_read_ext + 266 [0x1d2920]
                        62 _cluster_pageout + 2340 [0x1d12ca]
                          62 _cluster_copy_upl_data + 2767 [0x1cf7a7]
                            62 _VNOP_STRATEGY + 47 [0x1f67df]
                              62 _hfs_vnop_strategy + 52 [0x32e382]
                                62 _buf_strategy + 868 [0x1cad62]
                                  62 _spec_strategy + 705 [0x2054fe]
                                    62 com.apple.iokit.IOStorageFamily (1.5.6) + 60194 [0x64cb22]
                                      62 com.apple.iokit.IOStorageFamily (1.5.6) + 34129 [0x646551]
                                        62 com.apple.iokit.IOStorageFamily (1.5.6) + 22029 [0x64360d]
                                          62 com.apple.iokit.IOStorageFamily (1.5.6) + 13317 [0x641405]
                                            62 com.apple.iokit.IOSCSIBlockCommandsDevice (2.1.1) + 5174 [0x669436]
                                              62 com.apple.iokit.IOSCSIArchitectureModelFamily (2.1.1) + 41109 [0x62f095]
                                                62 __ZN13IOCommandGate9runActionEPFiP8OSObjectPvS2_S2_S2_ES2_S2_S2_S2_ + 261 [0x427525]
                                                  62 com.apple.iokit.IOSCSIBlockCommandsDevice (2.1.1) + 43636 [0x672a74]
                                                    62 com.apple.iokit.IOSCSIArchitectureModelFamily (2.1.1) + 41532 [0x62f23c]
                                                      62 _IORecursiveLockSleep + 67 [0x40adad]
                                                        62 _lck_mtx_sleep + 87 [0x130d90]
                                                          62 _thread_block + 33 [0x136f20]
                                                            62 _thread_continue + 1180 [0x136cb3]
      Thread id:      1071b5d0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _vio_timeout + 883035 (in Adobe Bridge CS5) [0x960ed8]
              62 _vio_timeout + 757734 (in Adobe Bridge CS5) [0x942563]
                62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Kernel stack:
        1 _unix_syscall + 572 [0x3e3a7f]
          1 ___semwait_signal_nocancel + 104 [0x381fff]
            1 _semaphore_timedwait_trap_internal + 89 [0x139eea]
              1 _semaphore_wait_internal + 565 [0x139c87]
                1 _thread_block + 33 [0x136f20]
                  1 _thread_block_reason + 135 [0x136e7c]
                    1 _thread_setrun + 3597 [0x136217]
                      1 _machine_idle + 271 [0x1ac3ec]
      Thread id:      7fdf7d8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 ??? [0x30930ed]
                62 ??? [0x30936f1]
                  62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                    62 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x96199c36]
                      62 _TSWaitOnCondition + 126 (in CarbonCore) [0x961bade3]
                        62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      92bd998
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 _semaphore_timedwait_trap + 10 (in libSystem.B.dylib) [0x91a631ba]
      Thread id:      895b410
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 ??? [0x193ed487]
                62 ??? [0x193ee2d6]
                  62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                    62 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x96199c36]
                      62 _TSWaitOnCondition + 126 (in CarbonCore) [0x961bade3]
                        62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      8957f20
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x192be77c]
              62 _EntryFM + 968916 (in Camera Raw) [0x1957dfe4]
                62 ??? [0x191dc1c8]
                  62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      1071d048
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 3035836 (in Adobe Bridge CS5) [0x2e7f2c]
                  62 start + 3035734 (in Adobe Bridge CS5) [0x2e7ec6]
                    62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                      62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      92bec80
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 3035836 (in Adobe Bridge CS5) [0x2e7f2c]
                  62 start + 3035734 (in Adobe Bridge CS5) [0x2e7ec6]
                    62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                      62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      8957b58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      8957790
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 3342240 (in Adobe Bridge CS5) [0x332c10]
                  62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                    62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      895a4f0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 2993794 (in Adobe Bridge CS5) [0x2ddaf2]
                  62 start + 3004782 (in Adobe Bridge CS5) [0x2e05de]
                    62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                      62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      89582e8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _glvmDoWork + 162 (in libGLProgrammability.dylib) [0x92548b32]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      7abc8b8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 __ZN5adobe11switchboard15ConnectionQueue3runEv + 228 (in SwitchBoardClient) [0x1e5b3a94]
                62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      86122e8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 __ZN5adobe11switchboard6Client3runEv + 178 (in SwitchBoardClient) [0x1e57ab42]
                62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      7fddd60
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 ___recvmsg + 10 (in libSystem.B.dylib) [0x91ac50e2]
      Kernel stack:
        62 _unix_syscall + 572 [0x3e3a7f]
          62 _recvmsg_nocancel + 440 [0x3b15d3]
            62 _socketpair + 1219 [0x3b0f79]
              62 _soreceive + 1142 [0x3ac8df]
                62 _sbwait + 159 [0x3add29]
                  62 _msleep + 157 [0x3863e8]
                    62 _uiomove + 653 [0x386037]
                      62 _lck_mtx_sleep + 87 [0x130d90]
                        62 _thread_block + 33 [0x136f20]
                          62 _thread_continue + 1180 [0x136cb3]
      Thread id:      112a8d60
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 ___recvmsg + 10 (in libSystem.B.dylib) [0x91ac50e2]
      Kernel stack:
        62 _unix_syscall + 572 [0x3e3a7f]
          62 _recvmsg_nocancel + 440 [0x3b15d3]
            62 _socketpair + 1219 [0x3b0f79]
              62 _soreceive + 1142 [0x3ac8df]
                62 _sbwait + 159 [0x3add29]
                  62 _msleep + 157 [0x3863e8]
                    62 _uiomove + 653 [0x386037]
                      62 _lck_mtx_sleep + 87 [0x130d90]
                        62 _thread_block + 33 [0x136f20]
                          62 _thread_continue + 1180 [0x136cb3]
      Thread id:      84efb58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 _semaphore_timedwait_trap + 10 (in libSystem.B.dylib) [0x91a631ba]
    Process:        ATSServer [130]
    Path:           /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      ADDRESS         BINARY
      00001000        /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      Thread id:      826c5d0
      User stack:
        62 ??? [0x4b46]
          62 ??? [0xdd21f]
            62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
              62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      826be40
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
    Process:        AirPort Base Station Agent [118]
    Path:           /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      Thread id:      826e7d8
      User stack:
        62 ??? [0x25ad]
          62 ??? [0x2680]
            62 _NSApplicationMain + 574 (in AppKit) [0x959471d8]
              62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
                62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                  62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                    62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                      62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                        62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                          62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                            62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7fdc2e8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
      Thread id:      84f37d8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x1e458]
              62 ??? [0x1a1cb]
                62 ??? [0x1e759]
                  62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
    Process:        DirectoryService [11]
    Path:           /usr/sbin/DirectoryService
      ADDRESS         BINARY
      00001000        /usr/sbin/DirectoryService
      00160000        /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
      Thread id:      7203790
      User stack:
        62 start + 54 (in DirectoryService) [0x1631a]
          62 _main + 2767 (in DirectoryService) [0x16e07]
            62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
              62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7205d60
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                62 __ZN20CPluginRunLoopThread10ThreadMainEv + 222 (in DirectoryService) [0x22fc4]
                  62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
                    62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      718ee40
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                62 __ZN17CMigHandlerThread10ThreadMainEv + 303 (in DirectoryService) [0x231fd]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Kernel stack:
        62 _dtrace_get_cpu_int_stack_top + 543 [0x198fa3]
          62 _mach_msg_overwrite_trap + 3808 [0x1270ea]
            62 _ipc_mqueue_receive + 750 [0x121292]
              62 _thread_block + 33 [0x136f20]
                62 _thread_continue + 1180 [0x136cb3]
      Thread id:      7204a78
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      718d3c8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                62 __ZN17CMigHandlerThread10ThreadMainEv + 162 (in DirectoryService) [0x23170]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7fde8b8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 ___syscall + 5 (in libSystem.B.dylib) [0x91aa52b5]
    Process:        Dock [128]
    Path:           /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      12f80000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      826c208
      User stack:
        62 ??? [0x537a]
          62 ??? [0x97e97]
            62 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x97e6f3d5]
              62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                54 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
                8 _CFRunLoopRunSpecific + 3896 (in CoreFoundation) [0x947216b8]
                  8 _mshPerform + 32 (in HIServices) [0x9248d00f]
                    8 ??? [0x2a8cf]
                      8 ??? [0x2a345]
                        8 ??? [0x11ecf]
                          8 ??? [0x245e2]
                            8 __HandlePopUpMenuSelection2 + 111 (in HIToolbox) [0x9203a2eb]
                              8 __HandlePopUpMenuSelection5 + 120 (in HIToolbox) [0x92000790]
                                8 __HandlePopUpMenuSelection7 + 627 (in HIToolbox) [0x91f6d3fb]
                                  8 __Z19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10__CFStringPP13 OpaqueMenuRefPt + 1845 (in HIToolbox) [0x91f6db83]
                                    6 __Z15TrackMenuCommonR14MenuSelectDataPh + 3860 (in HIToolbox) [0x91eff07c]
                                      6 __Z19IsUserStillTrackingP14MenuSelectDataPh + 493 (in HIToolbox) [0x91f15e0f]
                                        6 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                                          6 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                                            6 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                                              6 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
                                    1 __Z15TrackMenuCommonR14MenuSelectDataPh + 4596 (in HIToolbox) [0x91eff35c]
                                      1 __Z13FlashFeedbackP14MenuSelectData + 154 (in HIToolbox) [0x91f1bd1e]
                                        1 __ZN6HIView13SimulateClickEsmPs + 225 (in HIToolbox) [0x91f1bedb]
                                          1 _SendEventToEventTargetWithOptions + 58 (in HIToolbox) [0x91ea63e0]
                                            1 __Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 405 (in HIToolbox) [0x91ea657b]
                                              1 __Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1181 (in HIToolbox) [0x91ea713d]
                                                1 __ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1954 (in HIToolbox) [0x91eb55bc]
                                                  1 __ZN6HIView17SimulateClickSelfEsmPs + 41 (in HIToolbox) [0x91f1bfcf]
                                                    1 __Z22SendControlSimulateHitP6HIViewsmPs + 199 (in HIToolbox) [0x91f1c133]
                                                      1 _SendEventToEventTargetWithOptions + 58 (in HIToolbox) [0x91ea63e0]
                                                        1 __Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 405 (in HIToolbox) [0x91ea657b]
                                                          1 __Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1181 (in HIToolbox) [0x91ea713d]
                                                            1 __ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 2185 (in HIToolbox) [0x91eb56a3]
                                                              1 __ZN18HIStandardMenuView15SimulateHitSelfEsmPs + 181 (in HIToolbox) [0x91f1c247]
                                                                1 __ZN10HIMenuView15SimulateHitSelfEsmPs + 194 (in HIToolbox) [0x91f1c34c]
                                                                  1 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                                                                    1 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                                                                      1 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
                                    1 __Z15TrackMenuCommonR14MenuSelectDataPh + 5022 (in HIToolbox) [0x91eff506]
                                      1 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                                        1 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                                          1 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      826c998
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x1340d]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      84f15d0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ___NSThread__main__ + 308 (in Foundation) [0x97e3a9a4]
              62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
    Process:        Finder [133]
    Path:           /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      004e5000        /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
      004fe000        /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
      00546000        /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
      005a0000        /System/Library/PrivateFrameworks/URLMount.framework/URLMount
      12bc2000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      15611000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      15694000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      1669e000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      826a3c8
      User stack:
        62 ??? [0x92d6]
          62 ??? [0xf31d5]
            62 ??? [0x23319]
              62 _RunApplicationEventLoop + 207 (in HIToolbox) [0x91f2c2b3]
                62 __AcquireNextEvent + 58 (in HIToolbox) [0x91f2db56]
                  62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                    62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                      62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                        62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      84ef3c8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN23TSystemNotificationTask26SystemNotificationTaskProcEPv + 123 (in DesktopServicesPriv) [0x94624d0f]
                62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7fdbb58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN25TFSEventsNotificationTask28FSEventsNotificationTaskProcEPv + 216 (in DesktopServicesPriv) [0x94624e88]
                62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      8615ba0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN13TNodeSyncTask12SyncTaskProcEPv + 84 (in DesktopServicesPriv) [0x9462fe6a]
                62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                  62 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x96199c36]
                    62 _TSWaitOnCondition + 126 (in CarbonCore) [0x961bade3]
                      62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      86126b0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      8611f20
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
      Thread id:      1071dba0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN15TFolderSizeTask18FolderSizeTaskProcEPv + 104 (in DesktopServicesPriv) [0x94631db4]
                62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                  62 _TSWaitOnConditionTimedRelative + 246 (in CarbonCore) [0x96199c62]
                    62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
      Thread id:      10719b58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x9b12]
              62 ??? [0x48a0c]
                62 ??? [0x49bcd]
                  62 ??? [0x49c65]
                    62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
      Thread id:      11b25790
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x9b12]
              62 ??? [0xdcfea]
                62 ??? [0xe037b]
                  62 ??? [0x49c65]
                    62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
    Process:        Image Capture Extension [261]
    Path:           /System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension
      ADDRESS         BINARY
      00001000        /System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension
      00069000        /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
      000c4000        /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
      00188000        /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
      Thread id:      1057aba0
      User stack:
        62 start + 54 (in Image Capture Extension) [0x1f2a]
          62 _NSApplicationMain + 574 (in AppKit) [0x959471d8]
            62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
              62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                  62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                    62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                      62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                        62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                          62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      8958a78
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
    Process:        KernelEventAgent [35]
    Path:           /usr/sbin/KernelEventAgent
      ADDRESS         BINARY
      00001000        /usr/sbin/KernelEventAgent
      Thread id:      72a0998
      User stack:
        62 start + 54 (in KernelEventAgent) [0x1bfe]
          62 _main + 1126 (in KernelEventAgent) [0x3b7f]
            62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
              62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7ab9f20
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
    Process:        Spotlight [122]
    Path:           /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
      00057000        /System/Library/PrivateFrameworks/Calculate.framework/Versions/A/Calculate
      00068000        /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
      000d1000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      11ef3000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      826d8b8
      User stack:
        62 ??? [0x26ea]
          62 _NSApplicationMain + 574 (in AppKit) [0x959471d8]
            62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
              62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                  62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                    62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                      62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                        62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                          62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      86135d0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _fe_fragment_thread + 54 (in QuartzCore) [0x968a4a09]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
    Process:        SystemUIServer [131]
    Path:           /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      0006a000        /System/Library/PrivateFrameworks/SystemUIPlugin.framework/Versions/A/SystemUIP lugin
      00078000        /System/Library/PrivateFrameworks/NetworkConfig.framework/Versions/A/NetworkCon fig
      000cc000        /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications
      000f6000        /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
      00101000        /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
      0010a000        /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
      0023e000        /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
      0039c000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      003d7000        /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
      003e8000        /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
      0042f000        /usr/lib/libcurl.4.dylib
      004f1000        /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
      00700000        /Applications/iCal.app/Contents/Resources/iCalDockExtra.bundle/Contents/MacOS/i CalDockExtra
      0070a000        /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      00725000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      00776000        /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/MacOS/TextInput
      0078c000        /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
      11ef3000        /System/Library/CoreServices/Menu Extras/Bluetooth.menu/Contents/MacOS/Bluetooth
      11f0c000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      11f2b000        /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
      11f62000        /System/Library/CoreServices/Menu Extras/TimeMachine.menu/Contents/MacOS/TimeMachine
      11f9f000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      1223d000        /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
      12396000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      15cbd000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/Cli entController.bundle/Contents/MacOS/ClientController
      15cde000        /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
      15cff000        /System/Library/PrivateFrameworks/InternetConnect.framework/Versions/A/Internet Connect
      Thread id:      7fde128
      User stack:
        62 ??? [0x5646]
          62 ??? [0x5b44]
            62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
              62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                  62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                    62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                      62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                        62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                          62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      84f3048
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __StaticProcessIOObjectsArray + 95 (in ICANotifications) [0xd4e9e]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      84f2c80
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      826a790
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ___NSThread__main__ + 308 (in Foundation) [0x97e3a9a4]
              62 -[NSThread main] + 45 (in Foundation) [0x97e3adfd]
                62 ??? [0x2682c]
                  62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                    62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7abc4f0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9CAPThread5EntryEPS_ + 96 (in CoreAudio) [0x904ab480]
              62 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x904ab5f8]
                62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      8611000
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _fe_fragment_thread + 54 (in QuartzCore) [0x968a4a09]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      895a8b8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]

    Have you checked that your Adobe version is compatible with your OS - 10.5.8 is a bit old; you should consider updating to Snow Leopard regardless. You can buy the retail disk at online resellers or the Apple Store for $29. It'll be at version 10.6.3 or .4; you can then update to the latest via Software Update to 10.6.8.
    In the meantime, you might want to consider to also contact Adobe; ask about the compatibility and if they want to see the report.

  • My Adobe InDesign keeps Crushing when I try to either package my document  or even try to export to pdf. This is the crush report: Process:         Adobe InDesign CS5 [2750] Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents

    Process:         Adobe InDesign CS5 [2750]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.0.355 (7000)
    Code Type:       X86 (Native)
    Parent Process:  launchd [114]
    Date/Time:       2012-10-20 18:55:00.942 +0300
    OS Version:      Mac OS X 10.7.4 (11E2617)
    Report Version:  9
    Interval Since Last Report:          95465 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  55570 sec
    Per-App Crashes Since Last Report:   19
    Anonymous UUID:                      498C85C8-4C43-4643-87AB-DF190AB2F2BE
    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/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Application Specific Information:
    objc[2750]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0xacd47630 _XHNDL_trapback_instruction + 0
    1   ???                                     0xffffffff 0 + 4294967295
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x99f8390a kevent + 10
    1   libdispatch.dylib                       0x96b3fe10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x96b3e85f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92c11f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x984e03a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9854267f MPWaitOnQueue + 200
    5   PMRuntime.dylib                         0x00014130 MemUtils::GetAvailMem() + 288
    6   com.apple.CoreServices.CarbonCore          0x985435e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    8   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x99f80c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x99f801f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x9856d0ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    4   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x92bc242c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x9856ee62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x984e037d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x9854267f MPWaitOnQueue + 200
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore          0x985435e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    10  libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x92bc242c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x9856ee62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x984e037d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x9854267f MPWaitOnQueue + 200
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore          0x985435e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    10  libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x92bc242c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x9856ee62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore          0x984e037d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore          0x9854267f MPWaitOnQueue + 200
    6   AdobeACE                                0x0005a6f1 0x20000 + 239345
    7   AdobeACE                                0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore          0x985435e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    10  libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92bb982a pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x0ad8b126 C_AMTUISwitchSuppressUpdates + 16768
    4   com.adobe.amt.services                  0x0ad83db0 C_EULA_SetState + 2164
    5   com.adobe.amt.services                  0x0ad8b18c C_AMTUISwitchSuppressUpdates + 16870
    6   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    7   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92bb982a pthread_cond_wait + 48
    3   TINthread.dylib                         0x0d0f47a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib                         0x0d0f483f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    6   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x92bc242c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework          0x0b983ffa GetPlugIn + 1045098
    4   com.adobe.InDesign.AppFramework          0x0b97ff43 GetPlugIn + 1028531
    5   com.adobe.InDesign.AppFramework          0x0b98014c GetPlugIn + 1029052
    6   com.adobe.InDesign.AppFramework          0x0b983ac6 GetPlugIn + 1043766
    7   boost_threads                           0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x92bc242c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework          0x0b983ffa GetPlugIn + 1045098
    4   com.adobe.InDesign.AppFramework          0x0b97ff43 GetPlugIn + 1028531
    5   com.adobe.InDesign.AppFramework          0x0b98014c GetPlugIn + 1029052
    6   com.adobe.InDesign.AppFramework          0x0b983ac6 GetPlugIn + 1043766
    7   boost_threads                           0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x99f82bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x92bc27b9 nanosleep$UNIX2003 + 187
    2   com.adobe.InDesign.Support for JavaScript          0x105bbfab GetPlugIn + 344123
    3   com.adobe.InDesign.Support for JavaScript          0x1059f9c3 GetPlugIn + 227923
    4   com.adobe.InDesign.Support for JavaScript          0x105bc0b8 GetPlugIn + 344392
    5   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    6   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x99f82a9a __recvfrom + 10
    1   libsystem_c.dylib                       0x92bc24a2 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x18de26cf Invoke + 54887
    3   ServiceManager-Launcher.dylib           0x18de176e Invoke + 50950
    4   ServiceManager-Launcher.dylib           0x18de061f Invoke + 46519
    5   ServiceManager-Launcher.dylib           0x18de0671 Invoke + 46601
    6   ServiceManager-Launcher.dylib           0x18de06fb Invoke + 46739
    7   ServiceManager-Launcher.dylib           0x18ddaafe Invoke + 23190
    8   ServiceManager-Launcher.dylib           0x18ddace7 Invoke + 23679
    9   ServiceManager-Launcher.dylib           0x18ddb8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib           0x18ddb9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib           0x18ddedb0 Invoke + 40264
    12  ServiceManager-Launcher.dylib           0x18ddf059 Invoke + 40945
    13  ServiceManager-Launcher.dylib           0x18ddf687 Invoke + 42527
    14  ServiceManager-Launcher.dylib           0x18ddf884 Invoke + 43036
    15  ServiceManager-Launcher.dylib           0x18dd1826 Login + 1654
    16  ServiceManager-Launcher.dylib           0x18dd2c71 Login + 6849
    17  ServiceManager-Launcher.dylib           0x18ddfdf3 Invoke + 44427
    18  ServiceManager-Launcher.dylib           0x18de2341 Invoke + 53977
    19  libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    20  libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x99f80c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x98542a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support                  0x21f780f0 0x21f3e000 + 237808
    3   com.apple.CoreServices.CarbonCore          0x985435e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    5   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x99f80c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x98542a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support                  0x21f780f0 0x21f3e000 + 237808
    3   com.apple.CoreServices.CarbonCore          0x985435e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    5   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x99f80c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x98542a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support                  0x21f780f0 0x21f3e000 + 237808
    3   com.apple.CoreServices.CarbonCore          0x985435e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    5   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92bb982a pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x246a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x244441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x246a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x246a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x246a2f9b APXGetHostAPI + 2568459
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92bb982a pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x246a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x244441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x246a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x246a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x246a2f9b APXGetHostAPI + 2568459
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92bb982a pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x246a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x244441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x246a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x246a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x246a2f9b APXGetHostAPI + 2568459
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92bb982a pthread_cond_wait + 48
    3   com.adobe.adobeswfl                     0x246a2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl                     0x244441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl                     0x246a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x246a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x246a2f9b APXGetHostAPI + 2568459
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92c11f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x246a2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl                     0x248180d8 APXGetHostAPI + 4096584
    5   com.adobe.adobeswfl                     0x246a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x246a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x246a2f9b APXGetHostAPI + 2568459
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92c11f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl                     0x246a2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl                     0x246bd6de APXGetHostAPI + 2676814
    5   com.adobe.adobeswfl                     0x246a2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl                     0x246a2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl                     0x246a2f9b APXGetHostAPI + 2568459
    8   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    9   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 24:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 25:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 26:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 27:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 28:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x99f8302e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x92c0fccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x92c116fe start_wqthread + 30
    Thread 32:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x99f82b42 __select + 10
    1   com.apple.CoreFoundation                0x97ab5e15 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    3   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 33:
    0   libsystem_c.dylib                       0x92c0ec1e pthread_threadid_np + 38
    1   libsystem_c.dylib                       0x92c0c857 __mtx_droplock + 102
    2   libsystem_c.dylib                       0x92c0cc4c pthread_mutex_unlock + 320
    3   AdobeBIB                                0x00813c7c BIBInitialize2 + 40588
    4   AdobeBIB                                0x00806fe6 0x803000 + 16358
    5   AdobeBIB                                0x00806ec4 0x803000 + 16068
    6   AdobeBIBUtils                           0x0082d212 0x828000 + 21010
    7   AdobeBIBUtils                           0x0083501c 0x828000 + 53276
    8   AdobeBIBUtils                           0x0083258a 0x828000 + 42378
    9   AdobeBIBUtils                           0x008354df 0x828000 + 54495
    10  AdobeBIBUtils                           0x00833fe7 0x828000 + 49127
    11  AdobePDFSettings                        0x11432acf JoboptionsParserUtils::GetValue(char**) + 1179
    12  AdobePDFSettings                        0x11432f50 JoboptionsParserUtils::GetValue(char**) + 2332
    13  AdobePDFSettings                        0x11433158 JoboptionsParserUtils::GetValue(char**) + 2852
    14  AdobePDFSettings                        0x11432f50 JoboptionsParserUtils::GetValue(char**) + 2332
    15  AdobePDFSettings                        0x1142a543 PDFSettingsParser::Joboptions_To_CPOSDict(BIB_T_NMT::CBIBPositionableStream const&) + 1143
    16  AdobePDFSettings                        0x1142aac3 PDFSettingsParser::PDFSettingsParser(BIB_T_NMT::CBIBPositionableStream const&) + 67
    17  AdobePDFSettings                        0x1141fbf7 PDFSettingsImpl::PDFSettingsStream::ConvertJobOptionsToCPOSDict(BIB_T_NMT::CBIB PositionableStream const&, char const*) + 35
    18  AdobePDFSettings                        0x114224c1 _PDFSettingsNewFromStreamProc_NewFromStream + 157
    19  com.adobe.InDesign.PDF                  0x110f4929 GetPlugIn + 44953
    20  com.adobe.InDesign.PDF                  0x110f6a24 GetPlugIn + 53396
    21  com.adobe.InDesign.PDF                  0x110e9e6c GetPlugIn + 1244
    22  ObjectModelLib.dylib                    0x01063ccd 0x1038000 + 179405
    23  ObjectModelLib.dylib                    0x01070ec8 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 23784
    24  DataBaseLib.dylib                       0x010ce158 0x10c9000 + 20824
    25  com.adobe.InDesign.PDF                  0x111d580f GetPlugIn + 966271
    26  com.adobe.InDesign.PDF                  0x111ce09e GetPlugIn + 935694
    27  com.adobe.InDesign.PDF                  0x111cef9a GetPlugIn + 939530
    28  PublicLib.dylib                         0x011644d2 Command::DoImmediate(short) + 34
    29  com.adobe.InDesign.Utilities            0x0cb10aa3 0xcb0f000 + 6819
    30  com.adobe.InDesign.Utilities            0x0cb10ccc 0xcb0f000 + 7372
    31  com.adobe.InDesign.AppFramework          0x0b87a6e8 0xb860000 + 108264
    32  com.adobe.InDesign.AppFramework          0x0b86cfc1 0xb860000 + 53185
    33  PublicLib.dylib                         0x011655aa CmdUtils::ProcessScheduledCmds(ICommand::Priority) + 74
    34  ObjectModelLib.dylib                    0x01091255 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 155765
    35  PublicLib.dylib                         0x0143e571 ExecutionContextUtils::InitExecutionContext(boost::intrusive_ptr<IDatabaseSnaps hot>) + 353
    36  com.adobe.InDesign.AppFramework          0x0b980135 GetPlugIn + 1029029
    37  com.adobe.InDesign.AppFramework          0x0b983ac6 GetPlugIn + 1043766
    38  boost_threads                           0x01704fcd thread_proxy + 141
    39  libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    40  libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 34:
    0   libsystem_kernel.dylib                  0x99f8283e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x92c11e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x92bb982a pthread_cond_wait + 48
    3   TINthread.dylib                         0x0d0f47a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib                         0x0d0f483f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libsystem_c.dylib                       0x92c0ded9 _pthread_start + 335
    6   libsystem_c.dylib                       0x92c116de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000005  ecx: 0x00000000  edx: 0x26707000
      edi: 0x00000000  esi: 0x00000100  ebp: 0xbfffbed8  esp: 0xbfffbab0
       ss: 0x00000023  efl: 0x00010246  eip: 0xacd47630   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 2
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign (7.0.0.355 - 7000) <95D99393-D179-BC50-386C-509F6FD0809A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        0xa000 -     0xafff +InDesignModel (??? - ???) <D054C2C9-F070-A1E1-2D78-BACDC9DCC960> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xe000 -     0xefff +InDesignModelAndUI (??? - ???) <770DFBFF-7C31-ECD4-88FE-BCFED53CFC33> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAnd UI
       0x12000 -    0x19ff3 +PMRuntime.dylib (??? - ???) <EC9AB7BF-B671-AE6F-5C9E-7A49F9C265BE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMRuntime.dylib
       0x20000 -   0x134fff +AdobeACE (??? - ???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x157000 -   0x67dfff +AdobeAGM (??? - ???) <6F8EB120-6F01-38AE-8363-BC941B8AE12E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7be000 -   0x7fafff +AdobeARE (??? - ???) <EF398654-5384-F84A-8B62-DA1F64E2FAD1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x803000 -   0x81efff +AdobeBIB (??? - ???) <CDFB3340-3A46-292A-121E-2820EC62D78E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x828000 -   0x849ff7 +AdobeBIBUtils (??? - ???) <482199DF-1251-ED75-4958-563C6E49CD6F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x855000 -   0xb47ff7 +AdobeCoolType (??? - ???) <2BF62C8A-D715-FDE8-650C-1984CFFCE33C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xbcf000 -   0xfa7ff7 +AdobeMPS (??? - ???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x1038000 -  0x10a6ff7 +ObjectModelLib.dylib (??? - ???) <B71699FF-823E-D40E-A62F-2E9FD2FE9B56> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ObjectModelLib.dylib
    0x10c9000 -  0x1123fe7 +DataBaseLib.dylib (??? - ???) <3FC5D05A-298D-654B-F235-C0579E0A347F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DataBaseLib.dylib
    0x113c000 -  0x1553fff +PublicLib.dylib (??? - ???) <D0EB805F-5E47-2677-CA21-5C51D510234F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PublicLib.dylib
    0x16da000 -  0x16f1ff6 +AdobeAFL (??? - ???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1702000 -  0x170aff3 +boost_threads (??? - ???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1714000 -  0x1719ffd +ASLSupportLib.dylib (??? - ???) <D4BEF46E-063B-696F-FE83-DD943ABA838A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ASLSupportLib.dylib
    0x171e000 -  0x171fff2 +libtbbmalloc.dylib (??? - ???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1723000 -  0x1731fe7 +libtbb.dylib (??? - ???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbb.dylib
    0x1739000 -  0x1871fe7 +WRServices (??? - ???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x18b3000 -  0x18b7ffc +com.adobe.AdobeCrashReporter (3.0 - 3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashR eporter
    0x18be000 -  0x226efff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36. 0
    0x2271000 -  0x233eff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libi cui18n.dylib.36.0
    0x23a1000 -  0x247bfef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36 .0
    0x24bb000 -  0x252bfeb +com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2536000 -  0x259cffb +com.adobe.amtlib (amtlib 3.0.0.64 - 3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x25b2000 -  0x264bfef +boost_regex (??? - ???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x2690000 -  0x26cdfff  com.apple.vmutils (4.2.1 - 107) <C491B259-8C5C-3199-83A0-97422C59C4E2> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x26e7000 -  0x2794ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x27d9000 -  0x27dbffb +boost_system (??? - ???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x27e0000 -  0x297cfff +WidgetBinLib.dylib (??? - ???) <A653F189-2C78-4606-1921-350F81951C7C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2a5a000 -  0x2bf9fe7 +com.adobe.owl (AdobeOwl version 3.0.84 - 3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2c62000 -  0x2cdffff +AdobeOwlCanvas (??? - ???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2cfb000 -  0x2cfeff8 +com.adobe.ape.shim (adbeape version 3.1.65.7508 - 3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x697d000 -  0x6985fff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x9abd000 -  0x9abeff3 +com.adobe.InDesign.Metadata Database Filter (7.0.0.355 - ???) <8153D24F-2DB5-B2AB-9717-70E7532E8B02> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
    0x9ac2000 -  0x9addffb +com.adobe.InDesign.IME (7.0.0.355 - ???) <3510053A-A752-0311-B35B-14EBEAC6D18D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
    0x9aed000 -  0x9aeeff1 +com.adobe.InDesign.Global Preferences Panel (7.0.0.355 - ???) <DF2380A0-A851-5529-7A36-1A3973B89200> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
    0x9af2000 -  0x9afaffc +com.adobe.InDesign.Workgroup Client UI (7.0.0.355 - ???) <282ADA7E-C3D6-ADF8-6FB8-466B5F074934> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
    0xad66000 -  0xadcdfea +com.adobe.amt.services (AMTServices 3.0.0.64 [BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00] - 3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0xb1ec000 -  0xb225ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 1.0.0.64 - 1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNo tifications
    0xb3e5000 -  0xb3f9fff +AdobeSFL (??? - ???) <83D25893-376A-89D9-BA9B-078913B8D34F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0xb860000 -  0xb9effe3 +com.adobe.InDesign.AppFramework (7.0.0.355 - ???) <B180AD73-E11C-ADA9-619A-C963D23DFF5A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0xc277000 -  0xc3f2ff7 +com.adobe.InDesign.Layout UI (7.0.0.355 - ???) <37BB6E3D-6E3C-05D7-1EDB-F8D5D8171EA4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
    0xc478000 -  0xc4b2ff7 +com.adobe.InDesign.Import Export UI (7.0.0.355 - ???) <9B259867-0C2E-6976-E3A3-431F92EC255A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
    0xc4d3000 -  0xc5a5ff7 +com.adobe.InDesign.Hyperlinks (7.0.0.355 - ???) <E1361CF8-1690-FD55-6D73-3CCA8296195F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
    0xc5ee000 -  0xc658ff7 +com.adobe.InDesign.Master Page (7.0.0.355 - ???) <326A0DCE-DEF8-19EB-D6D2-8B1B27E8D52C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
    0xc67e000 -  0xc80ffeb +com.adobe.InDesign.Text Walker (7.0.0.355 - ???) <6FF2466F-5761-CB4D-1CBA-B79F8AFFEED7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Walker.InDesignPlugin/Text Walker
    0xc8af000 -  0xc8f2ff7 +com.adobe.InDesign.Linguistics (7.0.0.355 - ???) <BF4F5396-52F8-68EA-AEFE-5A04BDB96DA6> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
    0xc912000 -  0xc960fff +com.adobe.InDesign.Text Panel (7.0.0.355 - ???) <B7A2C124-8C5A-F83F-10C1-1D092A258703> /Applications/Adobe InDesign CS5/*/Text Panel
    0xc980000 -  0xc9afff0 +TextPanelLib.dylib (??? - ???) <F7BEA3B0-B264-4ECA-C7C1-E161D2CDCE4F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/TextPanelLib.dylib
    0xc9cb000 -  0xca0bffc +com.adobe.InDesign.Spelling Panel (7.0.0.355 - ???) <96DE3DF1-C22F-AF2F-4278-FDAAE598E3D6> /Applications/Adobe InDesign CS5/*/Spelling Panel
    0xca2b000 -  0xcad3fff +com.adobe.InDesign.Text Editor (7.0.0.355 - ???) <93D5B8A9-827E-4E67-BD48-5F00BA9D4760> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor
    0xcb0f000 -  0xcb33fef +com.adobe.InDesign.Utilities (7.0.0.355 - ???) <AD54DEC4-0286-5511-D508-43356FD1E899> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities
    0xcb4b000 -  0xcd2cfff +com.adobe.InDesign.Package and Preflight (7.0.0.355 - ???) <A0C40C94-3677-DE71-82E5-458C6CAFDB58> /Applications/Adobe InDesign CS5/*/Package and Preflight
    0xcdba000 -  0xce12ff7 +AdobeXMP (??? - ???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xce21000 -  0xce47ff6 +AdobeAXE8SharedExpat (??? - ???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8 SharedExpat
    0xce4f000 -  0xcf25fef +com.adobe.InDesign.Color Management (7.0.0.355 - ???) <8BF046A2-C7F5-6DEB-8150-1646329874A8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
    0xd0af000 -  0xd0ddff2 +com.adobe.Reader for DOCX (Reader for DOCX 5.5.0.7351 - 5.5.0.7351) <DB73F46F-0AF2-85C4-7890-0607F6949AF8> /Applications/Adobe InDesign CS5/*/Reader for DOCX
    0xd0ed000 -  0xd0eeff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xd0f3000 -  0xd0f6fff +TINthread.dylib (??? - ???) /Library/Application Support/Adobe/*/TINthread.dylib
    0xd200000 -  0xd461feb +com.adobe.InDesign.Application UI (7.0.0.355 - ???) <E800160A-CD7D-ECCA-F435-E140ECDE929F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0xd562000 -  0xd5fafff +com.adobe.AdobeExtendScript (ExtendScript 4.1.15 - 4.1.15.6523) <6C362E34-C8F3-D0EE-E331-027382A19A68> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendS cript
    0xd638000 -  0xd6c5ff7 +com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7519) <AF48351A-8019-EC04-BF85-CE117D1146E3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0xd6f7000 -  0xd74affb +com.adobe.headlights.LogSessionFramework (??? - 2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0xd787000 -  0xd914ffb +com.adobe.InDesign.Document Framework (7.0.0.355 - ???) <15B95422-2F2D-6CC7-5EB3-27A447C47036> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
    0xda0a000 -  0xdb1aff3 +com.adobe.InDesign.SangamServicer-Mapper (7.0.0.355 - ???) <932ACD2D-2394-61AC-D400-83D28700283D> /Applications/Adobe InDesign CS5/*/SangamServicer-Mapper
    0xdb65000 -  0xdbceffb +AdobeSangam (3.0.0 - compatibility 3.0.0) <4FF2270C-9417-1059-527B-68C99BF43EA9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0xdc18000 -  0xdce5fe7 +AdobeAXEDOMCore (??? - ???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCor e
    0xdd12000 -  0xddcbfff +AdobeAXSLE (??? - ???) <A8C8ECD6-9098-8EA6-EA22-3BCCCB81A29B> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0xddf5000 -  0xde78ff2 +AdobeSangamML (??? - ???) <B0029614-553A-BEAB-21E1-0664E5481F68> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
    0xdea9000 -  0xdf0eff3 +com.adobe.Reader for Excel (Reader for Excel 5.5.0.7351 - 5.5.0.7351) <13A79647-FDEE-DA76-4D9D-AD328F170941> /Applications/Adobe InDesign CS5/*/Reader for Excel
    0xdf27000 -  0xdfaffff +com.adobe.Reader For PageMaker (Reader For PageMaker 5.5.0.7351 - 5.5.0.7351) <CB3DC121-77F5-1289-537F-D979E601407F> /Applications/Adobe InDesign CS5/*/Reader for PageMaker
    0xdfd1000 -  0xdff5ffb +PMFileReader.dylib (??? - ???) <5C6DA068-A794-2099-9E3B-7F51E5FC478E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMFileReader.dylib
    0xdffa000 -  0xe0fafff +com.adobe.Reader for Quark (Reader for Quark 5.5.0.7351 - 5.5.0.7351) <A525EFDE-6074-8CA1-6145-76B57CB0F448> /Applications/Adobe InDesign CS5/*/Reader for Quark
    0xe11f000 -  0xe185ff4 +com.adobe.Reader for RTF (Reader for RTF 5.5.0.7351 - 5.5.0.7351) <735AD3FF-36DE-C1B9-7EEA-ECCF3E929D1A> /Applications/Adobe InDesign CS5/*/Reader for RTF
    0xe1a3000 -  0xe217ff4 +com.adobe.Reader for Word (Reader for Word 5.5.0.7351 - 5.5.0.7351) <6E36D3D4-6EB7-8C51-9021-3C9301A089E4> /Applications/Adobe InDesign CS5/*/Reader for Word
    0xe234000 -  0xe2a9fe2 +com.adobe.Reader for XLSX (Reader for XLSX 5.5.0.7351 - 5.5.0.7351) <4020D646-03F7-B2A1-D3D3-4EFB98472E1B> /Applications/Adobe InDesign CS5/*/Reader for XLSX
    0xe2d0000 -  0xe2d8ff7 +com.adobe.ZTextReader (ZTextReader 5.5.0.7351 - 5.5.0.7351) <851A0B77-2110-B419-A8EB-B051C6CB7653> /Applications/Adobe InDesign CS5/*/ZTextReader
    0xe35d000 -  0xe3c1ff7 +com.adobe.InDesign.XMLParser (7.0.0.355 - ???) <16D1BE18-BDC0-598D-3DD6-933CE96E818D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser
    0xe3e7000 -  0xe5aefef +com.adobe.InDesign.XML (7.0.0.355 - ???) <9B37046A-48B2-C794-E572-E7DFADAF8A30> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/XML.InDesignPlugin/XML
    0xe647000 -  0xe66bfff +com.adobe.InDesign.WorldReady (7.0.0.355 - ???) <0B2B29B2-1DF5-BA1C-3F0D-01E8B3988813> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/WorldReady.InDesignPlugin/WorldReady
    0xe67d000 -  0xe6b1ffb +com.adobe.InDesign.Workgroup (7.0.0.355 - ???) <724EA9BC-EFD4-9710-E20E-4B1C74304C7D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup
    0xe6c6000 -  0xe6e1fff +com.adobe.InDesign.Workgroup Client (7.0.0.355 - ???) <193F094B-02D9-988A-47E6-C7E502E9F716> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client
    0xe6f0000 -  0xe804feb +com.adobe.InDesign.Widgets (7.0.0.355 - ???) <AE4D2421-4E04-1153-615A-78CEEC745C3E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets
    0xe887000 -  0xe995fef +com.adobe.InDesign.Transparency (7.0.0.355 - ???) <7817B498-6756-5590-87B8-307C1B4422E8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency
    0xe9e0000 -  0xf723fff +com.adobe.psl (AdobePSL 12.0.0.7524 - 12.0.0.7524) <CFBCB19A-03F7-D095-1F48-8D68F05A25C5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0xfa62000 -  0xfab4ff1 +com.adobe.InDesign.TOC (7.0.0.355 - ???) <9EDF02F0-E9A9-58F8-5E3E-7C9C1ADA9849> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/TOC.InDesignPlugin/TOC
    0xfad2000 -  0xffc7fe7 +com.adobe.InDesign.Text (7.0.0.355 - ???) <6F8AF442-9D31-5CC3-7740-04539BA37EB8> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text.InDesignPlugin/Text
    0x10133000 - 0x10198fff +com.adobe.InDesign.Text Wrap (7.0.0.355 - ???) <557851E0-6260-DE31-3AFA-8008B49FBCE2> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap
    0x101bc000 - 0x101e6fff +com.adobe.InDesign.Text Wrap Path (7.0.0.355 - ???) <9BFEF65A-3909-03F2-0501-CC32FAAABF5A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path
    0x101f0000 - 0x101fffff +com.adobe.InDesign.Text Editor Model (7.0.0.355 - ???) <8E01C18E-4947-93AB-71CA-E017C80FB09C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model
    0x10209000 - 0x10252fff +com.adobe.InDesign.Text Attributes (7.0.0.355 - ???) <07B49878-E35A-C031-205F-A25256640FCA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
    0x10277000 - 0x102befff +com.adobe.InDesign.TableStyles (7.0.0.355 - ???) <59E0C1A1-4044-C145-6414-61CF041E9968> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
    0x102d5000 - 0x104cefff +com.adobe.InDesign.Table Model (7.0.0.355 - ???) <F13B1585-BAAD-4C84-07BE-6428CEDA35B3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
    0x1055b000 - 0x105e5ff7 +com.adobe.InDesign.Support for JavaScript (7.0.0.355 - ???) <196259C9-B203-DD5B-0733-8D146FC78723> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
    0x1061e000 - 0x10662fff +com.adobe.InDesign.Support for AppleScript (7.0.0.355 - ???) <DEC65072-2AB5-9901-9CBC-6FED676B2B04> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
    0x1067b000 - 0x1074afe7 +com.adobe.InDesign.Graphics (7.0.0.355 - ???) <97D16769-E6A4-AA23-7907-BD845CB4D9AD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
    0x10793000 - 0x107e2ffb +com.adobe.InDesign.Stroke and Fill (7.0.0.355 - ???) <42B4A176-B4DA-C638-A59F-94F3A3FFB416> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
    0x107fe000 - 0x108e1ffb +com.adobe.InDesign.Spread (7.0.0.355 - ???) <9BF0ADE3-0354-1790-AA19-DD6E7E495384> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
    0x1092d000 - 0x10972ff0 +com.adobe.InDesign.Spread UI (7.0.0.355 - ???) <6B9E2DAE-304A-1E95-E46E-D37CC49BEEA1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
    0x1098c000 - 0x109c8fff +com.adobe.InDesign.Spline (7.0.0.355 - ???) <55F1F2F2-0BB7-96C1-726C-6D3E47351086> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
    0x109e4000 - 0x10a1dfff +com.adobe.InDesign.Spline UI (7.0.0.355 - ???) <B40249D1-919F-FFC8-8E6F-344A29CF063B> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
    0x10a3b000 - 0x10a49fff +com.adobe.InDesign.Spelling Service (7.0.0.355 - ???) <DBB0C9F7-934B-15B5-5CF5-FBEEE83ACC99> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
    0x10a55000 - 0x10a62fff +com.adobe.InDesign.Sound (7.0.0.355 - ???) <15A968FB-7F7D-1022-9E99-70A3818AC346> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
    0x10a6d000 - 0x10a87ff2 +com.adobe.InDesign.Sections (7.0.0.355 - ???) <5AFD740D-904C-2F9B-DE71-375B2B948BCF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
    0x10a96000 - 0x10b2fff7 +com.adobe.InDesign.Scripting (7.0.0.355 - ???) <6E2BCE6C-230C-1724-CC70-12522818EBC3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
    0x10b60000 - 0x10b7afff +com.adobe.InDesign.Rulers (7.0.0.355 - ???) <2546DE05-52F1-033E-90D0-03ED797D585C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
    0x10b89000 - 0x10cd4fff +com.adobe.InDesign.Print (7.0.0.355 - ???) <F6B4CCEF-06B9-5E17-9102-2B29A6713D6A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
    0x10d33000 - 0x10d65ff7 +com.adobe.InDesign.PNG Import Filter (7.0.0.355 - ???) <2C6DDB20-C560-14DD-84DC-A2AB8B6C0793> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
    0x10d6e000 - 0x10da1ff7 +com.adobe.InDesign.Photoshop Import Filter (7.0.0.355 - ???) <E31C18E9-8962-5D0C-7289-E5E02EA16AC9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
    0x10db7000 - 0x10e0aff3 +com.adobe.InDesign.Book (7.0.0.355 - ???) <CF89E43A-02A5-8A0A-2AF8-B85117122C18> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
    0x10e2d000 - 0x10f22fe7 +com.adobe.InDesign.Image (7.0.0.355 - ???) <6261B004-671B-9411-3EF0-CC84D91752BA> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
    0x10f70000 - 0x10f79ffb +com.adobe.InDesign.Group (7.0.0.355 - ???) <DCC2D180-2385-BED5-873A-FE87139634AF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
    0x10f82000 - 0x11066fef +com.adobe.InDesign.EPS Page Item (7.0.0.355 - ???) <1C272994-750B-D8D1-02B6-6BD2534FD04F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
    0x110ac000 - 0x1127efff +com.adobe.InDesign.PDF (7.0.0.355 - ???) <B19F021E-5955-B381-2EB4-DB064290CDF7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
    0x11306000 - 0x113e9fef +AdobePDFPort (??? - ???) <A3B34989-24B0-04AF-D9BC-2B2718803809> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x1141e000 - 0x11439ff9 +AdobePDFSettings (??? - ???) /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetti ngs
    0x11453000 - 0x11601fff +com.adobe.InDesign.Generic Page Item (7.0.0.355 - ???) <84651032-F791-88BD-C15F-407A4032542D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
    0x1168d000 - 0x116c6ffb +com.adobe.InDesign.Path Type (7.0.0.355 - ???) <7867A3AB-4925-CBF7-1877-7924AD7A732D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
    0x116e1000 - 0x116e9ff3 +PathTypeLib.dylib (??? - ???) <F753ACE3-9AB5-

    Also try the adobe forums (and better to skip the crash report unless someone asks for it)
    http://forums.adobe.com/index.jspa

Maybe you are looking for