MERGER update: is the part WHERE the necessary in part updated?

Look at the example of MERGE statement below, there the line with "WHERE Dt.Column1 = Phpparameters.Parameter1":
MERGE INTO Destiantiontable Dt
USING (SELECT Parameter1, Parameter2 FROM Dual) Phpparameters
ON (Dt.Column1 = Phpparameters.Parameter1)
WHEN MATCHED THEN
  UPDATE
  SET Dt.Column2 = p.Parameter2
  WHERE Dt.Column1 = Phpparameters.Parameter1
WHEN NOT MATCHED THEN
  INSERT
    (Dt.Column1, Dt.Column2)
  VALUES
    (Dt_Seq.Nextval, Phpparameters.Parameter2);
The conduct is necessary or not?
I understand that the line is not necessary, but it may be, can you explain?

Oracle 10g, Linux.

The statement is built in Php code, and the input parameters are: "parameter1, parameter 2. The application must insert or update the Destiantiontable table.

Maybe this line makes it more quick update?

Could even make it slower:

SQL> create table t (a primary key, b)
as
  select 1 a, 2 b from dual
/
Table created.

SQL> exec dbms_stats.gather_table_stats(user, 't', cascade => true)
PL/SQL procedure successfully completed.

SQL> explain plan for
merge into t
     using (select 1 a, 3 b from dual) p
        on (t.a = p.a)
when matched
then
  update set b = p.b where t.a = p.a
/
Explain complete.

SQL> select * from table(dbms_xplan.display)
/

PLAN_TABLE_OUTPUT
---------------------------------------------------------------------------------------------------------
Plan hash value: 3605539002                                                                                                       

-----------------------------------------------------------------------------------------------
| Id  | Operation                      | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
-----------------------------------------------------------------------------------------------
|   0 | MERGE STATEMENT                |              |     1 |    25 |     3   (0)| 00:00:01 |
|   1 |  MERGE                         | T            |       |       |            |          |
|   2 |   VIEW                         |              |       |       |            |          |
|   3 |    NESTED LOOPS                |              |     1 |     6 |     3   (0)| 00:00:01 |
|   4 |     TABLE ACCESS BY INDEX ROWID| T            |     1 |     6 |     1   (0)| 00:00:01 |
|*  5 |      INDEX UNIQUE SCAN         | SYS_C0084045 |     1 |       |     0   (0)| 00:00:01 |
|   6 |     FAST DUAL                  |              |     1 |       |     2   (0)| 00:00:01 |
-----------------------------------------------------------------------------------------------                                   

Predicate Information (identified by operation id):
---------------------------------------------------                                                                               

   5 - access("T"."A"=1)                                                                                                          

18 rows selected.

SQL> explain plan for
merge into t
     using (select 1 a, 3 b from dual) p
        on (t.a = p.a)
when matched
then
  update set b = p.b
/
Explain complete.

SQL> select * from table(dbms_xplan.display)
/
PLAN_TABLE_OUTPUT
-------------------------------------------------------------------------------------------------------
Plan hash value: 3605539002                                                                                                       

-----------------------------------------------------------------------------------------------
| Id  | Operation                      | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
-----------------------------------------------------------------------------------------------
|   0 | MERGE STATEMENT                |              |     1 |     6 |     3   (0)| 00:00:01 |
|   1 |  MERGE                         | T            |       |       |            |          |
|   2 |   VIEW                         |              |       |       |            |          |
|   3 |    NESTED LOOPS                |              |     1 |     6 |     3   (0)| 00:00:01 |
|   4 |     TABLE ACCESS BY INDEX ROWID| T            |     1 |     6 |     1   (0)| 00:00:01 |
|*  5 |      INDEX UNIQUE SCAN         | SYS_C0084045 |     1 |       |     0   (0)| 00:00:01 |
|   6 |     FAST DUAL                  |              |     1 |       |     2   (0)| 00:00:01 |
-----------------------------------------------------------------------------------------------                                   

Predicate Information (identified by operation id):
---------------------------------------------------                                                                               

   5 - access("T"."A"=1)                                                                                                          

18 rows selected.

Note that the calculation BYTES rises when the where clause is included.
Functionally the two statement are equal if.

Tags: Database

Similar Questions

  • Need to update my Acrobat 9.0.0 Pro to 9.5.5 version. Where can I find the necessary files - because the update does not seem to react (not supported any more, I guess that)

    Need to update my Acrobat 9.0.0 Pro to 9.5.5 version. Where can I find the necessary files - because the update does not seem to react (not taken care no more, I assume that). I wouldn't be forced to buy a newer software in this way...

    You can get all updates from here: ftp://ftp.adobe.com/pub/adobe/acrobat/

    Remember that you must install in order, one after the other.

  • Update or merge it with the return data

    Hello, I want to do an update in a single statement, and select (I want to get the data and update a field in one of the tables involved with a timestamp), I tried this:

    merge into table t

    using (SELECT ... a long and complex select...) e

    on (e.ID = t.ID)

    When matched then

    update the value t.ts = systimestamp

    e return

    It does not work because his return does not seem possible with the merger, he did the update but I get no data...

    With an update, I tried:

    Update

    (

    SELECT...) e

    Aliens set = systimestamp

    And I get ORA-01779: cannont change a column that maps to a table of key-preserver nonkey.

    The select is complex with many paintings and selects involved and more than 20 KB of text only select... and this isn't mine so I want a solution that does not need to change the internal selection if possible.

    Any ideas? Sorry for my limited knowledge of sql :-(

    No, you did not read what I said.  The RETURNING clause allows you to capture the details of the update table.  You may not have the details of the complex query that you use to determine the return lines.  There is no way in SQL to a single statement that updates a table and queries data from other tables at the same time.

    The best you're going to manage is to update the data, turning the ID (or regardless of the primary key is appropriate) and then query the query data complex where once again the ID in your collection.  However, it's really messy.  What US the real purpose of all this?

  • When I try to update to Firefox, I get a window saying that it cannot be loaded because I don't have all the necessary permissions. What do this mean and what do I do?

    When I try to update to Firefox, I get a window saying that it cannot be loaded because I don't have all the necessary permissions. What do this mean and what do I do?

    If he has problems with the update or the permissions then simpler is to download the full version and trash the version currently installed to do a clean install of the new version.

    Download a new copy of the Firefox program and save the file on the desktop DMG

    • Trash the present application Firefox to do a clean (re-) install
    • Install the new version you downloaded

    Your profile data is stored in the Firefox profile folder, so you will not lose your bookmarks and other personal data.

  • If I do not select F11 (fullscreen) a large part of the screen 'falls' to the right of my screen is not readable, I'm not able to find the necessary adjustments.

    Question
    If I do not select F11 (fullscreen) a large part of the screen 'falls' to the right of my screen is not readable, I'm not able to find the necessary adjustments.

    2/3 blanco on the left side of the screen

    With F11, all OK.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • TravelMate P653M - update the necessary driver for ACPI\VEN_SMO & DEV_8820

    My system has been upgraded to windows 10 but froze when I installed a corrupted Microsoft Update, so I reinstalled windows 8.1. All my drivers are current except a... located under ' other devices / Unknown device. The "Hardware ID" value is ACPI\VEN_SMO & DEV_8820 (located on PCI Express root complex).

    I found a few sources online that claim to have the necessary driver (DriverPack solution), but I want to be sure to get this necessary driver from a reliable source. Can anyone help? Thank you

    Thank you for your answer... just what I need. problem solved.

  • Cannot access the necessary updates

    I just reformat the hard drive on my computer and reinstalled the operating system from the disk provided with the computer system.  At the time I bought the computer operating system is Windows XP SP2. I'm trying to access updates needed to bring the BONES to the current version of Windows XP SP3 but cannot access necessary updates.  I did it for another computer I have about 3 months ago and had no problem doing this.  Now, whenever I try to access the necessary updates, I get a message that says the site cannot open the page I am trying to open. This happens on Windows Update and Microsoft Update. How can I solve this problem?

    Bob,

    Please see the thread below for a possible solution:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-windows_update/cant-download-SP3/a71b55ee-10d4-410C-8b0b-a2114f7d8b94 >>

     
    UTC/GMT is 19:13 Friday, September 14, 2012
  • Try to download Flash Player 11 error msg vary between 'General error' or ' cannot be updated (filename) ' or we do not have the necessary permission.

    Adobe Flash Player 11 & IE

    I am running Windows XP SP3 32 bit. IE8 and 2 user accounts with permissions of system administrator. Flash Player 10 has worked well. Delete us all the temporary files, internet history & cache. I have uninstalled all previous versions & tried to install the lateset version. When you try to download Flash Player 11 error msg vary between 'General error' or ' cannot be updated (filename) ' or we do not have the necessary permission. Now he tells me that it cannot be saved. When it works it will download on 1 user account but the 2nd a/c cannot access applications require a PS to run. older versions cannot be re installed. Tried all the suggestions in the forum. Have tried a few weeks to understand it, but I'm stuck now. Help, please.

    Hi, Robert,.

    Try uninstalling Flash Player using the uninstaller here.  Sometimes, there remains remnants of previous installations.

    http://kb2.Adobe.com/CPS/141/tn_14157.html

    Restart the computer

    Reinstall the software after you have cleaned the file cache as described below

    http://www.Adobe.com/FlashPlatform/?promoid=ITXQR

    Open the command prompt window

    Type the following commands by pressing enter after each one

    Rundll32.exe inetcpl.cpl, ClearMyTracksByProcess 8

    Rundll32.exe inetcpl.cpl, ClearMyTracksByProcess 255

    Rundll32.exe inetcpl.cpl, ClearMyTracksByProcess 32

    Rundll32.exe inetcpl.cpl, ClearMyTracksByProcess 16

    Rundll32.exe inetcpl.cpl, ClearMyTracksByProcess 2

    Rundll32.exe inetcpl.cpl, ClearMyTracksByProcess 1

    When you are finished with the above commands, type Exit and press ENTER to close the command prompt window.  Reinstall Adobe Flash Player.

  • When you try to download Flash Player 11 error msg vary between 'General error' or ' cannot be updated (filename) ' or we do not have the necessary permission.

    Adobe Flash Player

    Hello
    I am running Windows XP SP3 32 bit. IE8 and 2 user accounts with permissions of system administrator. Flash Player 10 has worked well. Delete us all the temporary files, internet history & cache. I have uninstalled all previous versions & tried to install the lateset version. When you try to download Flash Player 11 error msg vary between 'General error' or ' cannot be updated (filename) ' or we do not have the necessary permission. Now he tells me that it cannot be saved. When it works it will download on 1 user account but the 2nd a/c cannot access applications require a PS to run. older versions cannot be re installed. Tried all the suggestions in the forum. Have tried a few weeks to understand it, but I'm stuck now. Help, please.

    Hello

    ·         You use the user as administrator account account on?

    Follow these methods and check if help to:

    Method 1:

    Try to set the user account, follow the form of measures troubleshooting section and check if it helps.

    Difficulty of a corrupted user profile

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    Method 2:

    Follow the form of measures troubleshooting article and check if that helps.

    Installation problems | Flash Player | Windows

    http://kb2.Adobe.com/CPS/191/tn_19166.html

    Also check with the help of Flash Professional Center

    http://www.Adobe.com/support/Flash/

  • I have a HP Pavilion a1700n it shows the necessary updates, but its does not download

    I have a HP Pavilion a1700n it shows the necessary updates, but its does not download

    There is a program that addresses this issue.  It's called the system update tool.   Please select the correct version.

    The original specifications of this computer is Vista 32 bit.

  • I need to convert PDF to Excel, however, the columns and tabs make many merged cells and the number of columns empty. In addition to not separate the columns properly, I see many not separate lines together in the same cell. I think same as Adobe Acrobat

    I need to convert PDF to Excel, however, the columns and tabs make many merged cells and the number of columns empty. In addition to not separate the columns properly, I see many not separate lines together in the same cell. I even think that Adobe Acrobat Pro DC has limits. There is no way to set what points in columns to force the column break? Or create several columns that are unnecessary? How column in Excel, size fixed when import us text and define where breaks have columns of text?

    Google Tradutor para empresas:Google para appsTradutor sitesGlobal market Finder traducao Toolkit

    Acts traducao Instantaneasobre o Google TradutorCelularComunidadePrivacidade e TermosAjudaEnviar comments

    PDF does not contain columns, lines, formats, styles or other aspects of word processing or spreadsheet file formats.

    This is because the PDF is decidedly not a file format of word processor or a spreadsheet or something 'like' one of these.

    (see ISO 32000 for what PDF "is")

    Which allows to optimize the export of the content of a page PDF is to start with that tag well formed PDF (ISO 14289-1, PDF/UA-1).

    Without that export is what it is and we performs the cleanup of any necessary content using the native application for the export of files (MS Word or Excel).

    Be well...

  • Rewrite the query, select below or try to get the necessary O/P

    Hello..

    My example of data.,.

    Create table customer (name varchar2 (10), telephone1 telephone2 number (10), number of phone3 (10), (10) number, bitwisephone number (10));

    Insert into customer values('a',23456,67890,null,12345);

    Insert into customer values ('b', 67459,89760,null, 37689);

    create table do_not_call (dont_call number (10));

    insert into do_not_call values (67890);

    insert into do_not_call values (37689);

    Question: -.
    --------------

    Customer 'a' has value of numbers1 as 23456.check if telephone1 exists in the do_not_call table.
    In fact there is no, so set the bit for numbers1 as "o" like wise search telephone2
    & phone3.after update of the bitwisephone for each client should be as the output below.


    Need to O/P: -.
    -------------------

    name bitwisephone

    a 010
    b 001


    For that matter... I use "any" operator...



    SELECT name, case when numbers1 = all (SELECT dont_call FROM do_not_call) and then put an end to '1' other '0'.
    -case when telephone2 = all (SELECT dont_call FROM do_not_call) and then put an end to '1' other '0'.
    -case when phone3 = all (SELECT dont_call FROM do_not_call) then '1' other '0' end 'Bits '.
    OF THE customer;


    Is there any other way to get the necessary O/P?


    Thank you!!

    Kind regards
    VijayRajaram.

    Looks like one already answered Re: rewrite the query, select below or try to get the necessary O/P

    with
    customer(name,phone1,phone2,phone3,bitwisephone) as
    (select 'a',23456,67890,12345,null from dual union all
     select 'b',67459,89760,37689,null from dual
    ),
    do_not_call(dont_call) as
    (select 67890 from dual union all
     select 23456 from dual union all
     select 37689 from dual
    )
    select name,
           to_char(mod(trunc(sum(weight)/4),2))||
           to_char(mod(trunc(sum(weight)/2),2))||
           to_char(mod(sum(weight),2)) bitwisephone
      from (select name,phone1 phone,4 weight
              from customer
            union all
            select name,phone2,2
              from customer
            union all
            select name,phone3,1
              from customer
           ) c,
           do_not_call d
     where c.phone = d.dont_call(+)
       and d.dont_call is not null
     group by name
    

    Please do not duplicate messages

    Concerning

    Etbin

  • Photoshop CS4 crash on startup "you don't have the necessary access privileges.

    Help

    I purchased the CS4 update and Photoshop does for me. I get as far as "initializing panels", then a crash with the message "an unexpected and unrecoverable problem has occurred because you don't have the necessary access privileges. Photoshop will leave now. I'm running an intel Mac Pro 2 x 266 with 7 GB of ram, Radeon X 1900 graphics. and loads of hard drive space. I tried to fix the permissions, installing on a different volume and update the graphic card firmware. I looked corrupted prefs, but CS4 prefs file is empty.

    The accident report follows, any ideas gratefully received.

    Thank you

    Dave.

    ---

    Process: Adobe Photoshop CS4 [224]
    Path: Volumes, Spare, CS4, Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    ID: com.adobe.Photoshop
    Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch]) (11.0)
    Code type: X 86 (native)
    Parent process: launchd [98]

    Date/time: 22:58:17.974 2009-11-01 + 0000
    OS version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 559004C2-5E03-4796-9B2E-544BC73196F9

    Exception type: EXC_CRASH (SIGABRT)
    Exception codes: 0 x 0000000000000000, 0 x 0000000000000000
    Crashed thread: 0

    Thread 0 crashed:
    0 libSystem.B.dylib 0x942aee42 __kill + 10
    1 libSystem.B.dylib 0x9432123a raise + 26
    2 libSystem.B.dylib 0x9432d679 abort + 73
    3 com.adobe.Photoshop 0 x 00220257 0x1000 + 2224727
    4 libstdc ++.6.dylib 0x9150f10c __gxx_personality_v0 + 1108
    5 libstdc ++.6.dylib 0x9150f14b std::terminate() + 29
    6 libstdc ++.6.dylib 0x9150f261 __cxa_throw + 101
    7 com.adobe.Photoshop 0x0007e817 0x1000 + 514071
    8 com.adobe.Photoshop 0x0070370a 0x1000 + 7350026
    9 com.adobe.Photoshop 0x00703b3f 0x1000 + 7351103
    com.adobe.Photoshop 10 0 x 00220794 0x1000 + 2226068
    11 com.adobe.Photoshop 0x00220b16 0x1000 + 2226966
    12 com.adobe.Photoshop 0x00003cf2 0x1000 + 11506
    13 com.adobe.Photoshop 0x00003c19 0x1000 + 11289

    Thread 1:
    0 libSystem.B.dylib 0x942719c6 kevent + 10
    1 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    2 libSystem.B.dylib 0 x 94272012 thread_start + 34

    Thread 2:
    0 libSystem.B.dylib 0x942412ce semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x942732c6 _pthread_cond_wait + 1267
    2 libSystem.B.dylib 0x942b8539 pthread_cond_wait + 48
    3 com.adobe.amt.services 0x04be8552 AMTConditionLock::LockWhenCondition (int.) + 46
    4 com.adobe.amt.services 0x04be3995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5 com.adobe.amt.services 0x04be85b0 AMTThread::Worker(void*) + 20
    6 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    7 libSystem.B.dylib 0 x 94272012 thread_start + 34

    3 wire:
    0 libSystem.B.dylib 0x9424846e __semwait_signal + 10
    pthread_cond_wait 1 libSystem.B.dylib 0x94272dcd $UNIX2003 + 73
    2 libGLProgrammability.dylib 0x94a63b32 glvmDoWork + 162
    3 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    4 libSystem.B.dylib 0 x 94272012 thread_start + 34

    Thread 4:
    0 libSystem.B.dylib 0x942412da semaphore_timedwait_trap + 10
    1... ple. CoreServices.CarbonCore 0x9302c47f MPWaitOnSemaphore + 125
    2 supported multiprocessor 0x1de62eff 0x1de33000 + 196351
    3... ple. CoreServices.CarbonCore 93019057 PrivateMPEntryPoint + 56 x 0
    4 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    5 libSystem.B.dylib 0 x 94272012 thread_start + 34

    Wire 5:
    0 libSystem.B.dylib 0x942412da semaphore_timedwait_trap + 10
    1... ple. CoreServices.CarbonCore 0x9302c47f MPWaitOnSemaphore + 125
    2 supported multiprocessor 0x1de62eff 0x1de33000 + 196351
    3... ple. CoreServices.CarbonCore 93019057 PrivateMPEntryPoint + 56 x 0
    4 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    5 libSystem.B.dylib 0 x 94272012 thread_start + 34

    Line 6:
    0 libSystem.B.dylib 0x942412da semaphore_timedwait_trap + 10
    1... ple. CoreServices.CarbonCore 0x9302c47f MPWaitOnSemaphore + 125
    2 supported multiprocessor 0x1de62eff 0x1de33000 + 196351
    3... ple. CoreServices.CarbonCore 93019057 PrivateMPEntryPoint + 56 x 0
    4 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    5 libSystem.B.dylib 0 x 94272012 thread_start + 34

    Line 7:
    0 libSystem.B.dylib 0x9424846e __semwait_signal + 10
    pthread_cond_wait 1 libSystem.B.dylib 0x94272dcd $UNIX2003 + 73
    2... ple. CoreServices.CarbonCore 0x9301ae83 TSWaitOnCondition + 126
    3... ple. CoreServices.CarbonCore 0x92ff9d6a TSWaitOnConditionTimedRelative + 202
    4... ple. CoreServices.CarbonCore 0x9301ab00 MPWaitOnQueue + 208
    5 AdobeACE 0x027c138d 0 x 2790000 + 201613
    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069
    7... ple. CoreServices.CarbonCore 93019057 PrivateMPEntryPoint + 56 x 0
    8 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    libSystem.B.dylib 9 0 x 94272012 thread_start + 34

    Thread 8:
    0 libSystem.B.dylib 0x9424846e __semwait_signal + 10
    pthread_cond_wait 1 libSystem.B.dylib 0x94272dcd $UNIX2003 + 73
    2... ple. CoreServices.CarbonCore 0x9301ae83 TSWaitOnCondition + 126
    3... ple. CoreServices.CarbonCore 0x92ff9d6a TSWaitOnConditionTimedRelative + 202
    4... ple. CoreServices.CarbonCore 0x9301ab00 MPWaitOnQueue + 208
    5 AdobeACE 0x027c138d 0 x 2790000 + 201613
    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069
    7... ple. CoreServices.CarbonCore 93019057 PrivateMPEntryPoint + 56 x 0
    8 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    libSystem.B.dylib 9 0 x 94272012 thread_start + 34

    Wire 9:
    0 libSystem.B.dylib 0x9424846e __semwait_signal + 10
    pthread_cond_wait 1 libSystem.B.dylib 0x94272dcd $UNIX2003 + 73
    2... ple. CoreServices.CarbonCore 0x9301ae83 TSWaitOnCondition + 126
    3... ple. CoreServices.CarbonCore 0x92ff9d6a TSWaitOnConditionTimedRelative + 202
    4... ple. CoreServices.CarbonCore 0x9301ab00 MPWaitOnQueue + 208
    5 AdobeACE 0x027c138d 0 x 2790000 + 201613
    6 AdobeACE 0x027c0d85 0 x 2790000 + 200069
    7... ple. CoreServices.CarbonCore 93019057 PrivateMPEntryPoint + 56 x 0
    8 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    libSystem.B.dylib 9 0 x 94272012 thread_start + 34

    Thread 10:
    0 libSystem.B.dylib 0x942413a6 mach_wait_until + 10
    1 libSystem.B.dylib 0x942b83ad nanosleep + 314
    2 com.adobe.PSAutomate 0 x 20434755 ScObjects::Thread:sleep(unsigned_int) + 143
    3 com.adobe.PSAutomate 0x204347b5 ScObjects::Thread:wait(unsigned_int) + 23
    4 com.adobe.PSAutomate 0 x 20425502 ScObjects::BridgeTalkThread::run() + 332
    5 com.adobe.PSAutomate 0x20434a77 ScObjects::Thread:go(void*) + 239
    6 libSystem.B.dylib 0 x 94272155 _pthread_start + 321
    7 libSystem.B.dylib 0 x 94272012 thread_start + 34

    Thread 0 crashed with X 86 Thread State (32-bit):
    EAX: 0 x 00000000 ebx: 0x9432d639 ecx: 0xbfffee8c edx: 0x942aee42
    EDI: 0xbffff04c esi: 0x20dd71f0 ebp: 0xbfffeea8 esp: 0xbfffee8c
    SS: 0x0000001f efl: 0 x 00000286 eip: 0x942aee42 cs: 0 x 00000007
    DS: 0x0000001f are: 0x0000001f fs: 0 x 00000000 gs: 0 x 00000037
    CR2: 0x951b8222

    Binary images:
    0x1000 - 0x19aefdf + 11.0 com.adobe.Photoshop (11.0x20080919 [20080919.r.488 2008/09 / 19:02:00:00 cutoff; r branch]) (11.0) < 2bf522dfa6d6481998620425c31670c8 > Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 - 0x2084fff org.twain.dsm 1.9.3 (1.9.3) /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208d000 - 0x246701f + com.adobe.linguistic.LinguisticManager 4.0.0 (7863) Volumes, Spare, CS4, Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x251b000 - 0x2715fcf + AdobeOwl? (???) < 4cca2c7b48964ddaa14b725fb0c202b5 >/Volumes/Spare/CS4/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0 x 2790000 - 0x289dfff + AdobeACE? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28bb000 - 0x2c85fef + AdobeMPS? (???) < 277e01a3cac34fa9a5914bc0a5bc125a >/Volumes/Spare/CS4/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d14000 - 0x2d74fc7 + AdobeXMP? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d83000 - 0x307efff + AdobeAGM? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313e000 - 0x33d1fc7 + AdobeCoolType? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0 x 3455000 - 0x346efff + AdobeBIB? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0 x 3478000 - 0x3499ff7 + AdobeBIBUtils? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a6000 - 0x34c1ff9 + AdobePDFSettings? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x34db000 - 0x34ffff6 + AdobeAXE8SharedExpat? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0 x 3512000 - 0x359f2cb + libicucnv.dylib.36.0? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x35cc000 - 0x35e780f + libicudata.dylib.36.0? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x35ea000 - 0x37a0ff4 + com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) < cb2ec3bf67714dabbf296775fb6f9608 > Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d7000 - 0x3867fc3 + WRServices? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e9000 - 0x39edffc + com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) Volumes, Spare, CS4, Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x39f3000 - 0x3a0ffd7 + com.adobe.LogTransport 1.0 (1.0) Volumes, Spare, CS4, Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a1a000 - 0x3aeffdd + FileInfo? (???) < F0932f89fc984ba9b4f2c58d0e71d3c1 > Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b20000 - 0x3b77fff + aif_core? (???) < B4dcb439e1eeabe3bd122c42e980366b > Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x3b8f000 - 0x3bacffd + data_flow? (???) < 8e452b6f803239d8eb5c49a4e31cb988 >/Volumes/Spare/CS4/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x3bd8000 - 0x3c51fff + image_flow? (???) < 498a857df8c6f9e0c92fbc3ec8680ed0 >/Volumes/Spare/CS4/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x3cb7000 - 0x3cc7fff + image_runtime? (???) < F379a95229831e44676dbbd8259f131a > Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x3cdc000 - 0x3e9bffe + aif_ogl? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x3f4c000 - 0x444afc3 + AdobeOwlCanvas? (???) < Fcb2d1a31f6e41828e2cd0b23572d285 > Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0 x 4593000 - 0x4665fe7 + AdobeAXEDOMCore? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0 x 4719000 - 0x477bfe7 + com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) Volumes, Spare, CS4, Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47dc000 - 0x4823fc7 + com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0 x 4833000 - 0x4872fff com.apple.vmutils 4.1 (104) < 2fcd53ce313bb6050bfaf0ac6c1b5ead > /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4b6c000 - 0x4b79ff7 + com.adobe.asneu.framework stand version 1.6.2 Volumes/parts 1.6.2f01 spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x4b87000 - 0x4b87ffd libmx. A.dylib? (???) / usr/lib/libmx. A.dylib
    0x4bb6000 - 0x4bb7fe1 com.apple.textencoding.unicode 2.2 (2.2) < 542f2b8930d6bdf16c318ffea541acab > system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings
    0x4bc8000 - 0x4c69fc3 + com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460;) Brand: Tuesday, July 29, 2008 16:31:09) (2 0) < 31e82904c3c2424ea1aea5efadbb19b8 > volume/Spare/CS4/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x4e33000 - 0x4e41feb libSimplifiedChineseConverter.dylib? (???) < 68f130a585c3f580d166ef7cbbf47e69 > /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x4e46000 - 0x4e58fff libTraditionalChineseConverter.dylib? (???) < 6108541a452ff07d2f67db4a488b9d22 > /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x4e5c000 - 0x4e5dff3 ATSHI.dylib? (???) /System/Library/frameworks/ApplicationServices.Framework/versions/A/frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1c7a2000 - 0x1c927fe3 GLEngine? (???) < 3bd4729832411ff31de5bb9d97e3718d > /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1c955000 - 0x1cc59fe9 com.apple.ATIRadeonX1000GLDriver 1.5.48 (5.4.8) < 4d0365447d4c959a376ccaab3d1c47e7 > /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRadeonX1000GLD River
    0x1ccb1000 - 0x1cccdff7 GLRendererFloat? (???) < 927b7d5ce6a7c21fdc761f6f29cdf4ee > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat
    0x1ddd5000 - 0x1dde0fff + e/s asynchronous activate? (???) < Fd91e79fc4aa4ebcaf6d3e154f14878f > Volumes/parts spare/CS4/Adobe Photoshop CS4 / Plug - ins / Extensions / Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x1dde5000 - 0x1ddf302f + FastCore? (???) < F12878b7bee940ca9f0565cd0f5688e2 > Volumes/parts spare/CS4/Adobe Photoshop CS4/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x1de11000 - 0x1de1cffb + PPCCore? (???) < Ed521eb7681d45aa9ae36bf4663e4bd3 > Volumes/parts spare/CS4/Adobe Photoshop CS4/Plug-ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x1de22000 - 0x1de2dffe + AltiVecCore? (???) < A967ae2af2ae4e12a7b668b981cbd906 > Volumes/parts spare/CS4/Adobe Photoshop CS4/Plug-ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x1de33000 - 0x1de7aff7 + multiprocessor Support? (???) Support for Photoshop CS4 / Plug - ins / Extensions / Multiprocessor Support.plugin/Contents/MacOS/MultiProcessor/Volumes/Spare/CS4/Adobe < 001a163b53144613a23af35b63065fd0 >
    0x1e000000 - 0x1e065fe3 + MMXCore? (???) < E206c8dcaea849df8fbc8b447e3a59a1 > Volumes/parts spare/CS4/Adobe Photoshop CS4/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x1e103000 - 0x1e255fc7 + com.adobe.coretech.adm 3.10x16 (3.1) Volumes, Spare, CS4, Adobe Photoshop CS4/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1e5ea000 - 0x1e63a01f + com DivXInc.DivXDecoder 6.0.5 decoder Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 (6.0.5)
    0 x 20300000 - 0x2055cfdf + com.adobe.PSAutomate 11.0 (11.0) Volumes, Spare, CS4, Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x207f0000 - 0x208befff + AdobeExtendScript? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0 x 20935000 - 0x209d6fd7 + AdobeScCore? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x20a4a000 - 0x20c51fef com.apple.RawCamera.bundle 2.1.0 (474) < 48a574d3b3269c8dbdc38d6f67879317 > /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x40000000 - 0x400ae030 + AdobeJP2K? (???) / Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe2db43 dyld 97,1 (?) < 458eed38a009e5658a79579e7bc26603 >/usr/lib/dyld
    0 x 90003000 - 0x90032fe3 com.apple.AE 402.3 (402,3) < b13bfda0ad9314922ee37c0d018d7de9 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x908c0000 - 0x908c0ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x908c1000 - 0x909a2ff7 libxml2.2.dylib? (???) < 4d54971007e14f8d80e6889ee1111f21 > /usr/lib/libxml2.2.dylib
    0x909a3000 - 0x909c1fff libresolv.9.dylib? (???) < a8018c42930596593ddf27f7c20fe7af > /usr/lib/libresolv.9.dylib
    0x909c2000 - 0x909e1ffa libJPEG.dylib? (???) < Dad0ee08a8b850d679f024e090984480 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x909e2000 - 0x90a5cff8 com.apple.print.framework.PrintCore 5.5.4 (245,6) < 03d0585059c20cb0bde5e000438c49e1 > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x90a5d000 - 0x90b0fffb libcrypto.0.9.7.dylib? (???) < 9d714c92872a93dd127ea8556b2c8945 > /usr/lib/libcrypto.0.9.7.dylib
    0x90b15000 - 0x90b31ff3 libPng.dylib? (???) < 9f50967afbd4384e61e68439f81db76c > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x90b32000 - 0x90c1aff3 com.apple.CoreData 100.2 (186,2) < 44df326fea0236718f5ed64084e82270 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90c4e000 - 0x9105efef libBLAS.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libBLAS.dylib
    0 x 91062000 - 0x9107afff com.apple.openscripting 1.2.8 (?) < 572c7452d7e740e8948a5ad07a99602b > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x9107b000 - 0x9112bfff edu.mit.Kerberos 6.0.13 (6.0.13) < 804bd1b3f08fb57396781f012006367c > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9112c000 - 0x91135fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) < d3180f9edbd9a5e6f283d6156aa3c602 > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame
    0 x 91136000 - 0x912c5fe7 com.apple.CoreAUC 3.08.0 (3.08.0) < a412e535a9fb9c36ba972e5158059785 > /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x912c6000 - 0x9134dff7 libsqlite3.0.dylib? (???) < 3334ea5af7a911637413334154bb4100 > /usr/lib/libsqlite3.0.dylib
    0x9134e000 - 0x913a7ff7 libGLU.dylib? (???) < A3b9be30100a25a6cd3ad109892f52b7 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x913a8000 - 0x91435ff7 com.apple.framework.IOKit 1.5.2 (?) < 7a3cc24f78f93931731203854ae0d891 > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0 x 91453000 - 0x9145afff com.apple.agl 3.0.9 (AGL - 3.0.9) < 2f39c480cfcee9358a23d61b20a6aa56 > /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x914c9000 - 0x91526ffb libstdc ++.6.dylib? (???) < 04b812dcec670daa8b7d2852ab14be60 > /usr/lib/libstdc++.6.dylib
    0 x 91527000 - 0x91527ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0 x 91528000 - 0x91534ffe libGL.dylib? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGL.dylib
    0 x 91535000 - 0x915b2fef libvMisc.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libvMisc.dylib
    0x915b3000 - com.apple.shortcut 1.0.1 (1.0) 0x915dbff7 < 131202e7766e327d02d55c0f5fc44ad7 > /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x915dc000 - 0x915ecfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) < 06d8fc0307314f8ffc16f206ad3dbf44 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x915ed000 - 0x915f9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x915fa000 - 0x91627feb libvDSP.dylib? (???) < B232c018ddd040ec4e2c2af632dd497f > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0 91628000 - 0x9162cfff libGIF.dylib x? (???) < Abf65b853acce7bc8419c74716be5be0 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9162d000 - 0x9257dff6 com.apple.QuickTimeComponents.component 7.6.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s (1327.73)
    0x9265a000 - 0x927a2ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) < 4febd1ccf49ae410e82d12c02ba33b68 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x928e0000 - 0x92904fff libxslt.1.dylib? (???) < 0a9778d6368ae668826f446878deb99b > /usr/lib/libxslt.1.dylib
    0 x 92916000 - 0x92916ff8 com.apple.Cocoa 6.5 (?) < e064f94d969ce25cb7de3cfb980c3249 > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x929ae000 - 0x929b5ff7 libCGATS.A.dylib? (???) < 211348279493364e9920adc86484cedd > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92b47000 - 0x92b5cffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x92b5d000 - 0x92b60fff com.apple.help 1.1 (36) < b507b08e484cb89033e9cf23062d77de > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide
    0x92b61000 - 0x92e87fe2 com.apple.QuickTime 7.6.4 (1327.73) < 96515f6a2d628cd2105c7082295199b5 > /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92e88000 - 0x92e96ffd libz.1.dylib? (???) < 5ddd8539ae2ebfd8e7cc1c57525385c7 > /usr/lib/libz.1.dylib
    0x92fd0000 - 0x932aaff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) < 9e2d85d52e5e2951aa4dd53c48ccc52f > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x932e2000 - 0x933d6ff4 libiconv.2.dylib? (???) < c508c60fafca17824c0017b2e4369802 > /usr/lib/libiconv.2.dylib
    0x933d7000 - 0x933e1feb com.apple.audio.SoundManager 3.9.2 (3.9.2) < 0f2ba6e891d3761212cf5a5e6134d683 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x933e2000 - 0x934a9ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0 x 93536000 - 0x93538fff com.apple.securityhi 3.0 (30817) < 32d1c581312dbe0c408578df99661f96 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0 x 93539000 - 0x9357bfef com.apple.NavigationServices 3.5.2 (163) < 91844980804067b07a0b6124310d3f31 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x935a1000 - 0x935a1fff com.apple.Carbon 136 (136) < 7f03616ee9261fb42dc6e6dd77a6f01c > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0 x 93627000 - 0x93665fff libGLImage.dylib? (???) < A6425aeb77f4da13212ac75df57b056d > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0 x 93666000 - 0x93d06fe3 com.apple.CoreGraphics 1.409.3 (?) < 25dceb14af3455b768f56e8765ecf3ca > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x93d07000 - 0x93d9aff3 com.apple.ApplicationServices.ATS 3.7 (?) < a535fc4982d3acff6530ec25c402e679 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x93d9b000 - 0x93e7bfff libobjc. A.dylib? (???) < 7b92613fdf804fd9a0a3733a0674c30b >/usr/lib/libobjc. A.dylib
    0x93e7c000 - 0x9423afea libLAPACK.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libLAPACK.dylib
    0x9423b000 - 0x9423ffff libmathCommon.A.dylib? (???) /usr/lib/system/libmathCommon.A.dylib
    0 x 94240000 - 0x943a7ff3 libSystem.B.dylib? (???) < ae47ca9b1686b065f8ac4d2de09cc432 > /usr/lib/libSystem.B.dylib
    0x943a8000 - 0x943affe9 libgcc_s.1.dylib? (???) < f53c808e87d1184c0f9df63aef53ce0b > /usr/lib/libgcc_s.1.dylib
    0x943b0000 - 0x9462cfe7 com.apple.Foundation 6.5.9 (677.26) < c68b3cff7864959becfc7fd1a384f925 > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x947af000 - 0x94839fe3 com.apple.DesktopServices 1.4.8 (1.4.8) < a6edef2d49ffdee3b01010b7e6edac1f > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9483a000 - 0x94841ffe libbsm.dylib? (???) < d25c63378a5029648ffd4b4669be31bf > /usr/lib/libbsm.dylib
    0 x 94842000 - 0x94879fff com.apple.SystemConfiguration 1.9.2 (1.9.2) < 8b26ebf26a009a098484f1ed01ec499c > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9487a000 - 0x948b9fef libTIFF.dylib? (???) < 5bf6b42bc5e007fcea32f6620b14cba3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x948ba000 - 0x94961fec com.apple.CFNetwork 438.14 (438.14) < 5f9ee0430b5f6319f18d9b23e777e0d2 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk, Versions, A, CFNetwork
    0 x 94994000 - 0x94a3bfeb com.apple.QD 3.11.56 (?) < a94d0f5438b730e88e5efdb233295c52 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x94a3c000 - 0x94f0dfbe libGLProgrammability.dylib? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGLProgrammability.dyl < 7f18294a7bd0b6afe4319f29187fc70d > ib
    0x94f0e000 - 0x94f13fff com.apple.CommonPanels 1.2.4 (85) < ea0665f57cd267609466ed8b2b20e893 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9501b000 - 0x9502bffc com.apple.LangAnalysis 1.6.5 (1.6.5) < d057feb38163121ffd871c564c692804 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9502c000 - 0x95334fe7 com.apple.HIToolbox 1.5.6 (?) < eece3cb8aa0a4e6843fcc1500aca61c5 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0 x 95368000 - 0x95422fe3 com.apple.CoreServices.OSServices 228 (228) < bc83e97f6888673c33f86652677c09cb > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0 x 95423000 - 0x95575ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0 x 95594000 - 0x95594ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x955a1000 - 0x95d9ffef com.apple.AppKit 6.5.9 (949.54) < 4df5d2e2271175452103f789b4f4d8a8 > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95da0000 - 0x95dabfe7 libCSync.A.dylib? (???) < 9e3544fe087bb4dc760b7afe0850dd6c > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x9605a000 - 0x9609bfe7 libRIP.A.dylib? (???) < 69bd09fcd8d8b235cee7a405290d6818 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x9609c000 - 0x960e5fef com.apple.Metadata 10.5.8 (398.26) < e4d268ea45379200f03cdc7c8bedae6f > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata
    0x960e6000 - 0x960e6ff8 com.apple.ApplicationServices 34 (34) < 8f910fa65f01d401ad8d04cc933cf887 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0 x 96146000 - 0x961a2ff7 com.apple.htmlrendering 68 (1.1.3) < fe87a9dede38db00e6c8949942c6bd4f > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0x961a3000 - 0x96222ff5 com.apple.SearchKit 1.2.2 (1.2.2) < 3b5f3ab6a363a4d8a2bbbf74213ab0e5 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0 x 96229000 - 0x962bcfff com.apple.ink.framework 101.3 (86) < bf3fa8927b4b8baae92381a976fd2079 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet
    0x9630d000 - 0x9630dffa com.apple.CoreServices 32 (32) < 2fcc8f3bd5bbfc000b476cad8e6a3dd2 > /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9630e000 - 0x9639aff7 com.apple.LaunchServices 291 (291) < 099eba2fe584376b476f9a262f41ecf2 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0 x 96463000 - 0x9646bfff com.apple.DiskArbitration 2.2.1 2.2.1 < 75b0c8d8940a8a27816961dddcac8e0f > /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9646c000 - 0x96809fef com.apple.QuartzCore 1.5.8 (1.5.8) < a28fa54346a9f9d5b3bef076a1ee0fcf > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x969c7000 - 0x96a92fff com.apple.ColorSync 4.5.2 (4.5.2) System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x96afa000 - 0x96afbffc libffi.dylib? (???) < a3b573eb950ca583290f7b2b4c486d09 > /usr/lib/libffi.dylib
    0x96b0b000 - 0x96baeff7 com.apple.QuickTimeImporters.component 7.6.4 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters (1327.73)
    0x96baf000 - 0x96c00ff7 com.apple.HIServices 1.7.1 (?) < ba7fd0ede540a0da08db027f87efbd60 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x96c01000 - 0x96c0efe7 com.apple.opengl 1.5.10 (1.5.10) < 5a2813f80c9441170cc1ab8a3dac5038 > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96c15000 - 0x96c17ff5 libRadiance.dylib? (???) < 7f14661d29de8cbf01334909542c0fc5 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x96c4d000 - 0x96c53fff com.apple.print.framework.Print 218.0.3 (220.2) < 5b7f4ef7c2df36aff9605377775781e4 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x96c7e000 - 0x96ca9fe7 libauto.dylib? (???) < 42d8422dc23a18071869fdf7b5d8fab5 > /usr/lib/libauto.dylib
    0x96ceb000 - 0x96d68feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) < 782a08c44be4698597f4bbd79cac21c6 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96e4c000 - 0x96f85ff7 libicucore. A.dylib? (???) < dd8aa51c356e79ef8cdfa341a0d69f5b >/usr/lib/libicucore. A.dylib
    0x96f86000 - 0x96f86ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96f87000 - 0x96f87ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x96fcd000 - 0x97027ff7 com.apple.CoreText 2.0.4 (?) < f0b6c1d4f40bd21505097f0255abfead > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f EPI/Versions/A/CoreText
    0 x 97028000 - 0x97051fff libcups.2.dylib? (???) < 1b0435164b9dc6c773d0b1f24701e554 > /usr/lib/libcups.2.dylib
    0 x 97052000 - 0x9706aff7 com.apple.CoreVideo 1.6.0 (20.0) < 587c9c8966070a7d50276db35e1c76aa > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0 x 97202000 - 0x973d3ffb com.apple.security 5.0.5 (36371) < 1f7f48b36bc90d114220cc81e4e4694f > /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x973d4000 - 0x97507fe7 com.apple.CoreFoundation 6.5.7 (476.19) < a332c8f45529ee26d2e9c36d0c723bad > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0 x 97508000 - 0x97542fe7 com.apple.coreui 1.2 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI (62)
    0 x 97543000 - 0x97559fff com.apple.DictionaryServices 1.0.0 (1.0.0) < ad0aa0252e3323d182e17f50defe56fc > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0xb0000000 - 0xb0006ff8 com.apple.carbonframeworktemplate 1.3 (1.3.12) Volumes/parts spare/CS4/Adobe Photoshop CS4 / Adobe Photoshop CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916fff libJapaneseConverter.dylib? (???) < B9aea83b1cd97f3230999ebfcbf63e7c > /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib? (???) < Bc0bb2eed0f4558f07bbaa812d79371b > /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc. A.dylib? (???) / usr/lib/libobjc. A.dylib
    0xFFFF0000 - 0xffff1780 libSystem.B.dylib? (???) /usr/lib/libSystem.B.dylib

    In addition, you must update 11.0.1.

  • Satellite P205D-S8804 - recovery disc for the necessary replacement

    Hello

    I bought in June 08 a Toshiba Satellite P205D-S8804 on Ebay Australia and I now need to format the system but can not find my recovery disks which have been equipped with a system.

    Where can I order the necessary recovery discs go in Australia? Is there a number I can ring for products are no longer under warranty?

    Hi Eagle,

    I put life t in Australia, so I know how it works exactly, but I recommend you to contact a service provider authorized in your country. Guys can order a new drive I think.

    Also if you have a Microsoft Windows disk, you can reinstall Windows with this disc. You can download all the drivers and tools on the Toshiba site.

  • Satellite M70-122: Question about the necessary drivers for Win XP Pro

    Hello
    I formatted my Satellite M70-122 in order to install Win XP - Pro and so I lost all drivers and programs pre installed. It seems that the recovery CD is of no use in this case, and I was wondering if there was a driver CD, I could order.
    I found the drivers (62 so far) for my machine on the Toshiba site and I was as well, I was wondering if I should download and install all. What about programs like the CD/DVD burner?
    Where can I get them back?

    Thank you.

    Christophe

    Hello

    The Tools & Utilities CD but that contains all the necessary drivers is not delivered with the unit, can be created by the user himself. If the unit is installed with recovery media you can find under Toshiba assist > protect & difficulty > create CD drivers & tools.

    All these drivers, tools & utilities that you can use for your own installation. Otherwise you need to download them from Toshiba download page, and please check the instructions facilities document and install all things in order. Order of the facilities is very important.

    Good luck!

  • How can I solve problem with registration PIC after changing it? that is the necessary files and permissions of directory question

    I take a picture on my cell phone and then send it from the phone to my PC via bluetooth. It creates a JPG file which can be opened with a double-tap using Paint Shop Pro 6. Then I crop and click on the "Save" button. Problem is... it appears this darn saying Paint Shop Pro box always could not overwrite the specified file. Please make sure you have the necessary file and directory permissions. OK

    It's my home PC and I'm the only user so obviously, I'm the admin. Is could someone please tell me what I can do to stop this and give me the details?

    More information: if I click on file > save as, I can record with the same name somewhere or save it under a new name, where I want to.

    Even if you are the administrator, that it does not necessarily mean that you have the full access rights on the file or folder in question, but as an administrator, you have rule on the computer and as such, you can enter the owner of the file or the folder and grant you full control over the object.

    How to capture a file or a folder in Windows XP

    John

Maybe you are looking for

  • error title bar

    I have a *.exe I built which sometimes crashes when I click on the title bar on the icon of LV, while it runs, and then opens the drop-down list below.  Everyone knows this? I use LV 2009 with XP OS.  Once it crashes I can't close, move, etc...  He u

  • Printer-B109n-z - custom print blue ink

    IM reluctant to buy new cartridges as these is all levels of 100% brand new and the poster. Ive run the 'clean' printheads twice and printed a test page - its only blue that does not at all appear. Ive had only a year ago (can't find my info of manda

  • not turning on laptop Windows Defender won't sleep extended chicony webcam is disconnected

    I have 3 problems with my computer toshiba laptop satellite E105 S1402 which has Windows vista premium family and core 2 duo intel (P8400), 2.25 ghz, Ram 4.0. .  1. I can not turn on Windows defender and the error message is 0x108106ba 2. my computer

  • speech recognition turns itself off instead of sleep

    After you use the text to speech without error for a week with good results, I met a difficulty. very suddenly my text to speech stops when asked "stop listening".  the program stops automatically. What is a setting that I missed or a sign of a large

  • 2 black borders on my screen

    I have Vista Business.  I have 2 black boarder on my screen.  I looked through questions and answers and find graphics > full screen is the answer.  However, in this version of Vista business I can't find not graphic in any panel > personalization ar