Photo upload in HR system 4.7

I uploaded an employees photo using OAOH transaction
successfully.
When I go to PA30 and display the employee for infotype 2 , I can't see the photo.
Is there some settings I need to do to view this?
Regards
Prashant

Hi Prashant,
PL check this <a href="http://www.sd-solutions.com/documents/SDS_Employee_Photos_v4.7.html">Link</a>
Regards,
Suresh Datti

Similar Messages

  • Employee Photo upload

    Hi Experts,
    I need to upload the photographs of employee to SAP.
    All the config required for photo upload is done
    These photograph path details and Emp Id will be available in a flat file.
    As BDC approach using OAAD is not able to workout (picking of text file is via a Operating system screen so we can’t record it in BDC) so we used below approach.
    Using GUI_UPLOAD and ARCHIV_CREATE_DIALOG_META .
    The above approach works FINE for foreground and presentation server upload.
    Now the requirement is:
    I have 2 questions.
    1. It is not working for background processing.
    2. The photo has to be called from app server (images available on App. Server (UNIX)). is it possible to get JPEG file from app server without using GUI_UPLOAD?
    If it is possible do guide me.
    Regards,
    Rahul

    I thought I'd share this with everyone.   We figured out how to load pictures in batch processing using pictures stored on a unix server.   The code below is what we are using.    For now, I'm using a driver file from the local drive to determine which picture goes with which associate, but we plan to automate this by storing the pictures with the associate number in the name.   We'll then read the directory each night and load any new pictures.    I thought I'd share what we discovered for now so you can build what you need for your side. 
    REPORT ZHR_EMPLOYEE_PICTURES_UPLOAD
    NO STANDARD PAGE HEADING LINE-SIZE 255.
    Program Title: Program to mass load employee pictures into HR module
    INCLUDE
    PARAMETERS:
      P_INFILE   LIKE RLGRAP-FILENAME
                 DEFAULT 'c:\PICTURE.TXT',
      P_UNXDIR   LIKE RLGRAP-FILENAME
                 DEFAULT '/usr/sap/data/WINDOWS_DFS/'.
    I N T E R N A L   T A B L E S
    DATA : BEGIN OF INFILE_DATA OCCURS 0,
           IN_LINE(80)   type c,
           END OF INFILE_DATA.
    DATA : begin of inrec,
           raw(1024) type x,
           end of inrec.
    DATA : begin of itab occurs 0,
           raw(1024) type x,
           end of itab.
    Data: WS_FILENAME   TYPE STRING,
          WS_OBJID      LIKE SAPB-SAPOBJID,
          WS_FILELENGTH TYPE I,
          WS_FLENGTH    LIKE SAPB-LENGTH.
    S T A R T - O F - S E L E C T I O N
    START-OF-SELECTION.
    Read input file that controls which picture goes with which associate.
      CALL FUNCTION 'WS_UPLOAD'
        EXPORTING
          FILENAME = P_INFILE
          FILETYPE = 'DAT'
        TABLES
          DATA_TAB = INFILE_DATA.
      IF SY-SUBRC NE 0.
        WRITE : / 'Unable to upload data'.
        STOP.
      ENDIF.
      LOOP AT INFILE_DATA.
      Determine file name and personnel ID from input file.
        concatenate P_UNXDIR INFILE_DATA-IN_lINE+9(71) into WS_FILENAME.
        WS_OBJID    = INFILE_DATA-IN_LINE+0(8).
      Clear table holding picture data.
        clear ITAB.
        refresh ITAB.
      Reset overall file length variable.
        ws_flength = 0.
      Open dataset to read in binary mode.
        open dataset WS_FILENAME for input in binary mode.
        do.
        Read file one record at a time in binary mode.
          clear inrec.
          read dataset WS_FILENAME into inrec
               maximum length 1024
               actual length ws_filelength.
        Determine accumulated file length as each record read in.
          ws_flength = ws_flength + ws_filelength.
        Last record of file will cause sy-subrc to not be 0 and will be
        less in length than record size.
          if ws_flength > 0.
            move inrec to itab.
            append itab.
          endif.
        end loop at end of file.
          if sy-subrc ne 0.
            exit.                    "end of file must have been reached
          endif.
        enddo.
        close dataset WS_FILENAME.
      Add picture file to content server for specific associate.
        CALL FUNCTION 'ARCHIV_CREATE_TABLE'
          EXPORTING
            ar_object       = 'HRICOLFOTO'
            object_id       = WS_OBJID
            sap_object      = 'PREL'
            flength         = WS_FLENGTH
          TABLES
            binarchivobject = ITAB.
        IF SY-SUBRC = 0.
          WRITE : / WS_OBJID+0(8), ' -- picture loaded: ', WS_FILENAME,
                                   ' -- length: ', WS_FLENGTH.
        else.
          WRITE : / WS_OBJID+0(8), ' -- Unable to load pic: ', WS_FILENAME,
                                   ' -- length: ', WS_FLENGTH.
        ENDIF.
        clear INFILE_DATA-IN_LINE.
      ENDLOOP.

  • Photo Uploading Problem in HR

    Hi can anybodybtell after doing every necessary settings in  employee photo upload "http signer 404 error is coming" & photo is not uploading,What is the reason behind it?

    Hi,
    Can you pleaase try below and the end result the content server should be activated. If it is activate the writing should be in bold (as opposed to greyed out)
    Transaction code: SICF
    Here you activate the Content Server Interface.
    First you need to create a user profile with sufficient authorisations to carry out the processes which are done by the system in the background. Ideally this should be a background user for a notional/dummy user.
    You can use your own user ID after which SAP will warn you that this is a dialogue user account. If you do use your own user ID, change it as soon as you have tested the config. Once you have finished the project, the chances are that your user account will be deleted from the system which will subsequently stop this service from working.
    Double-click on content server in the left hand tree structure. You can find it under default_host --> sap --> bc --> content server
    Once you have done this click on the refresh icon and make sure that the service is activated. If it is activated, the writing should be in bold (as opposed to greyed out)

  • How can I stop iCloud photo from looping a failed photo upload?

    My mother has an iMac that was mysteriously losing HD space. It turns out that the process called iCloud Photo evidently was trying and failing to upload a corrupt photo that I had inadvertently put in her iPhoto app. Every few seconds a copy of the photo was appearing in the folder named com.apple.photostream-agent. There were 22,000 copies of this photo.
    With each failed photo upload attempt, these errors also were logged in console:
    1/4/15 7:50:57.709 PM com.apple.photostream-agent[343]: [publisher:didEncounterError:publishingAssetCollections:] Failed to upload asset uqzx6U1gTAi5HumqNsH3YA
    1/4/15 7:50:57.808 PM com.apple.photostream-agent[343]: SQL operation failed with code 11
    I deleted the photos and restored the HD space after killing the iCloud Photo process in Activity Monitor. Then I removed the photo out of iPhoto.
    The problem is that should iCloud Photo restart, say, through a computer restart, the problem starts all over again. Apparently removing the photo from iPhoto did not do the trick.
    How can I get iCloud Photo to stop trying to upload this photo?

    The problem is that should iCloud Photo restart, say, through a computer restart, the problem starts all over again. Apparently removing the photo from iPhoto did not do the trick.
    Did you delete the corrupted photo from its event and from My Photo Stream as well? Have you deleted the photo completely by emptying iPhoto's Trash and the System Trash?
    You could also try to delete the photos from the folder ~/Library/Application Support/iLifeAssetManagement/assets/sub/
    That will remove the temporary copy of "My Photo Stream" on the Mac from the user library.
    The user library is hidden by default. To open the hidden User Library:
    Use the Finder's "Go" menu.
    Click "Go", then hold down the options key, until you are seeing "Library" in the drop down menu appear and click it.
    In the Finder window that will open navigate to the folder ~/Library/Application Support/iLifeAssetManagement/assets/sub/.

  • Photo Upload in ESS

    Hi,
    Please let me know configuration steps for photo upload in ESS.
    Thanks,
    Usha

    Hi,
    1. Create a number range for SAP Archive Link :
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain number ranges.
    Tcode: OANR
    Create range 01 from 0000000001 to 9999999999 without the external number flag.
    2. Document type HRICOLFOTO must exist with document class JPG.
    IMG>Basis Components>Basis Services>SAP Archive Link>System Settings>Maintain document types.
    Table: TOAVE
    Tcode: OAC2
    3. Document type HRICOLFOTO must be linked to object type PREL and IT0002.
    IMG>Personnel Management>Personnel Administration>Tools>Optical Archiving>Set up Optical Archiving in HR.
    View: V_T585O,
    In all three columns there are minuses, don't put a flag in the check box.
    4. Check which content repository (Archive) is linked to document type HRICOLFOTO and object type PREL.
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain Links.
    Table: TOAOM_C,
    Tcode: OAC3
    5. Create this content repository with storage type FILE archive.
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain content repositories.
    Tcode: OAC0
    Storage type FILE archive can be attained by clicking on the field Storage type and clicking somewhere else in the screen with the right mouse button. Choose Possible entries and only then you get a list of all values. FILE Archive is entry number 08. Choose Version no. 0031 and Archive path something (e.g. C .
    6. Link photo to personnel number.
    Menu>Tools>Business Documents>Miscellaneous>Stored Documents.
    Tcode: OAAD
    Click on the Create button. Business object PREL and Docyment type HRICOLFOTO. Click on create (fill in the right personnel number in the pop up and click Continue). Choose the photo (as a JPG file) from the place where it is saved (e.g. hard disk). SAP will notify that the Stored Document was created succesfully. Photo is visible via PA10, PA20, PA30, PA40. Double-click to magnify photo.

  • HTTP error:401 Unauthorized ,Photo Upload in R/3

    Hi SAP Guru's
    We have followed note 595563 for implementing photo upload functionaly in our server.
    but when I am storing photo by tocode OAAD , it's giving error.
    HTTP error:401 Unauthorized
    Please help actually I have checked all the SDN threds but no success.

    TCode SICF- Here you activate the Content Server Interface.
    First you need to create a user profile u2013 with sufficient authorisations to carry out the processes which are done by the system in the background. Ideally this should be a background user for a notional/dummy user. You can use your own user ID after which SAP will warn you that this is a dialogue user account. If you do use your own user ID, change it as soon as you have tested the config. Once you have finished the project, the chances are that your user account will be deleted from the system which will subsequently stop this service from working.
    Double-click on "content server" in the left hand tree structure. You can find it under default_host --> sap --> bc --> content server
    Once you have done this, click on the refresh icon and make sure that the service is activated. If it is activated, the writing should be in bold (as opposed to greyed out)

  • Massive photo upload

    Hi Guys,
    I found CF 'ARCHIV_CREATE_DIALOG_META' is useful for massive photo upload.I tried tat,but getting an error(file_open_error)  eventhough valid file exists.
    And also,
    -What should be the name of  photo? i kept as (emp no).jpg ,
    - Do we need to give ARCHIV_ID? while debugging i found Z2 as archiv_id,but i didnt mention tat  in a call function.
    Please help in this regard.Points will ve rewarded.
    Have a look @ my code:
    *& Data Declaration                                                        *&
    DATA : BEGIN OF T_RECORD OCCURS 0,
           PERNR(12) TYPE C,            "Employee Number
           PATH      LIKE SAPB-SAPPFAD, "Photo Path
           END OF T_RECORD.
    DATA : w_pernr_zero LIKE t_record-pernr,
           w_pernr_pass TYPE SAPB-SAPOBJID.
    *& Selection screen                                                        *&
    SELECTION-SCREEN BEGIN OF BLOCK A1 WITH FRAME.
    SELECT-OPTIONS : PERNR FOR T_RECORD-PERNR,
                     PATH  FOR T_RECORD-PATH NO INTERVALS.
    SELECTION-SCREEN END OF BLOCK A1.
    *& Start of selection                                                        *&
    START-OF-SELECTION.
    LOOP AT PERNR.
    T_RECORD-PERNR = PERNR+3(4).
    T_RECORD-PATH  = PATH+3(140).
    APPEND T_RECORD.
    ENDLOOP.
    LOOP AT t_record.
    "Since the employee photo is always stored in 0002 infotype,
    " - Concatenation of emp id with preceding zeros and pad "0002" in
    " - right into the pernr field which will be passed to object_id.
    SHIFT t_record-pernr LEFT DELETING LEADING '0'.
    CONDENSE t_record-pernr.
    CONCATENATE t_record-pernr '0002' INTO t_record-pernr.
    w_pernr_zero = t_record-pernr.
    CLEAR w_pernr_pass.
    w_pernr_pass = w_pernr_zero.
    CALL FUNCTION 'ARCHIV_CREATE_DIALOG_META'
    EXPORTING
    ar_object  = 'HRICOLFOTO'
    object_id  = w_pernr_pass
    sap_object = 'PREL'
    file = t_record-path.
    IF SY-SUBRC EQ 0.
    WRITE:/ 'SUCCESSFULLY ASSIGNED'.
    ELSE.
    WRITE :/ 'NO RECORDS HAVE BEEN ASSIGNED'.
    ENDIF.
    ENDLOOP.

    Hi,
    for uploading the photograph you need to do some customization.
    1. Initial customization
    Execute transaction code OAQ1 and put X in all the boxes.
    Execute t code OAB4 and schedule the job
    Execute t code SPAD and configure an output device
    Execute T code OANR and configure the number range
    Execute T code OAGI and deactivate Print list management system
    EXecute T code SA38 and execute program RAPARAM and check for rspo/archive_format and make sure it should have 2 assigned on it.
    2. Execute t code OAC0 and configure content repository
        Execute t code OAC2 and make your document type
        Assign JPG doc class to your doc type made in OAC2 in t code OAC3.
    3. Now go to transaction code OAD5 and configure your settings
       Come to t code OAWD and upload all your scanned photo to SAP
    I know the procedure is tedious and lenghthy but there is no way out.
    If it helps you then reward it.
    Enjoy
    For further help contact at [email protected]

  • Safari crash after photo upload

    hi everyone,
    my problem is this: when i go to upload photos onto email, myspace, facebook, etc my safari window allows me to open the upload, select photos, upload the photos and then crashes. sometimes it saves my changes and sometimes it does not.
    any idea what's going on?

    Hi Dave,
    Does Safari crash in a test account if you don't have another account create one.
    System Pref.-> Accounts -> Login Options -> use the [+] to create a test account, you may then use the minus to remove it if you choose to.
    Log in try Safari, If it crashes there we know it is a system wide problem.
    If it does not crash, you may have third party Safari enhancers / Plugins that are incompatible with Safari, in your user name account.
    Post one of the most recent crash logs here in its entirety.
    Someone should be able to read it, find it here HD/Users/Your username Home/Library/Crash reporter- Safari Crash.
    Good luck, let us know.
    Eme
    edited by: Eme~ Facebook & MS http://www.financevisor.com/market/news.aspx?select=symbol&search=search&keyword =MSFT#

  • Photo Upload on ESS

    Hi All,
    We are in process of Implementing ESS for one of our clients. While implementing we also want to display/change photo's of employees through ESS.
    I have seen some standard Iviews to upload photo's directly in ESS but they require a special dimension of 100 X 130 and is not allowing me to upload photo. Is this the standard way to upload photo's on ESS. OR
    We have to first upload photos on R/3 system connected to ESS and then only we can use it on ESS?
    Please suggest?
    Thanks,
    Prashant Rastogi

    Hi Rastogi Prashant,
                   Photo in the ESS can be uploaded by using the portal.Login in to portal as an employee and go to "change own data" link, then there is an option to upload photo from your system(like uploading photo to Orkut album)... That's all...
    You need not want to store the photo in R/3.. You can straight away upload the photo in the Portal.
    Regards,
    Krishna Balaji T
    Edited by: krishna balaji on Oct 6, 2008 1:41 PM

  • Safari crashes repeatedly when any 1 hit photo upload is attempted.

    Hi all,
    I hope someone can help with this query as it's now been a few months and is driving me mad!
    Whenever I click on a the photo upload button in Facebook, Ebay, Preloved, Twitter, Wordpress etc, I get the spinning wheel then an immediate crash on Safari Version 6.1 on a MacOS X Version 10.7.5. I can drag and drop images ok, and iPhoto works (albeit slowly since the last upgrade) but this inability to click and upload is very frustrating.
    It just happened with Preloved and I copied and pasted the report below, which is totally unitelligable to me.
    If someone can help this would be SO appreciated!
    Sian
    Process:         Safari [669]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         6.1 (7537.71)
    Build Info:      WebBrowser-7537071000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [143]
    Date/Time:       2013-11-19 14:34:37.663 +0000
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          66407 sec
    Crashes Since Last Report:           53
    Per-App Interval Since Last Report:  64725 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      91EF032A-17B7-434F-B5C8-F557E7C50209
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x00007fff85cd39d8
    VM Regions Near 0x7fff85cd39d8:
        Submap                 00007fff75004000-00007fff80000000          r--/rwx process-only submap
    --> Submap                 00007fff80000000-00007fffc0000000          r--/rwx machine-wide submap
        unused split lib       00007fff83528000-00007fff8352d000 [   20K] r-x/r-x SM=COW  system shared library region not used by this process
    Application Specific Information:
    dyld: in dlopen()
    /System/Library/PrivateFrameworks/FinderKit.framework/FinderKit
    Process Model:
    Single Web Process
    objc[669]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                                    0x00007fff68ac5014 strcmp + 84
    1   dyld                                    0x00007fff68aacd6f _ZN4dyldL10loadPhase5EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 274
    2   dyld                                    0x00007fff68aad07f _ZN4dyldL10loadPhase4EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 167
    3   dyld                                    0x00007fff68aad7a1 _ZN4dyldL10loadPhase3EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 978
    4   dyld                                    0x00007fff68aadab2 _ZN4dyldL10loadPhase1EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 132
    5   dyld                                    0x00007fff68aadbd5 _ZN4dyldL10loadPhase0EPKcS1_RKNS_11LoadContextEPSt6vectorIS1_SaIS1_EE + 201
    6   dyld                                    0x00007fff68aadceb dyld::load(char const*, dyld::LoadContext const&) + 210
    7   dyld                                    0x00007fff68ab05ca dlopen + 399
    8   libdyld.dylib                           0x00007fff8ac3395b dlopen + 57
    9   com.apple.AppKit                        0x00007fff853035b7 FinderKitLibrary + 42
    10  com.apple.AppKit                        0x00007fff85303661 initFIFinderView + 12
    11  com.apple.AppKit                        0x00007fff853034e5 -[NSNavFinderViewFileBrowser initWithFrame:] + 99
    12  com.apple.AppKit                        0x00007fff852fa190 _NSNavFileBrowserWithFinderKit + 130
    13  com.apple.AppKit                        0x00007fff84fe2f90 -[NSSavePanel(NSSavePanelLayout) _makeFileBrowserView] + 79
    14  com.apple.AppKit                        0x00007fff84fe1667 -[NSSavePanel(NSSavePanelLayout) _setupFileBrowserView] + 155
    15  com.apple.AppKit                        0x00007fff84fe3562 -[NSSavePanel(NSSavePanelLayout) _initContentView] + 1282
    16  com.apple.AppKit                        0x00007fff84fdff49 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 320
    17  com.apple.AppKit                        0x00007fff84fd9f43 +[NSSavePanel _crunchyRawUnbonedPanel] + 207
    18  com.apple.AppKit                        0x00007fff84f7e815 +[NSOpenPanel openPanel] + 18
    19  com.apple.Safari.framework              0x0000000108f56cf7 Safari::BrowserPageUIClient::runOpenPanel(Safari::WK::Page const&, Safari::WK::Frame const&, Safari::WK::OpenPanelParameters const&, Safari::WK::OpenPanelResultListener const&) + 207
    20  com.apple.Safari.framework              0x0000000109077740 _ZN6Safari2WKL12runOpenPanelEPK12OpaqueWKPagePK13OpaqueWKFramePK27OpaqueWKOpenP anelParametersPK31OpaqueWKOpenPanelResultListenerPKv + 126
    21  com.apple.WebKit2                       0x0000000109f56fd3 WebKit::WebUIClient::runOpenPanel(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebKit::WebOpenPanelParameters*, WebKit::WebOpenPanelResultListenerProxy*) + 37
    22  com.apple.WebKit2                       0x0000000109f56e9c WebKit::WebPageProxy::runOpenPanel(unsigned long long, WebCore::FileChooserSettings const&) + 266
    23  com.apple.WebKit2                       0x0000000109f56cee void CoreIPC::handleMessage<Messages::WebPageProxy::RunOpenPanel, WebKit::WebPageProxy, void (WebKit::WebPageProxy::*)(unsigned long long, WebCore::FileChooserSettings const&)>(CoreIPC::MessageDecoder&, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, WebCore::FileChooserSettings const&)) + 114
    24  com.apple.WebKit2                       0x0000000109e6d0d8 WebKit::WebPageProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 1966
    25  com.apple.WebKit2                       0x0000000109e5c890 CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 132
    26  com.apple.WebKit2                       0x0000000109e66bad WebKit::ChildProcessProxy::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 13
    27  com.apple.WebKit2                       0x0000000109e6aed8 WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 24
    28  com.apple.WebKit2                       0x0000000109e5c6db CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    29  com.apple.WebKit2                       0x0000000109e5c604 CoreIPC::Connection::dispatchOneMessage() + 106
    30  com.apple.WebCore                       0x000000010a9d9ace WebCore::RunLoop::performWork() + 270
    31  com.apple.WebCore                       0x000000010a9d99a2 WebCore::RunLoop::performWork(void*) + 34
    32  com.apple.CoreFoundation                0x00007fff8fec84f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    33  com.apple.CoreFoundation                0x00007fff8fec7d5d __CFRunLoopDoSources0 + 253
    34  com.apple.CoreFoundation                0x00007fff8feeeb49 __CFRunLoopRun + 905
    35  com.apple.CoreFoundation                0x00007fff8feee486 CFRunLoopRunSpecific + 230
    36  com.apple.HIToolbox                     0x00007fff8391c2bf RunCurrentEventLoopInMode + 277
    37  com.apple.HIToolbox                     0x00007fff8392356d ReceiveNextEventCommon + 355
    38  com.apple.HIToolbox                     0x00007fff839233fa BlockUntilNextEventMatchingListInMode + 62
    39  com.apple.AppKit                        0x00007fff84aa4779 _DPSNextEvent + 659
    40  com.apple.AppKit                        0x00007fff84aa407d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    41  com.apple.Safari.framework              0x0000000108f0ed15 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    42  com.apple.AppKit                        0x00007fff84aa09b9 -[NSApplication run] + 470
    43  com.apple.AppKit                        0x00007fff84d1ceac NSApplicationMain + 867
    44  com.apple.Safari.framework              0x00000001090a2d9c SafariMain + 266
    45  com.apple.Safari                        0x0000000108ea7f2c 0x108ea7000 + 3884
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff848b27e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8d7ee786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8d7ed316 _dispatch_mgr_thread + 54
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x00007fff848b1bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff891b5274 _pthread_cond_wait + 840
    2   com.apple.WebCore                       0x000000010a9b7c3b WebCore::IconDatabase::syncThreadMainLoop() + 491
    3   com.apple.WebCore                       0x000000010a9b484f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore                0x000000010974e85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 3:: CoreAnimation render server
    0   libsystem_kernel.dylib                  0x00007fff848b067a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff848afd71 mach_msg + 73
    2   com.apple.QuartzCore                    0x00007fff87fc9df5 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore                    0x00007fff87fc9d35 thread_fun + 24
    4   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff848b067a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff848afd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8fee650c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8feeec74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8feee486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff86b7efd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff86b7372a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff86b736a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff848b1bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff891b5274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x0000000109758f45 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x000000010974e85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    4   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff848b1bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff891b5274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00000001097599c7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x0000000109759858 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x000000010974e85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 7:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib                  0x00007fff848b067a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff848afd71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8fee650c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8feeec74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8feee486 CFRunLoopRunSpecific + 230
    5   com.apple.Safari.framework              0x0000000109062af5 Safari::MessageRunLoop::threadBody() + 119
    6   com.apple.JavaScriptCore                0x000000010974e85f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    7   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 8:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff848b1bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff891b5274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo                     0x00007fff8fc366c8 CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo                     0x00007fff8fc363e9 _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 9:: Dispatch queue: EURTFQNHR-GroupTransform
    0   libsystem_kernel.dylib                  0x00007fff848b06b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8d7efd8a _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib                       0x00007fff8d7eef7a _dispatch_barrier_sync_f_slow + 137
    3   com.apple.security                      0x00007fff8705ef1e Transform::Finalize() + 120
    4   com.apple.CoreFoundation                0x00007fff8febebf6 CFRelease + 502
    5   libdispatch.dylib                       0x00007fff8d7eca82 _dispatch_call_block_and_release + 18
    6   libdispatch.dylib                       0x00007fff8d7ee2d2 _dispatch_queue_drain + 264
    7   libdispatch.dylib                       0x00007fff8d7ee12e _dispatch_queue_invoke + 54
    8   libdispatch.dylib                       0x00007fff8d7ed928 _dispatch_worker_thread2 + 198
    9   libsystem_c.dylib                       0x00007fff891b33da _pthread_wqthread + 316
    10  libsystem_c.dylib                       0x00007fff891b4b85 start_wqthread + 13
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff848b1df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8ff37c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff891b18bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff891b4b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000042e  rbx: 0x00007fff68aa3e30  rcx: 0x00000000000000a8  rdx: 0x0000000000000042
      rdi: 0x00007fff8544fbd2  rsi: 0x00007fff85cd39d0  rbp: 0x00007fff68aa3df0  rsp: 0x00007fff68aa3c78
       r8: 0x00007fff68aa3e18   r9: 0x00007fff68aa4c38  r10: 0x0000000000000046  r11: 0x0000000000000206
      r12: 0x00007fff85cd39d0  r13: 0x00000000000001c8  r14: 0x00007fff835285e0  r15: 0x0000000000001f60
      rip: 0x00007fff68ac5014  rfl: 0x0000000000010217  cr2: 0x00007fff85cd39d8
    Logical CPU: 0
    Binary Images:
           0x108ea7000 -        0x108ea7fff  com.apple.Safari (6.1 - 7537.71) <F5ACA61E-3A1C-3FA6-A738-7BF600BBC6F7> /Applications/Safari.app/Contents/MacOS/Safari
           0x108eb3000 -        0x1093e8fff  com.apple.Safari.framework (7537 - 7537.71) <259E43DC-7DF8-3492-AF60-42F1EFEFA64B> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x109745000 -        0x109aebff7  com.apple.JavaScriptCore (7537 - 7537.65) <A82F910D-F21B-35E9-9FF6-2CA300EDBEE1> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x109bdc000 -        0x109d40fff  com.apple.WebKit (7537 - 7537.71) <C81854D7-FEC0-3501-86ED-8DA5DD63BE52> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x109e32000 -        0x10a099fff  com.apple.WebKit2 (7537 - 7537.71) <E54E27D0-AEFA-388C-B509-45BD726B6966> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10a270000 -        0x10a271ff7  libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib
           0x10a27b000 -        0x10a35fff7  com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x10a3d8000 -        0x10a4e4fef  libcrypto.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <FB999E54-C9BC-3A6D-9FE5-BFCC236775ED> /usr/lib/libcrypto.0.9.8.dylib
           0x10a54f000 -        0x10a62efff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <047DFE61-500F-3F11-9881-D0844D2FCE5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
           0x10a67c000 -        0x10a6bdfff  com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x10a6dc000 -        0x10a734ff7  libTIFF.dylib (??? - ???) <59353B7F-EA9A-32D5-A501-283443B30C60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10a747000 -        0x10a854fff  libJP2.dylib (??? - ???) <6AF1F5FC-34D4-3278-BEBB-0712B81890B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x10a887000 -        0x10a8baff7  com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10a8d7000 -        0x10a95cff7  com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x10a988000 -        0x10a993fff  com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x10a99b000 -        0x10a9a2fff  com.apple.CommerceCore (1.0 - 17.1) <B6BFA182-9DC9-3543-89AE-F82EB9AF1CAB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x10a9af000 -        0x10ba53fff  com.apple.WebCore (7537 - 7537.70) <FAF8BC20-982F-33CD-B9B2-26185E15714A> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x10f29f000 -        0x10f51aff7  com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x110ff2000 -        0x110ff2fff +cl_kernels (??? - ???) <8E4D9AE1-3713-49DF-9BE6-03191D59657B> cl_kernels
           0x111f1b000 -        0x111f1eff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x111f8c000 -        0x111f96fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x111f9c000 -        0x111f9cff1 +cl_kernels (??? - ???) <405B35E0-F355-4591-98FA-C66EDC3864C4> cl_kernels
           0x1124dd000 -        0x112518fff  libssl.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <B5120F7F-6FD7-3E0B-AAB8-E9A8D72451BC> /usr/lib/libssl.0.9.8.dylib
           0x112540000 -        0x1125dfff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x112602000 -        0x112603ff3 +cl_kernels (??? - ???) <DB978A9D-DAC2-444A-A3DC-36FF66632519> cl_kernels
           0x1128b0000 -        0x1128b1ff3 +cl_kernels (??? - ???) <F2098EA4-5B47-48E0-8805-F4BBF3BE9F25> cl_kernels
           0x112959000 -        0x112967fff  libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x1149e0000 -        0x114b98fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x114bcf000 -        0x114d29fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x114d5b000 -        0x115016ff7  com.apple.ATIRadeonX2000GLDriver (7.32.12 - 7.3.2) <C894DE28-1B2F-37BE-88FC-1E66D7828B77> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
           0x11506b000 -        0x115099ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11512b000 -        0x11512cff2 +cl_kernels (??? - ???) <5D7A6E5F-2CBC-4BEE-98E3-58419D7D21DA> cl_kernels
        0x7fff68aa7000 -     0x7fff68adbbaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff8352d000 -     0x7fff83634fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff83635000 -     0x7fff83675fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff83676000 -     0x7fff8367cfff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8377b000 -     0x7fff838b1fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff838b2000 -     0x7fff838cffff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff838d0000 -     0x7fff83919ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8391a000 -     0x7fff83c46fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff83c82000 -     0x7fff83c84fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff83c85000 -     0x7fff83c86fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff83c87000 -     0x7fff83c9aff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff83c9b000 -     0x7fff83cb2fff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff83cb3000 -     0x7fff83d97e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff83d98000 -     0x7fff83d9ffff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff83da0000 -     0x7fff8473ea27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8473f000 -     0x7fff847c3ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff847c4000 -     0x7fff847d2ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
        0x7fff847dd000 -     0x7fff847ddfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff847de000 -     0x7fff847ecfff  com.apple.HelpData (2.1.2 - 72.2) <363E36C5-F7C0-34A6-83D3-97C8FB6511F0> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8485a000 -     0x7fff8489afe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8489b000 -     0x7fff848bbfff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff848c8000 -     0x7fff848fdfff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff84906000 -     0x7fff8491cfff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8491d000 -     0x7fff8491dfff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff849e4000 -     0x7fff84a7eff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff84a9c000 -     0x7fff856a2fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff856a3000 -     0x7fff856e7ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff856ee000 -     0x7fff85cd2fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff86033000 -     0x7fff86038fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8607b000 -     0x7fff8607eff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8607f000 -     0x7fff86084fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff86085000 -     0x7fff86090ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff86091000 -     0x7fff860ccfff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff860cd000 -     0x7fff860fdff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff86b19000 -     0x7fff86e32fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff86e5c000 -     0x7fff86eb2fff  libCoreStorage.dylib (??? - ???) <564C1AE4-4669-3D28-9DBF-0256A4341DF9> /usr/lib/libCoreStorage.dylib
        0x7fff86eb3000 -     0x7fff871a8ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8763d000 -     0x7fff87732fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff87733000 -     0x7fff8773afff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8773b000 -     0x7fff87742fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff87743000 -     0x7fff8777efff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8781f000 -     0x7fff8788ffff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff878e9000 -     0x7fff878f6ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
        0x7fff8790d000 -     0x7fff8790efff  libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib
        0x7fff87937000 -     0x7fff87937fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff87976000 -     0x7fff8797bff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8797c000 -     0x7fff879effff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff879f0000 -     0x7fff87bf2fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff87bf3000 -     0x7fff87bf6fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff87c0d000 -     0x7fff87c88ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff87d0f000 -     0x7fff87d49fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff87d83000 -     0x7fff87d9fff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87da0000 -     0x7fff87da5fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff87da6000 -     0x7fff87db3fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff87db4000 -     0x7fff87dbcfff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff87e85000 -     0x7fff87eb2fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff87f11000 -     0x7fff87f11fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff87f12000 -     0x7fff87f1cfff  libcsfde.dylib (??? - ???) <165F76E5-EE38-3942-82B4-9BCEEF72EB69> /usr/lib/libcsfde.dylib
        0x7fff87f1d000 -     0x7fff87f3aff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff87f3b000 -     0x7fff87f7dfff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff87f7e000 -     0x7fff87f85fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff87f86000 -     0x7fff87f86fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff87f87000 -     0x7fff87fc6fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff87fc7000 -     0x7fff88167ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8816c000 -     0x7fff8820efff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8820f000 -     0x7fff88212fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff88213000 -     0x7fff88253ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
        0x7fff8828e000 -     0x7fff8828fff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff88298000 -     0x7fff882daff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8834f000 -     0x7fff88454fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8856d000 -     0x7fff88581ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff88582000 -     0x7fff885edff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff88833000 -     0x7fff8899afff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8899b000 -     0x7fff8899dfff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff88b55000 -     0x7fff88c4fff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff88c50000 -     0x7fff88c5cfff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff88c69000 -     0x7fff88c80fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff88d43000 -     0x7fff88d6fff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff88d72000 -     0x7fff88d84ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff88d85000 -     0x7fff88dd1ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff88f8b000 -     0x7fff88fe7ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89046000 -     0x7fff890ebfff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff890ec000 -     0x7fff89162fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff89163000 -     0x7fff89240fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff89241000 -     0x7fff89246fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff89432000 -     0x7fff89438fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff89441000 -     0x7fff8959efff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89ea0000 -     0x7fff89eaefff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff89fe8000 -     0x7fff8a02cff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8a6f4000 -     0x7fff8a968fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8abd6000 -     0x7fff8ac31ff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8ac32000 -     0x7fff8ac36fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
        0x7fff8ac37000 -     0x7fff8ac58fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8b17f000 -     0x7fff8b646fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8b6ae000 -     0x7fff8b6f4fff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
        0x7fff8b6f5000 -     0x7fff8b6f7ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8bb17000 -     0x7fff8bb69ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8bb6a000 -     0x7fff8bc0bfff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8bfb7000 -     0x7fff8bfb7fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8c246000 -     0x7fff8c29afff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8c29b000 -     0x7fff8c2b0fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8c2df000 -     0x7fff8c30efff  com.apple.shortcut (2.1 - 2.1) <BE0AB36A-6911-356B-8784-D39175ACAF55> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8c338000 -     0x7fff8c339fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8c440000 -     0x7fff8c442fff  com.apple.EFILogin (1.0 - 1) <EA18A476-CB02-3EC6-8B2D-9EA019B2D16E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8c769000 -     0x7fff8c76aff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff8c942000 -     0x7fff8c954ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff8c95e000 -     0x7fff8c95efff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8cbe5000 -     0x7fff8cbe9ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8cc7e000 -     0x7fff8cd45ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8cd46000 -     0x7fff8cd47fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff8cd48000 -     0x7fff8cd6efff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8ce81000 -     0x7fff8ceacff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff8cead000 -     0x7fff8ceb8ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D836A22C-BBDC-3C9F-83D3-F8CC0EE75885> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8ceb9000 -     0x7fff8cee2ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8cee5000 -     0x7fff8cf98ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8d03e000 -     0x7fff8d042fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8d1cf000 -     0x7fff8d1dcfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8d1dd000 -     0x7fff8d60afff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8d660000 -     0x7fff8d66bff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8d774000 -     0x7fff8d7eaff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff8d7eb000 -     0x7fff8d7f9fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
        0x7fff8d7fa000 -     0x7fff8d809fff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
        0x7fff8d80a000 -     0x7fff8d8e8fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8d967000 -     0x7fff8d990fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8ddc4000 -     0x7fff8ddc4fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8ddc5000 -     0x7fff8ddedfff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ddee000 -     0x7fff8de00ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff8de01000 -     0x7fff8de03fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8de66000 -     0x7fff8de75ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff8deb5000 -     0x7fff8df1dff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8df1e000 -     0x7fff8df1ffff  libodfde.dylib (??? - ???) <9725455E-BA0B-3371-8570-CFE50D3BDA84> /usr/lib/libodfde.dylib
        0x7fff8dfb1000 -     0x7fff8dfd5fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8e1b8000 -     0x7fff8e1bcfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8e20f000 -     0x7fff8e328fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8e343000 -     0x7fff8e56dfe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8e56e000 -     0x7fff8e574fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8e575000 -     0x7fff8e5d7ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8e620000 -     0x7fff8e620fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8e621000 -     0x7fff8e681fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8e682000 -     0x7fff8e685fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8e686000 -     0x7fff8e6daff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8e6db000 -     0x7fff8e70bfff  com.apple.framework.Admin (11.0 - 11.0) <66A06B83-01D1-371E-8A77-4280570BB97D> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8ea9e000 -     0x7fff8eaa4ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8eaa5000 -     0x7fff8eba7fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8eba8000 -     0x7fff8ec2bfef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8ec72000 -     0x7fff8ec7cff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
        0x7fff8ecca000 -     0x7fff8eccafff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8ed7d000 -     0x7fff8ed7efff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff8ed7f000 -     0x7fff8ede7ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8fb20000 -     0x7fff8fb6efff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff8fb71000 -     0x7fff8fb87ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8fb88000 -     0x7fff8fc1eff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8fc34000 -     0x7fff8fc5dfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8fcfa000 -     0x7fff8fcfffff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff8fd00000 -     0x7fff8fd1ffff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8fda3000 -     0x7fff8fdc7fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8feb6000 -     0x7fff9008aff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff9008b000 -     0x7fff90094ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff900a1000 -     0x7fff900a5fff  libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib
        0x7fff900a6000 -     0x7fff903c2fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff90530000 -     0x7fff9053ffff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 9
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1887
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=201.9M resident=147.4M(73%) swapped_out_or_unallocated=54.4M(27%)
    Writable regions: Total=1.2G written=107.2M(8%) resident=143.9M(11%) swapped_out=0K(0%) unallocated=1.1G(89%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    ATS (font support)                   32.0M
    ATS (font support) (reserved)           8K        reserved VM address space (unallocated)
    CG backing stores                    9288K
    CG image                              168K
    CG raster data                       14.1M
    CG shared images                     3416K
    CoreAnimation                        28.5M
    CoreGraphics                           16K
    CoreImage                               8K
    CoreServices                         2344K
    IOKit                                9172K
    IOKit (reserved)                      512K        reserved VM address space (unallocated)
    JS JIT generated code               128.0M
    JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
    JS VM register file                  4096K
    JS garbage collector                  704K
    MALLOC                              129.1M
    MALLOC guard page                      64K
    Memory tag=240                          4K
    Me

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain models.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • URGENT :Photo Upload automation : help required

    Hi Experts,
    I need your help in my program which require executing DOS command from SAP ECC 6.0.
    The requirement is "to make an automated SAP program workable with ECC 6.0 which will able to execute DOS command Dir *.jpg -> photo.txt to create a File ‘Photo.txt’, Then I need to upload this file automatically into SAP Internal table for further processing" that will lead to photo upload (this part is already done by me).
    I am not sure if someone has done some similar things in past if yes kindly guide how to do this.
    best Regards,
    Rahul
    null

    Hi Rahul
    Firstly you need to create an archive to store the pictures. Then
    Goto SM30 or SM31.
    Enter the Table/view name as TOAAR_C.
    Click on New Entries.
    Give StSym  as 'A2'.
    Give a description ..
    In Arch. Path enter as  /.
    Select the radio button 'File store'.
    Save the entry.
    You can view the photo through PA20/PA30/PA40 for each employee.
    For this you have to add an entry in Table T588J for your header
    modification.
    The field type of this entry should be 'PIC'.
    Then you have to run the report RPHDYNPG for generating the screen
    header.
    After the initial configuration as described above,
    for uploading the Photo
    Go to Tcode OAAD -> Create
         Business Object : PREL
         Document Type   : HRICOLFOTO
    Click on Create.
    System will ask for personnel no  and path of Photo
    If you need detailed step by step procedure, do let us know. If you need a useful code to carry out this, do let me know with your email ID

  • Google+ photo upload tool does not show thumbnails

    When I use the photo upload tool in Google+, you select the pics to upload, enter an album name or use an existing one, and the upload should start. When this is complete, each uploaded photo should show in a panel so that you can then rotate, delete. This works in IE. In Firefox 24, each photo is just shown as a blue line.
    I have tried Firefox in Safe Mode to no effect.

    Hello in your system details it seems that you have in your [http://kb.mozillazine.org/Profile_folder_-_Firefox#Windows profile folder] a [http://kb.mozillazine.org/User.js_file User.js] file. The user.js file does not exist by default. If you create the file, forget it, if you have not create the file then try to delete the User.js file, to see if the problem goes away (some programs create the file also).
    thank you

  • Why aren't my photos uploading to my pc from the photo steam? I'm using Windows Vista

    Why aren't my photos uploading to my pc from the photo steam? I'm using Windows Vista

    I don't think Vista will work
    MINIMUM System requirements for Cloud Programs... scroll down and check each program
    -http://helpx.adobe.com/creative-cloud/system-requirements.html

  • How to fix photo uploader, ovi store, and social

    after i update my phone to nokia care, the link to ovistore is missing, social can't work, photo uploader just the icon and didn't work. I have try to fix this solution by follow all suggestion in this forum and others but nothing can fix my problem. Can any 1 give me best solution?
    Or this is just the biggest mistake from nokia?

    Hi hatstead ,
    If you can't find any mail, Please clear your Online services data located at-
    C:\Users\suresing.ADOBENET\AppData\Roaming\Adobe\Online Services\Photoshop Elements 11.0.0 and
    C:\Users\suresing.ADOBENET\AppData\Roaming\Adobe\Elements Organizer\11.0\Organizer\OLS
    After deleting this data, refresh the OLS services from Edit ->preferences -> Adobe partner services ->Refresh.
    Check & please let me know if this helps.
    Sarika

  • I just got tOhe iPhone 4Gs today and had contacts and photos uploaded from another phone synced new phone with iTunes for music and accidentally restored it so all my old iPhone stuff is on the new one is there any way to fix this

    I just got tOhe iPhone 4Gs today and had contacts and photos uploaded from another phone synced new phone with iTunes for music and accidentally restored it so all my old iPhone stuff is on the new one is there any way to fix this ?! Please help !!!!

    Could you be more specific about what exactly do you want to fix now?

Maybe you are looking for

  • May I install Endeca Server 7.6 on an existing weblogic 10.3.6?

    I would like to install Endeca Server 7.6 on an existing weblogic 10.3.6 using JDK 1.6U45 based Window 2008 R2 SP1. I notice the install guide, just chose 3 options when install weblogic 10.3.6, while the existing weblogic 10.3.6 in real life was ful

  • SQL Developer - mapping column names for csv import

    In Apex I can do a spreadsheet upload to an existing table and it asks me to map source data to existing table, and it usually has the columns correct. I don't know if it imports them in order or what(first column name in table maps to first column i

  • Flash Player Not Updating?

    Hello, About 10 minutes ago, I checked the Plugin Checker to make sure all my plugins were up to date. It said that my Flash Player needed updating, so I did that. However, I checked the Plugin Checker again after downloading to make sure it went thr

  • Cannot load a Applet using Weblogic6.1

    I am unable to load an applet. My application/web server is weblogic6.1. The problem is i am unable to set the right codebase. any ideas..on how to set codebase when using weblogic 6.1.. my applet class files are in c:/bea/applications/myApp/WEB-INF/

  • Help please with rat maze results code

    Hey guys, Just asking for a little help here. I am trying to finish a java program for a class and I am stuck on a bit of code. I've figured out most of the code but am stuck on this piece of code at the end:      * Gets the maze time for the rodent.