Random Edge.3.0.0 Error Appears: Uncaught HierarchyRequestError

I'm using the CDN (http://animate.adobe.com/runtime/3.0.0/edge.3.0.0.min.js) for Edge's lib and find this error randomly being presented to me from the console.
“Uncaught HierarchyRequestError: A Node was inserted somewhere it doesn't belong”
Why does this error report randomly from the edge.3.0.0 lib script? It's not frequently showing itself enough to allow for proper debugging.

Hi Sarah,
I can share it, but only privately. It's password protected for a client atm. I'd be happy to send you this info via email. Would that be possible?

Similar Messages

  • Product: BusinessObjects Edge Series 3.0 -- Error 2902. Operation ixfAssemb

    Good Afternoon.
    I want to upgrade XIR3 to XIR3.1 for enabling IIS+SSO with Active Directory.
    But when I want to upgrade my system, I have the Following error:
    Product: BusinessObjects Edge Series 3.0 -- Error 2902. Operation ixfAssemblyCopy called out of sequence.
    Windows Server 2003 SP2 (Fully Patched)
    BusinessObjects Edge Standard XI 3.0 Windows (working)
    Patch I want to Install: 51036069.exe ,BusinessObjects Enterprise XI 3.1 FixPack 1.1 - WIN - INTL
    Thanks in advance for your help

    Hi All,
    Please clarify my following doubt,
    We are migrating from BO 6.5 to BO XI 3.1 intergrating with our application.
    I want to use the COM XI 3.1 SDK for the Desktop Intelligence. I did some code changes in the previous 6.5 SDK which we already used.
    Say, I changed the LoginAs() method to Logon() in the C++ file.When I tried to create the .dll file using Visual Studio 6.0, I got the following error,
    'Logon' is not the member of Application class.
    From this message, I understood that, still Application class of BO 6.5 was used and not BO xi and some libraries were also missing.
    Please correct me, if my understanding is wrong.
    Where can I get the BO xi 3.1 com SDK for DESKI? When searched in SAP portal, I get only the API reference and Developer guides.
    Thanks.

  • While trying to change a BOM with transaction CS02, a runtime error appears

    While trying to change a BOM with transaction CS02, a runtime error appears.
    In intial screen he entered material ,plant BOM usage and date valid from  after executed then id displayed item list in that he wantu2019s delete one item, he has been deleted selected item after that when he was saving he is getting runtime error
    Developer trace
    ABAP Program SAPLKED1_WRITE_CE4_BPS1                 .
    Source LKED1_WRITE_CE4_BPS1U01                  Line 30.
    Error Code SAPSQL_ARRAY_INSERT_DUPREC.
    Module  $Id: //bas/640_REL/src/krn/runt/absapsql.c#17 $ SAP.
    Function HandleRsqlErrors Line 775.
    RABAX: level LEV_RX_STDERR completed.
    RABAX: level LEV_RX_RFC_ERROR entered.
    RABAX: level LEV_RX_RFC_ERROR completed.
    RABAX: level LEV_RX_RFC_CLOSE entered.
    RABAX: level LEV_RX_RFC_CLOSE completed.
    RABAX: level LEV_RX_IMC_ERROR entered.
    RABAX: level LEV_RX_IMC_ERROR completed.
    RABAX: level LEV_RX_DATASET_CLOSE entered.
    RABAX: level LEV_RX_DATASET_CLOSE completed.
    RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    RABAX: level LEV_RX_ERROR_SAVE entered.
    RABAX: level LEV_RX_ERROR_SAVE completed.
    RABAX: level LEV_RX_ERROR_TPDA entered.
    RABAX: level LEV_RX_ERROR_TPDA completed.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    RABAX: level LEV_RX_END entered.
    RABAX: level LEV_RX_END completed.
    RABAX: end RX_RFC
    In sm21
    Perform rollback
    Run-time error "SAPSQL_ARRAY_INSERT_DUPREC" occurred
         Short dump "090618 110101 donalda 11557 " generated
    Runtime Error          SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
           Occurred on     18.06.2009 at   11:01:01
    The ABAP/4 Open SQL array insert results in duplicate database records.
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLKED1_WRITE_CE4_BPS1" had to be terminated because
    one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "RKE_WRITE_CE4__BPS1" "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "RKE_WRITE_CE4__BPS1"
    "(FUNCTION)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Use an ABAP/4 Open SQL array insert only if you are sure that none of
    the records passed already exists in the database.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "SAPSQL_ARRAY_INSERT_DUPREC" CX_SY_OPEN_SQL_DBC
    "SAPLKED1_WRITE_CE4_BPS1" or "LKED1_WRITE_CE4_BPS1U01"
    "RKE_WRITE_CE4__BPS1"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.

    Hi ,
    you are getting beacuse u are trying to do mass update to database.
    Please check that below note are applicable to your system.
    Note 453313 - DBIF_RSQL_ERROR_INTERNAL for mass insert
    Note 869534 - AFS MRP doesn't work properly with all BOM item categories
    Thanks Rishi Abrol

  • When I try to download all my info like notes and contacts onto a new iphone an error appears saying that it is incompatible or the backup was corrup, how do I fix this?

    When I try to download all my info like notes and contacts onto a new iphone an error appears saying that it is incompatible or the backup was corrup, how do I fix this?

    Which is it?  Is "it" incompatible or is the backup corrupt?
    What specifically are you attempting and what specifically is occurring?

  • I can't install ADE on my PC, because as I try to open it a message of error appears to me: The application will be closed. I've already try with different browsers and also with the manual installation, but nothing..

    I can't install ADE on my PC, because as I try to open it a message of error appears to me: The application will be closed. I've already try with different browsers and also with the manual installation, but nothing..

    1
    Close all iWork applications
    2
    Uninstall Keynote; this must be done with an application remover tool to delete the installation properly. Appcleaner is known to work correctly for this purpose, it is free and can be downloaded from here: Appcleaner Download
    3
    empty the trash
    4
    shutdown the Mac and restart. After the start up chime, hold down the shift key until the apple logo appears
    let the Mac complete the start up procedure completely, it will take longer than usual as the hard drive is being repaired
    5
    Reinstall Keynote by logging into the Mac App Store using download / install

  • I have installed the agent 10 or 15 times and one installation hasfailed, no error appeared during the installation but I am havinginconsistent issues with my ethernet card not working here and there. Werebooted and can log into Novell client but th

    I have installed the agent 10 or 15 times and one installation has failed, no error appeared during the installation but I am having inconsistent issues with my ethernet card not working here and there. We rebooted and can log into Novell client but the login prompt did not appear for ESM client or the icon was not in the systray. Everything seems to work, besides at times (a couple times today) it terminates his ethernet card/connection. I would re-image his computer but he has several applications and it would take several hours, so I am hoping someone has an idea to fix this issue. So I was trying to figure out why he did not get the prompt to login and why it's not in the systray and it appears to not have completed the install? I checked the add/remove programs, its not listed within their, I also checked the registry and found nothing for endpoint within their, but the files are within c:\program files\novell\zenworks endpoint security.
    I have also tried uninstalling it but that fails due to it "not being installed", and it will not reinstall over itself either.
    I did notice that stuninstdrv.exe is running in task manager. Any help would be great...
    Windows xp sp3
    ESM 3.5.154
    Thanks,
    Andy

    If you are searching the registry, check for the "Senforce" string. It should be at HKLM\Software\Senforce
    Try running the install program for the ZSC with the following command line:
    setup.exe /V"STUNINSTALL=1"
    If you've specified an uninstall password, try this one instead:
    setup.exe /V"STUNINSTALL=1 STUIP=password"" (please note the double quote at the end)
    Let me know if that helped you.
    Daniel
    >>>
    From: Andy_DeWees<[email protected] du>
    To:novell.support.zenworks.endpoint-security-management
    Date: 2/5/2009 12:52 PM
    Subject: I have installed the agent 10 or 15 times and one installation hasfailed, no error appeared during the installation but I am havinginconsistent issues with my ethernet card not working here and there. Werebooted and can log into Novell client but the login prompt did not appearfor ESM client or the icon was not in the systray. Everything seems towork, besides at times (a couple times today) it terminates his ethernetcard/connection. I would re-image his computer but he has severalapplications and
    I have installed the agent 10 or 15 times and one installation has failed, no error appeared during the installation but I am having inconsistent issues with my ethernet card not working here and there. We rebooted and can log into Novell client but the login prompt did not appear for ESM client or the icon was not in the systray. Everything seems to work, besides at times (a couple times today) it terminates his ethernet card/connection. I would re-image his computer but he has several applications and it would take several hours, so I am hoping someone has an idea to fix this issue. So I was trying to figure out why he did not get the prompt to login and why it's not in the systray and it appears to not have completed the install? I checked the add/remove programs, its not listed within their, I also checked the registry and found nothing for endpoint within their, but the files are within c:\program files\novell\zenworks endpoint security.
    I have also tried uninstalling it but that fails due to it "not being installed", and it will not reinstall over itself either.
    I did notice that stuninstdrv.exe is running in task manager. Any help would be great...
    Windows xp sp3
    ESM 3.5.154
    Thanks,
    Andy

  • Tried to install iTunes 10.5 this morning but an error appeared saying "problem with windows installer package. A program required for this install to complete could not be run." Can someone please help

    I tried to install iTunes 10.5 this morning but an error appeared saying "problem with windows installer package. A program required for this install to complete could not be run." Can someone please help

    Firstly, are you installing iTunes for the first time or are you updating your current version of iTunes?
    If you're installing iTunes for the first time have you tried redownloading the installer package? Perhaps the file you downloaded originally is corrupted...
    http://www.apple.com/itunes/
    If you've tried that, then try installing iTunes as your computer's administrator. To do this right-click the install package and choose "Run as administrator".
    If you're updating iTunes to the most recent version try repairing the Apple Software Update program on your computer. It's under the add/remove programs.
    1. Open the control panel
    2. Open Add/Remove programs (called "Programs and Features" in Windows 7)
    3. Navigate to "Apple Software Update" in the list and click on it
    4. Click on "Change" then select "Repair" (or just select the repair option in Windows 7)
    Once you repair this, try running iTunes and the update again.
    Fingers crossed!

  • When im trying to download a free App an error appears and sais that my previously purchase was declined.how is related a free app with a paying one?

    When im trying to download a free App an error appears and sais that my previously purchase was declined.how is related a free app with a paying one?

    Because that's the way you setup your account. Whether the app is free or not is irelevent, apparently the payment method you selected when originally setting up your account is no longer valid, hence your account is not longer valid. Either fix your selected payment method or setup a new app store account without a credit card:
    http://support.apple.com/kb/ht2534

  • I can`t open a .pages file,an error appear

    So 2 days ago,i was making a document in pages,before i turn down the mac,I saved it with cmd+S.
    Today an error appear when i try to open the file.
    I really need to recover this data,is my part of my tesis...
    The report is this:
    Process:         Pages [456]
    Path:            /Applications/Pages.app/Contents/MacOS/Pages
    Identifier:      com.apple.iWork.Pages
    Version:         4.3 (1048)
    Build Info:      iWorkAppBundler-9850000~42
    App Item ID:     409201541
    App External ID: 12013122
    Code Type:       X86 (Native)
    Parent Process:  launchd [111]
    Date/Time:       2013-05-01 17:16:57.031 +0200
    OS Version:      Mac OS X 10.7.5 (11G56)
    Report Version:  9
    Interval Since Last Report:          95792 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  352329 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                      7C955595-8723-4EC7-A92A-954CD41A3E52
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000014883da0
    VM Regions Near 0x14883da0:
        MALLOC_TINY            0000000010500000-0000000010600000 [ 1024K] rw-/rwx SM=PRV 
    -->
        __TEXT                 000000003e000000-000000003e045000 [  276K] r-x/rwx SM=COW  /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    Application Specific Information:
    objc_msgSend() selector name: retain
    Performing @selector(_openRecentDocument:) from sender NSMenuItem 0xde62960
    objc[456]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x91f98d44 objc_msgSend + 20
    1   com.apple.Keynote.sfdrawables           0x01e0d78a -[SFDDrawableAttachment(Archiving) initWithXMLUnarchiver:node:version:] + 986
    2   com.apple.Keynote.sfarchiving           0x0244a691 -[SFAXMLUnarchiver createObjectOfClass:fromNode:] + 881
    3   com.apple.Keynote.SFWordProcessing          0x02094be0 -[SFWPStorageUnarchiver insertAttachmentFromElement:] + 776
    4   com.apple.Keynote.SFWordProcessing          0x0208636d -[SFWPStorageUnarchiver insertTextFromElement:] + 1113
    5   com.apple.Keynote.SFWordProcessing          0x0208524d -[SFWPStorageUnarchiver insertParagraphsFromElement:childNode:] + 1717
    6   com.apple.Keynote.SFWordProcessing          0x0208437f -[SFWPStorageUnarchiver insertLayoutsFromElement:childNode:] + 863
    7   com.apple.Keynote.SFWordProcessing          0x02092966 -[SFWPStorageUnarchiver insertSectionsFromElement:childNode:] + 1110
    8   com.apple.Keynote.SFWordProcessing          0x02083303 -[SFWPStorageUnarchiver readBodyFromElement:] + 1199
    9   com.apple.Keynote.SFWordProcessing          0x02082488 -[SFWPStorage readFromDoc:element:version:wayPointsStore:] + 342
    10  com.apple.Keynote.SFWordProcessing          0x02082238 -[SFWPStorage initWithXMLUnarchiver:node:version:stylesheet:wayPointsStore:] + 1042
    11  com.apple.iWork.Pages                   0x00019306 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 51948
    12  com.apple.iWork.Pages                   0x000179b4 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 45466
    13  com.apple.iWork.Pages                   0x00015c0d __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 37875
    14  com.apple.iWork.Pages                   0x00010b1a __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 17152
    15  com.apple.iWork.Pages                   0x0000fdbf __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 13733
    16  com.apple.AppKit                        0x9c2dbac8 -[NSDocument _initWithContentsOfURL:ofType:error:] + 166
    17  com.apple.AppKit                        0x9c2db9b9 -[NSDocument initWithContentsOfURL:ofType:error:] + 320
    18  com.apple.AppKit                        0x9c44cbf7 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 389
    19  com.apple.iWork.Pages                   0x000cba40 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 782886
    20  com.apple.iWork.Pages                   0x000cc231 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 784919
    21  com.apple.sf.sfapplication              0x02e6882a -[SFAppDocumentController openDocumentWithContentsOfURL:display:error:] + 64
    22  com.apple.sf.sfapplication              0x02e67203 -[SFAppApplicationDelegate(Private) doCoordinatedReadWorkForURL:] + 115
    23  com.apple.sf.sfblocks                   0x02f7b05a __+[SFBKFileCoordination coordinateReadingItemAtURL:coordinator:options:delegate:error:]_block_invoke_1 + 44
    24  com.apple.Foundation                    0x9410b5e2 __-[NSFileCoordinator coordinateReadingItemAtURL:options:error:byAccessor:]_block_invoke_1 + 184
    25  com.apple.Foundation                    0x9410b3a2 __-[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:error:byAccessor:]_block_invoke_3 + 54
    26  com.apple.Foundation                    0x9410be2e -[NSFileCoordinator(NSPrivate) _invokeAccessor:orDont:thenRelinquishAccessClaimForID:] + 194
    27  com.apple.Foundation                    0x93f925cc -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:error:byAccessor:] + 618
    28  com.apple.Foundation                    0x9410b525 -[NSFileCoordinator coordinateReadingItemAtURL:options:error:byAccessor:] + 111
    29  com.apple.sf.sfblocks                   0x02f7b028 +[SFBKFileCoordination coordinateReadingItemAtURL:coordinator:options:delegate:error:] + 109
    30  com.apple.sf.sfapplication              0x02e67139 -[SFAppApplicationDelegate(Private) pOpenDocumentWithContentsOfFile:] + 281
    31  com.apple.sf.sfapplication              0x02e63a6b -[SFAppApplicationDelegate application:openFiles:] + 393
    32  com.apple.AppKit                        0x9c4505f5 -[NSDocumentController(NSPrivate) _openRecentDocument:] + 221
    33  com.apple.CoreFoundation                0x91c63d11 -[NSObject performSelector:withObject:] + 65
    34  com.apple.AppKit                        0x9c157663 -[NSApplication sendAction:to:from:] + 232
    35  com.apple.sf.sfapplication              0x02e62b90 -[SFAppApplication sendAction:to:from:] + 610
    36  com.apple.AppKit                        0x9c24acaf -[NSMenuItem _corePerformAction] + 536
    37  com.apple.AppKit                        0x9c24a92c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
    38  com.apple.AppKit                        0x9c249fb5 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    39  com.apple.AppKit                        0x9c525ef7 -[NSMenu performActionForItemAtIndex:] + 65
    40  com.apple.AppKit                        0x9c525f2a -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    41  com.apple.AppKit                        0x9c52a15b -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    42  com.apple.AppKit                        0x9c390670 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
    43  com.apple.AppKit                        0x9c1c0246 NSSLMMenuEventHandler + 452
    44  com.apple.HIToolbox                     0x95c35c0c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    45  com.apple.HIToolbox                     0x95ab1313 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    46  com.apple.HIToolbox                     0x95ab0790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    47  com.apple.HIToolbox                     0x95ac5571 SendEventToEventTarget + 76
    48  com.apple.HIToolbox                     0x95c360d0 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 482
    49  com.apple.HIToolbox                     0x95c3613a SendMenuCommandWithContextAndModifiers + 70
    50  com.apple.HIToolbox                     0x95ca198d SendMenuItemSelectedEvent + 275
    51  com.apple.HIToolbox                     0x95b01d79 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    52  com.apple.HIToolbox                     0x95c9288c _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
    53  com.apple.HIToolbox                     0x95af9a2a _HandleMenuSelection2 + 636
    54  com.apple.HIToolbox                     0x95af97a9 _HandleMenuSelection + 53
    55  com.apple.AppKit                        0x9c0bdbd2 _NSHandleCarbonMenuEvent + 302
    56  com.apple.AppKit                        0x9c04e4d6 _DPSNextEvent + 2196
    57  com.apple.AppKit                        0x9c04d752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    58  com.apple.AppKit                        0x9c049ac1 -[NSApplication run] + 911
    59  com.apple.AppKit                        0x9c2daac5 NSApplicationMain + 1054
    60  com.apple.iWork.Pages                   0x0000c939 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 287
    61  com.apple.iWork.Pages                   0x0007ce16 __gnu_cxx::new_allocator<std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> >::construct(std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)>*, std::pair<unsigned char const*, Status (*)(_xmlTextReader*, SFMDI*)> const&) + 460284
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9287290a kevent + 10
    1   libdispatch.dylib                       0x914c7e04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x914c6853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9287183e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91edae78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x91edaf7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93f893c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x93f4f7d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x93f4f6a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.Keynote.SFControls            0x023cd3ee -[SFCImageCollectionUpdateQueue(Private) thread:] + 98
    7   com.apple.Foundation                    0x93f56e25 -[NSThread main] + 45
    8   com.apple.Foundation                    0x93f56dd5 __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x91ed6ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x91eda6de thread_start + 34
    Thread 3:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x9287183e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91edae21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e8b42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x9123e0cd CVDisplayLink::runIOThread() + 945
    4   com.apple.CoreVideo                     0x9123dd05 _ZL13startIOThreadPv + 160
    5   libsystem_c.dylib                       0x91ed6ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x91eda6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9287202e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91ed8ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x91eda6fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9287202e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91ed8ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x91eda6fe start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x9287202e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91ed8ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x91eda6fe start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib                  0x9286fd36 mach_wait_until + 10
    1   libsystem_c.dylib                       0x91e84439 nanosleep + 388
    2   libsystem_c.dylib                       0x91e82cba usleep + 60
    3   com.apple.Keynote.SFWordProcessing          0x02050248 -[SFWPSpellThread pRun:] + 1074
    4   com.apple.Foundation                    0x93f56e25 -[NSThread main] + 45
    5   com.apple.Foundation                    0x93f56dd5 __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x91ed6ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x91eda6de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x14883da0  ebx: 0x01e0d3c4  ecx: 0x9c998dc8  edx: 0x14883da0
      edi: 0x0c2abf40  esi: 0x102f8284  ebp: 0xbfffda28  esp: 0xbfffd92c
       ss: 0x00000023  efl: 0x00010206  eip: 0x91f98d44   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x14883da0
    Logical CPU: 0
    Binary Images:
        0x1000 -   0x354fe3  com.apple.iWork.Pages (4.3 - 1048) <3F2BE397-E81E-3355-C0DE-8B0F014E897B> /Applications/Pages.app/Contents/MacOS/Pages
      0x3ec000 -   0xefdffb  com.apple.sfcompatibility (1.0 - 0.0.1d1) <2237C99F-3144-0918-47A2-403A125BA9D0> /Applications/Pages.app/Contents/Frameworks/SFCompatibility.framework/Versions/ A/SFCompatibility
    0x15fe000 -  0x1617ff7  com.apple.Keynote.sfstyles (1.0 - 1.0) <25A20E06-8C1E-1BD9-7F0C-8B4027676DFD> /Applications/Pages.app/Contents/Frameworks/SFStyles.framework/Versions/A/SFSty les
    0x1629000 -  0x1ae4feb  com.apple.SFTabular (1.0 - 1.0) <BB41B4DC-2F8E-B7E3-6274-7A92437B8FF4> /Applications/Pages.app/Contents/Frameworks/SFTabular.framework/Versions/A/SFTa bular
    0x1cae000 -  0x1d68ff3  com.apple.Keynote.sfutility (1.0 - 0.0.1d1) <ED93C91F-C30E-541E-BDD3-04A25579EAFB> /Applications/Pages.app/Contents/Frameworks/SFUtility.framework/Versions/A/SFUt ility
    0x1ddd000 -  0x1f6eff3  com.apple.Keynote.sfdrawables (2.0 - 2.0) <7D531D66-A640-D293-817E-6D5C8D15E26D> /Applications/Pages.app/Contents/Frameworks/SFDrawables.framework/Versions/A/SF Drawables
    0x202f000 -  0x22a2fef  com.apple.Keynote.SFWordProcessing (1.0 - 20030221_1) <F7952C77-8CF1-30F4-7FA7-A3A45FA2E184> /Applications/Pages.app/Contents/Frameworks/SFWordProcessing.framework/Versions /A/SFWordProcessing
    0x23c6000 -  0x2411ff7  com.apple.Keynote.SFControls (1.0 - 20030306_1) <37F86C48-E752-688E-9A75-3F4D3BA5C054> /Applications/Pages.app/Contents/Frameworks/SFControls.framework/Versions/A/SFC ontrols
    0x2440000 -  0x2499ff7  com.apple.Keynote.sfarchiving (1.0 - 0.0.1d1) <E489EE3A-D0D0-749C-E38B-C9E87AA2BEE3> /Applications/Pages.app/Contents/Frameworks/SFArchiving.framework/Versions/A/SF Archiving
    0x24cd000 -  0x25dbfef  com.apple.Keynote.sfrendering (1.0 - 1.0) <A817A67F-149D-85C4-4625-5DB753E8A4FF> /Applications/Pages.app/Contents/Frameworks/SFRendering.framework/Versions/A/SF Rendering
    0x2640000 -  0x26c8fff  com.apple.Keynote.proofreader (0 - 1) <6442D80E-854E-F13A-0C69-AFF7F7D927F7> /Applications/Pages.app/Contents/Frameworks/SFProofReader.framework/Versions/A/ SFProofReader
    0x26d8000 -  0x2792fef  com.apple.Keynote.sfinspectors (1.0 - 1.0) <B9BB5F5B-F7CE-8F1A-F308-43A11E6617A5> /Applications/Pages.app/Contents/Frameworks/SFInspectors.framework/Versions/A/S FInspectors
    0x27f1000 -  0x2b5bff7  com.apple.Keynote.sfcharts (2.0 - 2.0) <0A1A116C-2AE2-7C65-E93B-1A54B1153626> /Applications/Pages.app/Contents/Frameworks/SFCharts.framework/Versions/A/SFCha rts
    0x2d95000 -  0x2ddafe7  com.apple.Keynote.SFAnimation (1.0 - 0.0.1d1) <057D09D4-072E-995E-D3D0-42D1E0AAC07C> /Applications/Pages.app/Contents/Frameworks/SFAnimation.framework/Versions/A/SF Animation
    0x2e07000 -  0x2e31fe3  com.apple.Keynote.sflicense (1.0 - 0.0.1d1) <6399F656-7AD7-1357-F477-CB6128248032> /Applications/Pages.app/Contents/Frameworks/SFLicense.framework/Versions/A/SFLi cense
    0x2e4e000 -  0x2f0cfff  com.apple.sf.sfapplication (1.0 - 1.0) <ED347FE0-B441-1346-3267-5A3D36F4292F> /Applications/Pages.app/Contents/Frameworks/SFApplication.framework/Versions/A/ SFApplication
    0x2f79000 -  0x2f7fff7  com.apple.sf.sfblocks (1.0 - 1.0) <5A4D56C0-BF30-ED6E-4208-172D05E0C630> /Applications/Pages.app/Contents/Frameworks/SFBlocks.framework/Versions/A/SFBlo cks
    0x2f8a000 -  0x3037ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x307c000 -  0x307efff  com.apple.ExceptionHandling (1.5 - 10) <7C514CC4-7951-31CA-AEB3-D4AF49F44AE7> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x3084000 -  0x3122feb  com.apple.MobileMe (8 - 1.0) <1EE19EEA-80C5-27C0-7F00-37D5B108FE24> /Applications/Pages.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobil eMe
    0x37f8000 -  0x37fbff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x5565000 -  0x5566ffc  ATSHI.dylib (??? - ???) <0B0F21B6-C254-34AE-8128-F3FBC80C68E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x5586000 -  0x55defff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0xbabd000 -  0xbac1ffb  libFontRegistryUI.dylib (??? - ???) <2E905389-BAB1-3339-9C98-185D60BAB4D0> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0xc145000 -  0xc147fff  libCoreFSCache.dylib (??? - ???) <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0xc49d000 -  0xc4affff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <F7D2A96C-D03F-3C0B-83FC-1016BB787B59> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xc4b5000 -  0xc63dff9  GLEngine (??? - ???) <84549EEF-900F-397A-AABC-47DD261F40BE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xc674000 -  0xc7deffb  libGLProgrammability.dylib (??? - ???) <169ED314-B937-3877-A7D7-4AFB96D8C561> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xc80d000 -  0xc819ffb  libGPUSupport.dylib (??? - ???) <A4467427-9E43-3F03-96E7-B09BBD5F0A6D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xc820000 -  0xc84dff0  GLRendererFloat (??? - ???) <B72FCE8D-7A5E-35F3-8A9F-0D139F8921AB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xc856000 -  0xc85fff6  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0xc866000 -  0xc874ffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <4378B89F-0BDA-3072-9C67-DE1A371DD816> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xca00000 -  0xcd81fef  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.32.12 - 7.3.2) <AB1CE0F6-8FD8-384E-9DE9-A31DDD0607BD> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0xcfa9000 -  0xcfa9ffd +cl_kernels (??? - ???) <EB50258C-1013-4332-A2F9-AFD9EC9CFC2C> cl_kernels
    0xdf25000 -  0xdfcdff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x3e000000 - 0x3e044fff  com.apple.glut (3.4.9 - GLUT-3.4.9) <28FCEDCC-0E24-3F81-BB29-E09CBCD5E047> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x3f000000 - 0x3f48eff7 +org.coin3d.Coin.framework (3.0.0a - 3.0.0a) <3AA8D04D-ECC2-06BA-3F3C-61DAA4B0A644> /Applications/Pages.app/Contents/Frameworks/Inventor.framework/Versions/C/Inven tor
    0x8fec4000 - 0x8fef6aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x90027ffe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90028000 - 0x900e8ffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x900e9000 - 0x901fdff3  com.apple.QuickTimeImporters.component (7.7.1 - 2339) <087C68E8-F3BB-3CCC-9395-B08BAB515394> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x901fe000 - 0x90544fff  com.apple.MediaToolbox (1.0 - 705.94) <89D37021-C389-3CC5-A158-620ADCBD99EF> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90545000 - 0x90562fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x90563000 - 0x90a3fff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90a40000 - 0x90a87ff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90a88000 - 0x90af0ff3  com.apple.ISSupport (1.9.8 - 56) <59225A65-41C1-35CA-9F29-229AC427B728> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90af1000 - 0x90b09fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A8CE15CF-2539-318A-910C-8789D45FFD69> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x90b0a000 - 0x90b86ff3  libType1Scaler.dylib (??? - ???) <C931AA06-5086-3A0E-873B-47459AD3CDD3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x90c11000 - 0x90d73ffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90d84000 - 0x90d8bff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x90d8c000 - 0x90e8bffb  com.apple.DiskImagesFramework (10.7.4 - 331.7) <31A74A7E-E2AE-313D-A7C4-6DFCF0F22C9A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x90ece000 - 0x90f5bfe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91094000 - 0x91094ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91095000 - 0x91131fff  com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91132000 - 0x91133fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91134000 - 0x9117dff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9117e000 - 0x91198fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91199000 - 0x911cdff3  libTrueTypeScaler.dylib (??? - ???) <C2D2257F-11E6-336C-BBA8-934BD9214728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x911ce000 - 0x911cefff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
    0x9123c000 - 0x9125ffff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9129d000 - 0x91380ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x91387000 - 0x91387fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x913e1000 - 0x91410ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x91411000 - 0x91415ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x91416000 - 0x91444fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x91445000 - 0x91487ff7  com.apple.CoreMedia (1.0 - 705.94) <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91488000 - 0x914a8ff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x914a9000 - 0x914b7ff7  com.apple.AppleFSCompression (37 - 1.0) <E54AEE04-F1D2-3178-AF5B-5A2AED9CF884> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x914b8000 - 0x914bbff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x914bc000 - 0x914c4fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x914c5000 - 0x914d3fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
    0x914d4000 - 0x91536ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x91538000 - 0x9153fff8  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x915af000 - 0x9160aff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x91611000 - 0x91614fff  com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x91615000 - 0x9170cff3  com.apple.PubSub (1.0.5 - 65.28) <385D984B-984E-3A93-A601-ECDBCAE545E2> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9170d000 - 0x91717ff7  com.apple.dotMacLegacy (3.3 - 267) <64CB39B4-FF52-38FD-A45B-9CD3D54B3D6B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x91733000 - 0x91735ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
    0x91736000 - 0x91739ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9173a000 - 0x917c7ff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x917cf000 - 0x917cfff9  com.apple.AOSMigrate (1.0 - 1) <C9887D33-BB04-36B1-AB02-713CF3168E44> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x917d0000 - 0x917d3ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x917d4000 - 0x91bc8feb  com.apple.VideoToolbox (1.0 - 705.94) <8FCC2C08-2D4C-3A96-B57A-CAA56911120F> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x91bc9000 - 0x91da0fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91da1000 - 0x91e79ff6  com.apple.QuickLookUIFramework (3.2 - 500.18) <CE281BD9-C1CF-3F87-BD22-412ED253580E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x91e7a000 - 0x91f45fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x91f46000 - 0x91f91fff  com.apple.iCalendar (5.0.1 - 120.1) <90BBD1C5-F434-3DC6-BE1B-D629CA4CBB8A> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x91f92000 - 0x92068aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x9206b000 - 0x920a9fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AF1174F9-4402-31EB-9C84-AB644E5865DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9217a000 - 0x92181ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92182000 - 0x9219eff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9219f000 - 0x921b5ffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x921b6000 - 0x921c4fff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x921c5000 - 0x921cfffe  com.apple.NSServerNotificationCenter (4.1 - 4.1) <A70B231A-6680-353B-8C96-AAA17F74EFC5> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x921d0000 - 0x921f8ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x921f9000 - 0x92200ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x92201000 - 0x9221eff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9221f000 - 0x92233fff  com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92234000 - 0x922d8fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x922ec000 - 0x922f0ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
    0x922f1000 - 0x922f7ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x922f8000 - 0x922f8fff  com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x922f9000 - 0x92302ff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x92303000 - 0x92310fff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92311000 - 0x9231cfff  libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
    0x9231d000 - 0x9238cff3  com.apple.WhitePagesFramework (10.7.0 - 141.0) <140B2088-BEE5-389F-82E3-538BDFA40799> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x9238d000 - 0x9239afff  com.apple.HelpData (2.1.2 - 72.2) <330C6B7F-2512-37B7-B2FF-24E1804E9426> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9239b000 - 0x923abff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x923ac000 - 0x92620ff3  com.apple.CoreImage (7.99.1 - 1.0.1) <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x92621000 - 0x92629fff  com.apple.AOSNotification (1.4.0 - 504.1) <DB0B29CD-8CA1-3D12-999E-429F4403B685> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x9262a000 - 0x9267bff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x92710000 - 0x92762ffb  com.apple.CoreMediaIO (216.0 - 3199.8) <A079E576-64FD-3069-846E-F3B67AF28E15> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x9279e000 - 0x927a7ffb  com.apple.aps.framework (2.1 - 2.1) <498C8125-A32E-3554-B4B1-8F416623D45C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x927a8000 - 0x927deff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x927df000 - 0x927e2ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x927f6000 - 0x927feff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
    0x927ff000 - 0x92858fff  com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92859000 - 0x92877ff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x92878000 - 0x929dbfff  com.apple.QTKit (7.7.1 - 2339) <163FBDDD-0458-378F-84DD-CB0F603A259E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x929dc000 - 0x92aecfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x92aed000 - 0x92af2ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x92af3000 - 0x92b1dff1  com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x92b1e000 - 0x92b83ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92b84000 - 0x92b8affd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92b8b000 - 0x92b90ffb  com.apple.phonenumbers (1.0 - 47) <1830301D-5409-3949-9614-C43C62B39DDA> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x92b91000 - 0x92ba1fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x92ba2000 - 0x92ba9fff  com.apple.agl (3.2.0 - AGL-3.2.0) <ED5A5B8A-0014-3897-951F-628391333256> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92baa000 - 0x92bbffff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92bc0000 - 0x92bc1fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x92bc2000 - 0x92bcdff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92bce000 - 0x92cecfec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92d3d000 - 0x92d5fff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x92d86000 - 0x92e95ff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92e96000 - 0x93be7fff  com.apple.QuickTimeComponents.component (7.7.1 - 2339) <0001FA3A-E33F-3699-8382-3110AC51244F> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93be8000 - 0x93c0effb  com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93c0f000 - 0x93c22ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x93c55000 - 0x93c56ff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
    0x93c57000 - 0x93c89fff  com.apple.CalDAV (1.0.1 - 93) <7E225C7D-E0B6-3742-95DD-12271154E5D7> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x93c8a000 - 0x93ce7ffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93ceb000 - 0x93cedffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93cee000 - 0x93d52fff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93d53000 - 0x93d68ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93d8d000 - 0x93e75fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x93e76000 - 0x93ec2fff  com.apple.ExchangeWebServices (2.2 - 127) <BBDE2E97-8DD2-3EBC-9D59-ED422ECCBB8F> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x93ef7000 - 0x94201ff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94202000 - 0x94202fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94203000 - 0x94204ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x94205000 - 0x94280ffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94281000 - 0x94285ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x942ce000 - 0x94301fef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x94307000 - 0x94307fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94308000 - 0x94387ff7  com.apple.iLifeMediaBrowser (2.6.4 - 502.4.5) <5C10CC72-586E-3497-9873-A0ACFB6156C3> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9438a000 - 0x9446cfff  com.apple.backup.framework (1.3.5 - 1.3.5) <1FAE91F2-BCEF-387D-B5C4-412C464DA1BE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9447c000 - 0x944bcff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x944e9000 - 0x945caff7  com.apple.DiscRecording (6.0.4 - 6040.4.1) <08BADDAD-FA79-3872-9387-EEE2A9FAA2F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x945cb000 - 0x945d6ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x945d7000 - 0x94639ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9463a000 - 0x9463affe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x9463b000 - 0x94643ff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x94644000 - 0x94647ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x94650000 - 0x94740ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x94741000 - 0x94942fff  com.apple.CalendarStore (5.0.3 - 1204.2) <53F15300-7C5E-3055-9553-20FBC5332138> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x94943000 - 0x9497afef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9497b000 - 0x949d7ff7  com.apple.coredav (1.0.1 - 164.1) <6AED84F9-51EF-3015-B922-1063473E5F1A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x949da000 - 0x94b21fff  com.apple.syncservices (6.3 - 673.6) <26B02D5F-F8FC-386D-93F0-9A588929487A> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94b22000 - 0x94ba9fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94f3a000 - 0x9504bff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9504c000 - 0x9504cfff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9504d000 - 0x9504effd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9504f000 - 0x950c7ff8  com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9511a000 - 0x9539ffe3  com.apple.QuickTime (7.7.1 - 2339) <FC82F13B-1788-3766-8681-7A3B1EFAE02D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x954cf000 - 0x954dcfff  com.apple.KerberosHelper (3.0 - 1.0) <0E16B080-3931-3D3E-A786-419C24B44B02> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x954f7000 - 0x956efff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x956f0000 - 0x957b3fff  com.apple.CoreServices.OSServices (478.49 - 478.49) <5AF33605-C893-3F60-89CF-1BC9C0BC35AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x957d9000 - 0x957e4ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x957e5000 - 0x95a97ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <B8CC707C-6368-3CDD-BE38-D2335B7CC2DE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95aa9000 - 0x95defff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95df0000 - 0x9601bffb  com.apple.QuartzComposer (5.0 - 236.10) <416993F4-2868-35FF-90DE-34C93D83574F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96027000 - 0x96064ffb  com.apple.OSAKit (1.2.4 - 82.1) <070D4798-5662-3198-99D8-9FF78051BD72> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x96065000 - 0x960a5ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x960b4000 - 0x960bfffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <03F672A7-1463-3C01-8E12-5837F820D12B> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x960c0000 - 0x9610fffb  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <1188E7AB-76FE-343F-9108-30CD67E5A37B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96110000 - 0x9611cff4  com.apple.CrashReporterSupport (10.7.4 - 353) <96C5799C-5273-3B56-9273-CE38900EFE65> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9611d000 - 0x9619afff  com.apple.PDFKit (2.6.4 - 2.6.4) <F2B635FC-EDD0-3D80-AB43-F78CB883623A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9619b000 - 0x961a9ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x961aa000 - 0x961aafff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x961b7000 - 0x96572ffb  com.apple.SceneKit (125.3 - 125.8) <89008B87-87E7-3972-A274-30311497EE32> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x96573000 - 0x966c9fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x966ca000 - 0x966f5fff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x966f6000 - 0x96822ff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96823000 - 0x96840ff7  com.apple.DotMacSyncManager (6.1 - 488.6) <7E973403-2850-3AED-8B6B-0CE12963883F> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x96841000 - 0x9687cfff  com.apple.bom (11.0 - 183) <8E3F690E-4D23-3379-828C-5AB0453B9226> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96bad000 - 0x96bbbfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x96c07000 - 0x96c59ff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x96c5a000 - 0x96c60fff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x96c8d000 - 0x96c8dff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96c8e000 - 0x975b972b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x975ba000 - 0x975e4ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x975e5000 - 0x97801ff7  com.apple.imageKit (2.1.2 - 1.0) <71FC9A62-4E07-307C-8E6B-4DE7661DC0A3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x97802000 - 0x97803ff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
    0x97804000 - 0x97804fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97805000 - 0x97807ff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x97808000 - 0x97869ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9786a000 - 0x97893fff  com.apple.shortcut (2.1 - 2.1) <60000F49-6309-34B1-88A1-588DC566C8DF> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x97896000 - 0x9790cfff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9790d000 - 0x9795eff9  com.apple.QuickLookFramework (3.2 - 500.18) <CF3EF345-EA3E-3C2D-B56D-E4433326254A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9795f000 - 0x979a3fff  com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x979a4000 - 0x97c51fff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97c52000 - 0x97c56fff  libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x97ded000 - 0x97df8fff  libexslt.0.dylib (9.13.0 - compatibility 9.0.0) <57B150D4-3688-3FFB-872A-AFC50986810C> /usr/lib/libexslt.0.dylib
    0x97dfc000 - 0x97e4cffa  libTIFF.dylib (??? - ???) <CAD45E49-FD7C-37FA-A118-AEB526B90E67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x98469000 - 0x98561ff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98562000 - 0x98639ff3  com.apple.avfoundation (2.0 - 180.50) <7B7FDF30-AC40-3715-A409-B5A27F7B5585> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9863a000 - 0x9865bfff  com.apple.framework.internetaccounts (1.2 - 3) <A93D14F6-DF12-3918-90E9-B73DD7B6456D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x9865c000 - 0x986d0fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x986d5000 - 0x986deffc  com.apple.DisplayServicesFW (2.5.4 - 323.3) <820C4B45-814A-3101-A1FA-044CA6D2FBC8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x986df000 - 0x986e3ffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9873b000 - 0x987d1ff7  com.apple.LaunchServices (480.39 - 480.39) <C91C05E2-E4CF-3026-BEE2-93890664E83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x987d2000 - 0x98ae0fff  com.apple.MessageFramework (5.3 - 1283) <FAEC957B-FC52-3561-94FE-23AD1A776DBD> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x98ae1000 - 0x98b78ff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98b79000 - 0x98b8cfff  com.apple.syncservices.syncservicesui (6.3 - 673.6) <91D49219-60A4-3F62-AD45-B3179F0E084A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x98b8d000 - 0x98b96fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x98b97000 - 0x98b9bfff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x98b9c000 - 0x98b9fffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98ba0000 - 0x98d54ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
    0x98d55000 - 0x993e1ff5  com.apple.CoreAUC (6.16.12 - 6.16.12) <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x993e2000 - 0x99416ff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
    0x99417000 - 0x99418fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x99419000 - 0x9945aff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib
    0x9945b000 - 0x9952bffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C8

    - do you use time machine?  If so, you may be able to restore the document via time machine to a time when it did open
    - if you don't use time machine, try this....
    - first set find to show all file extensions - click the word finder beside the apple, then select preferences.  Click the "advanced" tab along the top, and put a checkmark in front of "show all filename extensions"
    - located the original document, and duplicated it, by "control clicking" on it, and selecting duplicate (this is only a precautionary measure)
    - select the duplicate file by clicking on it once, then hit the "return key" on the keyboard.  This will allow you to delete the file extension .pages, and type in .zip in it's place.
    - you should now see your file, with the .zip extension - click to "unzip" it
    - set finder to show all file extensions
    - currently, the file shows on the desktop, with a ".key" extension.  Had customer add ".zip" after the .key. 
    - when the dialogue box appears about the file extension, selected to "use.zip"
    - double click on the resulting zip file / this unzipped the file and created a new file with the same name, except is has only a .pages file extension.  
    - attempt to open this file

  • Every time I start Fire fox an error appears that reads UNABLE TO CONNECT. I believe I accidently hit BLOCK rather then ALLOW. How to I reverse my mistake?

    Every time I start Fire fox an error appears that reads......
    Firefox can't establish a connection to the server at www.yahoo.com.
    * The site could be temporarily unavailable or too busy. Try again in a few moments.
    * If you are unable to load any pages, check your computer's network connection.
    * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Trying to connect my iPad Air 1 to my iPhone 5S set as a hotspot via WiFi method.  iPad sees the iPhone as wifi hotspot, but an error appears 'Remote Hotspot Failure .. Unable to start personal hotspot'.   How do I fix this issue??

    Trying to connect my iPad Air 1 to my iPhone 5S set as a hotspot via WiFi method.  iPad sees the iPhone as wifi hotspot, but an error appears 'Remote Hotspot Failure .. Unable to start personal hotspot'.   How do I fix this issue??

    iOS: Troubleshooting Personal Hotspot - Apple Support

  • Error appears: Cannot send message. this message cannot be sent at this time - has been appearing everytime i try to send e-mail for the past week!

    For the past week I have not been able to send both simple and attached messages through my icloud e-mail.
    The error reads: this message cannot be sent at this time.  i have the latest version of Firefox, I have even changed my password in hopes that this would resolve the issue, but alas, it hasn't worked. HELP!

    This is a terrible customer experience for Apple users. I have been dealing with this same issue since April 2012; all used to work just fine and then suddenly -- "Cannot send message" error appears.
    When is Apple going to fix this? I have two iPads and an iPhone but often need to access files from my PC (next time, it'll be a Mac),
    Very frustrating.

  • Errors appeared in alert log file should send an email

    Hi,
    I have one requirement to do, as i am new dba, i dont know how to do this,
    sendmail is configured on my unix machine, but dont know how to send the errors appeared in alert logfile should send an email to administrator.
    daily, it has to check the errors in alert log file, if any errors occurs(ORA- errors or WARNING errors) should send an email to administrator.
    please help me how to do it

    Hi,
    There are many methods for interrogating the alert log and sending e-mail. Here are my notes:
    http://www.dba-oracle.com/t_alert_log_monitoring_errors.htm
    - PL/SQL or Java with e-mail alert: http://www.dba-village.com/village/dvp_papers.PaperDetails?PaperIdA=2383
    - Shell script - Database independent and on same level as alert log file and e-mail.
    - OEM - Too inflexible for complex alert log analysis rules
    - SQL against the alert log - You can define the alert log file as an external table and detect messages with SQL and then e-mail.
    Because the alert log is a server side flat file and because e-mail is also at the OS-level, I like to use a server side scell script. It's also far more robust then OEM, especially when combining and evaluating multiple alert log events. Jon Emmons has great notes on this:
    http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/
    If you are on Windows, see here:
    http://www.dba-oracle.com/t_windows_alert_log_script.htm
    For UNIX, Linux, Jon Emmons has a great alert log e-mail script.
    Hope this helps . . . .
    Donald K. Burleson
    Oracle Press author

  • Error cannot use device the connected USB device requires too much power this error appeared  when I added my camera

    Error appeared when I connected my camera to iPad I used a camera connection device error  cannot use device t he connected USB device requires too much power
    Thanking you
    Wendy Banks

    Some cameras are designed to use the power suppled via USB when they're plugged into another device, usually a PC or laptop. The iPad does not supply sufficient power for a camera. The iPad Camera kit allows for either a camera to be plugged in only for the transfer of photos, not as a power sourse, or the removal of the SD Card from a camera so it can transfer photos as an alternative.

  • When connecting to itools an error appears that please check the asccernity please check the itunes seetings

    when connecting to itools an error appears that please check the asccernity please check the itunes seetings plz tell me to coonect it

    when connecting to itools an error appears that please check the asccernity please check the itunes seetings plz tell me to coonect it
    iPhone 4S, iOS 7.0.6

Maybe you are looking for

  • Disk Utility create encrypted disk image hangs

    I'm trying really, really hard to backup my data but apple is not making it easy for me. I need my files encrypted for an offline backup. Time machine only allows home folder to be encrypted, and due to my home folder being on my SSD drive I cannot f

  • Error while throwing OAException message

    Gurus I have a strange problem while trying to throw an OAException message from ProcessFormRequest method. I have referred so many threads related to this but not getting much idea. I am extending a Standard controllers CO where i am doing some cust

  • Re-install Adobe Acrobat Pro 11.0

    Where do I find the download for Adobe Acrobat Pro?   I had to refresh my computer and need to reinstall it.   I have the serial number.

  • Cannot convert Word to PDF - please help?

    Hi I am running Windows XP, Office 2003 and Acrobat Writer 5. I've had the same setup for five years and have always been able to covert Word documents to PDF like this: File/print - then I select Acrobat PDF writer from the list of printers, and cli

  • Deleting Change Pointers

    Hi Does anyone know the standard application which deletes consumed/processed change pointers from the tables. This i want since, it is having lot of entries in change pointers and i want to delete the processed change pointers to improve the perform