Problem printing Acrobat.pdf files get a VMerror error. Upgraded to Mac OS X10.10 Yosemite

I really need to be able to print Acrobat.pdf files and printer window indicates pdf is being sent to the printer. Printed a test page and Word documents but not Acrobat.pdf.
Test page indicated I have Driver Name: HP338_6PPD and Driver Version: 19.8.. I have had this printer for over 10 years and it has performed very well.  Other than I can't scan anymore it has never failed to print a document.  Does Adobe need to address this problem?

Welcome back to the community, @JAJ70 
I read about the "VMerror" error you are seeing when attempting to print PDF files. Although this may be an issue with Adobe, I do have some links and suggestions for you to look into.
I would suggest a power reset:
Press the Power button to turn on the product.
With the product turned on, disconnect the power cord from the rear of the product.
Unplug the power cord from the wall outlet.
Wait at least 15 seconds.
Plug the power cord back into the wall outlet.
Reconnect the power cord to the rear of the product.
If the product does not turn on by itself, press the Power button to turn it on.
I am unsure of which printer you have however, check for a firmware update:
Getting the Latest Firmware and Product Updates
These steps, in order may help as well:
Mac OS X: How to reset the printing system
Repair disk permissions
Restart the Mac
Re-add the printer
Here is what I have found when searching for the error "VMerror":
Troubleshoot memory-related PostScript error ("VMerror," "limitcheck") printing from Illustrator (CS...
Troubleshoot PostScript errors
Troubleshoot damaged Illustrator files
I hope that helps, let me know the results
R a i n b o w 7000I work on behalf of HP
Click the “Kudos Thumbs Up" at the bottom of this post to say
“Thanks” for helping!
Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Similar Messages

  • Problem printing Online PDF file

    Have a strange problem printing online PDF files. The printer prints all other documents ok - Word, Pages, PDF files that are stored on disk etc. However when i try and print a PDF file online - i.e. online job application form, the printer goes into melt down. It will only print part of the first page then stops. The drive wheel pushes the paper back and forth a few times then stops. I can print each page one at a time but won't let me print all at once.
    Any ideas? It does this regardless of which computer I use (both mac's). Makes no difference if the printer is connected direct via USB or Airport.
    Any ideas?
    Colin.

    What kind of printer is it? Is the software up to date? Is it possible to provide the URL of the page you are trying to print?

  • PDF file gets corrupted when generated from BSP

    Hi,
         I am generating a PDF file from a BSP page ( see the code below). The problem is that PDF file gets corrupted and  I am unable to open it. I also tried to use other functions like GUI_Download and DOwnload as suggested by many and they also do not work either. Has any one generated a PDF from BSP and can some one help?
    Data: GG type String.
    event handler for data retrieval
    data : event type ref to cl_htmlb_event.
    class cl_htmlb_manager definition load.
    class CL_HTTP_RESPONSE DEFINITION LOAD.
    DATA : PARAMS TYPE PRI_PARAMS,
             VALID  TYPE C,
    GV_SUCCESS_SPOOL_NO LIKE SY-SPONO.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING DESTINATION           = 'LOCL'
               COPIES                = COUNT
               LIST_NAME             = 'TEST'
               LIST_TEXT             = 'Test NEW-PAGE PRINT ON'
                  IMMEDIATELY           = ''
                  RELEASE               = 'X'
                  NEW_LIST_ID           = 'X'
               EXPIRATION            = DAYS
                  LINE_SIZE             = 140
               LINE_COUNT            = 23
               LAYOUT                = 'X_PAPER'
               SAP_COVER_PAGE        = 'X'
               RECEIVER              = 'SAP*'
               DEPARTMENT            = 'System'
                  NO_DIALOG             = 'X'
        IMPORTING OUT_PARAMETERS        = PARAMS
                  VALID                 = VALID.
      IF VALID <> SPACE.
        NEW-PAGE PRINT ON  PARAMETERS PARAMS NO DIALOG.
    write :/ 'Hello Message1'.
    write :/ 'Hello Message2 '.
    NEW-PAGE PRINT OFF .
      ENDIF.
    data :        spool_no TYPE TSP01-RQIDENT .
    spool_no = sy-spono.
    DATA: itab TYPE TLINE,
            witab TYPE TABLE OF TLINE,
            output TYPE STRING,
            outputx TYPE XSTRING.
    data : l_pdf_len type i.
    data: mi_bytecount type i.
    DATA : APP_TYPE TYPE STRING VALUE  'APPLICATION/PDF' .
    DATA:    cached_response TYPE ref to if_HTTP_RESPONSE.
    data : l_display_url type string .
    data : guid type GUID_32 .
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          SRC_SPOOLID              = spool_no
          NO_DIALOG                = 'X'
       IMPORTING
          PDF_BYTECOUNT            =  mi_bytecount
        TABLES
          PDF                      = witab
        EXCEPTIONS
          ERR_NO_ABAP_SPOOLJOB     = 1
          ERR_NO_SPOOLJOB          = 2
          ERR_NO_PERMISSION        = 3
          ERR_CONV_NOT_POSSIBLE    = 4
          ERR_BAD_DESTDEVICE       = 5
          USER_CANCELLED           = 6
          ERR_SPOOLERROR           = 7
          ERR_TEMSEERROR           = 8
          ERR_BTCJOB_OPEN_FAILED   = 8
          ERR_BTCJOB_SUBMIT_FAILED = 9
          ERR_BTCJOB_CLOSE_FAILED  = 10
          others                   = 11.
      if sy-subrc EQ 0.
        LOOP AT witab INTO itab.
          CONCATENATE
            output
            itab-tdline
          INTO output in character mode.
        ENDLOOP.
    endif.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
            EXPORTING
                text   = output
                mimetype =   'APPLICATION/PDF'
            IMPORTING
                buffer = outputx.
    concatenate cl_abap_char_utilities=>byte_order_mark_little
    outputx
    into outputx in byte mode.
      response->set_header_field( name = 'content-type' value =
    'APPLICATION/PDF; charset=utf-16le'  ).
      response->delete_header_field( name =
    if_http_header_fields=>cache_control ).
      response->delete_header_field( name = if_http_header_fields=>expires
      response->delete_header_field( name = if_http_header_fields=>pragma )
      response->set_header_field( name = 'content-disposition'
                                  value = 'attachment; filename = TEST.PDF'
      l_PDF_len = xstrlen( OUTPUTX ).
      response->set_data( data = OUTPUTx
                          length = l_PDF_len ).
    navigation->response_complete( ).
    Regards
    Amit Agrawal

    HI Craig Cmehil,
                   I have tried this code as well as given in the URL specified by you. But using this also browser shows the following  content. It seems that PDF content is corrupted.
    My Output as shown on Browser Starts below this line----
    DF-1.3
    %âãÏÓ
    2 0 obj
    /WinAnsiEncoding
    endobj
    3 0 obj
    <<
    /Type /Font
    /Subtype /Type1
    /BaseFont /Courier
    /Name /F001
    /Encodg 2 0 R
    >>
    endobj
    4 0 obj
    <<
    /Length 5 0 R
    >>
    stream
    /F001 7.30 Tf 0 0 0.753 rg BT 18.00 570.65 Td 0 Tw <33302E30362E3230302020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020>Tj ET 0 0 0.753 rg BT 2950 570.65 Td 0 Tw
    <20204854545020436F6E74726F6C202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020>Tj ET 0 0 0.753 rg BT 572.40 570.65 Td 0 Tw <2020202020202020202020202031>Tj ET q 0 0 0 RG 0.55 w 18.00 562.90 m
    634. 562.90 l S Q 0 0 0.753 rg BT 18.00 551.45 Td 0 Tw <48656C6C6F20416D6974>Tj ET 0 0 0.753 rg BT 18.00 541.85 Td 0 Tw <48656C6C6F204765726176>Tj ET
    endstream
    endobj
    5 0 obj
    624
    endobj
    6 0 obj
    <<
    /Type /Page
    /MediaBox
    /Parent 1 0 R
    /Resource
    <<
    /ProcSet
    /PDF /Text
    /Font
    <<
    /F001 3 0 R
    >>
    /XObject
    <<
    >>
    >>
    /Contents 4 0 R
    >>
    endobj
    7 0 obj
    <<
    /Author (AMG )
    /CreationDate (20050630 181301)
    /Creator (Form X_58_170 EN)
    /Producer (SAP R/3 Release 620 )
    %SAPinfoStart TOA_DARA
    %FUNCTI=(    )
    %MANDANT=(   )
    %DEL_DATE=(00000000)
    %SAP_OBJECT=(          )
    %AR_OBJECT=(          )
    %OBJECT_ID=(                          )
    %FORM_ID=(                                        )
    %FORMARCHIV=(  )
    %RESERVE=(   )
    %NOTIZ=(                                                                )
    %SAPinfoEnd TOA_DARA
    >>
    endobj
    1 0 obj
    <<
    /Type /Pages
    /Kids
    [ 6 0 R
    /Count 1
    >>
    endobj
    8 0 obj<<
    /Type /Catalog
    /Pages 1 0 R
    /PageMode /UseNone
    >>
    endobj
    xref
    0 9
    0000000000 65535 f
    0000001801 00000 n
    0000000017 0000n
    0000000052 00000 n
    0000000157 00000 n
    0000000840 00000 n
    0000000862 00000 n
    0000001048 00000 n
    0000001869 00000 n
    trailer
    /Size 9
    /Root 8 0 R
    /Info 7 0 R
    >>
    startxref
    1944
    %%EOF
    Browser Displey Content Ends----
    My Coding Starts----
    Data: GG type String.
    event handler for data retrieval
    data : event type ref to cl_htmlb_event.
    class cl_htmlb_manager definition load.
    class CL_HTTP_RESPONSE DEFINITION LOAD.
    DATA : PARAMS TYPE PRI_PARAMS,
             VALID  TYPE C,
    GV_SUCCESS_SPOOL_NO LIKE SY-SPONO.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING DESTINATION           = 'LOCL'
               COPIES                = COUNT
               LIST_NAME             = 'TEST'
               LIST_TEXT             = 'Test NEW-PAGE PRINT ON'
                  IMMEDIATELY           = ''
                  RELEASE               = 'X'
                  NEW_LIST_ID           = 'X'
               EXPIRATION            = DAYS
                  LINE_SIZE             = 140
               LINE_COUNT            = 23
               LAYOUT                = 'X_PAPER'
               SAP_COVER_PAGE        = 'X'
               RECEIVER              = 'SAP*'
               DEPARTMENT            = 'System'
                  NO_DIALOG             = 'X'
        IMPORTING OUT_PARAMETERS        = PARAMS
                  VALID                 = VALID.
      IF VALID <> SPACE.
        NEW-PAGE PRINT ON  PARAMETERS PARAMS NO DIALOG.
    write :/ 'Hello Amit'.
    write :/ 'Hello Gaurav '.
    NEW-PAGE PRINT OFF .
      ENDIF.
    GV_SUCCESS_SPOOL_NO = sy-spono.
    data :        spool_no TYPE TSP01-RQIDENT .
    spool_no = sy-spono.
    write: GV_SUCCESS_SPOOL_NO.
    *write: spool_no.
    IF display_type = 'convertspool'.
      DATA: itab TYPE TLINE,
            witab TYPE TABLE OF TLINE,
            output TYPE STRING,
            outputx TYPE XSTRING.
    data : l_pdf_len type i.
    data: mi_bytecount type i.
    DATA : APP_TYPE TYPE STRING VALUE  'APPLICATION/PDF' .
    DATA:    cached_response TYPE ref to if_HTTP_RESPONSE.
    data : l_display_url type string .
    data : guid type GUID_32 .
           spool_no like TSP01-RQIDENT .
    *spool_no = GV_SUCCESS_SPOOL_NO .
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          SRC_SPOOLID              = spool_no
          NO_DIALOG                = 'X'
       IMPORTING
          PDF_BYTECOUNT            =  mi_bytecount
        TABLES
          PDF                      = witab
        EXCEPTIONS
          ERR_NO_ABAP_SPOOLJOB     = 1
          ERR_NO_SPOOLJOB          = 2
          ERR_NO_PERMISSION        = 3
          ERR_CONV_NOT_POSSIBLE    = 4
          ERR_BAD_DESTDEVICE       = 5
          USER_CANCELLED           = 6
          ERR_SPOOLERROR           = 7
          ERR_TEMSEERROR           = 8
          ERR_BTCJOB_OPEN_FAILED   = 8
          ERR_BTCJOB_SUBMIT_FAILED = 9
          ERR_BTCJOB_CLOSE_FAILED  = 10
          others                   = 11.
      if sy-subrc EQ 0.
        LOOP AT witab INTO itab.
          CONCATENATE
            output
            itab-tdline
          INTO output in character mode.
        ENDLOOP.
    endif.
    *write : output.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
            EXPORTING
                text   = output
                mimetype =   'APPLICATION/PDF'
            IMPORTING
                buffer = outputx.
    *concatenate cl_abap_char_utilities=>byte_order_mark_little
    *outputx
    *into outputx in byte mode.
    CREATE OBJECT cached_response TYPE CL_HTTP_RESPONSE EXPORTING add_c_msg = 1.
    some Browsers have caching problems when loading Excel Format
      response->set_header_field( name = 'content-type' value =
    'APPLICATION/PDF'  ).
      response->delete_header_field( name =
    if_http_header_fields=>cache_control ).
      response->delete_header_field( name = if_http_header_fields=>expires
      response->delete_header_field( name = if_http_header_fields=>pragma )
        l_pdf_len = xstrlen( outputx ).
        cached_response->set_data( data   = outputx
                            length = l_pdf_len ).
        cached_response->set_header_field( name  = if_http_header_fields=>content_type
                                           value = 'application/pdf' ).
        cached_response->set_status( code = 200 reason = 'OK' ).
        cached_response->server_cache_expire_rel( expires_rel = 180 ).
        CALL FUNCTION 'GUID_CREATE'
          IMPORTING
            ev_guid_32 = guid.
        CONCATENATE runtime->application_url '/' guid '.pdf' INTO l_display_url.
        cl_http_server=>server_cache_upload( url      = l_display_url
                                             response = cached_response ).
    RETURN.
    My Coding Ends----
    Any Further help on this.
    Regards
    Amit Agrawal

  • Printing the PDF file of your iPhoto book

    I am having a problem printing my saved PDF file. It comes out like the image was dragged across the page diagonally. I can print the file from Preview ok. Any ideas as to what is going on? Other PDF files - non iPhoto- print fine. Do I need yo worry about this for my book purchase as I understand it is via a PDF file?
    Lady Jane K

    Hi Lady Jane K,
    Just experienced the very same problem, printing a PDF file created from iPhoto and viewed and printed from Adobe Reader 7.0.8.
    Then I opened the PDF file from the Preview application and the printing now looks much better!
    It seems that we have to print from the Preview app.
    Did you print from Adobe Reader when having the problem?

  • Since I downloaded Adobe Reader 11.0.07 I have been totally unable to print any PDF files using my Dell 1720 laser printer - I just get a blinking "error" light on the printer, no other error messages . I never had a problem printing PDF files before down

    Since I downloaded Adobe Reader 11.0.07 I have been totally unable to print any PDF files using my Dell 1720 laser printer - I just get a blinking "error" light on the printer, no other error messages . I never had a problem printing PDF files before downloading the new Reader version. Suggestions? Thank you.

    Hi,
    Which version of Adobe Reader were you using earlier when printing using Dell printed was working fine?
    Thanks,
    Shakti K

  • Acrobat Pro XI Mac won't print a .pdf file, but Apple Preview will print correctly

    Hello,
    I have Acrobat Pro XI for Mac.  recently I've run into pdf files that will show the document on screen ok, show up on print preview screen ok, but when I send it to a printer I either get:
    1.  no printout... the document passes through the printer queue ok, but nothing comes out (no blank paper, nothing).  no data seems to even reach the printer/print server.  no error.  the print job basically vanishes into thin air like the job was never sent
    2.  prints out with all the characters of a text substituted with squares (again, no error. just prints squares instead of text)
    But when I print the same document using Apple's Preview program on the same machine, the file prints out fine.
    I experience this problem with two different Macs, with two different OS versions.  Again both machines will print the .pdf file fine using Apple Preview, but not with Acrobat Pro XI.
    I've searched for this problem, but no one seems to have this problem. I've tried just printing one page, etc., and no difference (won't print, or print wrong using Acrobat, but prints fine using Preview)
    the files are typically sent via e-mail from a vendor, or a web downloaded form (invoice, forms filled out.  some are secure, some are not).  and these are from multiple sources.
    Any ideas what might be the problem, and how to fix this?
    system:
    Mac Pro (early 2008) and MacBook Pro (mid-2011)
    MacOS 10.8.4 and 10.6.8 (multiple computers have this same problem)
    Acrobat Pro XI, 11.0.04
    printer: HP LaserJet 5MP (yes.. old.. but it works) via HP JetDirect + print server on  LAN

    I just found this solution on another board, I tried it  (I removed the same file listed below) and it worked for me.... 
    Safari won’t save or print PDFs: how to fix
    :: Tuesday, January 29th, 2013 @ 5:29:46 am
    :: Tags: Computers
    If Safari won’t save or print PDFs (but views them without any problems), you probably have an Adobe PDF plug-in installed. In Safari, go to Help->Installed Plug-ins and do a search for “PDF.” If you have anything with “PDF” in it other than “WebKit built-in PDF,” that is probably the culprit.
    On my computer, the problem was “AdobePDFViewerNPAPI.plugin”. To remove it, I quit Safari, did a Spotlight search (Command-Option space) for that file name, and then dragged it to the trash. When I restarted Safari, I could print and save PDFs again. You can also manually find the plugins by going to the system “Library”  folder (the one at the root of your hard disk, not in your user folder) and looking in the “Internet Plug-Ins” folder.
    I’m on OS X 10.8.2, running Safari 6.0.2 (8536.26.17).

  • I'm trying to print a pdf. file. I keep getting an error.

    Every time I try to print this pdf. file, I get an error: There is a problem with adobe/acrobat reader. If it is running, please exit and try again. (6:6). I presently have Adobe Acrobat 5.0, Adobe Reader XI (11.0.06) installed. I've allowed pop-ups and check the box to display pdf in browser. I keep getting the same error no matter what I do.
    Any Assistance Will Be Greatly Appreciated,
    Thanks In Advance, rogerw

    rogerw wrote:
    Every time I try to print this pdf. file, I get an error
    Download the file to your local disk, then open and print it from there.

  • Can't get duplex print option for pdf files using  Adobe ReaderXI 11.0.04, Mac 10.8.5 with HP8600

    I get two-sided option for normal printing, but
    I can't get duplex print option for pdf files using  Adobe ReaderXI 11.0.04, Mac 10.8.5 with HP Officejet Pro 8600.  HP says it's an Adobe problem. I'm stuck.
    Thanks in advance.
    VO

    It depends where the pdf is located. If in the Finder or in an attachment to
    an email in Entourage, the message is ³You can¹t open the application
    ³Acrobat Reader 5.0² because PowerPC applications are no longer supported².
    If an attachment in an email that has come via Safari, the message is
    ³Safari can¹t open the file because no available applications can open it².
    In each case the menu bar is Finder or Entourage or Safari as the case may
    be.

  • Cannot print a PDF file to Xerox7500 and HP5200 Acrobat & Preview quit

    Driving me mad this one!
    When I try to print an acrobat PDF file to either of my printers from both Acrobat Pro 8 and Preview, the applications quit. It does this 5 seconds after hitting the print button.
    Also when selecting printer in print dialog box the display ofted freezes and does not show the printers features, hangs for a whil and then applicatyion quits.
    Xerox Phaser 7500 that I have installed latest 10.6 driver from Xerox site.
    HP laserjet 5200 that I have downloaded latest drivers for off HP site.
    mac OS 10.6.2 fully updated and permissions fixed.
    Print drivers setup as bonjour cannections, and tried LPD and JetDirect on fixed IP's.
    Tried Correct PPD's and Generic PPd's.
    Can print from Quark, word and Indesign direct.
    Problem is just when trying to print a pdf file to the printers.
    Happens with both PDF's we have generated and other PDF's off CD's like manuals, and apples stacks PDF etc.
    Can anyone help?
    Thanks

    Same exact problem with my Phaser 7500 DN, but I can print in Photoshop, Illustrator and InDesign no errors. Here's a log from Acrobat.
    Process: AdobeAcrobat [183]
    Path: /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier: com.adobe.Acrobat.Pro
    Version: 9.1.3 (9.1.3)
    Code Type: X86 (Native)
    Parent Process: launchd [80]
    Date/Time: 2009-12-11 14:07:31.433 -0600
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 173771 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 29164 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 214C3579-6C0E-4585-818D-B1093AE0BB7C
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x9578af1c __CFTypeCollectionRelease + 172
    1 com.apple.CoreFoundation 0x957998b2 __CFArrayReleaseValues + 434
    2 com.apple.CoreFoundation 0x957c644e CFArrayRemoveAllValues + 126
    3 ...int.framework.Print.Private 0x1a4067d9 0x1a400000 + 26585
    4 ...int.framework.Print.Private 0x1a425576 CarbonPrintButtonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 28233
    5 com.apple.AppKit 0x9371af86 -[NSApplication sendAction:to:from:] + 112
    6 com.apple.AppKit 0x937fa705 -[NSControl sendAction:to:] + 108
    7 com.apple.AppKit 0x937f61ba -[NSCell _sendActionFrom:] + 169
    8 com.apple.AppKit 0x937f54b1 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    9 com.apple.AppKit 0x9384a95d -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    10 com.apple.AppKit 0x937f3f07 -[NSControl mouseDown:] + 812
    11 com.apple.AppKit 0x937f1f10 -[NSWindow sendEvent:] + 5549
    12 com.apple.AppKit 0x9370ab2f -[NSApplication sendEvent:] + 6431
    13 com.apple.AppKit 0x9395338b -[NSApplication _realDoModalLoop:peek:] + 806
    14 com.apple.AppKit 0x93952ab1 -[NSApplication runModalForWindow:] + 273
    15 ...int.framework.Print.Private 0x1a41f570 CarbonPrintButtonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3651
    16 ...int.framework.Print.Private 0x1a411ae3 PMPrivatePrintDialog + 267
    17 ...apple.print.framework.Print 0x98005180 sessionPrintDialog(OpaquePMPrintSession*, OpaquePMPrintSettings*, OpaquePMPageFormat*, unsigned char, unsigned char*) + 333
    18 com.adobe.Acrobat.framework 0x800c4cff CopiesPagesPDE_Open + 78911
    19 com.adobe.Acrobat.framework 0x800aaea8 CopiesPagesPDE_Prologue + 6732
    20 com.adobe.Acrobat.framework 0x800ac1cc CopiesPagesPDE_Prologue + 11632
    21 com.adobe.Acrobat.framework 0x800ac52f CopiesPagesPDE_Prologue + 12499
    22 com.adobe.Acrobat.framework 0x800ac5fe CopiesPagesPDE_Prologue + 12706
    23 com.adobe.Acrobat.framework 0x803e3739 AcroSecurityBailOutImpl + 3045553
    24 com.adobe.Acrobat.framework 0x8010c04c AcroSecurityBailOutImpl + 65988
    25 com.adobe.Acrobat.framework 0x8030c5ab AcroSecurityBailOutImpl + 2164515
    26 com.adobe.Acrobat.framework 0x8030c6c3 AcroSecurityBailOutImpl + 2164795
    27 com.adobe.Acrobat.framework 0x8007de8c RunAcrobat + 2324114
    28 com.apple.AppKit 0x9371af86 -[NSApplication sendAction:to:from:] + 112
    29 com.apple.AppKit 0x939a2b18 -[NSCarbonMenuImpl performMenuAction:withTarget:] + 326
    30 com.apple.AppKit 0x9381617c -[NSMenu _performKeyEquivalentWithDelegate:] + 354
    31 com.apple.AppKit 0x93816258 -[NSMenu _performKeyEquivalentWithDelegate:] + 574
    32 com.apple.AppKit 0x93815d0f -[NSMenu performKeyEquivalent:] + 78
    33 com.adobe.Acrobat.framework 0x8007d2e9 RunAcrobat + 2321135
    34 com.apple.AppKit 0x938145a3 -[NSApplication _handleKeyEquivalent:] + 581
    35 com.apple.AppKit 0x9370a50a -[NSApplication sendEvent:] + 4858
    36 com.apple.AppKit 0x9369e4ff -[NSApplication run] + 917
    37 com.adobe.Acrobat.framework 0x7fe4740c RunAcrobat + 3090
    38 com.adobe.Acrobat.framework 0x7fe46938 RunAcrobat + 318
    39 com.adobe.Acrobat.Pro 0x00002e8b start + 2371
    40 com.adobe.Acrobat.Pro 0x0000264a start + 258
    41 com.adobe.Acrobat.Pro 0x00002571 start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x94f050ea kevent + 10
    1 libSystem.B.dylib 0x94f05804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x94f04cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x94f04a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x94f044f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x94f04336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f0c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x94f0e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x95f8887a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x95f7420d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x95f6fb33 MPWaitOnQueue + 250
    6 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fbb10ed TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x95f537ae PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f0c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x94f0e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x95f8887a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x95f7420d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x95f6fb33 MPWaitOnQueue + 250
    6 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fbb10ed TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x95f537ae PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f0c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x94f0e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x95f8887a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x95f7420d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x95f6fb33 MPWaitOnQueue + 250
    6 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fbb10ed TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x95f537ae PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f0c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x94f0e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x95f8887a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x95f7420d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x95f6fb33 MPWaitOnQueue + 250
    6 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fbb10ed TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x95f537ae PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f0c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x94f0e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x95f8887a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x95f7420d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x95f6fb33 MPWaitOnQueue + 250
    6 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fbb10ed TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x95f537ae PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f0c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x94f0e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x95f8887a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x95f7420d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x95f6fb33 MPWaitOnQueue + 250
    6 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fbb10ed TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x95f537ae PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f0c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x94f0e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x95f8887a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x95f7420d TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x95f6fb33 MPWaitOnQueue + 250
    6 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    7 AdobeACE 0x7fbb10ed TaskGlue + 17
    8 ...ple.CoreServices.CarbonCore 0x95f537ae PrivateMPEntryPoint + 68
    9 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x94ede922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x94f0c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x94f55503 pthreadcondwait + 48
    3 AdobeAGM 0x7e4f14c4 pthreadcondition_base::Wait(pthread_scoped_lockbase&) + 26
    4 AdobeAGM 0x7e4f141d AGMMessageQueueImpl::Pull() + 65
    5 AdobeAGM 0x7e8e2c30 AGMWorkQueueTask::operator()() + 84
    6 AdobeAGM 0x7e8e3ebb boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7 AdobeAGM 0x7e4f12e1 thread_proxy + 45
    8 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    9 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x94ede922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x94f0c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x94f55503 pthreadcondwait + 48
    3 AdobeAGM 0x7e4f14c4 pthreadcondition_base::Wait(pthread_scoped_lockbase&) + 26
    4 AdobeAGM 0x7e4f141d AGMMessageQueueImpl::Pull() + 65
    5 AdobeAGM 0x7e8e2c30 AGMWorkQueueTask::operator()() + 84
    6 AdobeAGM 0x7e8e3ebb boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7 AdobeAGM 0x7e4f12e1 thread_proxy + 45
    8 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    9 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x94ede922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x94f0c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x94f55503 pthreadcondwait + 48
    3 AdobeAGM 0x7e4f14c4 pthreadcondition_base::Wait(pthread_scoped_lockbase&) + 26
    4 AdobeAGM 0x7e4f141d AGMMessageQueueImpl::Pull() + 65
    5 AdobeAGM 0x7e8e2c30 AGMWorkQueueTask::operator()() + 84
    6 AdobeAGM 0x7e8e3ebb boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7 AdobeAGM 0x7e4f12e1 thread_proxy + 45
    8 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    9 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x94f050ea kevent + 10
    1 com.adobe.Acrobat.framework 0x807d121e AcroSecurityBailOutImpl + 7164822
    2 com.adobe.Acrobat.framework 0x8070272f AcroSecurityBailOutImpl + 6318247
    3 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    4 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x94ede93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x94f0c445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x94f3b028 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x97a53a84 -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x97a0c7f5 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x97a0c6d8 -[NSConditionLock lockWhenCondition:] + 69
    6 ...adobe.acrobat.amtlibwrapper 0x185e02d1 AVAMTForegroundUpdateCheckEnabled + 116699
    7 ...adobe.acrobat.amtlibwrapper 0x185d5341 AVAMTForegroundUpdateCheckEnabled + 71755
    8 ...adobe.acrobat.amtlibwrapper 0x185ded60 AVAMTForegroundUpdateCheckEnabled + 111210
    9 com.apple.Foundation 0x97a178d8 -[NSThread main] + 45
    10 com.apple.Foundation 0x97a17888 _NSThread__main_ + 1499
    11 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    12 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x94efd856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x957deddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    3 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x94f0c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x94f38441 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x94f3837f usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x938461ed -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x97a178d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x97a17888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x94f0bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x94f0be42 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9578ae84 ecx: 0xa07b5b80 edx: 0xa07c8ee0
    edi: 0xa07c8ee0 esi: 0x00000000 ebp: 0xbfffe148 esp: 0xbfffe120
    ss: 0x0000001f efl: 0x00000246 eip: 0x9578af1c cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x02416e00
    Binary Images:
    0x1000 - 0x2fff +com.adobe.Acrobat.Pro 9.1.3 (9.1.3) <8486DD3A-7448-4821-A5A5-CC399D74F967> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    0x62000 - 0x62ff7 libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xb6000 - 0xb7fff +com.adobe.Acrobat.print.pde.CopiesPagesPDE 8.0.0 (8.0.0) <8880D73B-93A7-4353-8039-C8E96390B564> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/CopiesPagesPDE.plugin/Contents/MacOS/CopiesPagesPDE
    0x17600000 - 0x1760dff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/asneu.framework/asneu
    0x176e4000 - 0x176e5ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x179f6000 - 0x17a4cfeb +com.adobe.AcroSQLite AcroSQLite (1.0.0) <379EA448-AC01-4FF7-83F4-602C5E180472> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/AcroSQLite
    0x17a53000 - 0x17a9afc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobecaps.framework/adobecaps
    0x185c2000 - 0x186f7ff6 +com.adobe.acrobat.amtlibwrapper 1.1 (1.1) <3C934C99-5CA1-4F00-B3BD-72E5904694C1> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AMTLibWrapper.framework/AMTLibWrapper
    0x19e4d000 - 0x19e6eff7 +com.adobe.BIBUtils AdobeBIBUtils 1.1.01 (1.1.01) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/AdobeBIBUtils
    0x19f39000 - 0x19f4bff7 libTraditionalChineseConverter.dylib ??? (???) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x19f4f000 - 0x19f5dfe7 libSimplifiedChineseConverter.dylib ??? (???) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1a029000 - 0x1a031fff +com.adobe.print.AdobePDF9.pde Adobe PDF 9.1.0 (9.1.0) /Library/Printers/PPD Plugins/AdobePDFPDE900.plugin/Contents/MacOS/AdobePDFPDE900
    0x1a0e0000 - 0x1a13cff2 +com.adobe.ESD.AdobeUpdaterLibFramework AdobeUpdater 6.2.0.1474 (6.2.0.1474) <38089EBB-D1A2-4868-8DF3-FCE297546790> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Updater.acroplugin/Contents/Frameworks/AdobeUpdater.f ramework/AdobeUpdater
    0x1a161000 - 0x1a1a1fef +com.adobe.ARE AdobeARE 1.5.02.2579 (1.5.02.2579) /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeARE.framework/AdobeARE
    0x1a1ab000 - 0x1a1c9fff +com.hp.print.HPSmartPrint 5.2.1 (5.2.1f01) <8EFAA3FB-4D42-DFB9-0A9A-1839427F9802> /Library/Printers/hp/Frameworks/HPSmartPrint.framework/Versions/A/HPSmartPrint
    0x1a400000 - 0x1a442ff7 com.apple.print.framework.Print.Private 6.1 (305.1) <411077DE-8627-7D79-C107-85D3FE74CD81> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x1a456000 - 0x1a4bbfef +com.hp.print.psdriver.hpPostScriptPDE 16.1.0 (16.1.0b237) <4C0DA169-7D92-B233-160B-0F09770CBB94> /Library/Printers/hp/PDEs/hpPostScriptPDE.plugin/Contents/MacOS/hpPostScriptPDE
    0x1a4e6000 - 0x1a552ff1 +com.hp.print.psdriver.HPPrintSettings 16.1.0 (16.1.0b237) <0A3AB662-25E7-335E-06DB-2E1F24C454DA> /Library/Printers/hp/PDEs/hpPostScriptPDE.plugin/Contents/Resources/HPPrintSett ings.bundle/Contents/MacOS/HPPrintSettings
    0x1a57c000 - 0x1a5aefe7 com.apple.print.PrintingCocoaPDEs 6.1 (305.1) <08B0D562-E227-198C-5B18-924BE9025185> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x1ac1d000 - 0x1ac85fff +com.xerox.xeroxfeatures.pde 1 (64) <FA50DF6E-D3C5-C8B5-B71A-D39F21DF45DD> /Library/Printers/Xerox/PDEs/XeroxFeatures.plugin/Contents/MacOS/XeroxFeatures
    0x1be57000 - 0x1bfc3fd7 +com.adobe.Acrobat.adm 9.0.0 (9.0.0) <E7D4DA2E-2289-4799-9AD0-6D520FF61E93> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/SPPlugins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x73f39000 - 0x73f70fe0 +com.adobe.AcrobatPlugin.Updater 9.1.0 (9.1.0) <2733231B-2D40-4299-A02D-4A97B1CCBA58> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Updater.acroplugin/Contents/MacOS/Updater
    0x79983000 - 0x79b1cffb +com.adobe.AcrobatPlugin.EScript 9.1.2 (9.1.2) <F63D2247-ABB4-46AC-BDA3-942C29303126> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/EScript.acroplugin/Contents/MacOS/EScript
    0x7aada000 - 0x7af1813b +com.adobe.AcrobatPlugin.Comments 9.1.2 (9.1.2) <C00EB7A9-A3E5-45E7-8A39-3ED672802751> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Plug-ins/Comments.acroplugin/Contents/MacOS/Comments
    0x7d7ba000 - 0x7da43ff7 +AdobeCoolType ??? (???) <40E3B5BA-ED88-41E5-A258-C71C430EC777> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x7e436000 - 0x7e450fff +AdobeBIB ??? (???) <8001249B-1DA7-4BFD-9AC4-6D6F3B03D7B6> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7e4e9000 - 0x7e9fffef +AdobeAGM ??? (???) <9F9D523F-3D1A-41D6-B1BE-CA9BC8432F97> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7fbae000 - 0x7fcbcfe7 +AdobeACE ??? (???) <51E7F026-752F-4D8E-8DAA-8CC31EBAA2DE> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x7fe44000 - 0x81111fe6 +com.adobe.Acrobat.framework 9.1.2 (9.1.2) <66A4CCC7-84D8-4015-A83A-01380E8812CC> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x9000dff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9000e000 - 0x9007dff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9007e000 - 0x900bbff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x900bc000 - 0x904f1ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x904f2000 - 0x9059ffe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x905a0000 - 0x905a0ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x905ae000 - 0x90630ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x906f1000 - 0x90713fef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90717000 - 0x90767ff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x907b9000 - 0x907edff7 libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
    0x907ee000 - 0x907feff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x907ff000 - 0x908f5ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x908f6000 - 0x9093aff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9095b000 - 0x90a2cfe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x90a2d000 - 0x90a3fff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90aaf000 - 0x90ab9fe7 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
    0x90b50000 - 0x90bedfe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90bee000 - 0x90c21ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90c22000 - 0x90c4cff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90c4d000 - 0x90c4fff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90c8d000 - 0x914b7fe7 com.apple.WebCore 6531.21 (6531.21.8) <60DEC7F3-954D-F4C4-360A-13575EDCC40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x914b8000 - 0x914feff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x914ff000 - 0x91866ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x918e1000 - 0x91989ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9198a000 - 0x91997ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91998000 - 0x91998ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x929dd000 - 0x929f1fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x929f2000 - 0x92acfff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9307c000 - 0x931fefe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x9326d000 - 0x93337fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93338000 - 0x93338ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9338b000 - 0x93465ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93466000 - 0x9347bfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9347d000 - 0x9368ffff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x93690000 - 0x93693ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93694000 - 0x93f72ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93f73000 - 0x93f79ff7 libCGXCoreImage.A.dylib ??? (???) <5233872A-EAC6-1D42-3959-6CE6C5DEB931> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x94000000 - 0x94001ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x940d0000 - 0x940f0fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x94113000 - 0x941c2ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x941c3000 - 0x941c7ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x941ca000 - 0x941caff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x941cb000 - 0x9442dff7 com.apple.security 6.0 (36910) <32B8FA26-CD73-4C45-C15A-EF8406D51FCC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94459000 - 0x94475fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94476000 - 0x944d6fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x944d7000 - 0x944fbff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9460a000 - 0x946b1fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x948de000 - 0x94a0cfe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94a0d000 - 0x94a3eff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x94b1e000 - 0x94b21fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x94b22000 - 0x94cdefef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94cff000 - 0x94d09ff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94d31000 - 0x94d31ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94d32000 - 0x94d32ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94e82000 - 0x94ebaff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ebb000 - 0x94ec4ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94ec5000 - 0x94eddff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94ede000 - 0x95082feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x95125000 - 0x95189ffb 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
    0x9518a000 - 0x955a0ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x955ba000 - 0x955f0fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x955f1000 - 0x95601ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9565c000 - 0x95740ff7 com.apple.WebKit 6531.21 (6531.21.8) <0C45DB5C-D81F-BFFE-232D-7E6F647E597F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95741000 - 0x95743ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95763000 - 0x958dafef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x958e3000 - 0x95925fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95926000 - 0x95969ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95bc4000 - 0x95d61fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95d62000 - 0x95e10ff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x95ecd000 - 0x95f1eff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95f1f000 - 0x95f2cff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95f2d000 - 0x9624cfe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9624d000 - 0x96291fe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x962ed000 - 0x962edff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x962ee000 - 0x9630cff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9630d000 - 0x96311ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96312000 - 0x9633aff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x963eb000 - 0x96420ff7 libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib
    0x96421000 - 0x96435ffb 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
    0x96436000 - 0x96441ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96464000 - 0x9648afff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9648b000 - 0x9653efff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9653f000 - 0x965b6fe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x965be000 - 0x9660bfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9660c000 - 0x9664cff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96795000 - 0x967caff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96814000 - 0x96815ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <3A08510C-07F7-1A09-D6ED-1A488203ACCC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96842000 - 0x96846ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x96847000 - 0x968dffe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x969c7000 - 0x96a21ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96a22000 - 0x96a27ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x96a28000 - 0x96a2bff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96a31000 - 0x96aabfef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96b24000 - 0x96b5effb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x96bce000 - 0x96da9ff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x96daa000 - 0x96e46fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96e47000 - 0x9716afef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9716b000 - 0x971fcfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x973be000 - 0x975befeb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x975bf000 - 0x975cbff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x975cc000 - 0x975d6ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x975d7000 - 0x975e8ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x975e9000 - 0x976dbff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x97721000 - 0x977dafe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x97a01000 - 0x97c71ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97cf9000 - 0x97dfafe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97dfb000 - 0x97e44fe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97e45000 - 0x97e48ff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x97e7c000 - 0x97fa8fe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <C226DF5C-35B0-98B8-95ED-FE5FE24E62C8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97fa9000 - 0x97ff9fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97ffa000 - 0x98000fff 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
    0x98001000 - 0x98001ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x98002000 - 0x98009fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9800a000 - 0x987ed4b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x987ee000 - 0x9880efe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98b09000 - 0x98b4aff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98c4e000 - 0x98c69ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98fd0000 - 0x9903afe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9903b000 - 0x99049fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x993f7000 - 0x99477feb 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
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib ??? (???) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: MacPro4,1, BootROM MP41.0081.B03, 4 processors, Quad-Core Intel Xeon, 2.66 GHz, 6 GB, SMC 1.39f5
    Graphics: ATI Radeon HD 4870, ATI Radeon HD 4870, PCIe, 512 MB
    Memory Module: global_name
    Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: ATI Radeon HD 4870, Display, Slot-1
    Serial ATA Device: HL-DT-ST DVD-RW GH41N
    Serial ATA Device: HL-DT-ST DVD-RW GH41N
    Serial ATA Device: WDC WD1001FALS-41K1B0, 931.51 GB
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1292, 0xfd500000
    USB Device: Hub, 0x05ac (Apple Inc.), 0x9131, 0xfd100000
    USB Device: USB-PS/2 Optical Mouse, 0x046d (Logitech Inc.), 0xc044, 0xfd130000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd110000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0xfd112000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9223, 0xfd120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x5a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x5a110000
    USB Device: DesignJet 800PS, 0x03f0 (Hewlett Packard), 0x0114, 0x3d100000
    FireWire Device: built-in_hub, Up to 800 Mb/sec

  • How do I get a print to pdf file option from Word and PP?

    I have windows vista. How do I get a print to pdf file option from Word and PP?

    Do you own Acrobat? If so what version? If not what version of Word and PP do you have? Newer versions contain non-Adobe software for creating pdfs. If you do not own Acrobat that it would be best to check in a Microsoft forum on how to use Word to create pdfs.

  • I can not print a pdf file that was sent in an email.  I get the error message that adobe could not

    I can not print a pdf file that was sent in an email.  I get an adobe error message that it can not print with an ok to check and when i do I get another adobe error message that says I did not select a page to print. I have downloaded the latest adobe download.  I forwarded the email to my husband and he printed the document just fine.

    This first question which comes to mind is how do you display the pdf file in the browser?
    For this the browser uses a plug in (e.g. adobe reader) which already has the ability to print the pdf file. Depending on the version of your plug in, printing is started differently.
    Timo
    Ps: which jdev version do you use?

  • How can I fix a printing problem: message cannot print document: "no pages selected to print" when printing a pdf file.

    I am having problems printing a pdf document. When I select a file to print and try to print it says that "no pages selected to print". The default all pages was selected by me but the message keeps coming up. I recently installed adobe reader version 11. Rebooted the computer but sitll having issues printing docs.
    Jerseyguy

    Hi Pat.
    Yes, both of them lead to the very same error.
    I have a workaround, kind of, where I preview the document and select all the pages that are correct (read showing on the pages preview) as included in the 1st screenshot.
    As you can see in the first screenshot, the 5th page seems to be non-existandt, however as I try to preview it from the 3rdP software, it comes up just fine and from there I can print it individually... just annoying when you have 50 pages and 6 of then are randomly not showing up.
    If I try to print the whole document, it simply gives me the 2nd, 3rd and 4th screenshots.
    As for the 3rdP software, as stated in prior posts, it has been working flawlesly for the last 5 years, and has not been updated in any way, shape of form... As you said, maybe it wouldn't be a bad idea to look into that, however I don't believe the contract for the software maintenance is still in effect...
    Thanks.

  • Having problems opening a pdf file with reader 10/11 get error msg cannot open close reader and try again any ideas

    having problems opening a pdf file with reader 10/11 get error msg cannot open close reader and try again any ideas

    Hi George ,
    Is it happening with all the PDF' or any specific one?
    Could you please share the error message so that we can replicate at our end ?
    Try repairing reader  once and see if that fixes the issue.
    Launch Reader>Navigate to Help>Repair Adobe Reader Installation
    Regards
    Sukrit Dhingra

  • The printing of .pdf file from Project 2013 stops when the file name should be written. Project 2013 crashes. Does someone know what is wrong between Project 2013 and Adobe Acrobat 9?

    The printing of .pdf file from Project 2013 stops when the file name should be written. Project 2013 crashes. Does someone know what is wrong between Project 2013 and Adobe Acrobat 9?

    The Acrobat 9.x product family passed into "End of Support" mid-year of 2013.
    Acrobat 9 support of MS Project via PDFMaker stops with Office 2007.
    For Office 2013 support you must use Acrobat XI (11.0.1) or newer. 
    A good to have reference:
    https://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html
    Acrobat Pro and Standard DC are what are currently available for purchase. 
    Be well...

  • How do I get my 5520 series printer to print larger print, from pdf file. I'm using windows 7

    I am trying to print a pdf file.  I want the print Larger and fill more of each page.  How do I set my printer for this?
    Thank you

    Hi,
    Please:
    (a) Open PDF file,
    (b) Click print,
    (c) select 130% in the box:
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • Can't start CS5 64-bit in Windows 7

    Can't seem to find an exact fix for this problem. I reinstalled Windows 7 (64-bit version), and of course had to reinstall all applications. Verified I'm running Win7-64 bit, but now when I launch Photoshop CS5-64 bit, I only get an error message tha

  • Difference in GL balance and asset report

    Hi Experts The scenario is difference in the asset report and GL report for the year 2009. The year is not yet closed in asset accounting.I have run the ABST2 and it shows difference  in the GL for AUC .The asset balance report S_alr_87011964 & s_alr

  • Window does not open to full screen???

    This one has me stumped. I recently installed / upgraded to CS5.1, set up all my preferences, keyboard shortcuts, presets, plugins. All worked fine, day in - day out,  for the last three weeks. About three days ago this anomaly appeared... When I zoo

  • I upgraded to ios 6 and every time i try to search apps the app store crashes

    i upgraded to ios 6 and every time i try to search apps the app store crashes help

  • Using IPD files to restore data using a Mac

    HI Whilst my daughter was living at home I was backing up her BB 9700 using my PC. However she has now gone off to university and lost her BB which has been replaced under insurance. We now need to restore all of her contacts etc. The problem is that