My cursor for update doesn't work:(

hi, i have code:
create or replace procedure szkodowosc_STMT_WC is
     date_do    varchar2(8);
     v_data_b1              szkod_wc_blokady_Wc_07.Data_Przetw%TYPE;
     v_data_b2              szkod_wc_blokady_Wc_07.Data_Przetw%TYPE;
     v_data_b3              szkod_wc_blokady_Wc_07.Data_Przetw%TYPE;
     v_brak_blokady         szkod_wc_blokady_Wc_07.Szkodowosc_Procent%TYPE;
     v_blokada_all          szkod_wc_blokady_Wc_07.Szkodowosc_Procent%TYPE;
     v_blokada_za_miesiac   szkod_wc_blokady_Wc_07.Szkodowosc_Procent%TYPE;
     CURSOR cur_szkod_brak_blokady IS
            select data_przetw, szkodowosc_procent
            from szkod_wc_blokady_Wc_07
            where grupa_porownanie = 'brak blokady'
            order by data_przetw;
     CURSOR cur_szkod_blokada_all IS
            select data_przetw, szkodowosc_procent
            from szkod_wc_blokady_Wc_07
            where grupa_porownanie = 'blokada all'  -- blokada od pierwszego stmt
            order by data_przetw;
     CURSOR cur_szkod_blokada_za_miesiac IS
            select data_przetw, szkodowosc_procent
            from szkod_wc_blokady_Wc_07
            where grupa_porownanie = 'blokada za miesiac'    -- blokada od drugiego stmt
            order by data_przetw;
     CURSOR cur_update IS
            select data_przetw, blokada_all
            from SZKOD_WC_BLOKADY_WC_07_results
            for update of blokada_all NOWAIT;    
begin
-- select * from szkod_wc_blokady_Wc_07
delete from SZKOD_WC_BLOKADY_WC_07_results;
commit;
-- przetwarzanie, brak blokady
OPEN cur_szkod_brak_blokady;
   LOOP
      FETCH cur_szkod_brak_blokady INTO v_data_b1, v_brak_blokady;
      EXIT WHEN cur_szkod_brak_blokady%NOTFOUND;
      INSERT INTO SZKOD_WC_BLOKADY_WC_07_results (data_przetw, Brak_Blokady) VALUES (v_data_b1, v_brak_blokady);
   END LOOP;
   COMMIT;
   EXCEPTION
   WHEN OTHERS
   THEN
      DBMS_OUTPUT.PUT_LINE(SQLERRM);             -- dodac wyrzucanie logow do pliku txt
      ROLLBACK;
CLOSE cur_szkod_brak_blokady;
OPEN cur_szkod_blokada_all;
OPEN cur_update;
   LOOP
      FETCH cur_szkod_blokada_all INTO v_data_b2, v_blokada_all;
      EXIT WHEN cur_szkod_blokada_all%NOTFOUND;
      FOR rec IN cur_update
      LOOP
          IF rec.data_przetw = v_data_b2
          THEN
              UPDATE SZKOD_WC_BLOKADY_WC_07_results
              SET blokada_all = v_blokada_all
              WHERE CURRENT OF cur_update;
          END IF;   
      END LOOP;     
      COMMIT;
   END LOOP;
CLOSE cur_update;
CLOSE cur_szkod_blokada_all;
-- select * from SZKOD_WC_BLOKADY_WC_07_results
end;my cur_update should update column blokada_all in SZKOD_WC_BLOKADY_WC_07_results table, but i have still NULLs here, why?
my table after update looks like:
DATA_PRZETW     BRAK_BLOKADY     BLOKADA_ALL     BLOKADA_ZA_MIESIAC
2009-08-14     0,362          
2009-08-21     0,406          
2009-08-28     0,462          
2009-09-04     0,509          
2009-09-11     0,573          
2009-09-18     0,608          
2009-09-25     0,645          
2009-10-02     0,68          
2009-10-09     0,763          
2009-10-16     0,852          
2009-10-23     0,935          
2009-10-30     1,059          
2009-11-06     1,148          
2009-11-13     1,343          
2009-11-20     1,442          
2009-11-27     1,554          
2009-12-04     1,583          
2009-12-11     1,707          
2009-12-18     1,807          
2009-12-25     1,878          
2010-01-01     1,955          
2010-01-08     2,086          
2010-01-15     2,136          
2010-01-22     2,361          
2010-01-29     2,469          
2010-02-05     2,549

looking at your code (it's quite hard to follow with these table name - probably because I don't understand them), your procedure might look like
create or replace procedure szkodowosc_STMT_WC is
begin
   INSERT INTO SZKOD_WC_BLOKADY_WC_07_results
   select data_przetw, szkodowosc_procent
            from szkod_wc_blokady_Wc_07
            where grupa_porownanie = 'brak blokady'
            order by data_przetw;
    UPDATE SZKOD_WC_BLOKADY_WC_07_results r
              SET blokada_all = (select szkodowosc_procent
            from szkod_wc_blokady_Wc_07 b
            where grupa_porownanie = 'blokada all'
            and b.data_przetw = r.data_przetw
end;But it probably can be condensed even further by removing the UPDATE, hope you get the gist. :)

Similar Messages

  • Add-ons - Check for updates doesn't work

    Hi
    In FF5 i found that the "Check for Updates" and "Update Add-ons Automatically" does not work for plugins. I notice in FF6 that a link has appeared "Check to see if your plugins are up to date".
    However i've now discovered that in FF6, "Check for Updates", "Find Updates" (from the right-click menu of a particular add-on) and "Update Add-ons Automatically" did not work for extensions either.
    Please see here for evidence https://support.mozilla.com/en-US/questions/862250
    My question is - is Check for Updates / Update Add-ons automatically intended to work for either plugins or extensions. If so, has the bug been reported, if not, why is it there?
    thanks ...

    That is because the creator hasn't uploaded that new version yet to the Add-ons site and if he has done that then the extension still needs to be approved before updating will work.<br />
    Such unapproved extension usually appear first on the versions page (e.g. https://addons.mozilla.org/en-US/firefox/addon/speed-dial/versions/) waiting for review, but that hasn't happened yet if this case.
    Plugins always need to be updated manually by visiting the website or via an alert from the plugin (Java and Shockwave do that)

  • Quicktime for windows doesn't work, wont let me uninstall or update.Help!

    Quicktime for windows doesn't work, won't let me uninstall (tells me fatal errro) or update (tells me it encountered an error on installation). Help!I am running Windows XP on an Intel pentium PC. Any ideas? Dvora

    When you get this fatal error uninstalling, try a full removal of iTunes and related programs with an installer clean up of any that do not uninstall cleanly:
    Here is a method:
    Download a fresh copy of iTunes and the stand alone version of Quicktime (the one without iTunes)
    http://www.apple.com/quicktime/download/win.html
    http://www.apple.com/itunes/download/
    Download and install Microsoft Installer cleanup utility, there are instructions on the page as well as the download. Note that what you download is the installer not the program – you have to run it to install the program.
    To run the program – All Programs>>Windows Install Cleanup
    http://support.microsoft.com/kb/290301/
    Now use the following method to remove iTunes and its components:
    XP
    http://support.apple.com/kb/HT1925
    Vista
    http://support.apple.com/kb/HT1923
    *If you hit a problem with one of the uninstalls don't worry*, carry on with the deleting of files and folders as directed in the method.
    When you get to deleting Quicktime files in the system32 folder as advised in the method, you can delete any file or folder with Quicktime in the name.
    Restart your PC.
    Run the Microsoft Installer Cleanup Utility. (Start > All Programs > Windows Install Clean Up)
    Remove any references you find to the programs you removed - strictly speaking you only need to worry about those programs where the uninstall failed.
    If you don’t see an entry for one of the programs that did not uninstall, look out for blank entries or numeric entries that look like version numbers e.g. 7.x for Quicktime or 1.x for Bonjour.
    restart your PC
    Install the stand alone Quicktime and check that it works.
    If it does, install iTunes.

  • I have an Iphone 3GS and the app for Facebook doesn't work anymore...

    I have an Iphone 3GS and the app for Facebook doesn't work anymore since last update made yesterday.
    How can I restore it without the last update?
    Or, what can I do to have the Facebook back again on my mobile?
    Thank you for your help.

    Hi Ricoco,
    I too had exact issue what you were experienced, then I went to Apple autorised service center and submitted my earpods, their it worked with all versions of Apple iphones, but it didn't worked on my 3gs. The service technician suggested for OS  upgrade.Then I came home and I took the backup and upgraded 5.1 to 6.1 as he suggested, also it didn't worked. I was totally frustated and suddenly I got an idea!. What a funny thing here is, a safety pin resolved my issue, I took out all dust which was there in the jack hole. Then I check my earpods, it was amazing you know..MY EAR PODS WORKED!.
    If you still have this issue, I hope this will help you.
    Umesh

  • Lastest camera raw update doesn't work. Bridge no longer recognises my raw files.

    I'm using CS 6 and lastest camera raw update doesn't work. Bridge no longer recognises my raw files.

    Let's see if I can simplify it for you...are you using CS6 (yes, it seems), are you having ACR problems (yess it seems). So, do you want to fix your issues? Then read this (pay close attention to the details)...
    http://helpx.adobe.com/bridge/kb/acr-84-bridge-cs6-metadata.html
    It pretty much says you need to download a different version of ACR and install it (if it's not too diffucult for you to understand) to get ACR & Bridge to work properly...or not. Your choice...

  • Adobe Reader updater doesn't work properly in Windows 7

    For the longest time, I've been receiving update notifications from Adobe Reader, prompting me to upgrade. I always say ok, download the update. Then it always takes like 1 second to download (hard to believe it's that fast), then I get the install window. I press the "Install" button and the window disappears and I don't receive any additional messages... Until I reboot my computer and I get again the same update download prompt window.
    So it seems the update doesn't work and that's why I get that message EVERYTIME I reboot the PC. Not matter if I reboot every 5 minutes, I always get that message.
    Please, fix your updater so it doesn't annoy the user like this with non working updates!
    Since the updater doesn't work, is there a way to disable it? Thank you!

    Ok, I've added the registry setting you mentioned, then I've started "AdobeARMHelper.exe" again to get the tray notification about the available update. Then I've clicked it, I got the download window, I clicked "Download", then 1 second later I got another tray notification about the update being ready to install (maybe it takes so little time because the update is already in my computer and so it doesn't download anything). Then I clicked the tray notification and got the install window. I clicked Install, and nothing else happened, as always.
    Then, I've checked the "AdobeARM.log" file, and now it shows the following:
    [2013-07-09 01:09:37] Adobe ARM launcher started.
    [2013-07-09 01:09:37] Command Line:
    [2013-07-09 01:09:37] ARM path: C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe
    [2013-07-09 01:09:37] Re-launch ARM succeeded
    [2013-07-09 01:09:37] Adobe ARM launcher finished
    [2013-07-09 01:09:37] Adobe ARM 1.7.2.0 logging started.
    [2013-07-09 01:09:37] Command Line:
    [2013-07-09 01:09:37] FindCurrentPDFOwner...
    [2013-07-09 01:09:37] .pdf value: AcroExch.Document.11
    [2013-07-09 01:09:37] GetFileVersion(): C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe
    [2013-07-09 01:09:37] File version: 11.0.2.0
    [2013-07-09 01:09:37] ProductCode: {AC76BA86-7AD7-1034-7B44-AB0000000001}
    [2013-07-09 01:09:37] ProductName: Adobe Reader XI (11.0.02) - Español
    [2013-07-09 01:09:37] ProductVersion: 11.0.02
    [2013-07-09 01:09:37] ProductUACPatching: enabled
    [2013-07-09 01:09:37] Product UI Language: ESP
    [2013-07-09 01:09:37] ProductLanguage installed: 1034
    [2013-07-09 01:09:37] ProductRegistry: SOFTWARE\Adobe\Acrobat Reader\11.0
    [2013-07-09 01:09:37] ProductInstallDir: C:\Program Files (x86)\Adobe\Reader 11.0\
    [2013-07-09 01:09:37] InitUIStrings...
    [2013-07-09 01:09:37] InitListener...
    [2013-07-09 01:09:37] Init...
    [2013-07-09 01:09:37] Notify...
    [2013-07-09 01:09:37] Could not find ARM server to notify
    [2013-07-09 01:09:37]    GetLastError(): 2 - El sistema no puede encontrar el archivo especificado.
    [2013-07-09 01:09:37] StartServer...
    [2013-07-09 01:09:37] IsVistaOrLater returns 1
    [2013-07-09 01:09:37] ARM Server started
    [2013-07-09 01:09:37] Action added: Listener
    [2013-07-09 01:09:37] RunAutomatic...
    [2013-07-09 01:09:37] Launched: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\Reader_sl.exe
    [2013-07-09 01:09:37] CanStart...
    [2013-07-09 01:09:37] IsEULA_Accepted...
    [2013-07-09 01:09:37] EULA accepted from 2
    [2013-07-09 01:09:37] IsPatchingDisabled...
    [2013-07-09 01:09:37] Admin User, IsElevated returns 1
    [2013-07-09 01:09:37] GetPreferences...
    [2013-07-09 01:09:37] Using found registered preference AUTO_CHECK_UPDATES
    [2013-07-09 01:09:37] IsTimeElapsed...
    [2013-07-09 01:09:37] Minutes elapsed: 82867
    [2013-07-09 01:09:37] IsErrorExpired...
    [2013-07-09 01:09:37] Last error is not registered
    [2013-07-09 01:09:37] InitDownloadManager...
    [2013-07-09 01:09:37] UAC is enabled
    [2013-07-09 01:09:37] CanStart returns 1
    [2013-07-09 01:09:37] Network is available, waited 0 ms
    [2013-07-09 01:09:37] Action added: Download Manifest
    [2013-07-09 01:09:37] Downloading Manifest:
    [2013-07-09 01:09:37]    URL: https://armmf.adobe.com/arm-manifests/win/Reader11Manifest.msi
    [2013-07-09 01:09:37]    file: C:\ProgramData\Adobe\ARM\Reader_11.0.02\Reader11Manifest.msi
    [2013-07-09 01:09:37] DownloadFileAndWait()
    [2013-07-09 01:09:37] Creating BITS job LocalFileName:C:\ProgramData\Adobe\ARM\Reader_11.0.02\Reader11Manifest.msi
    [2013-07-09 01:09:37] Creating BITS job RemoteName:https://armmf.adobe.com/arm-manifests/win/Reader11Manifest.msi
    [2013-07-09 01:09:37] downLoadFileSet(): File Count: 1
    [2013-07-09 01:09:40] StoreCRD...
    [2013-07-09 01:09:40] No CRD to store
    [2013-07-09 01:09:40] Manifest downloaded successfully with BITs: C:\ProgramData\Adobe\ARM\Reader_11.0.02\Reader11Manifest.msi
    [2013-07-09 01:09:40] Action deleted: Download Manifest
    [2013-07-09 01:09:40] InitSession...
    [2013-07-09 01:09:40] InitUpdateData...
    [2013-07-09 01:09:40] InitUpgrade...
    [2013-07-09 01:09:40] Upgrade data not available: Upgrade ID
    [2013-07-09 01:09:40] File list in Manifest: AdbeRdrUpd11003.msp
    [2013-07-09 01:09:40] InitUpdateFiles...
    [2013-07-09 01:09:40] EvaluateCondition...: AdbeRdrUpd11003_all
    [2013-07-09 01:09:40] InitUpdateAttributes...
    [2013-07-09 01:09:40] New file object: AdbeRdrUpd11003.msp
    [2013-07-09 01:09:40] AddFileObject...
    [2013-07-09 01:09:40] InitFilesInUse...
    [2013-07-09 01:09:40] info: WaitFilesInUse is not set in Manifest
    [2013-07-09 01:09:40] InitManifestProperties...
    [2013-07-09 01:09:40] ErrorDetailsURL property found in manifest
    [2013-07-09 01:09:40] Found AllowServiceConditions: SvcCond1;SvcCond2
    [2013-07-09 01:09:40] EvaluateCondition...: SvcCond1
    [2013-07-09 01:09:40] ProcessFileCondition...
    [2013-07-09 01:09:40] File: C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe
    [2013-07-09 01:09:40] File version: 1.7.2.0
    [2013-07-09 01:09:40] Condition met
    [2013-07-09 01:09:40] EvaluateCondition...: SvcCond2
    [2013-07-09 01:09:40] ProcessFileCondition...
    [2013-07-09 01:09:40] File: C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARMHelper.exe
    [2013-07-09 01:09:40] File version: 1.7.2.0
    [2013-07-09 01:09:40] Condition met
    [2013-07-09 01:09:40] AllowServiceMode property found in manifest: 2
    [2013-07-09 01:09:40] Service not allowed - unknown AllowServiceMode value
    [2013-07-09 01:09:40] WhatsNewURL property found in manifest
    [2013-07-09 01:09:40] UpgradeName property found in manifest
    [2013-07-09 01:09:40] info: AllowCancelBITsJobs is not set in Manifest
    [2013-07-09 01:09:40] InitArmUpdate...
    [2013-07-09 01:09:40] EvaluateCondition...: DisableArmUpdate
    [2013-07-09 01:09:40] ArmUpdate record found.
    [2013-07-09 01:09:40] IsNewArmAvailable...
    [2013-07-09 01:09:40] GetFileVersion(): C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe
    [2013-07-09 01:09:40] File version: 1.7.2.0
    [2013-07-09 01:09:40] IsNewArmAvailable: NewBuildNumber > BuildNumber, returning 1.
    [2013-07-09 01:09:40] AddArmUpdateObject:
    [2013-07-09 01:09:40]    file - ARM.msi
    [2013-07-09 01:09:40]    ARM version - 1.7.4.0
    [2013-07-09 01:09:40]    type - 7z
    [2013-07-09 01:09:40]    url - https://armmf.adobe.com/arm-updates/win/ARM/1.7.4/ARM_1740.msi
    [2013-07-09 01:09:40] ShowArmDialog...
    [2013-07-09 01:09:41] Action added: Dialog
    [2013-07-09 01:10:05] SetupArmUpdate...
    [2013-07-09 01:10:05] DownloadArmUpdate...
    [2013-07-09 01:10:05] Extract7zArchive...
    [2013-07-09 01:10:05]    File: C:\ProgramData\Adobe\ARM\Reader_11.0.02\ARM.msi
    [2013-07-09 01:10:05]    archive file: C:\ProgramData\Adobe\ARM\Reader_11.0.02\AdobeARM.bin
    [2013-07-09 01:10:05] ExtractFilesFrom7zArchive...
    [2013-07-09 01:10:05] C:\ProgramData\Adobe\ARM\Reader_11.0.02\7626
    [2013-07-09 01:10:05]    GetLastError(): 2 - El sistema no puede encontrar el archivo especificado.
    [2013-07-09 01:10:05] Archive path: C:\ProgramData\Adobe\ARM\Reader_11.0.02\AdobeARM.bin
    [2013-07-09 01:10:05] Files extracted successfully at: C:\ProgramData\Adobe\ARM\Reader_11.0.02\7626
    [2013-07-09 01:10:05] SetupArmUpdate returns 1
    [2013-07-09 01:10:05] DownloadFiles...
    [2013-07-09 01:10:05] File already exist and valid: C:\ProgramData\Adobe\ARM\Reader_11.0.02\AdbeRdrUpd11003.msp
    [2013-07-09 01:10:05] CancelJobs
    [2013-07-09 01:10:05] GetJobs
    [2013-07-09 01:10:05] no registered jobs
    [2013-07-09 01:10:05] InitInstalls...
    [2013-07-09 01:10:05] File to be added to install object: C:\ProgramData\Adobe\ARM\Reader_11.0.02\AdbeRdrUpd11003.msp
    [2013-07-09 01:11:18] RelaunchARM...
    [2013-07-09 01:11:18] Command line for restart: /ArmUpdateExe:"C:\ProgramData\Adobe\ARM\Reader_11.0.02\7626" /MODE:1 /PRODUCT:Reader /VERSION:11 /LANG:ESP
    [2013-07-09 01:11:18] Launcher path: C:\ProgramData\Adobe\ARM\Reader_11.0.02\7626\AdobeARMHelper.exe
    [2013-07-09 01:11:18] ShellExecute succeded.
    [2013-07-09 01:11:18] Action deleted: Dialog
    [2013-07-09 01:11:18] Notify...
    [2013-07-09 01:11:18] WriteFile succeeded in Notify
    [2013-07-09 01:11:18] Requested to stop listener
    [2013-07-09 01:11:18] Confirming request to stop listener
    [2013-07-09 01:11:18] Action deleted: Listener
    [2013-07-09 01:11:18] Cleanup...
    [2013-07-09 01:11:18] ARM returns ERROR_SUCCESS
    [2013-07-09 01:11:18] Adobe ARM 1.7.2.0 logging finished.
    It seems there are some errors in Spanish, probably because they come from Windows, which is configured in Spanish in my PC. "El sistema no puede encontrar el archivo especificado" means "The system cannot find the file specified".
    I hope you can find the problem with that information.

  • Creative Cloud Updater doesn't work

    Hello,
    last year I downloaded a trial version for the creative cloud. Then I decided to buy a normal CS6 license and didn't use CC anymore.
    Now I would like to try Adobe Muse. But somehow I just can't use the CC updater anymore. When I try to install it again, the installation just stops, without a warning or anything and nothing happens.
    I hope somebody can help me, thank you!
    Antonia

    Hi Jeff,
    Thank you for your help. It works now, i uninstalled CC and installed it again.
    Best
    Antonia
    Am 19.12.2014 um 01:54 schrieb Jeff A Wright <[email protected]>:
    Creative Cloud Updater doesn't work
    created by Jeff A Wright in Creative Cloud Download & Install - View the full discussion
    Antonia do you receive any specific error messages?  What operating system are you using?
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7028715#7028715 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7028715#7028715
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Creative Cloud Download & Install by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • My MacBook Pro won't restart after updating iTunes, and so the update doesn't work. I have just purchased an iPad mini and can't sync it - can anyone help?

    My MacBook Pro won't restart after updating iTunes, and so the update doesn't work. I have just purchased an iPad mini and can't sync it - can anyone help

    Press and hold power button for up to 30 seconds. Remove battery and reinsert then repeat.

  • Need BIOS Live Update Doesn't Work!!!! + S3 Sleep Resume Problem

    Most frustrating.  Live Update doesn't work and can't find download link for a new BIOS.
    My System:
    MSI P6NGM-FHI (1.1)
    E8200 Core 2
    MSI Geforce 6600 128M
    Vista 64
    Seagate 250g x 2 Raid 0
    Want to update Bios to see if it will fix sleep problem
    My system enters S3 sleep.  But doesn't wake up.  Fans start up but screen remains black.  I have to unplug for some time to reboot.
    I want to try new 1.2 bios to see if it will fix my problem.  But can't find BIOS file anywhere.  Most frustrating...
    And that stupid Live Update doesn't work!!!!!

    -  Update CPU Micro Code.
    -  Update NVMM version.
    -  Fixed system cannot resume from S3 with E6xx series CPU.
    If its BIOS related you will need a future version, since you have E8xx
    Have a ask MSI here: http://ocss.msi.com.tw/
    What OS you are running?
    Have you tried latest VGA drivers?
    How is configured Recall VGA from S3 in BIOS?

  • I cannot access my old email address anymore, however I have used it for my apple ID and now I want to delete it because the account has never been verified in the first place so my password for it doesn't work. What do I do?

    I cannot access my old email address anymore, however I have used it for my apple ID and now I want to delete it because the account has never been verified in the first place so my password for it doesn't work. So when I want to download apps I have to sign in with apple id but I can't so I made a new one, However I can't seem to be able to delete the old one. What do I do?

    You can't merge Apple IDs.  You also can't cancel (delete) and existing ID, you can only choose to stop using it.
    If your old ID was compromised and you can no longer access it, you'll have to contact Apple for assistance.  Go to https://expresslane.apple.com ; click 'See all products and services' at the bottom of the page. In the next page click 'More Products and Services, then 'Apple ID'. In the next page select 'Other Apple ID Topics' then then 'Apple ID account Security’.

  • Voice command for Contacts doesn't work after a re...

    Voice command for Contacts doesn't work after a reboot or a contacts restore.
    Steps to reproduce:
    1. Backup contacts. Open Files > Backup & Restore > Select Contact for Backup Contents and select Back up now.
    2. Edit/save a contact, press and hold the call button, speak contacts name. The voice recognition works fine.
    3. Restore contacts. Open Files > Backup & Restore > Select Contact for Backup Contents and select Restore.
    4. Reboot phone when prompted.
    5. Press and hold the call button, speak contacts name. The voice recognition does not work.
    Work around:
    Edit and save each contact.
    Additional Information:
    Social integration with contacts also does not work after a reboot. The facebook icon and "See what xxx is up to on Facebook" is not displayed. The same work around "Edit and save each contact" also applies. This occurs using the Nokia N8 and Nokia 808 Pureview.

    Nancy2015 wrote:
    I have my phone paired with my car, I can do everything except it does not recognize any of my contact names. If I try say a contact name, it says "not recognized" but if I say the contacts phone number, the name pops up onthe display in my car.
    Has anyone had this issue, is there a setting I am missing in my phone?
    Hello, 
    This is not necessarily and issue with the phone. It could also be an issue with the car`s bluetooth software that is only limited to some functions like reading your contacts list, last calls, missed calls, etc. which is most likely the basic 2.0 version. 
    The Z30 has the 4.0 version that has a lot more communication capability but if the car`s bluetooth its a lower version, then you will not be able to take full advantage of it unless you upgrade the bluetooth software in your car. Call your dealer and inquire about the bluetooth software upgrade in your car   

  • Textvariable with replacement path for 0CALMONTH doesn't work ...

    Hello expert,
    we have done release upgrade BW 7.01 -> BW 7.3 SPS 04. While checking queries I found out that textvariables with replacementpath for 0CALMONTH doesn't work anymore. In the report I only see the variable name like ZVARXYZ01 but want to see something like 'JAN 2011'.
    As far as I understand 0CALMONTH don't need a texttable. Texts can be found in table T247. I checked the table and all values looks fine.
    Any Idea where the problem is or how I can analyze it?
    Thank you in advance,
    Peter

    Hi Peter
    Please check this link, especially this note for text variable problems after upgrade to 7.3
    Let us know if it helps.
    Think of giving points.
    Regards
    PC

  • HT3932 Wireless Keyboard Update 2.0  his update doesn't work!  I'm at 10.5.8 on my old iMac G5, installed the update and brightness and volume just do not work.  What next?

    This update doesn't work!  I'm at 10.5.8 on my old iMac G5, installed the update and brightness and volume just do not work.  What next?

    I have a brand new wireless keyboard... so it's never going to work.  BUT... I found a sort of work round! 
    Since it's eyeTV that I want to control the volume more than the system volume I discovered cmd and up/down arrows do the job.  I gess I'll forgo the brightness function.
    I'm a little frustrated that it appears Apple seems to want to push me towards an upgrade of a perfectly serviceable iMac G5.  I'll be keeping it to watch TV, surf the web, wordprocess and let the macbook pro handle photos & video.

  • Automatic update doesn't work for limited account in windows XP sp3

    Hello,
    When I try update firefox using search for update in "about firefox" window with a limited account in Windows XP sp3, it searched (circle is running) then nothing happens (circle continues running with the text "search for update" continues showing). Automatic update never happens too even with option "install automatically updates" checked. The option "Use a background service for install updates" is checked too. This behaviour begins with Firefox 29 (Australis theme). Updates worked on previous version. I used Firefox with French localization so maybe my translation of menus, options and buttons are not right. I try to give "modify" rights for the limited account on "Mozilla Firefox" folder and "Mozilla Maintenance Service" folder but it doesn't work too. Is it a known bug ? I found on bugzilla this ( https://bugzilla.mozilla.org/show_bug.cgi?id=711475 ) but it is said resolved fixed. Or there is an another solution ? Thanks for your support.

    I used full installers for install Firefox. Reinstallations (uninstallation, restart pc then installation) with limited account and administrator account don't allow automatic updates for limited accounts. Only automatic updates for administrator account worked and work for both of reinstallations. Manual updates work but don't solve this problem.

  • Bridge for Mac doesn't work, please update

    Sony Bridge is not working on my Mac (OSX 10.8.2) since the 3.1 update, it just freezes my computer every time I use it.
    So, I went back to 3.0 and nothing, the program just crashes after trying to scan my Xperia S phone.
    I've tried everything with no results, Sony Bridge for Mac is not working anymore!
    We need something!! are you guys fixing this?
    There's no other way for us to transfer movies, music, etc (no usb, bluetooth or alternative apps...),
    Please help, we need a new version

    Log!
    Process:         Sony Ericsson Bridge for Mac [1096]
    Path:            /Applications/Sony Ericsson Bridge for Mac.app/Contents/MacOS/Sony Ericsson Bridge for Mac
    Identifier:      com.sonyericsson.Sony-Ericsson-Bridge-for-Mac
    Version:         3.1 (3118)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [331]
    User ID:         501
    Date/Time:       2013-02-12 10:07:00.233 -0300
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          455183 sec
    Crashes Since Last Report:           92
    Per-App Interval Since Last Report:  2522 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      8614DDD0-1543-6686-E08E-7971CE5BCCB7
    Crashed Thread:  14  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-000000010009f000 [  636K] r-x/rwx SM=COW  /Applications/Sony Ericsson Bridge for Mac.app/Contents/MacOS/Sony Ericsson Bridge for Mac
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8fc1d686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fc1cc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff97d08803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff97d0dee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff97d0d6b2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                     0x00007fff8d6bc0a4 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                     0x00007fff8d6bbe42 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                     0x00007fff8d6bbcd3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x00007fff93620613 _DPSNextEvent + 685
    9   com.apple.AppKit                        0x00007fff9361fed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  com.apple.AppKit                        0x00007fff93617283 -[NSApplication run] + 517
    11  com.apple.AppKit                        0x00007fff935bbcb6 NSApplicationMain + 869
    12  com.sonyericsson.Sony-Ericsson-Bridge-for-Mac          0x0000000100002114 start + 52
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8fc1d686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fc1cc42 mach_msg + 70
    2   libsystem_kernel.dylib                  0x00007fff8fc1d1f9 mach_msg_server_once + 345
    3   com.apple.QuickLookFramework            0x00007fff90628f37 _QLThumbnailWaitForCompletion + 123
    4   com.apple.QuickLookFramework            0x00007fff90626952 QLThumbnailCopyImage + 96
    5   com.apple.QuickLookFramework            0x00007fff906266cf QLThumbnailImageCreate + 98
    6   com.divinerobot.DeviceConnectivity          0x00000001003791b0 +[DRMetadataUtils setThumbnailForFile:] + 870
    7   com.sonyericsson.Sony-Ericsson-Bridge-for-Mac          0x000000010000d060 -[DRContentOpSetThumbForFiles main] + 250
    8   com.apple.Foundation                    0x00007fff8f7d8986 -[__NSOperationInternal start] + 684
    9   com.apple.Foundation                    0x00007fff8f7e01a1 __block_global_6 + 129
    10  libdispatch.dylib                       0x00007fff90610f01 _dispatch_call_block_and_release + 15
    11  libdispatch.dylib                       0x00007fff9060d0b6 _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff9060e1fa _dispatch_worker_thread2 + 304
    13  libsystem_c.dylib                       0x00007fff91e8ccab _pthread_wqthread + 404
    14  libsystem_c.dylib                       0x00007fff91e77171 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8fc1fd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9060fdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9060f9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8fc1f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91e8ceec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91e8ccb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91e77171 start_wqthread + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8fc1d686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8fc1cc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff97d08803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff97d0dee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff97d0d6b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8f781586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff8f7df612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff91e8a742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff91e77181 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8fc1f322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff97d4d4e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff91e8a742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff91e77181 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8fc1f0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91e8ef89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff9516bd96 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff9538dd0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff953a336f WTF::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91e8a742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91e77181 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8fc1f0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91e8ef89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff952f0724 JSC:lotVisitor::drainFromShared(JSC:lotVisitor:haredDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff952f0606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff953a336f WTF::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91e8a742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91e77181 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8fc1f0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91e8ef89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff952f0724 JSC:lotVisitor::drainFromShared(JSC:lotVisitor:haredDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff952f0606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff953a336f WTF::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91e8a742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91e77181 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8fc1f0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91e8ef89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff952f0724 JSC:lotVisitor::drainFromShared(JSC:lotVisitor:haredDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff952f0606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff953a336f WTF::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91e8a742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91e77181 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8fc1f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91e8ceec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91e8ccb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91e77171 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8fc1f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91e8ceec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91e8ccb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91e77171 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8fc1f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91e8ceec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91e8ccb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91e77171 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8fc1f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91e8ceec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91e8ccb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91e77171 start_wqthread + 13
    Thread 14 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_c.dylib                       0x00007fff91e77aa7 memmove$VARIANT$sse42 + 223
    1   libsystem_c.dylib                       0x00007fff91ef4383 __fread + 117
    2   libsystem_c.dylib                       0x00007fff91ef42eb fread + 60
    3   com.sonyericsson.SonyBridgeGeneric          0x00000001002f1c46 -[DRAbstractData readBytesTo:maxLength:] + 184
    4   com.sonyericsson.SonyBridgeGeneric          0x00000001002f1b7e -[DRAbstractData readBytesTo:length:] + 22
    5   com.divinerobot.DeviceConnectivity          0x000000010037aa82 -[DRMetaMP3 albumArtImagesFromData:] + 476
    6   com.divinerobot.DeviceConnectivity          0x0000000100378660 +[DRMeta metaWithData:] + 203
    7   com.divinerobot.DeviceConnectivity          0x0000000100375e52 +[DRFileUtils prepareToCopyFile:toFilesystem:] + 410
    8   com.sonyericsson.Sony-Ericsson-Bridge-for-Mac          0x000000010000d9f0 -[DRContentOpSynchronize main] + 1989
    9   com.apple.Foundation                    0x00007fff8f7d8986 -[__NSOperationInternal start] + 684
    10  com.apple.Foundation                    0x00007fff8f7e01a1 __block_global_6 + 129
    11  libdispatch.dylib                       0x00007fff90610f01 _dispatch_call_block_and_release + 15
    12  libdispatch.dylib                       0x00007fff9060d0b6 _dispatch_client_callout + 8
    13  libdispatch.dylib                       0x00007fff9060e1fa _dispatch_worker_thread2 + 304
    14  libsystem_c.dylib                       0x00007fff91e8ccab _pthread_wqthread + 404
    15  libsystem_c.dylib                       0x00007fff91e77171 start_wqthread + 13
    Thread 14 crashed with X86 Thread State (64-bit):
      rax: 0xfffffffecf008fdf  rbx: 0x0000000000000fdf  rcx: 0xfffffffffffff040  rdx: 0x000000000000001f
      rdi: 0x0000000000000fc0  rsi: 0x0000000130ff7fe1  rbp: 0x00000001266eb560  rsp: 0x00000001266eb560
       r8: 0x0000000000022068   r9: 0x00000001266eb590  r10: 0x000000010d4368a0  r11: 0x0000000000000000
      r12: 0x0000000000000001  r13: 0x00007fff7da41138  r14: 0x00000000fffffff6  r15: 0x0000000000000000
      rip: 0x00007fff91e77aa7  rfl: 0x0000000000010202  cr2: 0x0000000000000000
    Logical CPU: 2
    Binary Images:
           0x100000000 -        0x10009efff +com.sonyericsson.Sony-Ericsson-Bridge-for-Mac (3.1 - 3118) <66BCF16C-AD49-3538-8AEE-7B0159EA8E95> /Applications/Sony Ericsson Bridge for Mac.app/Contents/MacOS/Sony Ericsson Bridge for Mac
           0x100175000 -        0x10017aff7 +com.sonyericsson.SonyMediaAccess (1.0 - 1) <56B38C75-B48C-33F1-9623-A544D574085A> /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/SonyMediaAccess.framework/Versions/A/SonyMediaAccess
           0x100186000 -        0x10021bfff +com.flyingmeat.FMDBSqlLite (1.0 - 1) /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/FMDBSqlLite.framework/Versions/A/FMDBSqlLite
           0x10025b000 -        0x100295fff +com.sonymobile.Migrate (1.0 - 1) <05C3FA7A-E23B-34A5-BCF8-596894C9830E> /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/Migrate.framework/Versions/A/Migrate
           0x1002f0000 -        0x10030efff +com.sonyericsson.SonyBridgeGeneric (1.0 - 1) <3C4A4C22-D6AE-36A2-B116-1EB8B93F10F5> /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/SonyBridgeGeneric.framework/Versions/A/SonyBridgeGeneric
           0x10033d000 -        0x1003a8fff +com.divinerobot.DeviceConnectivity (1.0 - 1) /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/DeviceConnectivity.framework/Versions/A/DeviceConnectivity
           0x100434000 -        0x100622fff +com.sonyericsson.framework.DeviceUpdate (1.0 - 1) /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/DeviceUpdate.framework/Versions/A/DeviceUpdate
           0x1007c4000 -        0x1007f4ff7 +com.sonyericsson.bfm.fmwk.contactssetup (1.0 - 1) /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/ContactSync.framework/Versions/A/ContactSync
           0x100831000 -        0x1008edff7 +com.google.GDataFramework (1.12) /Applications/Sony Ericsson Bridge for Mac.app/Contents/Frameworks/GData.framework/Versions/A/GData
           0x10e2c6000 -        0x10e2cfff7  com.apple.iokit.IOUSBLib (5.2.5 - 5.2.5) <523A490D-AF8E-3220-BCE2-DC9929344C75> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
           0x11cbd5000 -        0x11cc5fff7  com.apple.xquery (1.3.1 - 30) <04E0E165-BE1D-3DD7-899F-10AFD053B30C> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
        0x7fff62a83000 -     0x7fff62ab793f  dyld (210.2.3) /usr/lib/dyld
        0x7fff8d003000 -     0x7fff8d25eff7  com.apple.QuartzComposer (5.1 - 284) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff8d25f000 -     0x7fff8d2ccfff  com.apple.datadetectorscore (4.0 - 269.1) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff8d2cd000 -     0x7fff8d37efff  com.apple.LaunchServices (539.7 - 539.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff8d3c8000 -     0x7fff8d4c5ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8d59a000 -     0x7fff8d5d4fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8d5fe000 -     0x7fff8d65bfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8d65c000 -     0x7fff8d98cff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff8d98d000 -     0x7fff8d9e4ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8d9e5000 -     0x7fff8db29fef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
        0x7fff8db2a000 -     0x7fff8db6efff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8db6f000 -     0x7fff8dbc4ff7  libTIFF.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8dbc5000 -     0x7fff8dbf3fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff8dc37000 -     0x7fff8dd05fff  com.apple.Bluetooth (4.0.9 - 4.0.9f33) <3F57E1F3-08E8-3EDF-8DE0-E3855EB4D74B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8dd06000 -     0x7fff8dd06fff  com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff8dd09000 -     0x7fff8dd16fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff8dd17000 -     0x7fff8dd84ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8dd85000 -     0x7fff8dd96ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8dd9a000 -     0x7fff8dd9bfff  libffi.dylib (18) /usr/lib/libffi.dylib
        0x7fff8ddfc000 -     0x7fff8de02fff  libGFXShared.dylib (8.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff8de03000 -     0x7fff8de05ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8e029000 -     0x7fff8e02bfff  com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff8e02c000 -     0x7fff8e05dff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff8e106000 -     0x7fff8e112ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
        0x7fff8e113000 -     0x7fff8e398ff7  com.apple.RawCamera.bundle (4.04 - 680) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8e407000 -     0x7fff8e40afff  com.apple.AppleSystemInfo (2.0 - 2) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff8e40b000 -     0x7fff8e516fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8e517000 -     0x7fff8e52efff  com.apple.CFOpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff8e58a000 -     0x7fff8e58cff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff8e58d000 -     0x7fff8e5d8ff7  com.apple.CoreMedia (1.0 - 926.62) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8e5d9000 -     0x7fff8e5e7fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8e638000 -     0x7fff8efc8c67  com.apple.CoreGraphics (1.600.0 - 324.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8f082000 -     0x7fff8f087fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8f088000 -     0x7fff8f0deff7  com.apple.opencl (2.1.20 - 2.1.20) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8f0df000 -     0x7fff8f253fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8f254000 -     0x7fff8f2abff7  com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8f2ac000 -     0x7fff8f302fff  com.apple.HIServices (1.20 - 417) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff8f440000 -     0x7fff8f47afff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
        0x7fff8f47b000 -     0x7fff8f47bfff  libOpenScriptingUtil.dylib (148.2) /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8f483000 -     0x7fff8f727fff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
        0x7fff8f728000 -     0x7fff8f749ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8f74a000 -     0x7fff8faa6fff  com.apple.Foundation (6.8 - 945.11) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8faa7000 -     0x7fff8faabfff  libpam.2.dylib (20) /usr/lib/libpam.2.dylib
        0x7fff8faac000 -     0x7fff8fab7fff  libsystem_notify.dylib (98.5) /usr/lib/system/libsystem_notify.dylib
        0x7fff8facd000 -     0x7fff8fad8ff7  com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff8fad9000 -     0x7fff8fad9fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8fada000 -     0x7fff8fb2bff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8fc0d000 -     0x7fff8fc28ff7  libsystem_kernel.dylib (2050.18.24) /usr/lib/system/libsystem_kernel.dylib
        0x7fff8fc29000 -     0x7fff8fdb3fff  com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8fea6000 -     0x7fff8fec5ff7  com.apple.ChunkingLibrary (2.0 - 133.2) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8fec8000 -     0x7fff8fee9fff  com.apple.Ubiquity (1.2 - 243.10) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8feea000 -     0x7fff8fef2fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8fef3000 -     0x7fff8fefffff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff8ff00000 -     0x7fff8ff00fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8ff01000 -     0x7fff8ff83fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8ffcd000 -     0x7fff9004bff7  com.apple.securityfoundation (6.0 - 55115.4) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff90542000 -     0x7fff90545fff  libRadiance.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff90584000 -     0x7fff90598fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff90599000 -     0x7fff905a6ff7  com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff905b0000 -     0x7fff9060afff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff9060b000 -     0x7fff90620ff7  libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib
        0x7fff90625000 -     0x7fff90681fff  com.apple.QuickLookFramework (4.0 - 555.4) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff90682000 -     0x7fff906c5fff  com.apple.RemoteViewServices (2.0 - 80.5) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
        0x7fff906c6000 -     0x7fff90abdfff  libLAPACK.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff90abe000 -     0x7fff90b0bfff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff90b0e000 -     0x7fff90b8eff7  com.apple.ApplicationServices.ATS (332 - 341.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff90bdf000 -     0x7fff90c15fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff90c16000 -     0x7fff90c25ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff913f4000 -     0x7fff913f4fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff913f5000 -     0x7fff915a3fff  com.apple.QuartzCore (1.8 - 304.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff915a4000 -     0x7fff915aefff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
        0x7fff915af000 -     0x7fff915c3fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff915c4000 -     0x7fff919e1fff  FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
        0x7fff91a59000 -     0x7fff91a67ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff91a81000 -     0x7fff91b7ffff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
        0x7fff91b80000 -     0x7fff91ca0fff  com.apple.desktopservices (1.7.2 - 1.7.2) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff91ca1000 -     0x7fff91ce4ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff91ce5000 -     0x7fff91ce5fff  libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
        0x7fff91ce6000 -     0x7fff91ce8fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff91ce9000 -     0x7fff91d52fff  libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib
        0x7fff91d53000 -     0x7fff91d5afff  com.apple.phonenumbers (1.1 - 47) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
        0x7fff91d5b000 -     0x7fff91da3fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff91da4000 -     0x7fff91da8fff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff91da9000 -     0x7fff91db4fff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff91dc4000 -     0x7fff91deffff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff91df0000 -     0x7fff91e05fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff91e76000 -     0x7fff91f42fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff91f43000 -     0x7fff920b4ff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff920b5000 -     0x7fff920f4ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff920ff000 -     0x7fff9211ffff  libPng.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff92149000 -     0x7fff92155fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff92156000 -     0x7fff92165ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff92166000 -     0x7fff9216eff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff9216f000 -     0x7fff921c8fff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff92215000 -     0x7fff922affff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff9236e000 -     0x7fff92631ff7  com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff92632000 -     0x7fff92636fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff92637000 -     0x7fff9263efff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff9263f000 -     0x7fff92956ff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff929ae000 -     0x7fff92da7ff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff92da8000 -     0x7fff92df7ff7  libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib
        0x7fff92df8000 -     0x7fff92e0efff  com.apple.MultitouchSupport.framework (235.28 - 235.28) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff92e0f000 -     0x7fff92e15fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff92e16000 -     0x7fff92e31ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff92e32000 -     0x7fff92e32fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff92e33000 -     0x7fff92ed1ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff92ed2000 -     0x7fff92efcff7  com.apple.CoreVideo (1.8 - 99.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff93036000 -     0x7fff93110ff7  com.apple.backup.framework (1.4.1 - 1.4.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff93111000 -     0x7fff931a2fff  com.apple.CorePDF (2.0 - 2) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff931da000 -     0x7fff931edff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff931ee000 -     0x7fff9325efff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff9325f000 -     0x7fff93295fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff93296000 -     0x7fff932feff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff932ff000 -     0x7fff93367fff  libvDSP.dylib (380.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff93373000 -     0x7fff93395ff7  com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff934c0000 -     0x7fff934cafff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff934cb000 -     0x7fff940f8ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff94157000 -     0x7fff94357fff  libicucore.A.dylib (491.11.1) /usr/lib/libicucore.A.dylib
        0x7fff94358000 -     0x7fff943b5ff7  com.apple.AE (645.3 - 645.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff946b4000 -     0x7fff946b8ff7  com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff946b9000 -     0x7fff947d3fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff947dc000 -     0x7fff947dcfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9483a000 -     0x7fff9485cff7  libxpc.dylib (140.41) /usr/lib/system/libxpc.dylib
        0x7fff9485d000 -     0x7fff9495ffff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff94960000 -     0x7fff9499dfe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff9499f000 -     0x7fff94b3afef  com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff94b96000 -     0x7fff94c5bff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff94ea4000 -     0x7fff94edffff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff94ee0000 -     0x7fff94ee1fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff94ee7000 -     0x7fff94ee8fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff94ee9000 -     0x7fff94f1dfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff95115000 -     0x7fff95164ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff95165000 -     0x7fff953ffff7  com.apple.JavaScriptCore (8536 - 8536.26.7) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff95400000 -     0x7fff954d2ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff954d3000 -     0x7fff957a3fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff957a4000 -     0x7fff957cffff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff957d0000 -     0x7fff957d2fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff957dd000 -     0x7fff957fcff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff9580e000 -     0x7fff95835ff7  com.apple.PerformanceAnalysis (1.16 - 16) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff95836000 -     0x7fff9594e92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff95997000 -     0x7fff9599afff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff9599b000 -     0x7fff95c1bff7  com.apple.AOSKit (1.05 - 151) /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff964d1000 -     0x7fff96508ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff969a9000 -     0x7fff96a36ff7  com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff96a37000 -     0x7fff96a38ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff96a39000 -     0x7fff96e75fff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff96e76000 -     0x7fff96e84ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff96e85000 -     0x7fff97133fff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
        0x7fff97180000 -     0x7fff9718bff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff9718c000 -     0x7fff971d6ff7  libGLU.dylib (8.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff971d7000 -     0x7fff971dbfff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff971dc000 -     0x7fff97201ff7  libc++abi.dylib (24.4) /usr/lib/libc++abi.dylib
        0x7fff972aa000 -     0x7fff972aefff  com.apple.IOSurface (86.0.3 - 86.0.3) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff972bd000 -     0x7fff972d0ff7  libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib
        0x7fff972d1000 -     0x7fff972dffff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff972e0000 -     0x7fff972e1ff7  libdnsinfo.dylib (453.18) /usr/lib/system/libdnsinfo.dylib
        0x7fff972e2000 -     0x7fff972f4ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff972f5000 -     0x7fff9732dfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff9732e000 -     0x7fff97345fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff97346000 -     0x7fff97348fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
        0x7fff97349000 -     0x7fff97446fff  libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib
        0x7fff97447000 -     0x7fff97447fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff97448000 -     0x7fff97448ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff9748d000 -     0x7fff97493ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff97496000 -     0x7fff9749bfff  com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff9749c000 -     0x7fff974b6fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff974b7000 -     0x7fff974c2fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff974c3000 -     0x7fff97560ff7  com.apple.PDFKit (2.7.2 - 2.7.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
        0x7fff97561000 -     0x7fff97567fff  libmacho.dylib (829) /usr/lib/system/libmacho.dylib
        0x7fff97568000 -     0x7fff9779dff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff9779e000 -     0x7fff978a0fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff978a1000 -     0x7fff978ecfff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff97944000 -     0x7fff97947ff7  libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib
        0x7fff97948000 -     0x7fff97965fff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff97966000 -     0x7fff97966fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff97967000 -     0x7fff97974fff  libbz2.1.0.dylib (29) /usr/lib/libbz2.1.0.dylib
        0x7fff97975000 -     0x7fff9799dfff  libJPEG.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff979d0000 -     0x7fff979d5fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff979ed000 -     0x7fff97a07fff  com.apple.CoreMediaAuthoring (2.1 - 914) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
        0x7fff97a08000 -     0x7fff97a64ff7  com.apple.Symbolication (1.3 - 93) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff97a65000 -     0x7fff97a6cfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff97a6d000 -     0x7fff97a94fff  com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff97ac4000 -     0x7fff97c15fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff97c16000 -     0x7fff97c1aff7  com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff97c1b000 -     0x7fff97cd8ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff97cd9000 -     0x7fff97ec2fff  com.apple.CoreFoundation (6.8 - 744.12) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff97ec3000 -     0x7fff97eccfff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff97ecd000 -     0x7fff97eceff7  libremovefile.dylib (23.1) /usr/lib/system/libremovefile.dylib
        0x7fff97f50000 -     0x7fff98069ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff9806a000 -     0x7fff98812fff  com.apple.CoreAUC (6.16.00 - 6.16.00) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff98813000 -     0x7fff988b9ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff988bf000 -     0x7fff988ebfff  com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
        0x7fff988ec000 -     0x7fff98a72fff  libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff98adf000 -     0x7fff98b2bff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x

Maybe you are looking for