Printing to PostScript - Clean7Bit or Binary

When we "print" an .indd document to PostScript using InDesign CS3 (desktop version), the resulting file's DataDefinition is always set to Clean7Bit. However, when we call the Java InDesign Server API (using InDesign Server CS3) to print to PostScript, the resulting file is either Clean7Bit or Binary. It is not consistent. Is there a value we can set to always guarantee the resulting file is Clean7Bit?
Thanks for your help!
Jennifer

To trouble shoot this remotely, it'd be helpful to know the FM and Acrobat levels down to the patch (Help > About) and that you ensure you're fully patched by verifying against the Adobe Update web pages for each application.
AND.... your OS. If you're running XP, you need to verify that you've installed the Microsoft Hotfix for all system printers.
Download the Microsoft Hotfix driver update from http://support.microsoft.com/?id=952909
Is the book blowing up on any particular spot? Repeatable? Can you print individual chapters to the PDF printer?

Similar Messages

  • How to install Adobe printer's 'postscript driver' in mac os x

    hello again,
    as posted recently hv a problem with adobe printer's postscript driver (ppd),In Indesign cs4 It shows ppd is missing while making Print File(.ps),
    pls suggest how to install ppd again, i tried to install ppd driver downloaded from adobe website, but it fails to install.
    pls help.

    I guess you didn't read the link I gave you inthe other thread...
    Here's one of the comments that you would have found:
    Short description to the workaround Solutions
    1) Usual workaround for printing with Distiller under SL and InDesign CS4:
    Copy the PPD called “ADPDF9.PPD” (download-link here in this topic) to Library/Printers/PPDs /Contents/Resources/en.lproj
    Works for CS4. Problem: Does NOT work for CS5.
    2) Workaround for InDesign CS5:
    - Go to Applications/Adobe Indesign CS5/Presets
    - Create a folder called “PPDs” (attention: foldername is case-sensitive!)
    - Copy the PPD called “ADPDF9.PPD” (download-link here in this topic) into this folder.
    - PostScript Printer will be useable within InDesign CS5
    Hope that helped and clears up all questions so far.
    Cheers, hi2hello

  • Printing pdf/postscript with JPS 1.4 -- HELP!

    Hi all,
    I've been experimenting with the new java printing service and I have run into a couple problems. In particular, I have been trying to get even the most basic example referring to printing a postscript file directly to a printer. The code is pretty much straight from sun's JPS section.
    here's the code:
    // Input the file
    FileInputStream textstream = null;
    try {
    textstream = new FileInputStream("c:/0011.ps");
    } catch (FileNotFoundException ffne) {
    if (textstream == null) {
    return;
    // Set the document type
    DocFlavor myFormat = DocFlavor.INPUT_STREAM.POSTSCRIPT;
    // Create a Doc
    Doc myDoc = new SimpleDoc(textstream, myFormat, null);
    // Build a set of attributes
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(new Copies(5));
    //aset.add(MediaSize.A4);
    aset.add(Sides.DUPLEX);
    // discover the printers that can print the format according to the
    // instructions in the attribute set
    PrintService[] services =
    PrintServiceLookup.lookupPrintServices(myFormat, aset);
    // Create a print job from one of the print services
    if (services.length > 0) {
    DocPrintJob job = services[0].createPrintJob();
    try {
    job.print(myDoc, aset);
    } catch (PrintException pe) {
    System.out.println("error");
    Now....I've just installed printer drivers in Windows 2K for a RICOH and CANON iR550 printer. Both printers support PS3 and the RICOH Aficio AP2700 PS printer also supports IPP (Note: I physically don't have these printers, so I'm just printing to a file and viewing the file with a PCL viewer).
    okay...now...the problem at hand....I can do the following with the code above:
    1) I can print a postscript file to the printer with NO attributes specified...once I add Copies and Media types..no services are found...
    2) specifying a PDF docflavor and pdf file will not return any services.
    3) If I specify AUTOSENSE in the docflavor, the PDF will be sent to the printer but 'junk' will be printed out. Basically, the printer doesn't seem to understand the file type.
    I've tried other printer drivers from other printer companies with no success.
    Now, my question to everyone who has SUCCESSFULLY printed PDF/Postscript with the Java Print Service using attributes such as Mediasize, Duplex printing, Copies...please...please respond to this message and provide some insight on how you did it (i.e. printer type, drivers, code snippit, etc...)
    am I missing something?
    I know alot of people having the same problem...
    Thankyou

    Hi,
    You may want to check the DocFlavors that are supported by the printers.
    Using the command as followed,
    // Get the supported flavour
    DocFlavor[] docFlavors = printer.getSupportedDocFlavors();
    for (int i=0; i < docFlavors.length; i++) {
    System.out.println("Supported flavour is " + docFlavors);
    I also hit into the same problem like you, trying to print a PDF into HP LaserJet 5 using AUTOSENSE. Junk output.
    Check the docFlavor supported on the printers are
    Supported flavour is image/gif; class="[B"
    Supported flavour is image/gif; class="java.io.InputStream"
    Supported flavour is image/gif; class="java.net.URL"
    Supported flavour is image/jpeg; class="[B"
    Supported flavour is image/jpeg; class="java.io.InputStream"
    Supported flavour is image/jpeg; class="java.net.URL"
    Supported flavour is image/png; class="[B"
    Supported flavour is image/png; class="java.io.InputStream"
    Supported flavour is image/png; class="java.net.URL"
    Supported flavour is application/x-java-jvm-local-objectref; class="java.awt.print.Pageable"
    Supported flavour is application/x-java-jvm-local-objectref; class="java.awt.print.Printable"
    Supported flavour is application/octet-stream; class="[B"
    Supported flavour is application/octet-stream; class="java.net.URL"
    Supported flavour is application/octet-stream; class="java.io.InputStream"
    However, do not know how to create a print service to support PDF. Obviously, we know that HP LaserJet 5 can print PDF.
    Regards
    Heng

  • Print to postscript Acrobat 7

    Greetings,
    I have a PDF that I need to add a crop box to, then print to postscript then distill. I'm not printing a hard copy. I just need the file.
    I added the crop box & saved the file but when I go into Print Advanced, the postscript options are greyed out and I can't proceed.
    Thanks in advance.

    Just print to the Adobe PDF printer. It is a PS printer that automatically forwards the PS file to Distiller for processing. Any other method of getting a PS file and distilling it is just more work.

  • Program only prints to postscript even though default printer is showing

    Does anyone know how to "undo" a program or application from printing to postscript vs. the default printer. i believe i did this (in reverse) by accident in the GO To file, while trying to load my printer manually.
    as well, all of my children's games that have printer applications (for coloring pages and so forth) won't print, even though the printer is set up on the mac.

    Try Reset Printing System - you then need to re-add the printer in Print & Fax prefs:
    http://support.apple.com/kb/HT1341

  • Printing to postscript using the scale option in UNIX

    I can print to postscript without any problems but would like to scale the page down so I can fit 4 per printed page; is ths possible with the -scale option or any other option. I know this can be done within a windows environment but can this be done in UNIX at the command line.

    The problem is a few
    blocks we havent really seen yet. All these numerics and stuff outside
    the while loop, what are they exactly, or are they just a different way
    of viewing them? The stuff with the digital at INI phase, The block
    in the lower right corner of the INI phase.
    The digital block in the
    dispatcher phase we didn't really understand. 
    I am not sure what you mean here can you circle it and send me a picture so that I can explain.
    Tim
    Johnson Controls
    Holland Michigan

  • Printing to Postscript with virtual printer

    Hi,
    I would like to have virtual printer that allows to save prints as postscript files (.ps) within specified folder. Without a need to confirm that and or set that each time. Please do you know any solution?
    I also found that the old hints with virtual poscript printer does not work in 10.7 (e.g. http://kb2.adobe.com/cps/404/kb404931.html) - do you know, how could I configure such virtual printer now?
    Thank you for any help.
    Regards,
    Jiri

    Maybe or maybe not:  Running LabVIEW VIs or Executables That Use .NET Assemblies From a Network Drive .
    Jean-Marc
    LV2009 and LV2013
    Free PDF Report with iTextSharp

  • Problems printing a postscript in Illustrator CS4

    I am trying to print a PS in illustrator CS4.  The file is quite large, 388 MB. However, this is usually not a problem.  I work at a sign company that produces casino signage, so the files from our client are quite large. Any suggestions as to why the program stalls when trying to print?  Many times the program crashes all together.  My operating system is Snow Lepoard (OS X 10.6.8), if it helps.  I have read somewhere in one of these forums, that it may be caused by the fact that Illustrator is not made for 64 bit systems just yet, thus causing a slow down or even an unexpected quit.  I have tried dumping preferences, as others on here have suggested. I have also went in & dumped the odd-ball PPD folders within the Library & then restarted.  I have tried shutting down, then "safe-boot" open the system back up. I have also "Verified Disk" numerous times.  All of these options don't seem to help at all.  When it comes down to the file itself, Illustrator fails.  I have even tried to created the file over again in a brand new document, as I figured that file must have been corrupt.  No such luck.   Anyone out there happen to have some other suggestions on what to do to get this to, at the least, print to a postscript?  Currently the print screen doesn't even pop up.

    These are the details to the most current crash that happened about 10 mins ago......   I had shut off a layer & then tried to print.  It crashed.
    Process:    
    Adobe Illustrator [1685]
    Path:       
    /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier: 
    com.adobe.illustrator
    Version:    
    367 (14.0.0)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [130]
    Date/Time:  
    2012-04-05 09:56:16.373 -0500
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    84649 sec
    Crashes Since Last Report:      
    8
    Per-App Interval Since Last Report:  78248 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                 
    4927D96A-08FA-473E-A069-6BF9A894DCD4
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000cca20
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.QD             
    0x08263704 BBFastDoubleSrcCopy + 405
    1   com.apple.QD             
    0x082a6210 Stretch + 3515
    2   com.apple.QD             
    0x0826a27a OneSrcOneDst + 59
    3   com.apple.QD             
    0x0826aeb8 CommonBits + 1316
    4   com.apple.QD             
    0x0826c490 StdBits + 878
    5   com.apple.QD             
    0x0826abee CommonBits + 602
    6   com.apple.QD             
    0x0826b717 CopyBits + 780
    7   com.adobe.coretech.adm   
    0x14965975 0x14900000 + 416117
    8   com.adobe.coretech.adm   
    0x1491c212 0x14900000 + 115218
    9   com.adobe.coretech.adm   
    0x14920a8a 0x14900000 + 133770
    10  ...e.illustrator.plugins.Print
    0x12ae61bb 0x12ab6000 + 197051
    11  ...e.illustrator.plugins.Print
    0x12ae6ab8 0x12ab6000 + 199352
    12  com.adobe.coretech.adm   
    0x14908e43 0x14900000 + 36419
    13  com.adobe.coretech.adm   
    0x1496326c 0x14900000 + 406124
    14  com.adobe.coretech.adm   
    0x14959efd 0x14900000 + 368381
    15  com.adobe.coretech.adm   
    0x1491a7cf 0x14900000 + 108495
    16  com.adobe.coretech.adm   
    0x14908e43 0x14900000 + 36419
    17  com.adobe.coretech.adm   
    0x14958fa5 0x14900000 + 364453
    18  com.adobe.coretech.adm   
    0x1495e42e 0x14900000 + 386094
    19  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    20  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    21  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    22  com.apple.HIToolbox      
    0x055990f9 SendEvent(unsigned long, WindowData*, OpaqueRgnHandle*) + 203
    23  com.apple.HIToolbox      
    0x05598f84 PaintWindow(WindowData*, OpaqueRgnHandle*, PaintReason, bool) + 495
    24  com.apple.HIToolbox      
    0x0558bdd8 WindowData::PrepareForVisibility() + 236
    25  com.apple.HIToolbox      
    0x0558b338 _ShowHideWindows + 291
    26  com.apple.HIToolbox      
    0x0558b212 ShowHide + 38
    27  com.adobe.coretech.adm   
    0x1497b4bf 0x14900000 + 505023
    28  com.adobe.coretech.adm   
    0x1495dc99 0x14900000 + 384153
    29  com.adobe.coretech.adm   
    0x14919ebe 0x14900000 + 106174
    30  ...e.illustrator.plugins.Print
    0x12ae2206 0x12ab6000 + 180742
    31  com.adobe.coretech.adm   
    0x14908d85 0x14900000 + 36229
    32  com.adobe.coretech.adm   
    0x1491162f 0x14900000 + 71215
    33  com.adobe.coretech.adm   
    0x149127fb 0x14900000 + 75771
    34  com.adobe.coretech.adm   
    0x1495a871 0x14900000 + 370801
    35  com.adobe.coretech.adm   
    0x14918c53 0x14900000 + 101459
    36  ...e.illustrator.plugins.Print
    0x12abfbc8 0x12ab6000 + 39880
    37  ...e.illustrator.plugins.Print
    0x12ab78ff 0x12ab6000 + 6399
    38  ...e.illustrator.plugins.Print
    0x12abdfee 0x12ab6000 + 32750
    39  ...e.illustrator.plugins.Print
    0x12ae89ee PluginMain + 422
    40  com.adobe.illustrator    
    0x006a93ff 0x1000 + 6980607
    41  com.adobe.illustrator    
    0x006a89c6 0x1000 + 6977990
    42  com.adobe.illustrator    
    0x00586d75 0x1000 + 5791093
    43  com.adobe.illustrator    
    0x00160725 0x1000 + 1439525
    44  com.adobe.illustrator    
    0x003f2ac2 0x1000 + 4135618
    45  com.adobe.illustrator    
    0x004d43e5 0x1000 + 5059557
    46  com.adobe.illustrator    
    0x000fedbe 0x1000 + 1039806
    47  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    48  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    49  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    50  com.apple.HIToolbox      
    0x055b4e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    51  com.apple.HIToolbox      
    0x05711ed6 ProcessHICommand + 68
    52  com.adobe.illustrator    
    0x000feb75 0x1000 + 1039221
    53  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    54  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    55  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    56  com.adobe.illustrator    
    0x00080d3e 0x1000 + 523582
    57  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    58  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    59  com.apple.HIToolbox      
    0x05565d55 SendEventToEventTargetWithOptions + 58
    60  com.apple.HIToolbox      
    0x0559aa24 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    61  com.apple.HIToolbox      
    0x05567080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    62  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    63  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    64  com.apple.HIToolbox      
    0x05711c17 ToolboxEventDispatcher + 86
    65  com.apple.HIToolbox      
    0x05711d4f RunApplicationEventLoop + 243
    66  com.adobe.illustrator    
    0x00080f83 0x1000 + 524163
    67  com.adobe.illustrator    
    0x000d84ab 0x1000 + 881835
    68  com.adobe.illustrator    
    0x000a2cd2 0x1000 + 662738
    69  com.adobe.illustrator    
    0x00003672 0x1000 + 9842
    70  com.adobe.illustrator    
    0x00003599 0x1000 + 9625
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x05335382 kevent + 10
    1   libSystem.B.dylib        
    0x05335a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib        
    0x05334f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib        
    0x05334cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib        
    0x05334781 _pthread_wqthread + 390
    5   libSystem.B.dylib        
    0x053345c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   com.adobe.amt.services   
    0x047e2552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services   
    0x047dd995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services   
    0x047e25b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib        
    0x0530eafa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x0530f267 mach_msg + 68
    2   ...ia.Flash Player.authplaylib
    0x1872363e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    4   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib        
    0x0530ec0e mach_wait_until + 10
    1   libSystem.B.dylib        
    0x05396429 nanosleep + 345
    2   ...r.plugins.Scripting Support
    0x14dc589d PluginMain + 458031
    3   ...r.plugins.Scripting Support
    0x14dc58fd PluginMain + 458127
    4   ...r.plugins.Scripting Support
    0x14dc9402 PluginMain + 473236
    5   ...r.plugins.Scripting Support
    0x14dc5bbf PluginMain + 458833
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib        
    0x0530eb36 semaphore_wait_trap + 10
    1   com.adobe.illustrator    
    0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator    
    0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator    
    0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib        
    0x0530eb36 semaphore_wait_trap + 10
    1   com.adobe.illustrator    
    0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator    
    0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator    
    0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xff030303  ebx: 0x0000002e  ecx: 0x00000000  edx: 0x000cca20
      edi: 0xbfffc180  esi: 0x0000002e  ebp: 0xbfffba18  esp: 0xbfffb9b0
       ss: 0x0000001f  efl: 0x00010286  eip: 0x08263704   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x000cca20
    Binary Images:
    0x1000 -   0xe8eff3 +com.adobe.illustrator 367 (14.0.0) <F586A10F-F480-4783-A20B-C006B6321F47> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x1190000 -  0x11a0fff  com.apple.carbonframeworktemplate 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x11a7000 -  0x11b5fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x11ba000 -  0x11baff7  com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x11bd000 -  0x11d8ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
    0x11f2000 -  0x1242fff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <F625B836-9616-46B7-B681-F9AC11D0DA71> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x12db000 -  0x12dc027 +SPBasic ??? (???) <B1DC5A08-15C4-49F9-9DF1-6A94E0AD3448> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x12e0000 -  0x12e6ff7 +com.adobe.coretech.adobesplashkit AdobeSplashKit version 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
    0x12ef000 -  0x13fcfff +AdobeACE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x141a000 -  0x1931fef +AdobeAGM ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1aaa000 -  0x1aeafef +AdobeARE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1af4000 -  0x1b18ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
    0x1b2b000 -  0x1b45fff +AdobeBIB ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1b50000 -  0x1b71ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1b7e000 -  0x1e1afef +AdobeCoolType ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1ea5000 -  0x1f73fff +AdobeExtendScript 3.7.0 (compatibility 3.7.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
    0x1fea000 -  0x20d2fdf +AdobePDFPort ??? (???) <F54A25D1-5E7A-472E-83D1-10D187434C85> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x2117000 -  0x270ffdf +AdobePDFL ??? (???) <8EC2ABBA-52D2-4230-B327-A6827FB2D33A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2853000 -  0x28f4fd7 +AdobeScCore 3.7.0 (compatibility 3.7.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x2950000 -  0x29fefd7 +AdobeSVGExport ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
    0x2a30000 -  0x2cd9fe2 +AdobeSVGRE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x2dc3000 -  0x2e23fc7 +AdobeXMP ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2e32000 -  0x2f07fdd +FileInfo ??? (???) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x2f38000 -  0x2f38ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x2f3b000 -  0x2fbdfd7 +AdobeXMPFiles ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x2fd4000 -  0x30a323b +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicu i18n.dylib.36.0
    0x314c000 -  0x3220db7 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x3281000 -  0x3c3157f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x3c34000 -  0x3ffefef +AdobeMPS ??? (???) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x408d000 -  0x4243ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x427a000 -  0x43072cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.3 6.0
    0x4334000 -  0x470e01f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x47c2000 -  0x4863fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x4941000 -  0x4e3ffc3 +AdobeOwlCanvas ??? (???) <DC1EE447-FCDB-43C8-B6D2-A5454291C85D> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4f88000 -  0x5018fc3 +WRServices ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x519a000 -  0x519effc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
    0x51a4000 -  0x51c0fd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x51cb000 -  0x51faff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5222000 -  0x5233ffb +LogTransport2 ??? (???) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTransport2
    0x523d000 -  0x5243fff +com.adobe.pip ??? (1.0.0.220) <2CA89939-DFA7-4686-8536-8A1F1107CAF1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x5249000 -  0x52b3fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x530e000 -  0x54b5ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x5537000 -  0x5541fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x5549000 -  0x554ffff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x5557000 -  0x555affb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x555f000 -  0x5883fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x59c3000 -  0x5a27ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x5a49000 -  0x5a5efff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x5a74000 -  0x5b22ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x5b4c000 -  0x5b8fff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x5bb8000 -  0x5bd4fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x5be4000 -  0x5be6ff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x5beb000 -  0x5bf5ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x5bfe000 -  0x5bfeff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x5c06000 -  0x5c06ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x5c0e000 -  0x5c88fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x5cba000 -  0x5e35fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x5f2d000 -  0x5f30fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x5f33000 -  0x6253ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x62c9000 -  0x6375fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x63da000 -  0x641efe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x6445000 -  0x6510fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x656f000 -  0x65effeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x6623000 -  0x6656ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x666e000 -  0x670bfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x674a000 -  0x6770ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x6786000 -  0x67e3ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x6803000 -  0x6985fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x69e7000 -  0x69f0ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x69fa000 -  0x6a0efe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x6a17000 -  0x6a24ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x6a2d000 -  0x6adafe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x6aee000 -  0x6afaff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x6afe000 -  0x6b44ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x6b51000 -  0x6db7ff7  com.apple.security 6.1.2 (55002) <A476227B-409D-A457-7D4D-A631A0B4AFDB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x6e94000 -  0x6f4dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x6f5b000 -  0x6f98ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x6fb5000 -  0x6fddff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x6fe8000 -  0x70e9fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x710d000 -  0x737efef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x748c000 -  0x7c7b557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x7d43000 -  0x7f05feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <051752C3-8C25-CF4A-9BFB-C7B6D20E58E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x7f64000 -  0x7fc5fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x7ffd000 -  0x8098fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x80bf000 -  0x817bfff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x81b2000 -  0x8205ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x8230000 -  0x8241ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x824e000 -  0x82f6ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x8323000 -  0x8337ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x8345000 -  0x8345ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8348000 -  0x8391fe7  libTIFF.dylib ??? (???) <4A3EF156-D4FE-95E2-FA05-7BD76FF27CEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x839c000 -  0x83a0ff7  libGIF.dylib ??? (???) <3B4E6D0B-89EB-251F-3693-5187254D5BE2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x83a5000 -  0x83c0ff7  libPng.dylib ??? (???) <05445692-8AF7-CAB6-EBF5-1F7B3A906CCB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x83c8000 -  0x83caff7  libRadiance.dylib ??? (???) <41E5C5F4-A4C6-0416-08D0-422C88088558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x83ce000 -  0x83f2ff7  libJPEG.dylib ??? (???) <7EBC924F-B2EE-68B0-4EA0-F99EF54F0306> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x83f9000 -  0x84d9fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x84e7000 -  0x84e7ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x84ea000 -  0x852cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x8535000 -  0x85a4ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x85ad000 -  0x89c3ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x8a05000 -  0x8e3aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x8fc0000 -  0x90c2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x9116000 -  0x9117ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x911b000 -  0x91d3feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9263000 -  0x929dff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x92aa000 -  0x92cafe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x92d4000 -  0x9318ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9337000 -  0x96a2ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9772000 -  0x984cfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9897000 -  0x99d4fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9a44000 -  0x9a94ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9aac000 -  0x9abeff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9acb000 -  0x9aeaff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b01000 -  0x9b0fff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9b17000 -  0x9b48ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9b50000 -  0x9b71fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9b7a000 -  0x9b7eff7  IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9b86000 -  0x9bc9ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9bd7000 -  0x9be2ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9bf1000 -  0x9cfdfe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9d1c000 -  0x9d1fff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9d24000 -  0x9d28ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x9d2d000 -  0x9d2eff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9d33000 -  0x9d33ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9d36000 -  0x9db8ffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9def000 -  0x9df4ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9dfc000 -  0x9e02fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x9e09000 -  0x9e21ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9e32000 -  0x9e7ffeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x9e9b000 -  0x9ebdfef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9ec7000 -  0x9ed7ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9ede000 -  0xa7c1ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0xac5d000 -  0xad8bfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0xadef000 -  0xadefff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0xadf3000 -  0xb0edfef  com.apple.QuickTime 7.6.6 (1789) <38255AA2-8087-5AE0-CA4B-1DDE611540B1> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0xb199000 -  0xb393fcf +AdobeOwl ??? (???) <F209A9B2-9606-4182-93D8-84B349CFBE48> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0xb40e000 -  0xb502ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0xb510000 -  0xb550ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0xb569000 -  0xb61efe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0xb664000 -  0xb66bff7  com.apple.agl 3.0.12 (AGL-3.0.12) <37255DC6-9FD1-45CC-AC80-A84FD2B5450A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0xc418000 -  0xc419ff7  ATSHI.dylib ??? (???) <56F243F1-C341-86EA-2BCC-31E75D46EBBC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xc430000 -  0xc43efe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <B408E41B-D90F-4A04-DB72-D61C8C52BFBC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xc481000 -  0xc484ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0xc49b000 -  0xc49bfff +com.adobe.illustrator.plugins.PlugInRes Localizer version 14.0.0 (14.0.0) <CFE61490-698E-4FAE-988C-C238AC6CAAF8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Resources/en_US/PlugInRes.aip/Contents/MacOS/PlugInRes
    0xc4a3000 -  0xc4b5ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <EA696A00-4054-6F65-0F86-7901EAB5969F> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xc5f1000 -  0xc5f3ff7  com.apple.printingprivate.framework.PrintingPrivate 6.1 (15.2) <1A6E0614-420C-1E2B-43DA-722639B1FBCB> /System/Library/PrivateFrameworks/PrintingPrivate.framework/PrintingPrivate
    0xc60e000 -  0xc61bffb +com.adobe.illustrator.plugins.Navigator Adobe Navigator Plugin version 14.0.0 (14.0.0) <EEF23D08-D8F5-4F7D-96AC-D9E422E78B90> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Navigator.aip/Contents/MacOS/Navigator
    0xc6c1000 -  0xc708fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xc718000 -  0xc725ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xc733000 -  0xc733ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xc7b1000 -  0xc7b2fff +com.adobe.illustrator.plugins.ASLib ASLib version 14.0.0 (14.0.0) <F08F7B7D-86A2-462E-AB7B-B706FEE4B955> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/ASLib.aip/Contents/MacOS/ASLib
    0xc7e1000 -  0xc7ecff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x1159e000 - 0x115c0fc7 +com.adobe.illustrator.plugins.TracingUI TracingUI version 14.0.0 (14.0.0) <406A33F8-F301-4540-9A22-A01E2CA0CBE1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/TracingUI.aip/Contents/MacOS/TracingUI
    0x115c8000 - 0x115d3ff7 +com.adobe.illustrator.plugins.Find Find version 14.0.0 (14.0.0) <DE59DC7B-5D9B-4483-83B9-67D8682B4CD1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Find.aip/Contents/MacOS/Find
    0x115ee000 - 0x115f5fff +com.adobe.illustrator.plugins.Action Action version 14.0.0 (14.0.0) <C884784D-9646-47C7-917D-2F6B65521B57> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Action.aip/Contents/MacOS/Action
    0x115f9000 - 0x115fcfff +com.adobe.illustrator.plugins.GeometryS  Geometry Suite version 14.0.0 (14.0.0) <B30D9BE4-9735-4704-AD8A-467E7C25B9A9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Geometry.aip/Contents/MacOS/GeometryS
    0x117c0000 - 0x117f3fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libTrueTypeScaler.dylib
    0x12200000 - 0x122d1fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x1286f000 - 0x12878fff +com.adobe.illustrator.plugins.FrameworkServer Framework Server version 14.0.0 (14.0.0) <04B2DA5B-B84C-487C-A70E-76163D14D08F> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkServer
    0x1287c000 - 0x12882ff7 +com.adobe.illustrator.plugins.ArtConverters  ArtConverters version 14.0.0 (14.0.0) <0EA7F2D8-904D-4AFC-A177-8569F3E2286A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
    0x12886000 - 0x128affff +com.adobe.illustrator.plugins.BRSPencilTool  Pencil Tool version 14.0.0 (14.0.0) &

  • LR3 won't print to my printer with postscript driver

    System config below. Can print to USB attached Epson R1800 no problem. Can print to network attached HP2840 with the PCL drivers (though it comes out in black and white not colour). Can not print to HP2840 using Postscript drivers through either its USB or network port. Process monitor shows print engine thread consuming 1 CPU for each print job launched. Cancelling the print job in LR3 does NOT kill the print engine thread (!), leaving LR3 consuming 50% of my total CPU resource when I've tried to launch 2 print jobs. This worked fine under LR2.7 and all previous. No changes to printer drivers / config since LR3 upgrade.
    Anybody with any suggestions and or experience (good or bad) with other postscript printing would be appreciated.
    cheers
    Rod
    Quad core 3.4GHx, 8GB 1066Mhz RAM, System on SSD. Catalogue on (huge and fast) workstation RAID. nVidia GTX8800. Dual screen

    Sigh...
    Rebooted several times still same problem.
    Installed latest Windows updates and rebooted, printing now works.
    ...I am sceptical that it was the windows updates, and something about one of the reboots I suspect just cleaned a cache somewhere or allowed a clean LR3 load without some memory glitch.... I suspect I will never know....
    computers - dont'cha just love 'em?
    cheers
    Rod

  • Illustrator CS5 - Cannot make custom size when "printing" a PostScript file

    Hi all,
    I've recently picked up Illustrator CS5, and while this year's model sure is lovely, I'm having an issue when I save a file (or print) as a PostScript file. My aim is to convert the file to a PDF using Distiller and in the Print dialogue box, the PPD field in past versions says something along the lines of Adobe PDF 8.0. In CS5, I do not have the option to select that from the PPD drop down menu (Nor can I find the file to add to the list). Additionally, I can't make a 'custom sized pdf,' only preset paper sizes. I've had to resort to opening my files in CS3 to convert them to PostScript files. I forsee this becoming a problem once I start diving into some of Illustrator CS5's new features.
    I get the feeling the program didn't install with an Adobe PDF plug-in and I can't seem to find a substitute online that isn't from 1999 (!). Is there a way to get that plug-in file that my copy of CS3 is using into my CS5?
    I'm on a Mac by the way, version 10.6.

    I feel your frustration!
    I ran all updates and it did nothing because I was still on an older version of Acrobat. Once I installed Acrobat 9, restarted illustrator, I had all of the PDF options avaliable to me found in the link that fuzzydisco design provided me:
    http://kb2.adobe.com/cps/509/cpsid_50981.html
    Having Acrobat 9 seemed to be the essential missing component to me. If you do have Acrobat 9 already, and its not working, then thats a problem I don't know how to fix unfortunately!

  • Printing a postscript file

    Hi there,
    I wonder if I'm missing something simple here...
    I have this code, which quite happily prints postscript files to the designated printer, however it always prints duplex.
    As you can see, I have added print request attributes to force single-sided and two copies, but both of these attributes are ignored.
              PrintService defaultService = getDefaultPrintService();
              if (defaultService != null) {
                   try {
                        DocPrintJob docPrintJob = defaultService.createPrintJob();
                        FileInputStream fileInputStream = new FileInputStream(printFile);
                        Doc doc = new SimpleDoc(fileInputStream, DocFlavor.INPUT_STREAM.POSTSCRIPT, null);
                        HashPrintRequestAttributeSet attribs = new HashPrintRequestAttributeSet();
                        attribs.add(Sides.ONE_SIDED);   // <====
                        attribs.add(new Copies(2));    // <====
                        docPrintJob.print(doc, attribs);
                   } catch (Exception e) {
                        ExceptionHelper.logException(CLASS, "Print Failure", e);
                        throw new DSEException(DSEException.critical, "", "Input file name : " + outputFileName);
                   } finally {
                        // clean up - now delete the postscript file
                        printFile.delete();
              } else {
                   throw new DSEException(DSEException.critical, "", "Default Printer Has Not Been Set Up: ");
              }I realise you cannot actually run this code, but it is a bit difficult to provide a working example, unless you have a postscript file hanging around (maybe that's simple?) but can anyone spot an obvious mistake in the code I've shown?
    Thanks,
    Tim

    Thanks Michael, I've had a quick look at that code and it isn't quite the same functionality - but I'll read it over again in more detail in case it helps.
    I'll give you a Duke Dollar for making the effort to reply.

  • I cannot print to postscript or print at all in Illustrator CS4.

    Using CS4 Illustrator and I cannot print a 388 MB file. Computer freezes or sometimes the program crashes all together. Can anyone tell me how to fix this issue? 

    Process:    
    Adobe Illustrator [1685]
    Path:       
    /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier: 
    com.adobe.illustrator
    Version:    
    367 (14.0.0)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [130]
    Date/Time:  
    2012-04-05 09:56:16.373 -0500
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    84649 sec
    Crashes Since Last Report:      
    8
    Per-App Interval Since Last Report:  78248 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                 
    4927D96A-08FA-473E-A069-6BF9A894DCD4
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000cca20
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.QD             
    0x08263704 BBFastDoubleSrcCopy + 405
    1   com.apple.QD             
    0x082a6210 Stretch + 3515
    2   com.apple.QD             
    0x0826a27a OneSrcOneDst + 59
    3   com.apple.QD             
    0x0826aeb8 CommonBits + 1316
    4   com.apple.QD             
    0x0826c490 StdBits + 878
    5   com.apple.QD             
    0x0826abee CommonBits + 602
    6   com.apple.QD             
    0x0826b717 CopyBits + 780
    7   com.adobe.coretech.adm   
    0x14965975 0x14900000 + 416117
    8   com.adobe.coretech.adm   
    0x1491c212 0x14900000 + 115218
    9   com.adobe.coretech.adm   
    0x14920a8a 0x14900000 + 133770
    10  ...e.illustrator.plugins.Print
    0x12ae61bb 0x12ab6000 + 197051
    11  ...e.illustrator.plugins.Print
    0x12ae6ab8 0x12ab6000 + 199352
    12  com.adobe.coretech.adm   
    0x14908e43 0x14900000 + 36419
    13  com.adobe.coretech.adm   
    0x1496326c 0x14900000 + 406124
    14  com.adobe.coretech.adm   
    0x14959efd 0x14900000 + 368381
    15  com.adobe.coretech.adm   
    0x1491a7cf 0x14900000 + 108495
    16  com.adobe.coretech.adm   
    0x14908e43 0x14900000 + 36419
    17  com.adobe.coretech.adm   
    0x14958fa5 0x14900000 + 364453
    18  com.adobe.coretech.adm   
    0x1495e42e 0x14900000 + 386094
    19  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    20  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    21  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    22  com.apple.HIToolbox      
    0x055990f9 SendEvent(unsigned long, WindowData*, OpaqueRgnHandle*) + 203
    23  com.apple.HIToolbox      
    0x05598f84 PaintWindow(WindowData*, OpaqueRgnHandle*, PaintReason, bool) + 495
    24  com.apple.HIToolbox      
    0x0558bdd8 WindowData::PrepareForVisibility() + 236
    25  com.apple.HIToolbox      
    0x0558b338 _ShowHideWindows + 291
    26  com.apple.HIToolbox      
    0x0558b212 ShowHide + 38
    27  com.adobe.coretech.adm   
    0x1497b4bf 0x14900000 + 505023
    28  com.adobe.coretech.adm   
    0x1495dc99 0x14900000 + 384153
    29  com.adobe.coretech.adm   
    0x14919ebe 0x14900000 + 106174
    30  ...e.illustrator.plugins.Print
    0x12ae2206 0x12ab6000 + 180742
    31  com.adobe.coretech.adm   
    0x14908d85 0x14900000 + 36229
    32  com.adobe.coretech.adm   
    0x1491162f 0x14900000 + 71215
    33  com.adobe.coretech.adm   
    0x149127fb 0x14900000 + 75771
    34  com.adobe.coretech.adm   
    0x1495a871 0x14900000 + 370801
    35  com.adobe.coretech.adm   
    0x14918c53 0x14900000 + 101459
    36  ...e.illustrator.plugins.Print
    0x12abfbc8 0x12ab6000 + 39880
    37  ...e.illustrator.plugins.Print
    0x12ab78ff 0x12ab6000 + 6399
    38  ...e.illustrator.plugins.Print
    0x12abdfee 0x12ab6000 + 32750
    39  ...e.illustrator.plugins.Print
    0x12ae89ee PluginMain + 422
    40  com.adobe.illustrator    
    0x006a93ff 0x1000 + 6980607
    41  com.adobe.illustrator    
    0x006a89c6 0x1000 + 6977990
    42  com.adobe.illustrator    
    0x00586d75 0x1000 + 5791093
    43  com.adobe.illustrator    
    0x00160725 0x1000 + 1439525
    44  com.adobe.illustrator    
    0x003f2ac2 0x1000 + 4135618
    45  com.adobe.illustrator    
    0x004d43e5 0x1000 + 5059557
    46  com.adobe.illustrator    
    0x000fedbe 0x1000 + 1039806
    47  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    48  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    49  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    50  com.apple.HIToolbox      
    0x055b4e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    51  com.apple.HIToolbox      
    0x05711ed6 ProcessHICommand + 68
    52  com.adobe.illustrator    
    0x000feb75 0x1000 + 1039221
    53  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    54  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    55  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    56  com.adobe.illustrator    
    0x00080d3e 0x1000 + 523582
    57  com.apple.HIToolbox      
    0x05566c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    58  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    59  com.apple.HIToolbox      
    0x05565d55 SendEventToEventTargetWithOptions + 58
    60  com.apple.HIToolbox      
    0x0559aa24 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    61  com.apple.HIToolbox      
    0x05567080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    62  com.apple.HIToolbox      
    0x05565ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    63  com.apple.HIToolbox      
    0x055887f3 SendEventToEventTarget + 52
    64  com.apple.HIToolbox      
    0x05711c17 ToolboxEventDispatcher + 86
    65  com.apple.HIToolbox      
    0x05711d4f RunApplicationEventLoop + 243
    66  com.adobe.illustrator    
    0x00080f83 0x1000 + 524163
    67  com.adobe.illustrator    
    0x000d84ab 0x1000 + 881835
    68  com.adobe.illustrator    
    0x000a2cd2 0x1000 + 662738
    69  com.adobe.illustrator    
    0x00003672 0x1000 + 9842
    70  com.adobe.illustrator    
    0x00003599 0x1000 + 9625
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x05335382 kevent + 10
    1   libSystem.B.dylib        
    0x05335a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib        
    0x05334f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib        
    0x05334cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib        
    0x05334781 _pthread_wqthread + 390
    5   libSystem.B.dylib        
    0x053345c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   com.adobe.amt.services   
    0x047e2552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services   
    0x047dd995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services   
    0x047e25b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib        
    0x0533caa2 __semwait_signal + 10
    1   libSystem.B.dylib        
    0x0533c75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib        
    0x0533e3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore
    0x05f8e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore
    0x05f79b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore
    0x05f75533 MPWaitOnQueue + 250
    6   AdobeACE                 
    0x0132038d 0x12ef000 + 201613
    7   AdobeACE                 
    0x0131fd85 0x12ef000 + 200069
    8   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    10  libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib        
    0x0530eafa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x0530f267 mach_msg + 68
    2   ...ia.Flash Player.authplaylib
    0x1872363e ExternalPlayer_Initialize + 1865604
    3   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    4   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib        
    0x0530eb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib        
    0x0533c6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib        
    0x0538505f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib
    0x1854fba6 0x18268000 + 3046310
    4   ...ia.Flash Player.authplaylib
    0x18571f81 ExternalPlayer_Initialize + 90311
    5   ...ia.Flash Player.authplaylib
    0x1854ff98 0x18268000 + 3047320
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib        
    0x0530ec0e mach_wait_until + 10
    1   libSystem.B.dylib        
    0x05396429 nanosleep + 345
    2   ...r.plugins.Scripting Support
    0x14dc589d PluginMain + 458031
    3   ...r.plugins.Scripting Support
    0x14dc58fd PluginMain + 458127
    4   ...r.plugins.Scripting Support
    0x14dc9402 PluginMain + 473236
    5   ...r.plugins.Scripting Support
    0x14dc5bbf PluginMain + 458833
    6   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    7   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib        
    0x0530eb36 semaphore_wait_trap + 10
    1   com.adobe.illustrator    
    0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator    
    0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator    
    0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib        
    0x0530eb36 semaphore_wait_trap + 10
    1   com.adobe.illustrator    
    0x00af8512 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 471694
    2   com.adobe.illustrator    
    0x00526ec1 0x1000 + 5398209
    3   com.adobe.illustrator    
    0x0052713b 0x1000 + 5398843
    4   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    6   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib        
    0x0530eb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore
    0x05f8b942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support   
    0x130c6eff 0x13097000 + 196351
    3   ...ple.CoreServices.CarbonCore
    0x05f5954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib        
    0x0533c259 _pthread_start + 345
    5   libSystem.B.dylib        
    0x0533c0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xff030303  ebx: 0x0000002e  ecx: 0x00000000  edx: 0x000cca20
      edi: 0xbfffc180  esi: 0x0000002e  ebp: 0xbfffba18  esp: 0xbfffb9b0
       ss: 0x0000001f  efl: 0x00010286  eip: 0x08263704   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x000cca20
    Binary Images:
    0x1000 -   0xe8eff3 +com.adobe.illustrator 367 (14.0.0) <F586A10F-F480-4783-A20B-C006B6321F47> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x1190000 -  0x11a0fff  com.apple.carbonframeworktemplate 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x11a7000 -  0x11b5fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x11ba000 -  0x11baff7  com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x11bd000 -  0x11d8ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/Adobe PDFSettings
    0x11f2000 -  0x1242fff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <F625B836-9616-46B7-B681-F9AC11D0DA71> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x12db000 -  0x12dc027 +SPBasic ??? (???) <B1DC5A08-15C4-49F9-9DF1-6A94E0AD3448> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x12e0000 -  0x12e6ff7 +com.adobe.coretech.adobesplashkit AdobeSplashKit version 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSp lashKit
    0x12ef000 -  0x13fcfff +AdobeACE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x141a000 -  0x1931fef +AdobeAGM ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1aaa000 -  0x1aeafef +AdobeARE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1af4000 -  0x1b18ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/A dobeAXE8SharedExpat
    0x1b2b000 -  0x1b45fff +AdobeBIB ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1b50000 -  0x1b71ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIB Utils
    0x1b7e000 -  0x1e1afef +AdobeCoolType ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoo lType
    0x1ea5000 -  0x1f73fff +AdobeExtendScript 3.7.0 (compatibility 3.7.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/Adob eExtendScript
    0x1fea000 -  0x20d2fdf +AdobePDFPort ??? (???) <F54A25D1-5E7A-472E-83D1-10D187434C85> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFP ort
    0x2117000 -  0x270ffdf +AdobePDFL ??? (???) <8EC2ABBA-52D2-4230-B327-A6827FB2D33A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2853000 -  0x28f4fd7 +AdobeScCore 3.7.0 (compatibility 3.7.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCor e
    0x2950000 -  0x29fefd7 +AdobeSVGExport ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSV GExport
    0x2a30000 -  0x2cd9fe2 +AdobeSVGRE ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x2dc3000 -  0x2e23fc7 +AdobeXMP ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2e32000 -  0x2f07fdd +FileInfo ??? (???) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x2f38000 -  0x2f38ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x2f3b000 -  0x2fbdfd7 +AdobeXMPFiles ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMP Files
    0x2fd4000 -  0x30a323b +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/ 3.6/libicui18n.dylib.36.0
    0x314c000 -  0x3220db7 +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc. dylib.36.0
    0x3281000 -  0x3c3157f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.d ylib.36.0
    0x3c34000 -  0x3ffefef +AdobeMPS ??? (???) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x408d000 -  0x4243ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x427a000 -  0x43072cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicuc nv.dylib.36.0
    0x4334000 -  0x470e01f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeL inguistic
    0x47c2000 -  0x4863fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservice s
    0x4941000 -  0x4e3ffc3 +AdobeOwlCanvas ??? (???) <DC1EE447-FCDB-43C8-B6D2-A5454291C85D> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOw lCanvas
    0x4f88000 -  0x5018fc3 +WRServices ??? (???) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x519a000 -  0x519effc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Ado beCrashReporter
    0x51a4000 -  0x51c0fd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransp ort
    0x51cb000 -  0x51faff7 +com.adobe.headlights.LogSessionFramework ??? (2.0.0.06112008) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5222000 -  0x5233ffb +LogTransport2 ??? (???) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/LogTransport2.framework/Versions/A/LogTrans port2
    0x523d000 -  0x5243fff +com.adobe.pip ??? (1.0.0.220) <2CA89939-DFA7-4686-8536-8A1F1107CAF1> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x5249000 -  0x52b3fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x530e000 -  0x54b5ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x5537000 -  0x5541fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x5549000 -  0x554ffff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x5557000 -  0x555affb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x555f000 -  0x5883fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x59c3000 -  0x5a27ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x5a49000 -  0x5a5efff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x5a74000 -  0x5b22ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x5b4c000 -  0x5b8fff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x5bb8000 -  0x5bd4fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x5be4000 -  0x5be6ff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x5beb000 -  0x5bf5ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x5bfe000 -  0x5bfeff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x5c06000 -  0x5c06ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x5c0e000 -  0x5c88fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x5cba000 -  0x5e35fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x5f2d000 -  0x5f30fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x5f33000 -  0x6253ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x62c9000 -  0x6375fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x63da000 -  0x641efe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x6445000 -  0x6510fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x656f000 -  0x65effeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x6623000 -  0x6656ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x666e000 -  0x670bfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x674a000 -  0x6770ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x6786000 -  0x67e3ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x6803000 -  0x6985fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x69e7000 -  0x69f0ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x69fa000 -  0x6a0efe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x6a17000 -  0x6a24ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x6a2d000 -  0x6adafe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x6aee000 -  0x6afaff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x6afe000 -  0x6b44ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x6b51000 -  0x6db7ff7  com.apple.security 6.1.2 (55002) <A476227B-409D-A457-7D4D-A631A0B4AFDB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x6e94000 -  0x6f4dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x6f5b000 -  0x6f98ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x6fb5000 -  0x6fddff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x6fe8000 -  0x70e9fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x710d000 -  0x737efef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x748c000 -  0x7c7b557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7d43000 -  0x7f05feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <051752C3-8C25-CF4A-9BFB-C7B6D20E58E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7f64000 -  0x7fc5fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7ffd000 -  0x8098fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x80bf000 -  0x817bfff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x81b2000 -  0x8205ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x8230000 -  0x8241ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x824e000 -  0x82f6ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x8323000 -  0x8337ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x8345000 -  0x8345ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8348000 -  0x8391fe7  libTIFF.dylib ??? (???) <4A3EF156-D4FE-95E2-FA05-7BD76FF27CEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x839c000 -  0x83a0ff7  libGIF.dylib ??? (???) <3B4E6D0B-89EB-251F-3693-5187254D5BE2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x83a5000 -  0x83c0ff7  libPng.dylib ??? (???) <05445692-8AF7-CAB6-EBF5-1F7B3A906CCB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x83c8000 -  0x83caff7  libRadiance.dylib ??? (???) <41E5C5F4-A4C6-0416-08D0-422C88088558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x83ce000 -  0x83f2ff7  libJPEG.dylib ??? (???) <7EBC924F-B2EE-68B0-4EA0-F99EF54F0306> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x83f9000 -  0x84d9fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x84e7000 -  0x84e7ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x84ea000 -  0x852cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x8535000 -  0x85a4ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x85ad000 -  0x89c3ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x8a05000 -  0x8e3aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x8fc0000 -  0x90c2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x9116000 -  0x9117ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x911b000 -  0x91d3feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9263000 -  0x929dff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x92aa000 -  0x92cafe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x92d4000 -  0x9318ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9337000 -  0x96a2ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9772000 -  0x984cfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9897000 -  0x99d4fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9a44000 -  0x9a94ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9aac000 -  0x9abeff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9acb000 -  0x9aeaff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b01000 -  0x9b0fff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9b17000 -  0x9b48ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9b50000 -  0x9b71fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9b7a000 -  0x9b7eff7  IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9b86000 -  0x9bc9ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9bd7000 -  0x9be2ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9bf1000 -  0x9cfdfe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9d1c000 -  0x9d1fff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9d24000 -  0x9d28ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9d2d000 -  0x9d2eff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9d33000 -  0x9d33ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9d36000 -  0x9db8ffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9def000 -  0x9df4ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9dfc000 -  0x9e02fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9e09000 -  0x9e21ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9e32000 -  0x9e7ffeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9e9b000 -  0x9ebdfef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9ec7000 -  0x9ed7ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9ede000 -  0xa7c1ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0xac5d000 -  0xad8bfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0xadef000 -  0xadefff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0xadf3000 -  0xb0edfef  com.apple.QuickTime 7.6.6 (1789) <38255AA2-8087-5AE0-CA4B-1DDE611540B1> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0xb199000 -  0xb393fcf +AdobeOwl ??? (???) <F209A9B2-9606-4182-93D8-84B349CFBE48> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0xb40e000 -  0xb502ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0xb510000 -  0xb550ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0xb569000 -  0xb61efe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0xb664000 -  0xb66bff7  com.apple.agl 3.0.12 (AGL-3.0.12) <37255DC6-9FD1-45CC-AC80-A84FD2B5450A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0xc418000 -  0xc419ff7  ATSHI.dylib ??? (???) <56F243F1-C341-86EA-2BCC-31E75D46EBBC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xc430000 -  0xc43efe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <B408E41B-D90F-4A04-DB72-D61C8C52BFBC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xc481000 -  0xc484ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0xc49b000 -  0xc49bfff +com.adobe.illustrator.plugins.PlugInRes Localizer version 14.0.0 (14.0.0) <CFE61490-698E-4FAE-988C-C238AC6CAAF8> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Resources/en_US/PlugInRes.aip/Contents/MacOS/PlugInRes
    0xc4a3000 -  0xc4b5ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <EA696A00-4054-6F65-0F86-7901EAB5969F> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xc5f1000 -  0xc5f3ff7  com.apple.printingprivate.framework.PrintingPrivate 6.1 (15.2) <1A6E0614-420C-1E2B-43DA-722639B1FBCB> /System/Library/PrivateFrameworks/PrintingPrivate.framework/PrintingPrivate
    0xc60e000 -  0xc61bffb +com.adobe.illustrator.plugins.Navigator Adobe Navigator Plugin version 14.0.0 (14.0.0) <EEF23D08-D8F5-4F7D-96AC-D9E422E78B90> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Navigator.aip/Contents/MacOS/Naviga tor
    0xc6c1000 -  0xc708fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xc718000 -  0xc725ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xc733000 -  0xc733ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xc7b1000 -  0xc7b2fff +com.adobe.illustrator.plugins.ASLib ASLib version 14.0.0 (14.0.0) <F08F7B7D-86A2-462E-AB7B-B706FEE4B955> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/ASLib.aip/Contents/MacOS/ASLib
    0xc7e1000 -  0xc7ecff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x1159e000 - 0x115c0fc7 +com.adobe.illustrator.plugins.TracingUI TracingUI version 14.0.0 (14.0.0) <406A33F8-F301-4540-9A22-A01E2CA0CBE1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/TracingUI.aip/Contents/MacOS/Tracin gUI
    0x115c8000 - 0x115d3ff7 +com.adobe.illustrator.plugins.Find Find version 14.0.0 (14.0.0) <DE59DC7B-5D9B-4483-83B9-67D8682B4CD1> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Illustrator Filters.localized/Find.aip/Contents/MacOS/Find
    0x115ee000 - 0x115f5fff +com.adobe.illustrator.plugins.Action Action version 14.0.0 (14.0.0) <C884784D-9646-47C7-917D-2F6B65521B57> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Action.aip/Contents/MacOS/Action
    0x115f9000 - 0x115fcfff +com.adobe.illustrator.plugins.GeometryS  Geometry Suite version 14.0.0 (14.0.0) <B30D9BE4-9735-4704-AD8A-467E7C25B9A9> /Applications/Adobe Illustrator CS4/Plug-ins.localized/Extensions.localized/Geometry.aip/Contents/MacOS/Geometr yS
    0x117c0000 - 0x117f3fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    0x12200000 - 0x122d1fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x1286f000 - 0x12878fff +com.adobe.illustrator.plugins.FrameworkServer Framework Server version 14.0.0 (14.0.0) <04B2DA5B-B84C-487C-A70E-76163D14D08F> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS erver
    0x1287c000 - 0x12882ff7 +com.adobe.illustrator.plugins.ArtConverters  ArtConverters version 14.0.0 (14.0.0) <0EA7F2D8-904D-4AFC-A177-8569F3E2286A> /Applications/Adobe Illustrator CS4/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverter s
    0x12886000 - 0x128affff +com.adobe.illustrator.plugin

  • After 10.5.5, no more duplex printing (generic postscript)

    I have a printer for which there is no Mac native driver, so I have to use the "Generic Postscript" driver. Up to 10.5.4, anything printed from the Mac would honor the front panel setting with regard to duplexing. As far as I can guess, since 10.5.5, the generic driver is now sending an explicit "single sided" command to the printer.
    Does anyone have any suggestions as to how I might fix this?

    Hi,
    you can try to exchange your "pstops" file by the one from 10.5.4 as described in:
    http://discussions.apple.com/thread.jspa?threadID=1715794&tstart=0#8157481
    At least this fixed a similar problem in my case which appeared with 10.5.5 (or the latest HP printer driver update - I am not sure, because I installed both updates at quite the same time).
    Best regards,
    Steffen

  • Gimp-Print and Postscript

    I just purchased an HP PCL color laser printer. Ocassionally I'll need to print EPS files with it. What's the best way to accomplish this?
    1. Use Gimp-Print drivers
    2. Create a PDF and then print the document using the standard PCL language
    3. Something else (please describe)
    Thanks,
    Kelly

    Best method- use the driver that came with the printer. Every app in OS X produces postscript (OK, I suppose there might be one out there that bypasses normal programming api's). Therefore - EVERY printer driver (for non-postscript printers) in OS X must translate postscript to the printer's language.
    I hope this is clear - every printer driver on OS X accepts postscript input.
    Does that help?

  • Feature Request: Proofbooks - Watermarks and Printing to Postscript

    When creating proofbooks to be distributed either printed or electronically to clients, it is important to be able to easily print a version of the book with watermarks on all the photographs. This makes it easy and safe to send clients proofs of a book to examine before printing.
    It would be nice if I could "print to proof pdf" or something similar from Aperture. PDFs created by Distiller from Postscipt are MUCH smaller then the ones generated by Aperture and other programs. a 51+ MB PDF is fine for the publishing house, but is impossibly large to email to a client for proofing. Another option would be to at least expose the normal "print pdf to postscript" like the normal print dialog does when you have things like Acrobat Distiller installed, so those of us who do have Distiller can make use of it for things like this.
    If there are any workarounds people know for these two situations in the meantime I would love to hear about them.
    Thank you for a great product.
    Sean

    I di dcome up with a workaround for this issue, although it requires Adobe Acrobat and Distiller. I printed a PDF with Apeture that was 54 MB in size. I opened it in Acrobat and used it's watermark feature to quickly watermark each page (not pretty but effective). I then used the "Save PDF as Postscript" to create a large PS file of the PDF (69 MB). I then started Distller with the "Smallest File Size" output settings selected and processed the Postscript file into a nice and small PDF proof version of my book with watermarks. This final proof version was only 1.5 MB and looked just great on the screen.
    Hope this helps others.
    Sean

Maybe you are looking for