Illustrator CS2 - Scripting Opportunities

Created a process in Visual Studio 2003 (VB.NET, Framework (v1.1.4322),Windows XP SP2) a few years ago to call a few Actions within Illustrator 10 to prep files for our internal customers. This process runs great and performs as expected. When I try running the process now utilizing Illustrator CS2 (12.0.1), the Application.DoScript () & Application.ActionIsRunning causes the following exception(s):
Errors : System.Runtime.InteropServices.COMException (0x80004005): Unspecified error at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData) at Illustrator.ApplicationClass.DoScript(String Action, String From, Object Dialogs) at GraphicFiles.clsProcessFiles.ProcessFiles() in clsProcessFiles.vb:line 278 - Code Section:2 - Running Action Scripts [Selected]
OR
Errors : System.Runtime.InteropServices.COMException (0x80004005): Unspecified error at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData) at Illustrator.ApplicationClass.get_ActionIsRunning() at GraphicFiles.clsProcessFiles.ProcessFiles() in clsProcessFiles.vb:line 291 - Code Section:2 - Running Action Scripts [Selected]
Is there a problem with the ScriptingSupport.aip file in CS2? I can run my Actions manually from the Action window but I continue to get the errors listed above outside of Illustrator. I tried Pausing the code for 8-10 seconds before checking the ActionIsRunning property but I still get errors. I also tried changing the Play Back options on the Actions and received the same results. Has anyone experienced this problem and have a solutions/workaround for this opportunity? Should I upgrade to CS3?
Thanks
Shawn Wilson

Félix, ¿dominas el inglés como para publicar un mensaje en ese idioma? Es muy posible que en Adobe ni siquiera sepan de la existencia del problema, ya que no muestran mucho interés por el mercado de habla hispana, y nosotros mismos no nos hacemos oir con suficiente fuerza.
El sitio para solicitar nuevas características para Illustrator está aquí:
http://www.adobeforums.com/cgi-bin/webx?14@@.eecfd7c
y el sitio para reportar
bugs, aquí:
http://www.adobe.com/misc/bugreport.html
Si no te sientes cómodo escribiendo en inglés, publica aquí mismo un resumen del problema y de su solución, lo más claro posible, y yo lo publicaré por tí, o te publicaré aquí una traducción para que lo publiques tú mismo, como prefieras.

Similar Messages

  • Illustrator CS2 ScriptのTagの不具合について

    Illustrator CS2 (Win)
    環境:Windows XP SP2
    VBScriptで自動化を試しています。
    TextFrameにTag、Tags で"Name"、"Value"プロパティを設定しても、"Value"の値が"Name"と同じになってしまいます。
     > JavaScriptのサンプルコードを試しても同じ。
    これはScriptの仕様のバグなのでしょうか?
    それともUPDateなどで対応可能でしょうか。
    ご存知の方がいれば教えてください。

    Félix, ¿dominas el inglés como para publicar un mensaje en ese idioma? Es muy posible que en Adobe ni siquiera sepan de la existencia del problema, ya que no muestran mucho interés por el mercado de habla hispana, y nosotros mismos no nos hacemos oir con suficiente fuerza.
    El sitio para solicitar nuevas características para Illustrator está aquí:
    http://www.adobeforums.com/cgi-bin/webx?14@@.eecfd7c
    y el sitio para reportar
    bugs, aquí:
    http://www.adobe.com/misc/bugreport.html
    Si no te sientes cómodo escribiendo en inglés, publica aquí mismo un resumen del problema y de su solución, lo más claro posible, y yo lo publicaré por tí, o te publicaré aquí una traducción para que lo publiques tú mismo, como prefieras.

  • Illustrator CS2 won't execute scripts under Vista.

    Dear group.
    I would like to hear if anyone has experienced weird behaviors by Illustrator CS2 when running scripts (written in JavaScript) under Windows Vista? By "weird" I mean that at the execution of the code, it may complain that a closing bracket is missing and other errors. It seems to run fine when executing the script in ExtendScript Toolkit, and Illy CS2 didn't exhibit such problems under WinXP SP2.

    I'm no system expert, Mylenium.  Here's what I can tell you: yes, I did try the installation as the administrator.  No luck.  Didn't know to turn off aero or switch to a different theme, so haven't tried that.  Don't know what UAC is, so can't (yet) turn it off.  Here's the thing: all of the other parts of the suite installed.  The setup.ini file for both Illustrator CS2 and InDesign CS2 contains the following:
    [SupportOS]
    Win95=1
    Win98=1
    WinME=1
    WinNT4=1
    Win2K=1
    InDesign installed; Illustrator did not because the OS "was not supported," or words to that effect.  Unless "WinNT4" is code for Windows XP, these programs shouldn't have installed on an XP system, yet they did.
    System CPU is an AMD Phenom 9600 quad-core.   6 GB RAM.  What else would you need to know?

  • Set the filename in a textframe with JS in Illustrator CS2 WIN

    Hello and good morning (and sorry for my bad english),
    I found some possibilities to set the filename in a textframe. But only in applescript or for CS (WS-dateandtime v0.8 from Wolfgang Reszel)
    b There is no JS-script, which works correctly in Illu CS2 Win.
    Please, help me to get a JS-script that proper works.
    Here is the code:
    //////////////////////////////////////////////////////////// english //
    // -=> WR-DateAndTime <=-
    // A Javascript for Adobe Illustrator
    // by Wolfgang Reszel ([email protected])
    // Version 0.8 from 30.8.2004 (also should work with Illustrator CS)
    // This script inserts the actual date or the actual time to a
    // predefined position in the document.
    // To define the position, you'll have to create an textobject and
    // execute this script while the object is selected. The whole object
    // has to be selected and not words or letters. You can mark more
    // objects, if you select each object separate and execute
    // the script on it.
    // With the placeholders {DATE} and {TIME} you are able to define a
    // particular point, where the date or the time should be replaced.
    // If there is no placeholder in the textobject
    // "{FILENAME} ({DATE}, {TIME})" will be used as standard placeholders.
    // To update the date and time execute this script without any object
    // selected.
    // There are some additional placeholders:
    // {FILE} - complete document-filename with path
    // {FILEPATH} - only the documents filepath
    // {FILENAME} - the filename of the document
    // On my system this script can't see the path of the document, when
    // it was opened directly from windows Explorer (double click).
    // In Illustrator CS it is now possible to edit a DateAndTime-Object.
    // To enable the english messages and date-format change the "de"
    // into "en" in line 90.
    // Sorry for my bad english. For any corrections send an email to:
    // [email protected]
    //////////////////////////////////////////////////////////// Deutsch //
    // -=> WR-DateAndTime <=-
    // Ein Javascript fuer Adobe Illustrator
    // von Wolfgang Reszel ([email protected])
    // Version 0.8 vom 30.8.2004 (sollte auch unter Illustrator CS laufen)
    // Dieses Skript fuegt das aktuelle Datum und die aktuelle Uhrzeit an
    // eine vorher bestimmte Stelle im Dokument ein.
    // Um eine Stelle zu bestimmen, muss man ein Textobjekt erzeugen, es
    // markieren und dann dieses Skript aufrufen. Es muss das gesamte Objekt
    // ausgewaehlt sein, nicht etwa Buchstaben oder Woerter. Es lassen sich
    // nacheinander auch mehrere Objekte als Datum/Uhrzeit markieren.
    // Mit den Platzhaltern {DATE} und {TIME} (in geschweiften Klammern)
    // kann man bestimmen, wo genau im Text das Datum und die Uhrzeit
    // erscheinen soll. Sind die Platzhalter nicht vorhanden, wird
    // automatisch "{FILENAME} ({DATE} - {TIME})" verwendet.
    // Zum Aktualisieren des Datums/Uhrzeit muss man dieses Skript aufrufen
    // wenn kein Objekt ausgewaehlt ist.
    // Es gibt noch einige zusaetzliche Platzhalter:
    // {FILE} - kompletter Dateiname mit Pfad
    // {FILEPATH} - nur der Verzeichnispfad des Dokuments
    // {FILENAME} - der Dateiname des Dokuments
    // Auf meinem System kann der Pfad nicht ermittelt werden, wenn das
    // Dokument vom Windows Explorer geoeffnet wird (Doppel-Klick).
    // InÿIllustrator CSÿkann man nun ein Datum/Uhrzeit-Objekt bearbeiten.
    // Um dieses Skript mit deutschen Meldungen und Datumsformat zu
    // versehen, muss in Zeile 90 das "en" durch ein "de" ersetzt werden.
    // Verbesserungsvorschlaege an: [email protected]
    //$.bp();
    var language="de"; // "de" fuer Deutsch
    var WR="WR-DateAndT

    Hello Steve Light,
    Thanks a lot for answering me. I did it (renamed and added this two lines at new line 89 and 90 in the Script, selected Textframe and execute the jsx from Windows-Explorer) but nothing happened. Only a warning message appeared. It sayed: "You used an illustrator-12 Script " The Message is in German, I cannot to translate literally.
    No filename and no date wasn't fill in textframe.
    It's a great pity, the same Script runs in CS3 without problems. But I need it for CS2 :-(
    What can I do?
    Sorry for my bad english again.

  • Adobe Illustrator CS2 OLE Library

    Does anyone know where i can find a library to
    access (from Visual Basic) the object model of
    Adobe Illustrator CS2 ?
    With adobe illustrator 9 there is a scripting plug in
    which installs a .tlb library
    Is there something similar to that ?
    Please help me ...

    Short answer: download a non-activation version of CS2 from Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3
    Longer answer: Adobe shut down the activation server for CS2 (and earlier versions) a couple of years ago. For CS2 owners, they've made available a non-activation version of CS2 at the above link.
    Download the non-activation version and use the new non-activation serial number provided there. Your existing CS2 serial number will no longer work.

  • Illustrator CS4 Script

    Hi.
    I am creating a script for Illustrator CS4 using Word VBA.
    When I execute the following code,
    I get an error ,that is "ActiveX component can't create object".
    Set app = CreateObject("Illustrator.Application")
    This code works well on Illustrator CS2, but not on CS4.
    I don't know why this error occured
    Can some give me any advice?
    Best Regard.
    erieru103http://forums.adobe.com/people/erieru103

    Hi.
    My script works by using CreateObject("Illustrator.Application.CS4").
    Thank you for your advice.
    The scripting guide says
    "If you have multiple versions of Illustrator installed on the same machine and use the CreateObject
    method to obtain an application reference, using "Illustrator.Application" creates a reference
    to the latest Illustrator version. To specifically target an earlier version, use a version identifier at the
    end of the string..."
    There was CS3 version installed on my PC.
    Before installing CS4, I have unstalled CS3.
    Why the error occured??
    Best regard.
    erieru103

  • Problems installing Illustrator CS2

    HI
    The problem I have is that when I try installing Illustrator CS2 it just will not install.  The installer goes through the install and it looks to be installing the program.
    When I check the program list everything is there except iIlustrator.  I dont receive any errors regarding a problem it just goes through the install and updates then finishes as though it has been installed.
    I have even looked in the programs list on the C drive (c:\Programe files\Adobe) and it isnt there.
    I watched this folder on install and it creates the Illustrator file but when the install has finished the file just vanishes???
    Can anybody Help me on this one please.

    Indeed weird. Unfortunately for CS2 no clean scripts exist, so you will have to try that manually. What I would do is to, try and move the installer database and the installer session folders (C:\Program Files\Common Files\Adobe\Installers, C:\Program Files\Common Files\Adobe\caps) out of the way, so the installer thinks nothing is installed yet. You may also need to download the Microsoft Installer Database Cleanup Utility and remove any instances of Adobe Setup 2.0 as well as other references to Adobe. Be extremely careful, though. For CS2, deleting some of those keys will create a royal mess and render your functioning installs useless, because it is tied in with the licensing and activation. So take it one step at a time. Short of that I have no clue, but you could check the installer logs (C:Program Files\Common Files\Adobe\Installers) or provide them here for inspection.
    Mylenium

  • Font types of illustrator cs2 document

    Hi,     
         I need to get font types (open type, true type and type1) of illustrator cs2 document.  Can't able to get using script and action.  Manually i can get by saving document info of a document.  But when i trying through action cant able to record.  Any possible is there to get font types?.. If anyone knows pls let me know.
      Thanks in advance.

    Oviya... wrote:
    Hi,     
         I need to get font types (open type, true type and type1) of illustrator cs2 document.  Can't able to get using script and action.  Manually i can get by saving document info of a document.  But when i trying through action cant able to record.  Any possible is there to get font types?.. If anyone knows pls let me know.
      Thanks in advance.
    Are you looking for a list all the font type used in a particluar document?
    shastafir

  • Illustrator CS2 in Adobe Productions Studio.  What is going on here?

    Hi:
    Finally getting around to learning Illustrator CS2. Using Total Training.  Immediate problem....supposedly if I hit "Browse New Extras" on the welcome screen its supposed to open up Bridge and take me directly to the folder.  But this link is broken.  When I hover over "Browse New Extras," I get a circle with a slash through, the international symbol for " this doesn't work."  I can navigate to the folder myself using Browse which does open up Bridge, but it is disturbing that the welcome screen link isn't working....leads me to believe there is something wrong with the installation...
    In "Color Settings," BEST WORKFLOW was not available. I had to go out and locate the file and install it by hitting "Load" on the Color Settings Menu.  Seemed to load OK. But it says above it "Unsynchronized. Your Creative Suite applications are not synchronized for consistent color. To synchronize, select Suite Color Settings in Bridge."  Well, I opened Bridge, and there is no setting for "Suite Color Settings."  So I looked in the Bridge and nothing comes up for "Suite Color Settings." So I looked on-line (Google) and found an Adobe article and learned that I should be able to get to Suite Color Settings also by navigating to BRIDGE CENTER. Well I don't have that either, so I found another Adobe article that is entitled "Bridge Center is Missing from Adobe 1.0.X  and thought, hmmm, mine is CS2. But I checked the version number and its 1.0.4.6 (this came with Production Studio CS2) so I went ahead and modified the AdobeESDGlobalApps.xml file like it says to do. Restarted Bridge and hit ctrl-alt-shift like it says to do but nothing happens....no Reset Setting dialogue box appears like the article says it should so I repeated Step 6 several times and cannot get anything to happen. So I went manually into Reset settings but there is still no option for Bridge Center.
    So now I am totally stumped.
    Any ideas would be greatly appreciated.
    Thanks,
    Dave

    I had a little success by changing the Color Options in Photoshop also to "Best Workflow."  Now at least the Color Options in Illustrator and Photoshop both say "Synchronized."  Opened BRIDGE and hit Ctrl-Alt-Shift and this time got a dialogue box. Checked "reset options" and closed.  But still no "Bridge Center" is showing up in Bridge...
    Dave

  • Illustrator CS2 and InDesign CS2 not starting - here is how it was solved.

    This document is merely a compilation of information found at the sources named at the bottom of this document.
    Basically running older Adobe CS2 Software on a MacBook Pro 10.6.x Snow Leopard - probably like many of you that either can't afford the upgrade to CS3, CS4 or CS5, or maybe don't see the need to do so.  It's running good but it is slow since it is using Rosetta, but it does work - well, used to work.
    Illustrator CS2, InDesign CS2, Photoshop CS2, etc. were all running fine after the upgrade to Snow Leopard (under 10.6, 10.6.1 and 10.6.2).  Then the update to 10.6.3 was installed.  At the same time a bunch of other updates - including the Acrobat 8.2 update - were installed.  Not really sure what did it, but all of a sudden Illustrator CS2 stopped responding at the start up screen - no longer started up and InDesign CS2 popped the registration/licensing screen.  When trying to enter license info on first key press the application quit entirely.
    So maybe the 10.6.3 update was the culprit.  Never even thought that it could be the Acrobat 8.2/8.2.1 updates.  Then I found this thread here:
    http://forums.adobe.com/thread/613287?tstart=0 (good reading)
    Which ultimately pointed me the the instructions here:
    >start quote from http://kb2.adobe.com/cps/534/cpsid_53468.html
    Replace the corresponding files present in the “ /Library/Application Support/Adobe/TypeSpt/Unicode/Mappings/” folder with the one attached to this document.
    Download the attached Mac.dmg (http://kb2.adobe.com/cps/534/cpsid_53468/attachments/Mac.dmg) file to a machine where the issue is seen.
    Close all Adobe applications
    Double Click the Mac.dmg file to mount it.
    Copy Mac folder from mounted image. Paste it to /Library/ApplicationSupport/Adobe/TypeSpt/Unicode/Mappings/.
    A message appears to confirm to replace the existing 'Mac' folder. Replace the 'Mac' folder.
    Launch Illustrator or InDesign CS or CS 2.
    The Mac folder attached to this KB document already has the correct permissions set, so it should not be necessary to complete the steps below. However there may be cases where the permissions for the Mac folder get overwritten. In such a case, the original issue can reoccur. To solve this issue, complete the steps below:
    Follow Solution 1 and make sure that all Adobe applications are closed.
    Right or Control click and select 'Get Info' on the Mac folder  in “ /Library/Application Support/Adobe/TypeSpt/Unicode/Mappings/”, which you have copied from the .dmg file attached to this document.
    Verify that under 'Sharing and Permissions' all users listed have no write access
    If a change is required, click the padlock symbol and provide your Administrator credentials
    Select the user which has Write access and change it to 'Read Only'.
    Ensure the user 'Everyone' is set to 'No Access.
    To check if the issue has been solved, launch Acrobat 8.2 and then Illustrator or InDesign CS or CS 2.
    < end quote
    Even after following the instructions still "no love" from Illustrator CS2 or InDesign CS2.  InDesign did no longer show the registration screen, but it didn't continue launching, and Illustrator progressed further along in the start up sequence but also never finished launching.
    Then I found another article on the adobe site.  I am just quoting the part performed  and which ultimately did the trick.
    >start quote from http://kb2.adobe.com/cps/326/326388.html
    Steps 1 and 2 are not relevant so no need to do them
    3. At the Finder, choose File > Find.
    4. TypeAdobeFnt10.lst (Illustrator CS2), select the system drive, and then press Return.
    5. Delete all AdobeFnt10.lst files found.
    6. Restart the computer.
    7. Restart Illustrator. Illustrator creates a new Adobefnt10.lst or AdobeFnt07.lst file.
    < end quote
    So, this solved the problems at least for the time being.  Hope this helps someone else a bit.
    Download files:
    http://kb2.adobe.com/cps/534/cpsid_53468/attachments/Mac.dmg
    Sources:
    http://forums.adobe.com/thread/613287?tstart=0
    http://kb2.adobe.com/cps/534/cpsid_53468.html
    http://kb2.adobe.com/cps/326/326388.html

    Illustrator CS2 stopped working for me on Snow Leopard as well. What it all boiled down to was not to update to 12.0.1. Not sure which release of Snow Leopard I was on when I figured that out but I keep up-to-date, am now at 10.6.6 and CS2 still works fine. I keep getting prompted to update to 12.0.1 from time to time but just cancel it.
    I'm fairly sure I was at 12.0.1 already when I moved from Leopard to Snow Leopard and it was that, not a Snow Leopard update, that "broke" CS2 12.0.1. If I remember correctly, if you now try to apply the update, it won't go through with it anyway.

  • Illustrator CS2 error message : Can't open the illustration : The illustration contains an incomplet

    Hi,
    I am getting this message once in a while in Illustrator CS2 :
    Can't open the illustration : The illustration contains an incomplete or garbled object description.
    Offending operator ''Bg''
    Context :
    357.2139 668.8398L
    357.2139 669.8477L
    161.228 669.8477L
    Bb
    1 (Unnamed gradient 1) 0 0 0 1 1 0 0 1 0 0 Bg
    Is there something which is done wrong in illustrator to get this message ?
    What can prevent this to happen, because unable to open the document, the document is blank when opened ?
    Thanks in advance !

    We have tried both saving the files on our company server and on our individual desktops - neither of which will open the files.
    Fonts are ok - they are all created and saved in CS6.
    Printers, I believe are all correctly set up.
    We tried a complete reinstall on one PC - still running into the same random files ending up 'lost' with the same error message.
    Originally, the cs6 design standards (6 licenses total) were loaded to the server/shared drive and then downloaded onto each PC from there - we believe this may have something to do with the corruption, but this problem has just begun within the last month and the programs were all downloaded over 6 months ago.

  • Illustrator CS2 Crashes - Have removed all fonts - still crashing on open

    Greetings,
    I use Illustrator occasionally and cannot afford to buy al new right now. Plus I am afraid it might not solve the problem if old stuff is still on my computer.
    I guess I could reinstall everything but please see below to see what I have done, perhaps I am missing something.
    I am on an iMac with OS X 10.6.6
    Illustrator stalls when reading fonts on open.
    I downloaded mutliple fonts recently  (no not the Zebra one) not realizing it could crash my Illustrator. I also downloaded a few brushes for photoshop and patterns. I work on a Mac and even used my timeline to restore to before the date in question.
    Have read as many forums posts as I can, tried multiple ideas:
    Removed all fonts in user/library/fonts and macintosh/library/fonts
    Have disabled half the fonts, all the fonts, have deleted the ones I know I downloaded the other day when this happened.
    Deleted original Illustrstor and reinstalled it. (have not tried deleting all of CS 2 yet)
    Removed adobe plist files.
    Removed Work Flow file
    used my back up files to exaclty match font lists before the crash.
    Photoshop is working fine. Thank you for any and all help.
    Sheree
    Here is the problem file:
    Date/Time:       2011-04-21 18:03:40 -0400
    OS Version:      10.6.6 (Build 10J567)
    Architecture:    x86_64
    Report Version:  7
    Command:         Illustrator
    Path:            /Applications/Adobe Illustrator CS2/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Rosetta:         Yes
    Version:         12.0.0 (12.0.0)
    Parent:          launchd [118]
    PID:             222
    Event:           hang
    Duration:        8.04s (sampling started after 2 seconds)
    Steps:           40 (100ms sampling interval)
    Pageins:         399
    Pageouts:        0
    Process:         Adobe Illustrator [222]
    Path:            /Applications/Adobe Illustrator CS2/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Rosetta:         Yes
    UID:             501
      Thread f6143d4    DispatchQueue 100
      User stack:
        3 ??? (in Adobe Illustrator) [0x7369d594]
        3 ??? (in Adobe Illustrator) [0x7369d5c7]
        2 ??? (in Adobe Illustrator) [0x7369d597]
        2 ??? (in Adobe Illustrator) [0x7369d507]
        2 ??? (in Adobe Illustrator) [0x7369d59d]
        2 ??? (in Adobe Illustrator) [0x7369d543]
        2 ??? (in Adobe Illustrator) [0x7369d4c3]
        2 ??? (in Adobe Illustrator) [0x7369d479]
        2 ??? (in Adobe Illustrator) [0x7369d4cf]
        2 ??? (in Adobe Illustrator) [0x7369d56e]
        2 ??? (in Adobe Illustrator) [0x7369d599]
        1 ??? (in Adobe Illustrator) [0x7369d5a5]
        1 ??? (in Adobe Illustrator) [0x7369d530]
        1 ??? (in Adobe Illustrator) [0x7369d53a]
        1 ??? (in Adobe Illustrator) [0x7369d5b4]
        1 ??? (in Adobe Illustrator) [0x7369d534]
        1 ??? (in Adobe Illustrator) [0x7369d576]
        1 ??? (in Adobe Illustrator) [0x7369d4ab]
        1 ??? (in Adobe Illustrator) [0x7369d4e7]
        1 ??? (in Adobe Illustrator) [0x7369d565]
        1 ??? (in Adobe Illustrator) [0x7369d58c]
        1 ??? (in Adobe Illustrator) [0x7369d488]
        1 ??? (in Adobe Illustrator) [0x7369d581]
        1 ??? (in Adobe Illustrator) [0x7369d54e]
        1 ??? (in Adobe Illustrator) [0x7369d4f0]
        1 ??? (in Adobe Illustrator) [0x7369d537]
        1 ??? (in Adobe Illustrator) [0x7369d4a5]
      Kernel stack:
        40 lo_allintrs + 302 [0x2a0b5e]
          40 interrupt + 171 [0x2aa0d6]
            40 lapic_interrupt + 126 [0x2b16c2]
              40 intel_startCPU + 405 [0x2b2c92]
                40 sync_iss_to_iks + 124 [0x2a99dc]
      Thread d8adb7c  
      User stack:
        40 ??? (in Adobe Illustrator) [0xb8145397]
          40 ??? (in Adobe Illustrator) [0xb80dd8e8]
            40 ??? (in Adobe Illustrator) [0xb80c0037]
              40 ??? (in Adobe Illustrator) [0xb80c6b13]
                40 ??? (in Adobe Illustrator) [0xb8176e5d]
                  40 ??? (in Adobe Illustrator) [0xb815a8ff]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread d9467a8  
      User stack:
        40 ??? (in Adobe Illustrator) [0xb8145397]
          40 ??? (in Adobe Illustrator) [0xb80dd8e8]
            40 ??? (in Adobe Illustrator) [0xb80c0037]
              40 ??? (in Adobe Illustrator) [0xb80c6b13]
                40 ??? (in Adobe Illustrator) [0xb8176e5d]
                  40 ??? (in Adobe Illustrator) [0xb815a8ff]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread da0d000  
      User stack:
        40 ??? (in Adobe Illustrator) [0xb80e88cb]
          40 ??? (in Adobe Illustrator) [0xb818eeec]
            40 ??? (in Adobe Illustrator) [0xb818c3eb]
              40 ??? (in Adobe Illustrator) [0xb815aa8b]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread e701b7c  
      User stack:
        40 ??? (in Adobe Illustrator) [0xb8145397]
          40 ??? (in Adobe Illustrator) [0xb80dd8e8]
            40 ??? (in Adobe Illustrator) [0xb80c0037]
              40 ??? (in Adobe Illustrator) [0xb80c6b13]
                40 ??? (in Adobe Illustrator) [0xb8176e5d]
                  40 ??? (in Adobe Illustrator) [0xb815a8ff]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread e9fe3d4  
      User stack:
        40 ??? (in Adobe Illustrator) [0xb8145397]
          40 ??? (in Adobe Illustrator) [0xb80dd8e8]
            40 ??? (in Adobe Illustrator) [0xb80c0037]
              40 ??? (in Adobe Illustrator) [0xb80c6b13]
                40 ??? (in Adobe Illustrator) [0xb8179c5b]
                  40 ??? (in Adobe Illustrator) [0xb815acc0]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread ef357a8  
      User stack:
        40 ??? (in Adobe Illustrator) [0xb8145397]
          40 ??? (in Adobe Illustrator) [0xb80dd8e8]
            40 ??? (in Adobe Illustrator) [0xb80c0037]
              40 ??? (in Adobe Illustrator) [0xb80c6b13]
                40 ??? (in Adobe Illustrator) [0xb8176e5d]
                  40 ??? (in Adobe Illustrator) [0xb815a8ff]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread f2d37a8  
      User stack:
        40 ??? (in Adobe Illustrator) [0xb80e88cb]
          40 ??? (in Adobe Illustrator) [0xb8176f67]
            40 ??? (in Adobe Illustrator) [0xb815a93a]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread f6317a8  
      User stack:
        40 thread_start + 34 (in libSystem.B.dylib) [0x801706e2]
          40 _pthread_start + 345 (in libSystem.B.dylib) [0x8017085d]
            40 ??? (in Adobe Illustrator) [0xb819440f]
              40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x801430fa]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Binary Images:
      0x80142000 - 0x802e9ff7  libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    Process:         Adobe LM Service [238]
    Path:            /Library/Application Support/Adobe Systems/1.21.005/Adobe LM Service
    Rosetta:         Yes
    UID:             0
    Process:         Adobe Photoshop CS2 [234]
    Path:            /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2
    Rosetta:         Yes
    UID:             501
    Process:         Adobe Updater [191]
    Path:            /Applications/Utilities/Adobe Updater.app/Contents/MacOS/Adobe Updater
    Rosetta:         Yes
    UID:             501
    Process:         AirPort Base Station Agent [178]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    UID:             501
      Thread f0eb3d4    DispatchQueue 1
      User stack:
        40 ??? (in AirPort Base Station Agent + 5692) [0x10000163c]
          40 NSApplicationMain + 364 (in AppKit) [0x100b9b1a8]
            40 -[NSApplication run] + 395 (in AppKit) [0x100ba248b]
              40 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x100bdc7a9]
                40 _DPSNextEvent + 718 (in AppKit) [0x100bdce64]
                  40 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x1024555f8]
                    40 ReceiveNextEventCommon + 310 (in HIToolbox) [0x10245573f]
                      40 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x10245593a]
                        40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100954dbf]
                          40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100955932]
                            40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1005eb2da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread f5e67a8    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100605005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100605168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x10060583e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100605d14]
                40 kevent + 10 (in libSystem.B.dylib) [0x10060416a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread f953000  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x1006243e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x100624536]
            40 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x10062ee92]
      Kernel stack:
        40 sleep + 52 [0x48a3f9]
      Thread fafab7c  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x1006243e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x100624536]
            40 ??? (in AirPort Base Station Agent + 117988) [0x10001cce4]
              40 ??? (in AirPort Base Station Agent + 106856) [0x10001a168]
                40 ??? (in AirPort Base Station Agent + 118817) [0x10001d021]
                  40 __semwait_signal + 10 (in libSystem.B.dylib) [0x100625fca]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Binary Images:
             0x100000000 -        0x100027fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.2) <00010203-0405-0607-0809-0A0B0C0D0E0F> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
             0x1005ea000 -        0x1007abfff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
             0x100909000 -        0x100a80fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100b99000 -        0x10158ffff  com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
             0x102427000 -        0x102725fe7  com.apple.HIToolbox 1.6.4 (???) <263AD497-F4CC-9610-E7D3-B95CF6F02030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    Process:         aosnotifyd [213]
    Path:            /usr/sbin/aosnotifyd
    UID:             501
      Thread deaf3d4    DispatchQueue 1
      User stack:
        40 start + 52 (in aosnotifyd) [0x100001070]
          40 main + 806 (in aosnotifyd) [0x1000020e8]
            40 CFRunLoopRun + 70 (in CoreFoundation) [0x100069b46]
              40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100069dbf]
                40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x10006a932]
                  40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1006a72da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread e91e000    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1006c1005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1006c1168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1006c183e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1006c1d14]
                40 kevent + 10 (in libSystem.B.dylib) [0x1006c016a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread da96000  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x1006e03e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x1006e0536]
            40 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x1006eae92]
      Kernel stack:
        40 sleep + 52 [0x48a3f9]
      Binary Images:
             0x100000000 -        0x100011fff  aosnotifyd ??? (???) <887126C0-8850-68A0-AF30-37FAF68F5FEA> /usr/sbin/aosnotifyd
             0x10001e000 -        0x100195fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1006a6000 -        0x100867fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         autofsd [45]
    Path:            /usr/libexec/autofsd
    UID:             0
      Thread d95a7a8    DispatchQueue 1
      User stack:
        40 ??? (in autofsd + 5340) [0x1000014dc]
          40 ??? (in autofsd + 6461) [0x10000193d]
            40 CFRunLoopRun + 70 (in CoreFoundation) [0x1000b6b46]
              40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1000b6dbf]
                40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1000b7932]
                  40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1002fc2da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread d1a3000    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100316005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100316168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x10031683e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100316d14]
                40 kevent + 10 (in libSystem.B.dylib) [0x10031516a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Binary Images:
             0x100000000 -        0x100001ff7  autofsd ??? (???) <37489FFE-D80E-6AB2-C294-9448EEF27DEC> /usr/libexec/autofsd
             0x10006b000 -        0x1001e2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1002fb000 -        0x1004bcfff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         awacsd [109]
    Path:            /usr/sbin/awacsd
    UID:             0
      Thread ec493d4    DispatchQueue 1
      User stack:
        40 ??? (in awacsd + 8584) [0x100002188]
          40 ??? (in awacsd + 32728) [0x100007fd8]
            40 ??? (in awacsd + 59422) [0x10000e81e]
              40 semaphore_wait_trap + 10 (in libSystem.B.dylib) [0x1009a1316]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread ec97b7c    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1009bb005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1009bb168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1009bb83e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1009bbd14]
                40 kevent + 10 (in libSystem.B.dylib) [0x1009ba16a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Binary Images:
             0x100000000 -        0x100042fff  awacsd ??? (???) <6E146544-9253-6244-6F4B-5AFC6432F160> /usr/sbin/awacsd
             0x1009a0000 -        0x100b61fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         blued [44]
    Path:            /usr/sbin/blued
    UID:             0
      Thread d95ab7c    DispatchQueue 1
      User stack:
        40 ??? (in blued + 5564) [0x1000015bc]
          40 ??? (in blued + 151747) [0x1000250c3]
            40 -[NSRunLoop(NSRunLoop) run] + 77 (in Foundation) [0x1009557c3]
              40 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x1009558e4]
                40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1000afdbf]
                  40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1000b0932]
                    40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100de42da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread d8ad000    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100dfe005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100dfe168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x100dfe83e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100dfed14]
                40 kevent + 10 (in libSystem.B.dylib) [0x100dfd16a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread fe4f3d4  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x100e1d3e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x100e1d536]
            40 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x100e27e92]
      Kernel stack:
        40 sleep + 52 [0x48a3f9]
      Thread 10dc7000 
      User stack:
        38 start_wqthread + 13 (in libSystem.B.dylib) [0x100dfe005]
          38 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100dfdf8a]
      Kernel stack:
        38 bsdthread_create + 1313 [0x4cd603]
      Binary Images:
             0x100000000 -        0x100046fe7  blued ??? (???) <BC21FC9E-F7AE-D578-F447-610F43AC67FF> /usr/sbin/blued
             0x100064000 -        0x1001dbfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10090a000 -        0x100b8dff7  com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x100de3000 -        0x100fa4fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         configd [15]
    Path:            /usr/libexec/configd
    UID:             0
      Thread d4107a8    DispatchQueue 1
      User stack:
        40 start + 52 (in configd) [0x100000cf0]
          40 main + 2051 (in configd) [0x100001506]
            40 server_loop + 72 (in configd) [0x100001d5c]
              40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                  40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d42da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread d4103d4    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1003ee005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1003ee168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1003ee83e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1003eed14]
                40 kevent + 10 (in libSystem.B.dylib) [0x1003ed16a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread d791b7c  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x10040d3e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d536]
            40 plugin_exec + 1440 (in configd) [0x1000034c3]
              40 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d42da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread da5f000  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x10040d3e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d536]
            40 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x100417e92]
      Kernel stack:
        40 sleep + 52 [0x48a3f9]
      Thread da5f3d4  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x10040d3e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d536]
            40 _io_pm_force_active_settings + 2271 (in PowerManagement) [0x100e8c3c5]
              40 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d42da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread da967a8  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x10040d3e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d536]
            40 pppcntl_run_thread + 1595 (in PPPController) [0x102e5b90d]
              40 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d42da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread e916000  
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1003ee005]
          40 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x1003edf8a]
      Kernel stack:
        40 bsdthread_create + 1313 [0x4cd603]
      Binary Images:
             0x100000000 -        0x100026ff7  configd ??? (???) <74FC6898-E16A-3A28-B6B5-5E185A6B1D19> /usr/libexec/configd
             0x10003b000 -        0x1001b2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1003d3000 -        0x100594fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
             0x100e89000 -        0x100e9aff7  com.apple.SystemConfiguration.PowerManagement 160.0.0 (160.0.0) <11BDE066-A91E-EF41-F46E-6E05053C216D> /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/PowerManagement
             0x102e49000 -        0x102e72fff  com.apple.SystemConfiguration.PPPController 1.5 (1.5) <5B06DFBD-A8D9-50A9-FA7A-67AB943DAFEA> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPController
    Process:         coreaudiod [107]
    Path:            /usr/sbin/coreaudiod
    UID:             202
      Thread eb6d000    DispatchQueue 1
      User stack:
        40 ??? (in coreaudiod + 2964) [0x100000b94]
          40 ??? (in coreaudiod + 26320) [0x1000066d0]
            40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100127dbf]
              40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100128932]
                40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1006052da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread ec0ab7c    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x10061f005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x10061f168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x10061f83e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x10061fd14]
                40 kevent + 10 (in libSystem.B.dylib) [0x10061e16a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread ec0a3d4  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x10063e3e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x10063e536]
            40 CAPThread::Entry(CAPThread*) + 125 (in CoreAudio) [0x100045745]
              40 HALRunLoop::OwnThread(void*) + 152 (in CoreAudio) [0x100058776]
                40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100127dbf]
                  40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100128932]
                    40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1006052da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread 10dbab7c 
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x10061f005]
          40 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x10061ef8a]
      Kernel stack:
        40 bsdthread_create + 1313 [0x4cd603]
      Binary Images:
             0x100000000 -        0x10001fff7  coreaudiod ??? (???) <9A14795C-2B28-130F-43A3-183AB48F75D8> /usr/sbin/coreaudiod
             0x100027000 -        0x1000a6fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
             0x1000dc000 -        0x100253fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100604000 -        0x1007c5fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         coreservicesd [86]
    Path:            /System/Library/CoreServices/coreservicesd
    UID:             0
      Thread d938000    DispatchQueue 1
      User stack:
        40 ??? (in coreservicesd + 3756) [0x100000eac]
          40 _CoreServicesServerMain + 522 (in CarbonCore) [0x100310ae2]
            40 CFRunLoopRun + 70 (in CoreFoundation) [0x1009f6b46]
              40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009f6dbf]
                40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009f7932]
                  40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1000082da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread da96b7c    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100022005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100022168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x10002283e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100022d14]
                40 kevent + 10 (in libSystem.B.dylib) [0x10002116a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread d969000  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x1000413e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x100041536]
            40 read + 10 (in libSystem.B.dylib) [0x1000129c6]
      Kernel stack:
        40 lo64_unix_scall + 77 [0x2a143d]
          40 unix_syscall64 + 617 [0x4f13be]
            40 read_nocancel + 158 [0x498faa]
              40 write + 312 [0x49882e]
                40 get_pathbuff + 3054 [0x306b6c]
                  40 tsleep + 105 [0x48a634]
                    40 wakeup + 786 [0x48a20d]
                      40 thread_block + 33 [0x2272e7]
                        40 thread_block_reason + 331 [0x227259]
                          40 thread_dispatch + 1966 [0x226fba]
                            40 machine_switch_context + 753 [0x2a8a6e]
      Thread da0d7a8  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x1000413e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x100041536]
            40 fmodWatchConsumer + 347 (in CarbonCore) [0x1002c47a6]
              40 __semwait_signal + 10 (in libSystem.B.dylib) [0x100042fca]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread da76b7c  
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100022005]
          40 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100021f8a]
      Kernel stack:
        40 bsdthread_create + 1313 [0x4cd603]
      Binary Images:
             0x100000000 -        0x100000fff  coreservicesd ??? (???) <2A6BD0A0-7DA6-ABE6-3D55-E260EA69F56F> /System/Library/CoreServices/coreservicesd
             0x100007000 -        0x1001c8fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
             0x100260000 -        0x100594fff  com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
             0x1009ab000 -        0x100b22fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cupsd [22]
    Path:            /usr/sbin/cupsd
    UID:             0
      Thread d7917a8    DispatchQueue 1
      User stack:
        40 ??? (in cupsd + 4504) [0x137e16198]
          40 ??? (in cupsd + 109891) [0x137e2fd43]
            40 kevent + 10 (in libSystem.B.dylib) [0x137f1116a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread e9e87a8    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x137f12005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x137f12168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x137f1283e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x137f12d14]
                40 kevent + 10 (in libSystem.B.dylib) [0x137f1116a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread e9e8b7c  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x137f313e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x137f31536]
            40 ??? (in cupsd + 277689) [0x137e58cb9]
              40 CFRunLoopRun + 70 (in CoreFoundation) [0x138283b46]
                40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x138283dbf]
                  40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x138284932]
                    40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x137ef82da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Binary Images:
             0x137e15000 -        0x137e70ff7  cupsd ??? (???) <09F44E55-81E3-CB4D-3176-4906687B243E> /usr/sbin/cupsd
             0x137ef7000 -        0x1380b8fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
             0x138238000 -        0x1383affe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cvmsServ [97]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
    UID:             0
      Thread d1ab7a8    DispatchQueue 1
      User stack:
        40 ??? (in cvmsServ + 4100) [0x100001004]
          40 ??? (in cvmsServ + 23081) [0x100005a29]
            40 mach_msg_server + 539 (in libSystem.B.dylib) [0x100339eda]
              40 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x1002bd2e6]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Binary Images:
             0x100000000 -        0x100008fff  cvmsServ ??? (???) <2B92B368-C9A8-173F-AB83-97E8026631E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
             0x1002bc000 -        0x10047dfff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         DirectoryService [11]
    Path:            /usr/sbin/DirectoryService
    UID:             0
      Thread d27e3d4    DispatchQueue 1
      User stack:
        40 start + 52 (in DirectoryService) [0x10000cfec]
          40 main + 3061 (in DirectoryService) [0x10000dbe9]
            40 CFRunLoopRun + 70 (in CoreFoundation) [0x1009a3b46]
              40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009a3dbf]
                40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009a4932]
                  40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100c6d2da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread d27e000    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100c87005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c87168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x100c8783e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100c87d14]
                40 kevent + 10 (in libSystem.B.dylib) [0x100c8616a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread d1e93d4    DispatchQueue 8
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100c87005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c87168]
            40 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x100c87831]
              40 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x100ca92c4]
                40 ____StartKernelListener_block_invoke_8 + 33 (in DirectoryService) [0x1000286bd]
                  40 semaphore_wait_trap + 10 (in libSystem.B.dylib) [0x100c6d316]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread d20cb7c    DispatchQueue 8
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100c87005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c87168]
            40 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x100c87831]
              40 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x100ca92c4]
                40 syscall + 10 (in libSystem.B.dylib) [0x100ca98c2]
      Kernel stack:
        40 sleep + 52 [0x48a3f9]
      Thread d20c3d4  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x100ca63e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x100ca6536]
            40 DSLThread::_RunWrapper(void*) + 67 (in DirectoryServiceCore) [0x100c5534b]
              40 DSCThread::Run() + 36 (in DirectoryServiceCore) [0x100c550ac]
                40 CPluginRunLoopThread::ThreadMain() + 150 (in DirectoryService) [0x10001c784]
                  40 CFRunLoopRun + 70 (in CoreFoundation) [0x1009a3b46]
                    40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009a3dbf]
                      40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009a4932]
                        40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100c6d2da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread eb6d7a8  
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100c87005]
          40 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100c86f8a]
      Kernel stack:
        40 bsdthread_create + 1313 [0x4cd603]
      Thread fff03d4  
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100c87005]
          40 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100c86f8a]
      Kernel stack:
        40 bsdthread_create + 1313 [0x4cd603]
      Binary Images:
             0x100000000 -        0x100120ff7  DirectoryService ??? (???) <910DBBCD-D741-1530-210F-9A3944045A5B> /usr/sbin/DirectoryService
             0x100958000 -        0x100acffe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100c4d000 -        0x100c5efff  com.apple.DirectoryServiceCore.Framework 3.6 (621.9) <16FCF0D0-89B6-6BD2-F8CA-443E1A89307C> /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/DirectoryServ iceCore
             0x100c6c000 -        0x100e2dfff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         diskarbitrationd [13]
    Path:            /usr/sbin/diskarbitrationd
    UID:             0
      Thread d1abb7c    DispatchQueue 1
      User stack:
        40 ??? (in diskarbitrationd + 4064) [0x100000fe0]
          40 ??? (in diskarbitrationd + 32876) [0x10000806c]
            40 CFRunLoopRun + 70 (in CoreFoundation) [0x100072b46]
              40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100072dbf]
                40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100073932]
                  40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10071d2da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread d8577a8    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x100737005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100737168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x10073783e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100737d14]
                40 kevent + 10 (in libSystem.B.dylib) [0x10073616a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Binary Images:
             0x100000000 -        0x10001bfef  diskarbitrationd ??? (???) <E59D4CB3-3CC5-03AD-DE45-91F98CC6B2F2> /usr/sbin/diskarbitrationd
             0x100027000 -        0x10019efe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10071c000 -        0x1008ddfff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         distnoted [17]
    Path:            /usr/sbin/distnoted
    UID:             1
      Thread d7ae000    DispatchQueue 1
      User stack:
        40 ??? (in distnoted + 3620) [0x100000e24]
          40 ??? (in distnoted + 3717) [0x100000e85]
            40 CFRunLoopRun + 70 (in CoreFoundation) [0x10004fb46]
              40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x10004fdbf]
                40 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100050932]
                  40 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1002952da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread d857b7c    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1002af005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1002af168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1002af83e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1002afd14]
                40 kevent + 10 (in libSystem.B.dylib) [0x1002ae16a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread f2f77a8  
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1002af005]
          40 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x1002aef8a]
      Kernel stack:
        40 bsdthread_create + 1313 [0x4cd603]
      Binary Images:
             0x100000000 -        0x100000fff  distnoted ??? (???) <92B9638C-E784-F96A-27F4-76F21E79A832> /usr/sbin/distnoted
             0x100004000 -        0x10017bfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100294000 -        0x100455fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Process:         Dock [126]
    Path:            /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    UID:             501
      Thread d1b93d4    DispatchQueue 1
      User stack:
        40 ??? (in Dock + 17172) [0x100004314]
          40 ??? (in Dock + 18268) [0x10000475c]
            40 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1013c3dbf]
              40 __CFRunLoopRun + 5201 (in CoreFoundation) [0x1013c56e1]
                40 mshPerform + 11 (in HIServices) [0x102620f61]
                  40 ??? (in Dock + 89348) [0x100015d04]
                    40 ??? (in Dock + 89942) [0x100015f56]
                      40 ??? (in Dock + 138001) [0x100021b11]
                        40 ??? (in Dock + 223424) [0x1000368c0]
                          40 ??? (in Dock + 379156) [0x10005c914]
                            40 ??? (in Dock + 383116) [0x10005d88c]
                              40 ??? (in Dock + 384806) [0x10005df26]
                                40 _HandlePopUpMenuSelection7 + 665 (in HIToolbox) [0x104bd8e4e]
                                  40 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1702 (in HIToolbox) [0x104bd8b49]
                                    26 TrackMenuCommon(MenuSelectData&, unsigned char*) + 3355 (in HIToolbox) [0x104ab4aa8]
                                      26 IsUserStillTracking(MenuSelectData*, unsigned char*) + 175 (in HIToolbox) [0x104ac7e18]
                                        26 ReceiveNextEventCommon + 310 (in HIToolbox) [0x104a7d73f]
                                          26 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x104a7d93a]
                                            26 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1013c3dbf]
                                              26 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1013c4932]
                                                26 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1007e42da]
                                    11 TrackMenuCommon(MenuSelectData&, unsigned char*) + 3204 (in HIToolbox) [0x104ab4a11]
                                      11 IsUserStillTracking(MenuSelectData*, unsigned char*) + 175 (in HIToolbox) [0x104ac7e18]
                                        11 ReceiveNextEventCommon + 310 (in HIToolbox) [0x104a7d73f]
                                          11 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x104a7d93a]
                                            11 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1013c3dbf]
                                              11 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1013c4932]
                                                11 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1007e42da]
                                    2 TrackMenuCommon(MenuSelectData&, unsigned char*) + 3460 (in HIToolbox) [0x104ab4b11]
                                      1 SelectItemAndRestoreAllMenuBits(MenuSelectData&) + 474 (in HIToolbox) [0x104acd60f]
                                        1 FlashFeedback(MenuSelectData*) + 131 (in HIToolbox) [0x104acd860]
                                          1 HIView::SimulateClick(short, unsigned int, short*) + 167 (in HIToolbox) [0x104acd96b]
                                            1 SendEventToEventTargetWithOptions + 51 (in HIToolbox) [0x104a55d99]
                                              1 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395 (in HIToolbox) [0x104a55f28]
                                                1 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002 (in HIToolbox) [0x104a569d5]
                                                  1 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1700 (in HIToolbox) [0x104a6784c]
                                                    1 HIView::SimulateClickSelf(short, unsigned int, short*) + 94 (in HIToolbox) [0x104acda84]
                                                      1 SendControlSimulateHit(HIView*, short, unsigned int, short*) + 150 (in HIToolbox) [0x104acdbcc]
                                                        1 SendEventToEventTargetWithOptions + 51 (in HIToolbox) [0x104a55d99]
                                                          1 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395 (in HIToolbox) [0x104a55f28]
                                                            1 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002 (in HIToolbox) [0x104a569d5]
                                                              1 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1842 (in HIToolbox) [0x104a678da]
                                                                1 HIStandardMenuView::SimulateHitSelf(short, unsigned int, short*) + 188 (in HIToolbox) [0x104acdcce]
                                                                  1 HIMenuView::SimulateHitSelf(short, unsigned int, short*) + 160 (in HIToolbox) [0x104acddc2]
                                                                    1 RunCurrentEventLoopInMode + 234 (in HIToolbox) [0x104a7d8d7]
                                                                      1 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1013c3dbf]
                                                                        1 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1013c4932]
                                                                          1 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1007e42da]
                                      1 SelectItemAndRestoreAllMenuBits(MenuSelectData&) + 839 (in HIToolbox) [0x104acd77c]
                                        1 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x104a7d93a]
                                          1 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1013c3dbf]
                                            1 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1013c4932]
                                              1 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1007e42da]
                                    1 TrackMenuCommon(MenuSelectData&, unsigned char*) + 1798 (in HIToolbox) [0x104ab4493]
                                      1 OpenSubmenu(MenuSelectData*, MenuData*, unsigned char, unsigned char*) + 257 (in HIToolbox) [0x104bd838f]
                                        1 DrawTheMenu(MenuSelectData*, __CFArray**, unsigned char, unsigned char*) + 571 (in HIToolbox) [0x104ab53c3]
                                          1 PrepareMenuWindow + 162 (in HIToolbox) [0x104ac02e6]
                                            1 GetMenuWindow(OpaqueMenuRef*, unsigned short, Rect const*, OpaqueRgnHandle*) + 358 (in HIToolbox) [0x104ac0a66]
                                              1 CreateCustomWindow + 84 (in HIToolbox) [0x104ac0e32]
                                                1 HIWindowCreateCommon(unsigned int, unsigned long long, WindowDefSpec const*, CGRect const*, unsigned int, OpaqueWindowPtr**) + 228 (in HIToolbox) [0x104ac0f29]
                                                  1 CreateNewWindowInternal(WindowDefSpec const*, unsigned int, unsigned long long, Rect const*, OpaqueWindowPtr**) + 342 (in HIToolbox) [0x104a91d4b]
                                                    1 NewWindowCommon(WindowData**, unsigned int, unsigned long long, WindowDefSpec const*, Rect const*, unsigned char const*, unsigned char, OpaqueWindowPtr*, void*, unsigned int, unsigned short*, bool) + 1184 (in HIToolbox) [0x104a66e38]
                                                      1 HIObjectCreate + 90 (in HIToolbox) [0x104a51d08]
                                                        1 HIObject::Create(__CFString const*, OpaqueEventRef*, HIObject**) + 268 (in HIToolbox) [0x104a51e3e]
                                                          1 SendEventToEventTargetWithOptions + 51 (in HIToolbox) [0x104a55d99]
                                                            1 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395 (in HIToolbox) [0x104a55f28]
                                                              1 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002 (in HIToolbox) [0x104a569d5]
                                                                1 HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 65 (in HIToolbox) [0x104a56f59]
                                                                  1 HIObject::HandleClassHIObjectEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 193 (in HIToolbox) [0x104a5708b]
                                                                    1 AppleWindowDef::Initialize(OpaqueEventRef*) + 31 (in HIToolbox) [0x104a6ac03]
                                                                      1 WindowData::Initialize(OpaqueEventRef*) + 418 (in HIToolbox) [0x104a6ade4]
                                                                        1 WindowData::FinishConstruction(unsigned int, unsigned long long, unsigned int, Rect const*, unsigned char*, unsigned int, OpaqueWindowPtr*, OpaqueControlRef*) + 1266 (in HIToolbox) [0x104a6b31c]
                                                                          1 CreatePlatformWindow + 212 (in HIToolbox) [0x104a9295c]
                                                                            1 CreatePlatformWindowPriv(WindowData*, unsigned int, __HIShape const*, unsigned char, double, double, unsigned int, unsigned int*) + 526 (in HIToolbox) [0x104a92b8e]
                                                                              1 UpdateWindowAvailability(WindowData*, unsigned int, unsigned int) + 187 (in HIToolbox) [0x104a92fe6]
                                                                                1 ClearPlatformWindowTag + 79 (in HIToolbox) [0x104a9308c]
                                                                                  1 CGSClearWindowTags + 248 (in CoreGraphics) [0x1019a1493]
                                                                                    1 _CGSSetWindowListTags + 243 (in CoreGraphics) [0x1019a0e0d]
                                                                                      1 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1007e42da]
      Kernel stack:
        40 ipc_mqueue_receive_continue + 0 [0x210ce6]
      Thread ed273d4    DispatchQueue 2
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1007fe005]
          40 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1007fe168]
            40 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1007fe83e]
              40 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1007fed14]
                40 kevent + 10 (in libSystem.B.dylib) [0x1007fd16a]
      Kernel stack:
        40 kevent + 97 [0x473932]
      Thread f0ebb7c  
      User stack:
        40 thread_start + 13 (in libSystem.B.dylib) [0x10081d3e9]
          40 _pthread_start + 331 (in libSystem.B.dylib) [0x10081d536]
            40 ??? (in Dock + 87627) [0x10001564b]
              40 __semwait_signal + 10 (in libSystem.B.dylib) [0x10081efca]
      Kernel stack:
        40 semaphore_wait_continue + 0 [0x22a3dd]
      Thread f5c2b7c  
      User stack:
        40 start_wqthread + 13 (in libSystem.B.dylib) [0x1007fe005]
          40 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x1007fdf8a]
      Kernel stack:
        40 bsdthread_create + 1313 [0x4cd603]
      Binary Images:
             0x100000000 -        0x100177ff7  com.apple.dock 1.7 (769.16.1) <0EF4A3E5-9C21-EB37-4E85-7CBD3C676346> /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
             0x1007e3000 -        0x1009a4fff  libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
             0x101378000 -        0x1014effe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x101996000 -        0x10209306f  com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
             0x102613000 -        0x102665ff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationSer

    Sheree,
    You may try either/both:
    1) Uninstall, use the Cleaner Tool, and reinstall;
    http://www.adobe.com/support/contact/cs5clean.html
    2) Move the folder (which removes the preferences), and/or Other options, see especially items 5 - 11.

  • How to edit a track/route in an image w/ Illustrator CS2

    I have an aerial image in a .JPEG file which shows a  GPS track/route.  I would like to enhance/alter the appeareance of this track/route in the image file   using Illustrator CS2.  I have tried to manipulate the track/route using Photoshop CS2 but it does not seem to work very well, especially when trying to manipulate the track/route in the manner I wish.
    For example, I would like to be able to select the entire track/route using Illustrator and then possibly increase the thickness of the track/route, change the color and most importantly be able to change the appearance of the track/route to appear as a dashed or dotted line.  I do not wish to change the size or shape of the track/route as it currently appears on the image.   Any suggestions on how to most efficiently achieve my desired goal(s) using Illustrator CS2?
    See attached aerial image file which shows the GPS track/route.
    Thanks!
    Using Illustrator and Photoshop CS2 on a Windows PC

    Illustrator is not a jpg editor.
    There are 2 things you can do....
    Use Live Trace to trace the jpg then adjust the shapes for the track. My guess is this won't work well at all.
    Use the pen tool and draw the path yourself. You can then completely adjust the path all you want.

  • I purchased Adobe Illustrator CS2 on CD many years ago and now i have bought a new iMac computer it won't let me install from the CD's. How can i use this product on iMac ?

    I purchased Adobe Illustrator CS2 on CD many years ago and now i have bought a new iMac computer it won't let me install from the CD's. How can i use this product on iMac ?

    Because the Nano was previous synced to another comuter/iTunes library.
    See the following:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Bridge CS2: Scripting metadata w/o XMPScript?

    Hi,
    I need to get at strcutured data types (bag and alt) and I can't figure out how to do this in CS2, or if it's even possible. I've looked at the sample code in the scripting guide, but it doesn't seem to be of use. Here's what I've tried so far to get the first element in the alt structure xmpRights:UsageTerms field (labeled x-default):
    var tn = new Thumbnail(fileName);
    var md = tn.synchronousMetadata;
    md.namespace = "http://ns.adobe.com/xap/1.0/rights/";
    var rights = md.UsageTerms;
    Window.alert(rights["UsageTerms/xmpRights:x-default"]);
    Any suggestions?

    John,
    I think you are misunderstanding two things about the Bridge Metadata object and XMP.
    First, the Metadata object will return only Strings, not objects that represent nodes in the XMP data model.
    Second, the xpath syntax you are trying to use to access the x-default member of the array is incorrect.
    Try a script like the following:
    #target bridge
    var thumb = app.document.selections[0];
    var md = thumb.synchronousMetadata;
    try {
    md.namespace = "http://ns.adobe.com/xap/1.0/rights/";
    var usageTerms = md["UsageTerms[@xml:lang='x-default']"];
    $.writeln( usageTerms );
    md["UsageTerms[@xml:lang='x-default']"] = "Changed";
    } catch( e ) {
    $.writeln( e );
    This may be a usable workaround for you if you need to deploy scripts that run on CS2 and cannot use XMPScript.
    If you can I recommend using CS3 to develop the scripts for CS2 because it has some tools that may make your job easier. First, you can use utiltiy functions in XMPScript like XMPUtils.composeLanguageSelector() to create well-formed xpaths to use in your CS2 scripts. Second in Bridge CS3 exceptions thrown by the XMP toolkit when the Metadata object tries to get a property (ex: when a script calls var foo = md["bogus/xpath"]) will be reflected as JavaScript exceptions with the error message from the internal C++ exception. If, for example, the property name or namespace URI are bad, it's now much easier for the script writer to determine what is wrong than it was in CS2. This is one of my favorite, unsung new features in CS3.
    -David

Maybe you are looking for

  • Pop up menu behavior

    I'm using Dreamweaver 2004 MX Created a Pop up menu behavior in my Template and it worked OK. When new html pages are created based on theTemplate, the Pop up menu does not work. Any suggestions?

  • A few questions from someone considering whether to buy an Airport Extreme

    Hi there, I've spent the last couple of months grapping with an APPALLINGLY bad router from D-Link that has had more problems I can count on all my fingers and toes. I'm deciding between whether to replace it with kit from Netgear, Belkin or Apple. I

  • Hard Drive Bay (Caddy) and drive for T430

    Very confused about what the recommended HDD Caddy for T430 is. (to swap DVD drive with a 2nd HDD) Also, is there a non Lenovo HDD that works with this? 1 TB drive preferred. Thanks.

  • RDP with shadow switch on 2008 R2

    I have a problem with accessing remote session on Windows Server 2008 R2 by using this command: mstsc /v:172.20.0.1 /shadow:2 Session ID is correct. The command is executed from another 2008 R2 server. On both there is the newest mstsc version 6.3.96

  • Loading data into Fact/Cube with surrogate keys from SCD2

    We have created 2 dimensions, CUSTOMER & PRODUCT with surrogate keys to reflect SCD Type 2. We now have the transactional data that we need to load. The data has a customer id that relates to the natural key of the customer dimension and a product id