How to InDesign CS5 - .jsx script export multiple PDF??

ok I have a datamerge process with .jsx script that is exporting to single page pdf files. What I need it for 2 of these pages to be in one (multi-page pdf). how can I accomplish this?
here is the script I have here is my function & teardown:
function mySnippet(){
          //<fragment>
          var myPageName, myFilePath, myFile;
          var myDocument = app.documents.item(0);
          var myBaseName = myDocument.name;
          for(var myCounter = 0; myCounter < myDocument.pages.length; myCounter++){
                    myPageName = myDocument.pages.item(myCounter).name;
                            app.pdfExportPreferences.pageRange = myPageName;
                    //app.pdfExportPreferences.pageRange = myPageName, "15-16";
            switch(myPageName) {
                    case "1" : myPageName = "Human Card Approval";
                              docType = ""  break;
                    case "2" : myPageName = "Pet Card Approval";
                              docType = "" break;
                    case "3" : myPageName = "Rx FAQ EN";
                              docType = "FAQ" break;
                    case "4" : myPageName = "Rx FAQ ES";
                              docType = "FAQ" break;
                    case "5" : myPageName = "Labs & Imaging FAQ EN";
                              docType = "FAQ" break;
                    case "6" : myPageName = "Labs & Imaging FAQ ES";
                              docType = "FAQ" break;
                    case "7" : myPageName = "Equalizer No Cards EN";
                              docType = "Equalizer" break;
                    case "8" : myPageName = "Equalizer w_cards EN";
                              docType = "Equalizer" break;
                    case "9" : myPageName = "Equalizer Slick Stand EN";
                              docType = "Equalizer" break;
                    case "10" : myPageName = "Equalizer No Cards ES";
                              docType = "Equalizer" break;
                    case "11" : myPageName = "Equalizer w_cards ES";
                              docType = "Equalizer" break;
         case "12" : myPageName = "Equalizer Slick Stand ES";
                              docType = "Equalizer" break;
                    case "13" : myPageName = "Medicare Donut Hole EN";
                              docType = "Donut Hole" break;
         case "14" : myPageName = "Medicare Donut Hole ES";
                              docType = "Donut Hole" break;
         case "15" : myPageName = "Trifold EN Outside";
                              docType = "TriFold" break;
                    case "16" : myPageName = "Trifold EN Inside";
                              docType = "TriFold" break;
                    case "17" : myPageName = "Pet w Cards EN";
                              docType = "Pet" break;
         case "18" : myPageName = "Pet Slick Stand EN ";
                              docType = "Pet" break;
                    case "19" : myPageName = "Pet w Cards ES";
                              docType = "Pet" break;
         case "20" : myPageName = "Pet Slick Stand ES";
                              docType = "Pet" break;
                    fileName = group + " " + myPageName + " " + date + ".pdf";
                    myFilePath = dirPath + docType + "/" + fileName;
                    myFile = new File(myFilePath);
                    myDocument.exportFile(ExportFormat.pdfType, myFile, false);
          //</fragment>
//</snippet>
//<teardown>
function myTeardown(){
Here is what I need exported as one pdf file:
         case "15" : myPageName = "Trifold EN Outside";
                              docType = "TriFold" break;
                    case "16" : myPageName = "Trifold EN Inside";
                              docType = "TriFold" break;

That would require scripting. You might inquire in the InDesign Scripting forum for scripts that might work.

Similar Messages

  • InDesign CS5 won't export to PDF

    I've been having a problem recently when exporting to PDF in InDesign CS5.  I get an error message which says:
    1 problem was found with a background task:
    Export: "NameOfDocument" (1)
    It won't export to PDF.  What can I do about this?  Many thanks.

    Oh, sorry.  Forgot about the specifics.
    Local drive on Win7.  Yes, file naming conventions adhered to.

  • InDesign CS5 crashing when exporting to PDF - large image?

    Hi can anyone help?
    I'm working with some rather large files in InDesign - it's a layout for a vinyl banner. It contains one image, created at 1/2 size @ 600dpi - 1500 mm x 850 mm. The file size generating is 1.25GB. I can't save in any format other than tif, psb, raw. I've gone with tif.
    So, I've placed the image above into my document and need to send to the printers to do a resolution test. Unfortunately, when exporting to a high quality PDF, it hangs and InDesign crashes.
    I know the image is probably the cause of the issue, but really not sure what I can do about that?
    Crash report is here - http://pastebin.com/EBNxE8fS
    If anyone can offer any advice on a) how I can save the image as a print acceptable format that DOESN'T create a humongous file size OR b) whether there are any settings i can cgane in InDesign to handle this better?
    Thanks

    Hiya
    Thanks for the reply - and yes, I thought the ppi was too high as well HOWEVER thats the specs advised by the production house. I've managed to get the file to export using a ppi of 500 - so it will print at 250ppi full size - which i think is ok, anything above that and my machine just doesn't want to play.
    I will try and use the zip compression and see what they results in. Unfortunately, becuase of the size and ppi, I'm only given the 3 file format options to save in as above.
    I've explained the situation to my production house and am awaiting their reply. These banners, although will possibly be seen up close, won't in no way be viewed at arms length.
    Thanks for your help

  • How create indesign using Java Script

    I am new in indesign and want to create indesign application using JavaScript.
    When i use AppleScript to create Indesign Application i use this statement
    tell application "Adobe InDesign CS5.5"
    set myDocument to make document with properties
    end tell
    Indesign Application create sucessfully.
    How create Indesign Application using JavaScript ?
    or what is equivelent statement of ( tell application "Adobe InDesign CS5.5" ) in Java Script.
    There are some java scripting example given on forum or in sdk.These all example start with app.
    when I debug these java script using ExtendScript ToolKit 3.6 It give error on app (undefined app).I think this app ia application object.
    How create  indesign application object  app in javascript ?
    While this script run sucessfully when i put these script in C:\Program Files\Adobe\Adobe InDesign CS5.5\Scripts
    and to run these script use Scripts panel (choose Window > Utilities > Scripts), then double-click the script name in the Scripts panel in indesign application.But In this case first i start indesign application and then choose Window > Utilities > Scripts then double-click the script name in the Scripts panel.
    I want to create Indesign Application (instance) using JavaScript.When I run or (debug) my JavaScript in any javaScript tool like ExtendScript ToolKit 3.6 then Indesign application should start, like in Apple Script.
    Thanks

    Thanks Vamitul for reply
    For example when i run SelectObjects.jsx An InDesign CS5.5 JavaScript in ESTK  then message prompt "Target Adove Indesign CS5.5 is not running. Do you want to lanch." Then on click yes Indesign application start.
    I want to Know how indesign object "app" is created to start Indesign application on click yes.
    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/In DesignScripting/InDesign-ScriptingTutorial.pdf
    Like in VB to create indesign object we use CreateObject("InDesign.Application"). In javascript how create object say "app" of InDesign Application.
    For example if  i write
    var myDocument = app.documents.add();
    var myTextFrame = myDocument.pages.item(0).textFrames.add();
    myTextFrame.geometricBounds = ["6p", "6p", "24p", "24p"];
    myTextFrame.contents = "Hello World!";
    in a simple text file and save it with .js extention and to open this double click on this  it give error undefined "app".
    Source :Microsoft JScript runtime error
    So how define "app" or create indesign object ?
    Thanks

  • Acrobat X Pro - Export multiple PDFs to JPG

    In Acrobat 9 Pro I am able to export multiple pdfs to jpg using file--->export multiple....   In Acrobat X I can't seem to find this funtionality.  Any ideas?
    Thanks.

    I tried this script and it did work but I needed to export to PNG rather than JPG. I could not see a way to do that without actual scripting, which I don't know how to do. So I opened the script linked here in Textpad and just changed "jpg" to "png" and it worked - happy day for me! If anyone would like to download this action, you can find it here: http://ccl.rutgers.edu/~lindaeve/acrobatx/Export_to_PNG.sequ
    Linda

  • I'm running Indesign CS5 & it appears my Adobe PDF presesets have stopped working. Can you help?

    I'm running Indesign CS5 & it appears my Adobe PDF presesets have stopped working. Can you help?

    It's under utilities in the window menu.
    If the simple PDF works, that may indicate a problem with the file after all, but one way to to force the export to the foreground is to create a new Book (File > New > Book), then add the file that's giving you trouble to that book. (a Book is just a container format used to combine multiple .indd files into a single output)
    From the Book panel flyout menu you can export to PDF and see what that does. Failure indicates a file problem, success a background task problem.
    It's a little odd that you aren't getting an error message....
    Anyway, if the problem is the file, try export in two halves. If both halves export, it's a system resources problem and not much you can do other than attempt to see what is using all the memory (probably some large complex vector object, or many vector objects) or just do the export in chunks that work and combine them in Acrobat Pro. If one half fails, try exporting half  fo the failing half at a time. Keep dividing the failing half until you isolate a page with the problem.

  • InDesignCC. How to keep image quality with exporting Interactive PDF?

    Hello everyone, I'm using InDesign CC, I'm exporting a PDF that has PNG images, the problem is that I'm loosing the sharpness and the pureness in the images after exporting the file into PDF Interactive... the Settings I'm using for Image Handling are Compression: Automatic , JPEG Quality: Maximum, Resolution PPI: 300..
    The file size is "Letter" with web Intent (792px x 612px) the images I'm using are big and have great quality, can anyone tell me how I export into PDF interactive without loosig images quality? I want to keep this pureness and sharpness in the images
    Thanks in advance

    It depends on the image. Best way for us to advise you is to open your image, then go to Image > Image Size and upload a screen capture of the Image Size box with the readings.
    What you might have working against you is not enough pixels. Upsampling may just make it blurred. But we will see.
    300 ppi is also not carved in stone, you may get away with 200 ppi depending on where you are sending it for printing.
    And lastly, if you are paying a commercial printer to do this, it's best to consult with them and see what they can do.

  • CS5 will not export to pdf, nor can I delete background tasks to close program

    I haven't a clue as to why InDesign CS5 will not create a pdf file from a 12 page document that (to my knowledge) has no errors.  This file is of a 12-page advertising catalogue that has already been sent to the printer, so there is nothing wrong with the file.
    I want to create a low resolution version of the file for viewing on the web.  The request shows up in the Background Tasks, however, nothing is happening.  Plus, I cannot delete the background task.
    I am using version 7.0 of InDesign CS5 on a Mac Pro Quad Core, running Version 10.6.8 of OS X.
    Up until this point I haven't had a problem with InDesign.
    All help is greatly appreciated.
    Thank you,
    Diane

    Thank you Peter for your suggestion.
    I finally figured out that I was working with a corrupt file.  Go figure.    No telling how that happened as the last time I worked with the file was when I uploaded it to the printer.
    Everything is works perfectly in my InDesign software.
    Thank you again for trying to help.
    Diane

  • InDesign crashes when i export a pdf, overprint preview and package

    I am using CS6 on a MacBook Pro. I have version 10.8.5.
    I am working on a manual (original file not created by me).
    I was trying to pacakge all the files together but it kept crashing. I do not see the blank window some people have been seeing when this happens. I only get the window about letting Apple know about the problem and submitting the problem to Adobe.
    Under Preflight all systems are fine, I have the green light.
    I checked that paragraph styles, character styles and master pages did not have fonts missing.
    I went through all files and noticed some eps's did not have fonts converted to outlines so I made them outlines and relinked them.
    I also changed all RGB to CMYK.
    I converted the file to an IDML, reopened InDesign. I also resaved the file to a different name.
    These did not seem to help unfortunately.
    If there is no visible problem, what can one do? At this point I am trying to pdf one page at a time to see if I can pinpoint as to where the issues lies.
    InDesign also crashes when exporting a .pdf and when I try to run an overprint preview. So strange..

    Well I don't get why this would have been the problem, but I removed the logo that was on the cover and on the back. Since the logo was all vector, I copied it and pasted it into InDesign (so no links). This allowed me to create a .pdf and to package. This logo has been used several times over and over so not sure why this was part of the issue..

  • Color issue with pdf from Indesign. I have a special cmyk mix for a bcard in Indesign. When I export the pdf the cmyk mix has changed Just started today 1.13.15 Running Yosemite 10.10.1 Any help on what to look for would be greatly appreciated.

    I have a special cmyk mix for a bcard in Indesign. When I export the pdf the cmyk mix has changed Just started today 1.13.15 Running Yosemite 10.10.1 Any help on what to look for would be greatly appreciated.

    Thank you Peter. Someone else must have been on my computer because I do not change the settings. You pointed me in the right direction.
    Thanks again.
    Patrick

  • How do I sign in to export a PDF?

    I purhased a subscription for Adobe ExportPDF and am having trouble signing in.  My

    Thank you Pranav,  --   Although I don't presently have a file to export, your explanation looks good and should be easy to follow.
    Many thanks
    Neil
    "Proweld"
    Date: Tue, 25 Feb 2014 04:17:02 -0800
    From: [email protected]
    To: [email protected]
    Subject: How do I sign in to export a PDF?
    Re: How do I sign in to export a PDF? created by pranavj in Adobe ExportPDF - View the full discussion
    Hi Proweld,
    There are two ways to use ExportPDF subscription. Using Web Browser (http://exportpdf.acrobat.com) and another one is using Adobe Reader.
    Kindly look into the below mentioend document, and let me know if that helps.
    http://forums.adobe.com/docs/DOC-2412
    Let me know if you have any other question.
    Regards,
    ~Pranav
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6154714#6154714
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6154714#6154714
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6154714#6154714. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe ExportPDF at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Letters 'messed up' when InDesign CS4 file is exported to PDF - how to solve?

    I hope somebody has had this problem before and knows how to solve.
    Situation: Indesign CS4.
    Book file, with 130 linked documents. Everything is ready to go to Press.
    I exported the book to PDF. Once I opened the PDF, in some of the rows on the text, all letters are 'messed up'!- see screenshots below.
    Very strange, since I made several other PDF-exports (up to 20) in the days before - and everything went fine before.
    Does anybody know how to solve this problem?
    Has it maybe something to do between 'Press quality' and 'Print quality' settings?
    The problem seems somehow related to the font, since everything else is just fine.
    NOTE: the sentences below you cannot read are NOT made that way by me ;-), to prevent it from being able to read it. This is how it comes out the PDF.

    Hello everyone
    we had the same problem
    exporting CS5 file into PDF seems to work fine but while opening the PDF file :
    a) got a message telling the /Widths are corrupted for some fonts
    b) when zooming on typos, we can see the approach/kerning is way not perfect between letters
    c) on some text lines the letters are completly messed up ( see example below ) :
    S O L U T I O N
    a) open  the CS5 indesign file
    b) export as PDF : this PDF will be wrong
    c) keep the CS5 indesign file open, don't close it
    d) export again as PDF ( different or same name ) this 2nd PDF file will be OK
    SO THE SECOND EXPORTED PDF IN A ROW IS OK
    NOTE :
    exporting as .inx or .idml just give an  illusion
    you may get an OK PDF in some circonstances
    but if you close the indesign file, open it and export it : the first PDF is WRONG
    hoping this will help you
    please confirm or infirm this "solution"
    our configuration
    - Mac OSX ( 10.5.8 )
    - InDesign CS5 last patched ( NOT 5.5 )
    - most of fonts are OpenType ( .otf )
    - the problem occurs on some particular files
    - i know that these files were exported once through "book" functionnality ( could this explain ? )
    Good Luck

  • How can I export multiple PDF fillable forms into a spreadsheet (Excel) using VBA?

    Hi guys,
    I never used VBA with with Adobe Acrobat. I would like a tip to start doing that. What I would like to do know is:
    1 - I have multiple PDF Forms that are filled.
    2 - I want all the data from those forms to be exported to Excel via VBA code.
    3 - Adobe Acrobat already have an option to do that manually (Forms > Merge Data Files Into Spreadsheet) and it works perfectly.
    4 - I would like to access that feature using VBA, then generate a spreadsheet.
    Any tips? How can I start?
    Thanks!

    A good place to start is Karl Heinz Kremer's blog, where he has a few examples:
    http://khkonsulting.com/2010/09/reading-pdf-form-fields-with-vba/

  • InDesign CS5 Crashes when exporting PDF.  10.7.4

    We are rolling out a fresh install of Lion and a fresh install of CS5 to all our users.  So far it has been uneventful.  However a user who got his new computer/image last week cannot export any InDesign doc to PDF without it crashing.  I've removed prefs.  I uninstalled and reinstalled CS5 (using cleaner tool as well) and the problem still exists.  We don't have a single other user who's had this issue.
    Any thoughts?
    27" iMac i5
    10.7.4
    CS5 completely up-to-date
    Thanks

    Process:    
    Adobe InDesign CS5 [998]
    Path:       
    /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier: 
    com.adobe.InDesign
    Version:    
    7.0.4.553 (7040)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [133]
    Date/Time:  
    2012-08-20 13:46:43.264 -0700
    OS Version: 
    Mac OS X 10.7.4 (11E2617)
    Report Version:  9
    Interval Since Last Report:     
    7258 sec
    Crashes Since Last Report:      
    1
    Per-App Interval Since Last Report:  2887 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                 
    E3740C5D-C280-442C-B33D-899746936140
    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[998]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                      
    0xac17c630 _XHNDL_trapback_instruction + 0
    1   ???                      
    0xffffffff 0 + 4294967295
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x936d790a kevent + 10
    1   libdispatch.dylib        
    0x915a8e10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib        
    0x915a785f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c310f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore
    0x90fd23a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    5   PMRuntime.dylib          
    0x00014130 MemUtils::GetAvailMem() + 288
    6   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    7   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    8   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib   
    0x936d4c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x936d41f6 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore
    0x9105f0ec TS_exception_listener_thread + 90
    3   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    4   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91060e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x90fd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    6   AdobeACE                 
    0x0005a6f1 0x20000 + 239345
    7   AdobeACE                 
    0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91060e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x90fd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    6   AdobeACE                 
    0x0005a6f1 0x20000 + 239345
    7   AdobeACE                 
    0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91060e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x90fd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    6   AdobeACE                 
    0x0005a6f1 0x20000 + 239345
    7   AdobeACE                 
    0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91060e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x90fd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    6   AdobeACE                 
    0x0005a6f1 0x20000 + 239345
    7   AdobeACE                 
    0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91060e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x90fd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    6   AdobeACE                 
    0x0005a6f1 0x20000 + 239345
    7   AdobeACE                 
    0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91060e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x90fd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    6   AdobeACE                 
    0x0005a6f1 0x20000 + 239345
    7   AdobeACE                 
    0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91060e62 TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore
    0x90fd237d TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore
    0x9103467f MPWaitOnQueue + 200
    6   AdobeACE                 
    0x0005a6f1 0x20000 + 239345
    7   AdobeACE                 
    0x0005a0ed 0x20000 + 237805
    8   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    10  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c2b882a pthread_cond_wait + 48
    3   com.adobe.amt.services   
    0x0a549126 C_AMTUISwitchSuppressUpdates + 16768
    4   com.adobe.amt.services   
    0x0a541db0 C_EULA_SetState + 2164
    5   com.adobe.amt.services   
    0x0a54918c C_AMTUISwitchSuppressUpdates + 16870
    6   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    7   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c2b882a pthread_cond_wait + 48
    3   TINthread.dylib          
    0x136fd7a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib          
    0x136fd83f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    6   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib   
    0x936d6bb2 __semwait_signal + 10
    1   libsystem_c.dylib        
    0x9c2c17b9 nanosleep$UNIX2003 + 187
    2   com.adobe.InDesign.Support for JavaScript
    0x114defab GetPlugIn + 344123
    3   com.adobe.InDesign.Support for JavaScript
    0x114c29c3 GetPlugIn + 227923
    4   com.adobe.InDesign.Support for JavaScript
    0x114df0b8 GetPlugIn + 344392
    5   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    6   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib   
    0x936d6a9a __recvfrom + 10
    1   libsystem_c.dylib        
    0x9c2c14a2 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib
    0x190e36cf Invoke + 54887
    3   ServiceManager-Launcher.dylib
    0x190e276e Invoke + 50950
    4   ServiceManager-Launcher.dylib
    0x190e161f Invoke + 46519
    5   ServiceManager-Launcher.dylib
    0x190e1671 Invoke + 46601
    6   ServiceManager-Launcher.dylib
    0x190e16fb Invoke + 46739
    7   ServiceManager-Launcher.dylib
    0x190dbafe Invoke + 23190
    8   ServiceManager-Launcher.dylib
    0x190dbce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib
    0x190dc8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib
    0x190dc9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib
    0x190dfdb0 Invoke + 40264
    12  ServiceManager-Launcher.dylib
    0x190e0059 Invoke + 40945
    13  ServiceManager-Launcher.dylib
    0x190e0687 Invoke + 42527
    14  ServiceManager-Launcher.dylib
    0x190e0884 Invoke + 43036
    15  ServiceManager-Launcher.dylib
    0x190d2826 Login + 1654
    16  ServiceManager-Launcher.dylib
    0x190d3c71 Login + 6849
    17  ServiceManager-Launcher.dylib
    0x190e0df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib
    0x190e3341 Invoke + 53977
    19  libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    20  libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c2b882a pthread_cond_wait + 48
    3   com.adobe.adobeswfl      
    0x22dab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl      
    0x22b44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl      
    0x22dab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl      
    0x22dab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl      
    0x22dab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c2b882a pthread_cond_wait + 48
    3   com.adobe.adobeswfl      
    0x22dab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl      
    0x22b44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl      
    0x22dab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl      
    0x22dab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl      
    0x22dab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c2b882a pthread_cond_wait + 48
    3   com.adobe.adobeswfl      
    0x22dab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl      
    0x22b44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl      
    0x22dab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl      
    0x22dab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl      
    0x22dab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c2b882a pthread_cond_wait + 48
    3   com.adobe.adobeswfl      
    0x22dab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl      
    0x22b44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl      
    0x22dab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl      
    0x22dab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl      
    0x22dab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c310f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl      
    0x22dab177 APXGetHostAPI + 2598999
    4   com.adobe.adobeswfl      
    0x22dc60ee APXGetHostAPI + 2709454
    5   com.adobe.adobeswfl      
    0x22dab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl      
    0x22dab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl      
    0x22dab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c310f7b pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl      
    0x22dab177 APXGetHostAPI + 2598999
    4   com.adobe.adobeswfl      
    0x22f224b8 APXGetHostAPI + 4135832
    5   com.adobe.adobeswfl      
    0x22dab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl      
    0x22dab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl      
    0x22dab426 APXGetHostAPI + 2599686
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib   
    0x936d4c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x91034a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support   
    0x2d43a0f0 0x2d400000 + 237808
    3   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib   
    0x936d4c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x91034a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support   
    0x2d43a0f0 0x2d400000 + 237808
    3   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib   
    0x936d4c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x91034a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support   
    0x2d43a0f0 0x2d400000 + 237808
    3   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib   
    0x936d4c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x91034a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support   
    0x2d43a0f0 0x2d400000 + 237808
    3   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib   
    0x936d4c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x91034a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support   
    0x2d43a0f0 0x2d400000 + 237808
    3   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib   
    0x936d4c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x91034a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support   
    0x2d43a0f0 0x2d400000 + 237808
    3   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib   
    0x936d4c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x91034a96 MPWaitOnSemaphore + 104
    2   MultiProcessor Support   
    0x2d43a0f0 0x2d400000 + 237808
    3   com.apple.CoreServices.CarbonCore
    0x910355e0 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 33:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 34:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x9c2b882a pthread_cond_wait + 48
    3   TINthread.dylib          
    0x136fd7a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib          
    0x136fd83f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    6   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 35:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 36:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x936d6b42 __select + 10
    1   com.apple.CoreFoundation 
    0x93b37e15 __CFSocketManager + 1557
    2   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    3   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 37:: CoreAnimation render server
    0   libsystem_kernel.dylib   
    0x936d4c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x936d41f6 mach_msg + 70
    2   com.apple.QuartzCore     
    0x93516959 CA::Render::Server::server_thread(void*) + 233
    3   com.apple.QuartzCore     
    0x93516866 thread_fun + 29
    4   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 38:
    0   libsystem_kernel.dylib   
    0x936d702e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9c30eccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x9c3106fe start_wqthread + 30
    Thread 39:
    0   libsystem_kernel.dylib   
    0x936d702e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9c30eccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x9c3106fe start_wqthread + 30
    Thread 40:
    0   libsystem_kernel.dylib   
    0x936d683e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x9c310e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x9c2c142c pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x0bd83fba GetPlugIn + 1045130
    4   com.adobe.InDesign.AppFramework
    0x0bd7ff03 GetPlugIn + 1028563
    5   com.adobe.InDesign.AppFramework
    0x0bd8010c GetPlugIn + 1029084
    6   com.adobe.InDesign.AppFramework
    0x0bd83a86 GetPlugIn + 1043798
    7   boost_threads            
    0x01704fcd thread_proxy + 141
    8   libsystem_c.dylib        
    0x9c30ced9 _pthread_start + 335
    9   libsystem_c.dylib        
    0x9c3106de thread_start + 34
    Thread 41:
    0   libsystem_kernel.dylib   
    0x936d702e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x9c30eccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x9c3106fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000005  ecx: 0x00000000  edx: 0x39200000
      edi: 0x00000000  esi: 0x00000100  ebp: 0xbfffaf18  esp: 0xbfffaaf0
       ss: 0x00000023  efl: 0x00010246  eip: 0xac17c630   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0

  • Indesign CS5 Crashes When Exporting Layer to Incopy

    I had a designer who emailed me last week stating she was having problems with Indesign CS5 crashing when she exported her text layer to Incopy. I thought it might just be her machine; however, I've experienced the same problem today five times. Is this a known issue? Has anyone else experienced this? I'm in Indesign CS5 (7.0.3).

    Corrupt font perhaps?
    Bob

Maybe you are looking for