Optimizing forms

Hi
Could somebody point me in the direction of information about monitoring and optimizing performance of forms 4.5 / developer 2000 i would be very grateful. I'm currently using explain plan,trace and tkprof.
TIA
Tony

For forms 4.5 try using the PECS solution.
You can find info on this in your online help

Similar Messages

  • Mutiple 10g Forms Sessions

    We have a 6i application that may launch up to 4 or 5 forms applications on their desktop. Running on their workstation this is no problem at all.
    In 10g this establishes 4 or 5 forms sessions on the app server with each session having a significant footprint. This issue changes 1200 users into virtually 4800 to 6000 users.
    Does 10g have any functionality to handle this or is my only choice to throw more hardware at it at a significant cost.
    Any help would be appreciated.

    As a heads up, Forms is generally much more dependent on memory than CPU, so keep that in mind. Forms also has a pretty reasonable footprint even with non-optimized forms because a lot of things within the application are shared between user session. Things that can be shared like boilerplate and buttons are shared and things like user data are not.
    So when doing scalability testing, make sure you're using a suitable number of users since the initial memory usage by the first users is much higher than for subsequent users who only need to create private memory usage areas.
    I would support what Jan is saying about multi-tasking by a user on a system since even though they are multi-tasking, they really can't navigate through all 5 forms concurrently (if you know of a way to have multiple, independent mouse cursors, let me know! That would be something to see. Talk about RMI & carpal tunnel!).
    If you're going from client/server to web (which I hope you are since 6i's been desupported for awhile for web), then you should definetly to a prototype do some testing of a large number of users.
    A relatively cost effective way to throw more hardware at it would be to use a hardware load balancer in front of a few small - medium sized (2 - 4 processor) app servers. Don't go really high-end hardware, but make sure you have enough MEMORY. Memory is relatively cheap and doesn't increase your Oracle license cost!
    It's easier to scale with a group of small/medium servers, plus you get a more available system that you can do rolling upgrade on or minimize the impact of unexpected outages.

  • Can i create a home window without using a NIB file

    I hate interface builder, it is a really counter-intuitive piece of junk. Please don't try to convince me otherwise I prefer to do it all in code. Right now i have my whole product running dynamically, creating all the interface objects programmatically as my positioning is all calculated on the fly.
    However I still have one NIB file (MainWindow.NIB) that creates the home window and somehow links to my AppDelegate class, which is the startup class for my app. I see that my main.c routine calls UIApplicationMain() which somehow loads the main nib (hidden magic here), and then eventually my AppDelegate() method which is of calss UIWindow() gets called with an initialize() call followed by applicationDidFinishLaunching() call and off we go.
    Can I create the window dynamically by not using NIBs? Now that we have ipad and iphone to contend with, I would want to create a window that is either 320 x 480 or 768 x 1024 depending on what machine I am on. I would like to get rid of the NIB because I don't understand the wiring stuff and I tried to make a NIB myself but now get a cryptic error message, and anyway the NIB has a fixed size and my app wants to be dynamic now that we have two screen sizes.
    The second part of the question is how do you know what kind of machine you are on? I don't see a Gestalt() routine like in the old mac days so you can tell what machine it is.

    There are always less-informed people who think that a STATIC development tool is somehow more powerful than a flexible dynamic interface computed as one goes. The idea of a static screen form that you control dates back the 80's; modern interfaces are DYNAMIC and interface builder cannot construct those; sure it can perhaps help you lay out things, but if the user turns on certain features then new controls are visible. We have built products with over 500 controls in them and as only perhaps 25 are needed at any one time the software rearranges the screen in the most optimal form at all times. The more advanced the product the more one chafes at a static design tool.

  • PDF from Word 2007 ends up with scrambled Chinese characters

    I have a problem with PDF files when converted from a Word 2007 document that includes Traditional Chinese characters and I hope someone might be able to help or point me in the right direction. After converting it to PDF via "Create PDF" from the Acrobat toolbar, the Chinese characters are all wrong. It looks like Chinese but none of the characters actually exist, it's all scrambled and useless. Converting English or German text works fine, so far, it's only the Traditional Chinese text that causes problems.
    The strange thing is that prior to installing Office 2007, all worked just fine. I could convert Chinese text from Word 2003 without any problems and other than updating to Word 2007, nothing has changed. Any idea where to start trouble shooting and how to fix it? I've already tried re-installing and reparing both Word and Acrobat but no improvement.
    OS: WinXP Professional SP3 (English system)
    Adobe: Master Collection CS4 (English)
    Acrobat: Acrobat 9 Pro v9.1.3 (English)
    PDF Maker: Conversion Settings are set to default "Smallest File Size Web"
    Word: Microsoft Office Word 2007 (12.0.6504.5000) SP2 MSO (12.0.6425.1000)
    Note: Using "Save As" and select "PDF or XPS" in Word 2007 works fine, the Chinese characters show up properly in the PDF file but I prefer using the PDF Maker from Acrobat to create my PDF files.

    I have found that WORD 2007, particularly with docx files, does some strange things to PDF files that you produce. It seems to break a perfectly good graphic into parts and send the parts to the PDF (not usually a problem unless you zoom in). We have tested with AA8 and AA7 with WORD 2007 and gotten these results. WORD 2003 worked like expected. It is almost as though MS decided to put some hooks in OFFICE 2007 for Acrobat. Normally with Acrobat, the graphics come out as a single graphic as stored in the application.
    Glad you got the character issue to work. I use a job.settings file that is distributed by a publisher to get an "optimized" form of product for posting. Of course, optimized is always in the eye of the beholder, but I have been happy with it.

  • Sun Cluster 3.0 Veritas Volume manager add a new file system

    Hello people recently in need add a new file system to my Solaris cluster installation ( with oracle 8), but I have some dudes about the correct procedure for this.
    I put the procedure:
    Ok:
    /etc/vx/bin/vxdisksetup -i c4t1d1
    /usr/sbin/vxdg -g space-dg adddisk space07= c4t1d1s2
    /etc/vx/bin/vxdisksetup -i c4t1d2
    /usr/sbin/vxdg -g space-dg adddisk space08= c4t1d2s2
    /usr/sbin/vxassist -g space-dg make vol3-space 70686720 layout=striped stripeunit=128 alloc="space07 space08"
    mkfs -F vxfs /dev/vx/rdsk/space-dg/vol3-space
    In this point I update my dginfo in the active node of my cluster
    scconf -c -D name=space-dg,sync
    Add in all node /etc/vfstab)
    /dev/vx/dsk/space-dg/vol3-space /dev/vx/rdsk/space-dg/vol3-space /space_mount/vol3-space vxfs 2 no     -
    Made the mount point in all nodes:
    mkfs /space_mount/vol3-space
    mount the file system in active node.
    mount /space_mount/vol3-space
    use sccheck.
    My dude is about is about Storage plus resource (space-grp:space-storageplus-res:FilesystemMountPoints) because this don�t have the new mount poing, if I must put the new mount point in this property using: scrgadm because my cluster has HAStorage-plus.
    What is the optimal form? If I must use scrgadm I can modify this property (FilesystemMountPoints) with
    (scrgadm -x FilesystemMountPoints =value) ??
    Or must recreate space-storageplus-res????
    Thanks for you time and sorry for my English.

    Thanks I made sucessuly.
    The final procedure:
    1 create the disks in vertias (not the volumen)
    2 if you add new disk, recreate the did
    scdidadm -L
    scdidadm -r (must exec in all nodes)
    scgdevs (in all nodes)
    3 Disable the resouces using scswitch -n -j (the resouce)
    in my case we disable all resouce but NOT the resouce group. (only exec in one node)
    Make the new file system. :-D. makefs. (in one node)
    4 make the new pount mount in all nodes.
    5 insert the new line in vfstab (remenber the mount at boot to set to no)
    scrgadm -pvv | grep "FilesystemMounPoints="
    6 You must put the "FilesystemMounPoints=" in same orden in vfstab
    I use the sunplex (more easy) ..
    Renable to online your resources.
    Test to switch over to another node.
    The new filesystem may be automaticaly mounted.
    Bye an thanks for the help

  • ADF FACES: how to make af:selectOneRadio horizontal

    Is there any way to make the af:selectOneRadio component render the choices horizontally?
    This is really important for optimizing form layout space.
    Thanks,
    Larry.

    Not yet, but there is an enhancement request logged to support this.

  • Error in Aggregate activation

    Hi Experts
    I am trying to create Aggregates on a Info Cube.
    Go to t.code: RSDDV
    select the IFC
    In the Aggregation screen, select the characteristic that will be based on your aggregate (drag and drop)
    When i try to Activate the Aggregates it showing me error
    No aggregates selected for activation
    Please help

    .      You are in the Modeling function area of the Administrator Workbench.In the navigation window, choose InfoProvider.
           2.      In the InfoProvider tree, navigate to the InfoCube whose queries you want to optimize.
           3.      In the context menu for the InfoCube, choose Maintain Aggregate.This will bring you to the Maintain Aggregates screen.
    If an aggregate was already created for the selected InfoCube, you can also go to the maintenance screen by double-clicking on .
    If you create the first aggregate for an InfoCube, you will first go to the Proposals for Aggregates dialog box. You can define whether the system should propose aggregates or whether you want to create them manually.
           4.      The left side of the screen shows the dimensions, characteristics and navigation attributes of the selected InfoCube in a tree structure as Selection Options for Aggregates.
    Select one or more objects to be copied to the aggregate.
    Define the granularity you need for the data in the aggregate. Add all the characteristics derived from these characteristics.
    For example if you define an aggregate for the month, you should also include the quarter and year in the aggregate.
    This enhancement does not increase the data set, but permits
    ·         a year aggregate to be built from this aggregate,
    ·         those who need the annual values can also use queries of this aggregate.
    You can only include a characteristic and one of its attributes in an aggregate in expert mode (Extras  ®  Switch expert mode on/off). Such an aggregate has the same granularity and size as an aggregate that was only built with the characteristic, but is affected by the hierarchy/attribute change run. Compared with the aggregate for the characteristic in which the attribute information is defined by a join with the master data table, the aggregate for the characteristic and the attribute only saves the database join.
    We therefore recommend that you either build an aggregate using with the characteristic or you build a much smaller aggregate using the attribute.
           5.      You have different options for creating an aggregate:
    ·         Transfer the selected object(s) to the Aggregates column on the right side of the screen using Drag&Drop.
    ·         Select  Create New Aggregate.
    The Enter Description for Aggregate dialog box appears.
           6.      Enter:
    Short Description
    Long Description
    To change the text at a later time, select Change Description Text from the context menu of the aggregate.
           7.      Choose  Continue. You get to the Maintain Aggregates screen.
    The system displays the aggregate at the upper right of the screen. The log is displayed in the lower part of the screen. 
    For more information see Displaying an Aggregate and its Components.
           8.      If an aggregate contains a time-dependent component, you must assign a key date to the aggregate.
    When you fill the aggregate, the key date behaves like the key date of a query: The time-dependent attributes and hierarchies are evaluated on this key date. For this reason aggregates with a time-dependent component can only be used in a query if the key date of the query is the same as the key date of the aggregate.
    In the Select Variable or Fixed Date dialog box select the following as key date:
    ·         a variable that is also used in queries for the key date and can be automatically calculated in the SAP Exit or Customer Exit processing types (see Using Variables),
    0CWD Current workday
    0DAT Current calendar day
    0P_KEYDT Key date of due date
    0P_KEYD2 Key date of posting (from key date of due date)
    0P_KEYD3 Key date of clearing (from key date of due date)
    0P_KEYD4 Key date of posting (posting date)
    0P_KEYD5 Key date of clearing (from key date of posting)
    Aggregates with a variable key date must be updated regularly. This process must be included in a Process Chain (Further BW processes -> Adjust Time-Dependent Aggregates).
    ·         A certain calendar day
    To enter a calendar day, select object CALENDAR in the Select Variable or Fixed Date dialog box (). Choose  Transfer selection. This takes you to the Calendar dialog box. You can copy this date to the aggregate definition by double-clicking.
    The system displays the technical name of the variable you chose or of the fixed calendar date in the aggregate tree under  Properties for node  Variables for Key Date.
    Once the aggregate has been activated and filled, the system copies the key date computed from the variable when the aggregate should be filled into the line  Key Date.
           9.      You can change the structure of the aggregate by adding further components or deleting existing ones. You can also change the key date.
    Inserting components into the aggregate
    i.         Select one or more objects in Selection Options for Aggregates.
    ii.       Transfer them to the aggregate to be changed at the right of the screen with Drag&Drop.
    iii.      As needed, change the Aggregation Level with the associated entry in the context menu:
    All Characteristic Values
    Hierarchy Level
    Fixed Value
    Aggregates containing fewer than 14 components are stored on the database in optimized form (see Efficiently Loading Data into Aggregates).
    Note that the characteristics that are defined in the InfoCube are also included in the aggregate and thus increase the number of components even though they are not visible on the surface.
    Deleting components from the aggregate
    i.         In the aggregate tree navigate to the characteristic(s) or navigation attributes you want to delete.
    ii.       Select these components.
    iii.      To delete the components from the aggregate you can:
    -         Choose Remove Components in the context menu.
    -         Copy the components to the left part of the screen with Drag&Drop.
    To delete a dimension from an aggregate, you have to delete all the characteristics and navigation attributes of this dimension.
    Changing the key date
    i.         In the aggregate tree under  Properties, select node  Variable for Key Date and choose Change from the context menu. You get to dialog box Select Variable or Fixed Date.
    ii.       Select and transfer the required variable or calendar date.
    The key date computed from a changed variable is only copied to line  Key Date when the Adjust Time-Dependent Aggregates process has been executed.
       10.      To check the aggregate definition for inconsistencies choose  Check Definition.
       11.      Save the new or changed aggregate.
    Edited by: Rama on Sep 24, 2008 12:03 PM

  • How to enable delta without data transfer option for Collections - Extracts

    Hi All,
    My question is basically related to FSCM - Collections related data sources and Init and Delta loads of the same.
    Once the Init is completed, I wanted to do delta without data transfer and option is graded out - means can not really select the option for Collections Data Sources ..
    For Example I have OCLM_INVOICE as my data source which has lot of data to extract - and in the Init stage itself, its either giving errors or keeps running for longer time (Records to be extracted is ONLY 400000) and finally shows in the monitor as 400000 of 0 Records..
    And also Is there any place where I can find that all of Collection data sources are TIME STAMP based or other options.
    I appreciate your quick an ddetails reply and points will be awarded for sure.
    Thanks
    AK.

    As far as I remember there some datasources which wont support init w/o data transfer. I guess COPA is one of them. I havent worked on datasource 0CLM_INVOICE but it is possible that even this could be same case. When I seached on help.sap.com for this datasource, I found this info -
    (I am pasting content because strangely the webpage doesnt give html link for this search result window)
    DataSource Transactional Data: 0CLM_INVOICE
    This DataSource is used to extract the transaction data of an invoice from Accounts Receivable Accounting (FI-AR). The system determines the key figures from the amounts of the line items belonging to the invoice. The date fields each contain the respective date of an action that refers to a line item. The extractor provides the data in optimized form for SAP Collections Management.
    Technical Data
    Application Components Collections Management (0FSCM-CLM)
    Available as of Release mySAP ERP Value Pack 2005.1
    Shipment SAP NetWeaver 2004s BI Content Add-On 3 SP02
    Content Versions There are no content versions.
    RemoteCube-Capable No
    Delta-Capable Yes
    Extraction from Archives No
    Verifiable Yes
    Data Modeling
    Delta Update
    The DataSource permits delta update with generic delta processing using the time stamp. The system determines the invoice reference for a document in Business Transaction Event (BTE) 5010 and saves it with a time stamp. In the case of a delta upload, it determines the amounts of the line items based on these document numbers.
    Extractor Logic
    Verification of Key Figures
    If necessary, you can check the key figures of the individual customers as follows:
    In the source system, from the SAP Easy Access screen, choose the following function: Accounting  u2192 Financial Supply Chain Management u2192 Collections Management u2192 Integration with Accounts Receivable Accounting  u2192 Process Receivables (Old).
    Enter the required customer.
    The Customer Account - Process Receivables screen appears. Here you see a list of all invoices for which there are open receivables.
    Using this list, you can compare the following key figures:
    Original Amount of Invoice or Credit Memo (INVOICE_AMOUNT)
    Amount Paid (PAID_AMOUNT)
    Open Amount (OPEN_AMOUNT)
    Total of All Credit Memos for Selected Invoice (CREDITED_AMOUNT)
    Amount Arranged for Payment (PAYMENT_ARRANGED)
    Unsychronized Backup Recovery in BW System
    If you import backup copies asynchronously, you have to initialize the delta procedure for the DataSource again.
    Abhijit
    Edited by: ABHIJIT TEMBHEKAR on Nov 18, 2008 5:00 PM

  • Acrobat Flattening Form Fields and Optimizing for Web

    I'm trying to optimize a PDF for the web and flatten all the form fields. I also want to remove the purple dialogue box at the top when optimizing on the web. Has anyone else experienced this problem? I've toiled around with it for some time and can't seem to figure it out. In the older version, I would simply save it as a file optimized for the web, which would then flatten all the form fields and remove the purple box at the top. Any help would be appreciated.

    Your question really belongs in one of the Acrobat forums. I flatten form fields (use the pre-flight tool) and then save for the web.

  • How to configure optimal data connections to allow excel to retrieve multiple data sets form a single data source

    Hi all,
    I would like to have a data connection file used by excel to extract data form a SQL Server DB (so that change in location of the DB needs only a change to the  single data connection file). The excel file will retrieve data from only a single database,
    but there are multiple queries (30+) stored on SQL server that are used - each SQL server views' data is returned to a pivot table in an excel worksheet, which has an associated chart with various slicers on the main dashboard worksheet.
    Do I need a seperate data conenction file for each SQL server query being retrieved, or can a single connection file be created as all data comes from a single database?
    (all my attempts and research on the net have led me to believe that a seperate file is needed for each view, but this seems unnecessary)

    Hi, im learning my way with this, so apologies if I am providing too much or too little info.
    There are 8 source files which are very loosely related in that they capture infromation regarding what has happened within a metro railway over a day. However there are only a few relationships between the contents of tehse files.
    These tables are imported into SQL Server using SSIS where I have developed a number of views that query these 8 source tables to generate a number of metrics to provide insight into the service provided to the passengers. Some examples of metrics are: Number
    of passengers in transit at any given time, time taken to travel between adjacent stations, how much power was used during the day, what distance did the trains travel during the day, etc. Some views provide only a handful of rows, some provide 1M plus. There
    are now approx 40 seperate views created.
    I have then used a spreadsheet with a worksheet associated with each SQL server view. Each worksheet is set up as a pivot table, which allows the related chart on the main dashboard worksheet to use standard excel capability to slice and present the data
    in different ways.
    At the moment if the server on which teh database is stored moves, I have had to recreate the spreadsheet from scratch as I dont know how to change the connection information in any other way. Ideally I would like to have connection info in a single place
    to reduce ongoing maintenance, particularly as I would like to place the spreadsheet on a SharePoint server to distribute it to other users.
    Thanks

  • Reducing form load in Adobe Reader / Optimizing Interactive Dynamic Forms

    I have a four page form that is taking approximately a minute to minute and a half on my T61P with 3 Gigs and Intel Pentium CoreDuo T7500 @ 2.2GHz. Everything loads up fine so it is only this pdf that is the problem.
    Can someone help me or point me to a resource that shows how to tune this form to reduce the load time in Reader. BTW I am on LC ES 8.2 and Acrobat 9 Pro Extended. I am using Acrobat 9.0 Reader exclusively for a Reader.

    I checked your forms, tried following on my end and it seems to be working as expected with this one little change......
    You housed section 12 in a subform named "Subform2" and set Min Count 1 under Object>>Binding tab......Now I also set "Initial Count" as "0" which seems to have fixed issue but not the good practice to follow. Try it out on your end and see if that is the case....
    However I suspect this issue is primarily caused by the way you have your layout designed....I noticed you have your form designed with few subforms as well as few open items not wrapped under subform which may be causing this issue.

  • Optimizing rendering speed in dynamic form (subforms)

    Hi
    I have a form with 4 pages. Each page has 2-4 subforms. I am looking for info on how you can optimize the speed of showing/hiding subforms.
    In my form the user clicks a checkbox and I show a hidden subform. The Subform takes 3-5 secs. to show - that is too much considering reader is running the form locally.
    My page1 has a layout with a lot of static text, fields and linies etc. If I delete this section the speed improves to about 1 sec. I know how to merge static texts but often it makes it unflexible to edit them later.
    Any great ideas on how to make dynamic layout i big forms (with lots of contents) AND still be able to show/hide subforms at a acceptable speed??
    ** I hope Adobe will improve the preformance in comming versions cause dynamic forms serve no improvement in user interaction when so slow!
    /Thomas Groenbaek
    Denmark

    This happens when you use a global binding and set the parent container to repeat for each data item.
    For more detailed answer I need to see your form.

  • Can a BIG form be served up one page at a time to avoid long load time?

    Tricks I have read for optimizing the load time of large forms are not helping. Linearization causes the first page to render quickly, but you can't interact with the fields until the whole form finishes loading -- no help there. Is there a way to break the form into pages (without creating entirely separate forms) so the user can fill out a page, hit a Next Page button, fill out that page, etc.? Understood that this is an old school idea, but until Reader can download a 1+ MB form in less time than it takes an average user to get ticked off, old school might do the trick.
    Alternatively, is there a way to construct a form so you can start interacting with it without having to wait for it all to load? This question comes from the (uninformed) assumption that maybe there are forward references that can't be satisfied until all the bits have come over the wire. If that's right, can a multipage form be architected so as to avoid this problem?

    No that technology does not exist yet. There are form level events that need to have the entire document there before they can fire. Also you would have to keep track of where you are so that would mean some sort of session information for each user.

  • Acrobat Pro crashes after saving as Optimized File

    I have version 11.0.06 for the Mac. When I try to save a file as Optimized the program crashes every time. It seems like it happens when it is "Creating Editing Fonts". If it helps I include the error report below. Acrobat has also crashed when I fill out a PDF form. I avoided that by using Reader. But I don't see any work around here. Any idea why this is happening?
    Since I use Creative Cloud, my program is updated regularly right? So that shouldn't be an issue.
    Process:         AdobeAcrobat [20480]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         11.0.06 (11.0.06)
    Code Type:       X86 (Native)
    Parent Process:  launchd [132]
    User ID:         502
    Date/Time:       2014-03-10 14:45:09.805 -0400
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          61137 sec
    Crashes Since Last Report:           53
    Per-App Interval Since Last Report:  128993 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      09EE8EF7-EF85-1EC8-1581-11C797CE8C8E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    terminate called throwing an exception
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x9551da6a __pthread_kill + 10
    1   libsystem_c.dylib                       0x90a6bb2f pthread_kill + 101
    2   libsystem_c.dylib                       0x90aa2631 abort + 168
    3   libc++abi.dylib                         0x97a647e0 abort_message + 151
    4   libc++abi.dylib                         0x97a62249 default_terminate() + 34
    5   libc++abi.dylib                         0x97a62289 safe_handler_caller(void (*)()) + 13
    6   libc++abi.dylib                         0x97a622f1 std::terminate() + 23
    7   libc++abi.dylib                         0x97a63472 __cxa_rethrow + 83
    8   com.adobe.AcrobatPlugin.TouchUp          0x1a8c6b50 0x1a6f7000 + 1899344
    9   com.adobe.AcrobatPlugin.TouchUp          0x1a7f7b17 0x1a6f7000 + 1051415
    10  com.adobe.AcrobatPlugin.TouchUp          0x1a7f790b 0x1a6f7000 + 1050891
    11  com.adobe.AcrobatPlugin.TouchUp          0x1a82c0eb 0x1a6f7000 + 1265899
    12  com.adobe.AcrobatPlugin.TouchUp          0x1a814b19 0x1a6f7000 + 1170201
    13  com.adobe.AcrobatPlugin.TouchUp          0x1a8147a1 0x1a6f7000 + 1169313
    14  com.adobe.AcrobatPlugin.TouchUp          0x1a8146aa 0x1a6f7000 + 1169066
    15  com.adobe.AcrobatPlugin.TouchUp          0x1a7499ad 0x1a6f7000 + 338349
    16  com.adobe.Acrobat.framework             0x00a9ea7c 0xc5000 + 10328700
    17  com.adobe.Acrobat.framework             0x008b2134 0xc5000 + 8311092
    18  com.adobe.Acrobat.framework             0x008b169c 0xc5000 + 8308380
    19  com.adobe.Acrobat.framework             0x008ca13a 0xc5000 + 8409402
    20  com.adobe.Acrobat.framework             0x008c032b 0xc5000 + 8368939
    21  com.adobe.Acrobat.framework             0x00739867 0xc5000 + 6768743
    22  com.adobe.Acrobat.framework             0x0072a3a4 0xc5000 + 6706084
    23  com.adobe.Acrobat.framework             0x00b696c7 0xc5000 + 11159239
    24  com.adobe.AcrobatPlugin.Comments          0x13a58f1d 0x138fa000 + 1437469
    25  com.adobe.Acrobat.framework             0x0071c3b7 0xc5000 + 6648759
    26  com.adobe.Acrobat.framework             0x007c21fa 0xc5000 + 7328250
    27  com.adobe.Acrobat.framework             0x007c229b 0xc5000 + 7328411
    28  com.adobe.Acrobat.framework             0x00a034ae 0xc5000 + 9692334
    29  com.adobe.Acrobat.framework             0x00764ae8 0xc5000 + 6945512
    30  com.adobe.Acrobat.framework             0x00764c46 0xc5000 + 6945862
    31  com.adobe.Acrobat.framework             0x00c90bbe 0xc5000 + 12368830
    32  com.adobe.Acrobat.framework             0x00c8e652 0xc5000 + 12359250
    33  com.adobe.Acrobat.framework             0x003e8a54 0xc5000 + 3291732
    34  libobjc.A.dylib                         0x908f95d3 -[NSObject performSelector:withObject:] + 70
    35  com.apple.AppKit                        0x91165ad2 -[NSApplication sendAction:to:from:] + 436
    36  com.apple.AppKit                        0x912a22fc -[NSMenuItem _corePerformAction] + 529
    37  com.apple.AppKit                        0x912a1f8b -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    38  com.apple.AppKit                        0x912a1614 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    39  com.apple.AppKit                        0x90f8202a -[NSMenu performActionForItemAtIndex:] + 65
    40  com.apple.AppKit                        0x90f81fdf -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    41  com.apple.AppKit                        0x90f81faa -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    42  com.apple.AppKit                        0x90f81e29 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 162
    43  com.apple.AppKit                        0x9129a6ee NSSLMMenuEventHandler + 454
    44  com.apple.HIToolbox                     0x98c979bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    45  com.apple.HIToolbox                     0x98b1f394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    46  com.apple.HIToolbox                     0x98b1e780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    47  com.apple.HIToolbox                     0x98b32655 SendEventToEventTarget + 88
    48  com.apple.HIToolbox                     0x98c9786a SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 498
    49  com.apple.HIToolbox                     0x98b0e984 SendMenuCommandWithContextAndModifiers + 70
    50  com.apple.HIToolbox                     0x98b0e931 SendMenuItemSelectedEvent + 268
    51  com.apple.HIToolbox                     0x98b0e7b6 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    52  com.apple.HIToolbox                     0x98ce3e7e MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 623
    53  com.apple.HIToolbox                     0x98aef132 _HandleMenuSelection2 + 633
    54  com.apple.HIToolbox                     0x98aeeeaf _HandleMenuSelection + 53
    55  com.apple.AppKit                        0x9115335a _NSHandleCarbonMenuEvent + 309
    56  com.apple.AppKit                        0x91079fdf _DPSNextEvent + 2425
    57  com.apple.AppKit                        0x9107916c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    58  com.apple.AppKit                        0x9106f5cc -[NSApplication run] + 855
    59  com.adobe.Acrobat.framework             0x000ce1e2 0xc5000 + 37346
    60  com.adobe.Acrobat.framework             0x000cc95f RunAcrobat + 307
    61  com.adobe.Acrobat.Pro                   0x000bfed5 main + 91
    62  com.adobe.Acrobat.Pro                   0x000bfe71 start + 53
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x9551dc72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x90af4a49 nanosleep$UNIX2003 + 189
    2   com.apple.Foundation                    0x96be6935 +[NSThread sleepForTimeInterval:] + 151
    3   com.adobe.Acrobat.framework             0x00ec64c1 0xc5000 + 14685377
    4   com.apple.Foundation                    0x96bde259 -[__NSOperationInternal start] + 740
    5   com.apple.Foundation                    0x96bddf64 -[NSOperation start] + 67
    6   com.apple.Foundation                    0x96be6039 __block_global_6 + 135
    7   libdispatch.dylib                       0x987eff8f _dispatch_call_block_and_release + 15
    8   libdispatch.dylib                       0x987ebc82 _dispatch_client_callout + 46
    9   libdispatch.dylib                       0x987ecf02 _dispatch_worker_thread2 + 285
    10  libsystem_c.dylib                       0x90a6ce72 _pthread_wqthread + 441
    11  libsystem_c.dylib                       0x90a54daa start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9551e9ae kevent + 10
    1   libdispatch.dylib                       0x987eec71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x987ee7a9 _dispatch_mgr_thread + 53
    Thread 3:
    0   libsystem_kernel.dylib                  0x9551d8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90a6f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x90af5089 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x99a08492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x99a0868e TSWaitOnConditionTimedRelative + 146
    5   com.apple.CoreServices.CarbonCore          0x99954acb MPWaitOnQueue + 261
    6   com.adobe.ACE                           0x0220a4dc 0x2208000 + 9436
    7   com.adobe.ACE                           0x0220a441 0x2208000 + 9281
    8   com.apple.CoreServices.CarbonCore          0x999dba7b PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x90a6a5b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x90a54dce thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9551d8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90a6f280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x90af5089 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM                           0x02371f67 0x2366000 + 48999
    4   com.adobe.AGM                           0x02371ea6 0x2366000 + 48806
    5   com.adobe.AGM                           0x02371e44 0x2366000 + 48708
    6   com.adobe.AGM                           0x02371ae4 0x2366000 + 47844
    7   libsystem_c.dylib                       0x90a6a5b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x90a54dce thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9551e9ae kevent + 10
    1   com.adobe.Acrobat.framework             0x014d9cd1 0xc5000 + 21056721
    2   com.adobe.Acrobat.framework             0x01438d6f 0xc5000 + 20397423
    3   com.adobe.Acrobat.framework             0x014357e5 0xc5000 + 20383717
    4   libsystem_c.dylib                       0x90a6a5b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x90a54dce thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9551e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90a6d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x90a6ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90a54daa start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib                  0x9551e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90a6d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x90a6ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90a54daa start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x9551e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90a6d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x90a6ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90a54daa start_wqthread + 30
    Thread 9:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x9551dc72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x90af4a49 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x90af4912 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x9125ec2d -[NSUIHeartBeat _heartBeatThread:] + 879
    4   com.apple.Foundation                    0x96be5448 -[NSThread main] + 45
    5   com.apple.Foundation                    0x96be53cb __NSThread__main__ + 1396
    6   libsystem_c.dylib                       0x90a6a5b7 _pthread_start + 344
    7   libsystem_c.dylib                       0x90a54dce thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9551e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90a6d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x90a6ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90a54daa start_wqthread + 30
    Thread 11:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x9551b7ce mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9551acac mach_msg + 68
    2   com.apple.QuartzCore                    0x96a4ec08 CA::Render::Server::server_thread(void*) + 441
    3   com.apple.QuartzCore                    0x96adf816 thread_fun + 29
    4   libsystem_c.dylib                       0x90a6a5b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x90a54dce thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x9551e0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90a6d0ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x90a6ce79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90a54daa start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xbff3fd74  ecx: 0xbff3fcec  edx: 0x9551da6a
      edi: 0xac13ba28  esi: 0x00000006  ebp: 0xbff3fd08  esp: 0xbff3fcec
       ss: 0x00000023  efl: 0x00000206  eip: 0x9551da6a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x01a9ed20
    Logical CPU: 0
    Binary Images:
       0xbf000 -    0xbffff +com.adobe.Acrobat.Pro (11.0.06 - 11.0.06) <9B19B497-B399-3889-9550-EE2FAAD48322> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
       0xc5000 -  0x206efe7 +com.adobe.Acrobat.framework (11.0.06 - 11.0.06) <AC8EA313-1D4C-344E-9595-6F9F4633FE66> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x2208000 -  0x235afe7 +com.adobe.ACE (AdobeACE 2.20.02.1 - 2.20.02.1) <711209D4-FBA8-37AE-9B21-E7F7EAE52A36> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x2366000 -  0x293bff7 +com.adobe.AGM (AdobeAGM 4.28.134.1 - 4.28.134.1) <4EE50823-6517-3CEE-8154-05D8AE487BE8> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x29a5000 -  0x29c3ff3 +com.adobe.BIB (AdobeBIB 1.2.03.1 - 1.2.03.1) <21A36908-3031-35AF-A74B-ECC65BEAEC9F> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x29c8000 -  0x2cc5ffb +com.adobe.CoolType (AdobeCoolType 5.11.135.1 - 5.11.135.1) <36BDB79D-825C-3144-88D5-D9A26F756621> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x2cf7000 -  0x2e16ffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2eca000 -  0x2ee3ff7  com.apple.ScriptingBridge (1.3 - 61.2) <74397541-E4DD-3DCA-BA5F-F7AAF145819A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x2ef5000 -  0x3b8aff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x4312000 -  0x4312ff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
    0x55a1000 -  0x55aeff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5722000 -  0x572affd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x573b000 -  0x573bfff +cl_kernels (???) <ACC1207C-3AC4-4210-A416-E0C63EFF48A7> cl_kernels
    0x5744000 -  0x5744ff5 +cl_kernels (???) <50FEEB13-A712-4740-AB2B-3B189021846A> cl_kernels
    0x574b000 -  0x574cff1 +cl_kernels (???) <EB0D4D5B-1B20-4675-A54F-D73DA785F5BF> cl_kernels
    0x57b9000 -  0x57baffd +cl_kernels (???) <4C0CCC3D-A793-4F4E-80AA-1A5935DD9C4D> cl_kernels
    0x58a1000 -  0x58a1fff +cl_kernels (???) <8BCF9ED7-6F9E-416F-BB05-58B9C331B325> cl_kernels
    0x592a000 -  0x592bff5 +cl_kernels (???) <C09300FA-0389-4429-A13E-0E489C24D281> cl_kernels
    0x5971000 -  0x59a1ff7 +com.adobe.AcrobatPlugin.Updater (11.0.06 - 11.0.06) <26425B33-B5F6-3B5D-ADE4-AAF8045CD26E> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0x8339000 -  0x835fffb +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <DE33E3BF-669D-3851-8C16-CA1CFCDA315A> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x8376000 -  0x8381fff  libGPUSupport.dylib (8.10.1) <B1E7ACE7-5A35-3182-912F-58143A39ECAF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0x8404000 -  0x846cffa +AcroSQLite (1) <8667FF2C-186C-33E6-96FD-ECED266933F1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0x8534000 -  0x876effb +com.adobe.AcrobatPlugin.EScript (11.0.06 - 11.0.06) <429B1B7B-B169-367A-A8D7-0C057398695D> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/EScript.acroplugin/Contents/MacOS/EScript
    0x88f8000 -  0x898afff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
    0x899c000 -  0x89c7ff7  GLRendererFloat (8.10.1) <18713434-312C-3B45-B3CE-B618DA3C8D09> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x1047b000 - 0x1050dfff  unorm8_argb.dylib (2.2.16) <1834DE22-065D-395E-8E00-1A131B3FD30B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
    0x1092b000 - 0x1094ffff  com.apple.security.csparser (3.0 - 55179.13) <3CB62C6D-EFDC-34AB-B3FA-59CCCF7832D3> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/cspa rser
    0x11676000 - 0x11734ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x11778000 - 0x117f8ffb +com.adobe.AcrobatPlugin.Checkers (11.0.06 - 11.0.06) <FF8E7FA2-ABDC-3833-8EC4-131A6A7AB2C8> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Checkers.acroplugin/Contents/MacOS/Checkers
    0x11848000 - 0x118e7ffb +com.adobe.AcrobatPlugin.PDDom (11.0.06 - 11.0.06) <2D3ED12E-CA57-3D05-88BC-D4DF8EC35A24> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/PDDom.acroplugin/Contents/MacOS/PDDom
    0x11952000 - 0x11a37ff7 +com.adobe.amtlib (amtlib 6.2.0.42 - 6.2.0.42) <979ED254-104A-0377-8FC4-E878DA48F523> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtlib.framework/amtlib
    0x11cca000 - 0x11cebff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.21186 - 3.7.101.21186) <D65C0C81-572E-3DCB-A1CF-BC5BF2D59500> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1276c000 - 0x12900ffb  GLEngine (8.10.1) <8A61333B-95FF-34C4-8D4F-73A592F98FEC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12937000 - 0x12937ff9 +cl_kernels (???) <93D675A7-217B-4D46-A371-6F6A3118A868> cl_kernels
    0x12b16000 - 0x12c97fff  libGLProgrammability.dylib (8.10.1) <3DE23C07-D1D8-3647-8185-6C5A0113669F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x138fa000 - 0x14089fff +com.adobe.AcrobatPlugin.Comments (11.0.06 - 11.0.06) <23586056-3F1D-35A8-9302-96BF801993CD> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Comments.acroplugin/Contents/MacOS/Comments
    0x1a6f7000 - 0x1ad20fef +com.adobe.AcrobatPlugin.TouchUp (11.0.06 - 11.0.06) <84182CCF-78F9-3AFB-8C37-C8234596BAE1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/TouchUp.acroplugin/Contents/MacOS/TouchUp
    0x1ad7b000 - 0x1af43fff +com.adobe.AcrobatPlugin.DigSig (11.0.06 - 11.0.06) <EE3D1FAA-E170-3AB6-AADD-1C3672EE99BC> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/DigSig.acroplugin/Contents/MacOS/DigSig
    0x1beb2000 - 0x1cf01feb +com.adobe.AcrobatPlugin.AcroForm (11.0.06 - 11.0.06) <A2795535-C494-3FA0-8747-47C7EC6B926B> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/AcroForm.acroplugin/Contents/MacOS/AcroForm
    0x1d19d000 - 0x1dc4dff7 +com.adobe.AcrobatPlugin.PPKLite (11.0.06 - 11.0.06) <268404DF-852C-331C-B4D9-93DBA8935E77> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/PPKLite.acroplugin/Contents/MacOS/PPKLite
    0x8e2fa000 - 0x8ec49ffb  com.apple.GeForceGLDriver (8.16.74 - 8.1.6) <A8656746-BCAE-3B9B-B7F3-3D7DC8D489DA> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x8febe000 - 0x8fef0e57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90007000 - 0x90034ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x90037000 - 0x9003bfff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9003c000 - 0x9003dffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x9003e000 - 0x90080ff7  libcups.2.dylib (327.7) <6FAC537D-7EC3-3E82-B6E8-F87DE07546B5> /usr/lib/libcups.2.dylib
    0x90081000 - 0x900dafff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x900db000 - 0x900ddfff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x900de000 - 0x900defff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x900df000 - 0x90147ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <230C6EEC-A926-3720-82DB-25D0FAAEF962> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9014b000 - 0x9014cfff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x9014d000 - 0x90156fff  com.apple.CommerceCore (1.0 - 26.2) <B05709DD-3755-3635-B0CC-6CBBD17CFBD5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x90157000 - 0x9015aff9  libCGXType.A.dylib (333.1) <FD300AD5-3599-39BE-98AE-2BE8171CC7D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90163000 - 0x90164ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x90165000 - 0x90171ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90172000 - 0x901cdff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x901ce000 - 0x901deff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x901df000 - 0x901e2ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x901e3000 - 0x901e3fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x903b0000 - 0x904adff7  com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x904ae000 - 0x9071bffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x9071c000 - 0x90773ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x90774000 - 0x9085dff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x9085e000 - 0x90861ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x90862000 - 0x90864fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x90865000 - 0x908daff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x908db000 - 0x909e8057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x909e9000 - 0x909f7ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x909f8000 - 0x909f8fff  libSystem.B.dylib (169.3) <F479E729-89C7-3B4C-9731-678EB673A861> /usr/lib/libSystem.B.dylib
    0x909f9000 - 0x90a53fff  com.apple.Symbolication (1.3 - 93) <A839CFC2-F870-3652-B353-15A55D88F88D> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x90a54000 - 0x90b11ffb  libsystem_c.dylib (825.40.1) <A5C0B70C-5F14-3BF8-AA5B-B22E7B12A4AE> /usr/lib/system/libsystem_c.dylib
    0x90b12000 - 0x90b1bffe  com.apple.aps.framework (3.0 - 3.0) <26A02202-9CCA-37A5-AD26-234F55D51471> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x90b1c000 - 0x90b20fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x90b21000 - 0x90b21ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x90b5f000 - 0x90c1dff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x90c1e000 - 0x90cf4fff  com.apple.DiscRecording (7.0 - 7000.2.4) <BCFA6387-F4B4-3B16-A46E-B7E77C8FB769> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x90cf5000 - 0x90e02ff3  com.apple.ImageIO.framework (3.2.2 - 851) <36EEBDDC-0619-327E-826F-4413217C9D21> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x90e03000 - 0x90e18fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90e28000 - 0x90ec8ff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x90ec9000 - 0x90ef5ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x90ef6000 - 0x90ef6fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90ef7000 - 0x90f15ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x90f16000 - 0x91ad2ff3  com.apple.AppKit (6.8 - 1187.40) <94E92235-7AD9-37EF-9B7C-B79074762370> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91ad3000 - 0x91e4bff7  com.apple.FinderKit (1.1.3 - 1.1.3) <46081F67-B69E-3955-94A2-F5782AF2ED0F> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x91e4c000 - 0x91e52fff  com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x91e53000 - 0x91e5dfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x91e5e000 - 0x91ea8ff7  com.apple.framework.CoreWLAN (3.4 - 340.18) <A874C0A7-9CE0-3434-A38D-7EE61AD35DD7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x91ea9000 - 0x91f25ff3  com.apple.Metadata (10.7.0 - 707.12) <D9221655-56FE-332C-82FF-0CA7EDD521C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x91f28000 - 0x91f6afff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x91f6b000 - 0x91fa6fef  libGLImage.dylib (8.10.1) <E29ED217-09B3-3436-A961-B6F8EBAA7BED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x91fab000 - 0x91faeffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x91faf000 - 0x91fb3ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x91fb8000 - 0x9201effc  com.apple.ISSupport (1.9.8 - 56) <D2AC4E10-0B3C-3194-AEB7-1E9964CBC0D0> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9201f000 - 0x9207afff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x920b1000 - 0x920bcfff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x920bd000 - 0x920befff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x920bf000 - 0x92104ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x92105000 - 0x9210efff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9210f000 - 0x9210ffff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x92110000 - 0x921c4fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x921c5000 - 0x92262ff7  com.apple.PDFKit (2.8.5 - 2.8.5) <F5D6A1C9-3EC1-312C-839F-6C13708B2CF2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92263000 - 0x9261bffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x9261c000 - 0x92628ffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x92629000 - 0x92642fff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92643000 - 0x926dbfff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x926dc000 - 0x92736ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x92737000 - 0x92894ffb  com.apple.QTKit (7.7.1 - 2599.41) <9514F791-9ED4-3C00-84F7-D87B5FB254FF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92895000 - 0x92a7dffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92a7e000 - 0x92a7ffff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x937b9000 - 0x937c2ff9  com.apple.CommonAuth (3.0 - 2.0) <B28B58CA-C5B1-378E-A969-6A36C7F754D1> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x937c3000 - 0x937c6ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x937c7000 - 0x938c5ff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x938c6000 - 0x93961fff  com.apple.CoreSymbolication (3.0 - 117) <9ECC6770-6FBB-36B3-A4EE-0B60875019A9> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x93962000 - 0x93a0cfff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x93a0d000 - 0x93b96ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x93b97000 - 0x93ba0ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x93ba1000 - 0x93be0ff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x93be1000 - 0x93be4fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93be5000 - 0x93d33ffb  com.apple.CFNetwork (596.5 - 596.5) <E2EE5B64-4DFD-3D5E-BB38-9DD0899FFB42> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x93d34000 - 0x94176ff7  com.apple.CoreGraphics (1.600.0 - 333.1) <76C4858B-AD0A-3165-A65D-64729D6F186C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x94177000 - 0x94197ffd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x94198000 - 0x9419effc  libCGXCoreImage.A.dylib (333.1) <E25608A8-0D92-3C63-9F0A-38C8BCEC19F1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x9419f000 - 0x941a2ffc  libCoreVMClient.dylib (32.5) <CA150AC5-F98C-3F96-8B11-715B75A89C80> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x941a3000 - 0x941b3ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x941b4000 - 0x9440dff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9440e000 - 0x94445ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <F05946C0-D3BE-379A-A00E-D2BA6B4EE48D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94448000 - 0x944b7ffb  com.apple.Heimdal (3.0 - 2.0) <C007CED7-DDC9-3BA1-8077-294FAE9C78D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x944b8000 - 0x944b8ffe  com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x944b9000 - 0x944bdff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x94505000 - 0x94621ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x94622000 - 0x94713ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x94714000 - 0x948d0ffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
    0x948d1000 - 0x948d8fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x948d9000 - 0x94d80ffb  com.apple.CoreAUC (6.22.03 - 6.22.03) <054DADA8-A077-3BF0-8BEA-C568E7360E75> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94d81000 - 0x94e06ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94e07000 - 0x94e12ffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x94e13000 - 0x94e38ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x94e39000 - 0x94ee8ff7  com.apple.CoreText (260.0 - 275.17) <433387A6-69C1-32A5-9B61-9E2F6A5F9040> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x94ee9000 - 0x95100fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95101000 - 0x9510bfff  libCSync.A.dylib (333.1) <27FD0A7B-AC65-33AB-8F61-3AEF08FC21C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x9510c000 - 0x95508feb  com.apple.VideoToolbox (1.0 - 926.106) <C1A411F0-7B7E-3669-83E5-FAEF2BAA8949> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x95509000 - 0x95523ffc  libsystem_kernel.dylib (2050.48.12) <9B50E922-DCEA-3066-A9B2-613A6D2C5C69> /usr/lib/system/libsystem_kernel.dylib
    0x95524000 - 0x95530ffe  libkxld.dylib (2050.48.12) <44C8E278-D8CA-3CF4-B3F4-0299654EB341> /usr/lib/system/libkxld.dylib
    0x95531000 - 0x95556ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95557000 - 0x95cf2ff3  libclh.dylib (4.0.3 - 4.0.3) <7233B6B4-2E95-3B5C-80DD-C0C3BCF4F6EB> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x95cf3000 - 0x95d00ff7  com.apple.HelpData (2.1.4 - 85) <1E180AEF-53FF-3D8B-9513-7FCA1B25A4AB> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95d01000 - 0x95d20ff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x95d21000 - 0x95d2bffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x95d6c000 - 0x95dacfff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x95dad000 - 0x95dafffb  libRadiance.dylib (851) <2739A726-2E9C-38DC-8A6E-412ABDC14405> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95db0000 - 0x95e14ff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x95e21000 - 0x95e3efff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x95e3f000 - 0x95ea5fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x95ea6000 - 0x95ed6ff3  libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
    0x95ed7000 - 0x95eeeff4  com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x95eef000 - 0x95f86ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x95f87000 - 0x95f8bffc  libGIF.dylib (851) <4821D945-2E32-3007-8E97-4A69807046FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95f8c000 - 0x95f9afff  com.apple.opengl (1.8.10 - 1.8.10) <385E048A-FFB2-348A-8F80-572C2494A776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95f9b000 - 0x95ff5ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x95ff6000 - 0x9610eff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x9610f000 - 0x9618aff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9618b000 - 0x961b6fff  com.apple.shortcut (2.2 - 2.2) <FA94F2BF-37E1-3F16-9085-7BCCB815BAE9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x961b7000 - 0x961bbfff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x96239000 - 0x96656fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x96657000 - 0x96917ff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96918000 - 0x9695afff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
    0x9695b000 - 0x96984ff7  libRIP.A.dylib (333.1) <E54E8576-5D00-3FCC-B512-9C42F4093507> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x96985000 - 0x96afdff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96afe000 - 0x96b00ffd  libCVMSPluginSupport.dylib (8.10.1) <F7CD59FE-314A-366E-9A27-CE5BD1D438BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x96b01000 - 0x96b45ff7  libGLU.dylib (8.10.1) <5520818E-F290-3942-80B8-370CF9C9B54C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96b46000 - 0x96b46fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96b47000 - 0x96e67ff3  com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96e68000 - 0x96eb4fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x96eb5000 - 0x96fe8ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x96fe9000 - 0x972d5fff  com.apple.AOSKit (1.051 - 152.4) <31156351-70C4-381A-810D-8E5A937EF95C> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x972d6000 - 0x97411ff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x97443000 - 0x97458fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x97459000 - 0x97470fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x97471000 - 0x97569ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x9756a000 - 0x97570fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x975bd000 - 0x97857ff7  com.apple.AddressBook.framework (7.1 - 1170) <9A7DDF7F-5081-3708-8965-E564953EEE39> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x97858000 - 0x9789fff3  com.apple.CoreMedia (1.0 - 926.106) <B1999B3E-F0D3-34CB-A2E7-08CE45B744D9> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x978a0000 - 0x978a0fff  com.apple.vecLib (3.8 - vecLib 3.8) <2D2064EB-FDD5-38AB-B722-4AFA4C6EE0C9> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x978a1000 - 0x97975ff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97976000 - 0x9799bffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x979a7000 - 0x979dcff5  libssl.0.9.8.dylib (47.2) <A0802BCF-121C-39C8-8712-B8E90ABDF502> /usr/lib/libssl.0.9.8.dylib
    0x979dd000 - 0x97a57ff3  com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x97a58000 - 0x97a60fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x97a61000 - 0x97a83fff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x97a84000 - 0x97a85fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x97a86000 - 0x97ad5ff6  libTIFF.dylib (851) <CC0B94FF-DE56-3CE4-AF93-BCA00C03924B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97ad6000 - 0x97addff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97ade000 - 0x97adefff  com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x97adf000 - 0x97adfffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <CFAAB1B1-DBC7-3FF1-97BA-065C6620360D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97ae0000 - 0x97aeffff  libGL.dylib (8.10.1) <74BE67B7-9EA0-3F16-B43B-48CB92C9ED27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97af0000 - 0x97b82ffb  libvMisc.dylib (380.10) <D9567F48-ED35-3362-B769-50916D30C601> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x98401000 - 0x9840bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9840c000 - 0x9843dfff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x9843e000 - 0x9849fff7  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <C1D471E9-B4D6-3A59-975C-B3B3A25E6058> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x984c6000 - 0x9852aff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x9852b000 - 0x987ceff3  com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x987cf000 - 0x987e2ff9  com.apple.MultitouchSupport.framework (237.4 - 237.4) <59197044-E513-3223-9337-6EB0F828CB82> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x987e3000 - 0x987e9fff  libGFXShared.dylib (8.10.1) <99622AD6-7A1D-368E-B163-A38400885B45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x987ea000 - 0x987fcff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x98800000 - 0x98a7cff7  com.apple.QuickTime (7.7.1 - 2599.41) <D01684A3-7360-3CE7-B886-DDFDE1BAEA78> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x98a7d000 - 0x98a93fff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x98a94000 - 0x98ae2ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x98ae3000 - 0x98aeafff  libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
    0x98aeb000 - 0x98ecefff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x98ecf000 - 0x98ee8ffb  com.apple.frameworks.preferencepanes (15.1 - 15.1) <D788C8BE-5A13-3EA3-93FA-9B5CEEFE249B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x98ee9000 - 0x98ee9fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <E54083A7-7467-3C3C-B30F-EE14C8D781A1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x98eea000 - 0x98f51fe7  libvDSP.dylib (380.10) <A9BB03FC-F70B-388F-8917-F8CE69F2164A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x98f52000 - 0x98fa2ff7  com.apple.CoreMediaIO (309.0 - 4163.1) <2CB854AA-072B-3829-B7D9-133CFEC6272F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x98fa3000 - 0x990aeff7  libJP2.dylib (851) <0D40428F-B7BE-307B-BEDB-256A7FED9804> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x990af000 - 0x990b9fff  com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x990ba000 - 0x99111ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x99112000 - 0x99148ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x99149000 - 0x9916dfff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x99174000 - 0x99182fff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x99183000 - 0x991c5ffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x991c6000 - 0x991c7fff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x991c8000 - 0x991f7ff7  com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x991f8000 - 0x99215fff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
    0x99216000 - 0x992f7fff  libcrypto.0.9.8.dylib (47.2) <6170B3CB-FA94-3601-A7F7-7F1B953C4F59> /usr/lib/libcrypto.0.9.8.dylib
    0x992f8000 - 0x992ffffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x99300000 - 0x99333ff3  com.apple.GSS (3.0 - 2.0) <EFFA5947-B6BA-3171-B667-9CCB17E0FF2A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x99334000 - 0x995e2ffb  com.apple.MediaToolbox (1.0 - 926.106) <37A0FC0E-9BC6-3B6B-9F06-489813758F67> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x99685000 - 0x996a2ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x996a3000 - 0x996ccfff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x996cd000 - 0x996e9fff  libPng.dylib (851) <8814CC4D-A472-32CD-8D5C-24F35240F28B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x996ea000 - 0x99715ff9  com.apple.framework.Apple80211 (8.5 - 850.252) <74845A5A-3660-3B50-BDB3-334275E0B461> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x99716000 - 0x99716fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <D4F5AB2C-0727-39FD-8EE9-E4DD3D78EB2E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x99717000 - 0x9975fff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x99803000 - 0x9985aff3  com.apple.Suggestions (2.0 - 102.1) <AA369EDE-913D-3C0D-8CE1-92C1C171CCA7> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x9985b000 - 0x99890ff7  com.apple.framework.internetaccounts (2.1 - 210) <553BF1E7-B26F-3BE7-BAA9-D80E53E73B0D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x99891000 - 0x99892fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x99893000 - 0x998f5fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x998f6000 - 0x99944ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x99945000 - 0x99c4aff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x99c4d000 - 0x99c71fff  libJPEG.dylib (851) <2425AE18-C181-3371-922F-4A09C1AC71CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x99c74000 - 0x99c86fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108

    This is happening to me, again with up-to-date CC 2014 Acrobat. It's driving me crazy! Any solutions? Thanks.

  • Bug in Tabular form Not Exist Validation, fails when creating multiple rows

    Hi,
    I have a Not Exist validation created for a Tabular form:
       select 1 from my_table where col1 = :col1 and col2 = :col2Execution State: For created and Modified Rows
    which is working fine when a row already there in DB
    and I am trying to enter a new row with same data.
    but when there's no data and I enter two rows with same data, validation does not fire, first row should allowed to enter
    but for second row it should give error that data already exists, which is not happening.
    for example,
    let's say I have a row in DB with: 1, 2, 3
    when I try to add a new row with same data ie. 1, 2, 3 validation fires and showing error, which is fine.
    but let's say there's no data in DB and I am entering two rows with:
    1, 2, 3
    1, 2, 3
    validation is not working this time, it is allowing to enter both the rows.
    do I need to create a manual validation for this or what?
    Apex 4.1.1.00.23
    Regards,
    Tauceef
    Edited by: Tauceef on Dec 6, 2012 10:09 AM
    Edited by: Tauceef on Dec 6, 2012 11:22 AM
    Edited by: Tauceef on Dec 6, 2012 11:27 AM

    Hello Tauceef,
    >> Now I got it, I was under impression that it will validate one by one row before insertion,
    >> but it's going to check all the rows first, then do the insertion.
    Just to clear things up, the APEX engine works exactly as you describe, but this is your problem.
    The APEX engine do check\validate all the rows first, one row at a time, and only if all the rows pass validation, the DML processes kick in. The DML processes work on the entire Tabular Form record set (per page view, of course).
    In order for your type of validation to work (the one that queries the database), as you want it, the validation and DML actions have to run together, row by row. This is not how things work, because it’s less efficient/optimal, and may lead to a situation where a certain row can fail validation, but other row(s) already been inserted/updated/deleted into/from the database. This could be a very tricky situation.
    Vikram has suggested to rely on a database constraint, and control the APEX error message. This is possible, although I’m not sure that in this case, the Tabular Form will retain all the user changes, in case of validation error. You should check it.
    Another option, which Marc hinted on, is to manipulate the G_Fxx arrays. In your case, you should loop through the new rows, compute their MD5, and make sure that all the rows have different MD5 values. This is on top of the current validation, which makes sure that the new rows do not already exist in the database.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

Maybe you are looking for

  • No themes available in iPhoto after Upgrading to 9.1.5?

    I recently upgraded my iPhoto to Version 9.1.5 which should be most recent version. When I now try to create a photo book a message pops up which says, that no themes are available. I bought my iPhoto online in the AppStore so I can´t just reinstall

  • Driver Program For Withholding tax(USA) Smartform 'idwtcert_us_1099misc1'

    Hai friends,    i need to print withholding taxes(USA) by using the smartform 'idwtcert_us_1099misc1'. for this purpose for driver program i checked in tnapr table. & i have checked in sap Img Path also. but i am unable to find it. so please help in

  • Urgent :  Workflow Query...

    Hi, I have created one workflow by using the BOR BUS2021. here the Request id is Key field . i have created the 5 methods for this object with the customer name space(Y). when i am binding the from workflow to step.the request id is not appearing in

  • How to Update an XML schema..

    Hi All, I am new to XML concept. I have a requirement to create a xml schema which will be updated on a weekly basis and a table which associated to the created xml schema.. when ever the Schema is updated the table should not get affected.. Is there

  • "Help" menu stopped working

    I'm using v6.06. The "help" menu starts to launch then disappears. And "search" doesn't function. Any suggestions?