Help: ORDER BY variable does not work in CS3

I have a variable in my recordset query for the ORDER BY
clause which is set by the URL variable, 'order'. With CS2 the
recordset worked fine with the variable. CS3 shows N/A for the
variable type in the Recordset dialog, and when I click Test to
test my recordset, it says I need to specify a variable type. So I
set it to 'Text' and suddenly the variable doesn't even work. It
just orders the records by ID. Am I going to have to use CS2 to
create recordsets with an ORDER BY variable in the future or is
there some other way around this?

AngryCloud wrote:
> In CS2, Dreamweaver does not ask for a data type.
There is no such thing as Dreamweaver CS2. You are presumably
talking
about the version of Dreamweaver that was bundled with Adobe
Creative
Suite 2 after Macromedia was acquired by Adobe. That was
Dreamweaver 8.
From the sound of it, you have the original Dreamweaver 8,
which didn't
use data types for variables. Everything changed when the
8.0.2 updater
was released. The updater made important changes to the way
Dreamweaver
handles variables in SQL queries. These are designed to
prevent
malicious attacks through SQL injection. Dreamweaver CS3 uses
the same
code as Dreamweaver 8.0.2.
If I remember correctly, Dreamweaver will automatically
update all the
code if you open the Recordset dialog box, make any changes,
and then
click OK. If that doesn't work, the safest approach is to
select the
Recordset in the Server Behaviors panel, and click the minus
button to
remove it cleanly. Then build the recordset again: a
nuisance, I know,
but it makes your code more secure.
When using LIKE in a SQL query, you must always choose Text
as the data
type, even if you're using numbers in the variable field.
This is
because the SQL specification says that LIKE is for comparing
strings.
Dreamweaver 8.0.2 and above now follows the SQL
specification, whereas
it didn't before.
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Search help for cost center does not work after SP upgrade

    Hi,
    Create a shopping cart in SRM and go to the cost assignment tab. When click on the search help to enter a costcenter, we don't get any search help screen.
    Thanks

    Kindly check note: 1259735 Search help of generic account does not work
    Additionally Check the 5th question/answer of note 815849.

  • Shared variable does not work between two computers

    I am using LabVIEW 8 on Windows XP computers.
    1. On one computer I have created two projects, writeProject and readProject.
    2.  In the writeProject I have a shared variable, writeData, which is "network-published" double. In this project I have a writeData.vi which in while loop assigns a random value to the writeData variable.
    3. In the readProject I have a shared variable, readData, which is "network-published" double and is bound to the writeData variable.  This is on the same computer as the writeProject.
    4. I run both the writeData.vi and the readData.vi and all works fine.
    5. Now, I create a readProject on a diferent computer.  Perform all the steps as described above and also in tools/shared variable/register computer, I have entered the IP address of the target computer on which the writeData shared variable exists.
    6. Binding the readData variable fails in the following way.  When I browse for the source, in the "Select Source Item" dialog, I see <IP> <Populating Node...>, where <IP> is the IP address of the source computer (on which exists the writeData shared variable).  A very long time later it is still "Populating Node...".  Neddless to say, this readData.vi does not work!
    What am I doing wrong?  Or, perhapse what else do I need to do to make it work?

    Hi,
    I would suggest checking out the two KnowledgeBases I have linked below for common issues with Network Shared Variables. Let me know the results. Thanks!
    Troubleshooting Network-Published Shared Variables
    Why Are My Network Shared Variables Taking Very Long to Initialize?
    Stephanie

  • How can I open the Permissions Manager? I have tried using the directions from the help desk, but it does not work. Any sugestions?

    I have done what the help desk said to by typing about:permissions in the spot you would type a webpage in, but it does not work. Help please.

    '''about:permissions''' doesn't work in the version of Firefox you are using.
    Exactly what permissions do you need access to?

  • Select list with bind variable does not work

    Hi,
    What can be wrong with a 'select list' with the a simple select
    select omschrijving o, id i
    from basiscodes b
    where domein = 'OPTIES'
    and b.id in
    (select eo.basiscode_id from evenementen_opties eo
    where eo.event_id = :P16_ID)
    The :P16_ID has a value and should give result
    But it does not work at all with 'select list'
    Using the POPUP LOV (display discription, return key value) works nice
    The select retuns less then 10 records

    Hi Flavio,
    As I explained, the P16_ID is an item of the master page (page 16)
    In Page 18 where I want to reuse that value, the item is not there, but I use it to assign
    P18_EVENT_ID with the value in P16_ID and that works fine.
    In an after submit process, I do this :
    declare
    function get_pk return varchar2
    is
    begin
    for c1 in (select EVENEMENT_INSCHRIJVING_SEQ.nextval next_val
    from dual)
    loop
    return c1.next_val;
    end loop;
    end;
    begin
    :P18_ID := get_pk;
    :P18_EVENT_ID := :P16_ID;
    :P18_CREATIE_DT := TO_CHAR(SYSDATE,'DD-MM-YYYY HH24:MI:SS');
    :P18_CREATIE_USER := APEX_APPLICATION.G_USER;
    end;
    The value P16_ID is there before I open page 18
    I made a display item that displays the value P16_ID
    If I change the LOV select in :
    select b.omschrijving o, b.id i
    from basiscodes b
    , evenementen_opties eo
    where b.domein = 'OPTIES'
    and b.id = eo.basiscode_id
    and eo.event_id = 16
    then it returns the value I want : 1 record
    You see, I'm a really new one in apex.
    Forms 6i was easier for me...
    Regards Jules
    null

  • Security filter with variable does not work correctly

    Helo,
    I have one table with this columns (called BI_USERS):
    USERBI | REGIONS
    XXXX 10,5 -> In this case the user XXX can access the region 10 and 5
    AAA 9,7
    I use this table to apply the security filters. Fisrt I did a initialization block with the select: SELECT USERBI, REGIONS FROM BI_USERS WHERE USER = :USER
    This select populate two variables: variable USER (system variable) and UserRegion (Non-system variable)
    After I use the UserRegion variable in the securty filter of the one group of users. For exemple:
    Name | Status | Business Model Filter
    "Claro"."Historico Saldo Pre-Pago" Enabled "Claro"."Historico Saldo Pre-Pago"."DW_UN_NEG" In(VALUEOF(NQ_SESSION.*UserRegional)* )
    But the issue is that the query is not working, because the query created for BIServer no use the IN operator. Seems the IN operator is changed for equal (=).
    And the query returs error because the value 10,5 (for example) is not a numeric value.
    Anybody could help me, please? I am using the version 10.1.3
    Mauricio

    |||\/||| wrote:
    Helo,
    I have one table with this columns (called BI_USERS):
    USERBI | REGIONS
    XXXX 10,5 -> In this case the user XXX can access the region 10 and 5
    AAA 9,7
    I use this table to apply the security filters. Fisrt I did a initialization block with the select: SELECT USERBI, REGIONS FROM BI_USERS WHERE USER = :USER
    This select populate two variables: variable USER (system variable) and UserRegion (Non-system variable)
    After I use the UserRegion variable in the securty filter of the one group of users. For exemple:
    Name | Status | Business Model Filter
    "Claro"."Historico Saldo Pre-Pago" Enabled "Claro"."Historico Saldo Pre-Pago"."DW_UN_NEG" In(VALUEOF(NQ_SESSION.*UserRegional)* )
    But the issue is that the query is not working, because the query created for BIServer no use the IN operator. Seems the IN operator is changed for equal (=).
    And the query returs error because the value 10,5 (for example) is not a numeric value.
    Anybody could help me, please? I am using the version 10.1.3
    MauricioHi Mauricio,
    First of all you have some syntax errors with your init block:
    select USERBI, REGIONS from BI_USERS WHERE upper(USER)=upper(':USER');
    Couple things to consider here:
    1) Why are you selecting Userbi column from the table? Is USER system session variable not getting populated through other souces like LDAP or default security?
    Ans: If your user session variable is getting populated from a different init block, then you dont need to select that column. Then your init block would look something like this:
    select 'USERREGIONAL', REGIONS from BI_USERS WHERE upper(USER)=upper(':USER'); - Data Source
    Row Wise Initialization - Data Target
    Initblock that is populating the user session variable as the order of precedence.
    2) If you dont have USER session variable populating from any other source, then your init block would look something like below:
    select 'USER', USERBI, "USERREGIONAL', REGIONS from BI_USERS; - Data source
    Row Wise Initialization - Data target
    After following one of the above two steps, you need to apply the filters on the table.
    "Claro"."Historico Saldo Pre-Pago"."DW_UN_NEG" IN(VALUEOF(NQ_SESSION.USERREGIONAL))
    Note: Make sure you understand that variables are case sensitive.
    Please award points as this is correct answer.
    Thanks,
    -Amith.
    Edited by: Amith on May 10, 2011 3:18 PM

  • Shared variable does not work in executable

    In editor mode, the shared variables update fine.  When I build the executable, the shared variables no longer work.
    See attachment.
    Attachments:
    TestCitadel.vi ‏30 KB

    I found this note in the LV2010 help, I wonder if this could be related to your problem...
    Note  You can use scaling only for network-published
    shared variables, I/O variables, or I/O aliases. When the shared
    variable you want to scale is a network-published shared variable, it
    must have a data source. Configure a network-published shared variable
    to have a data source by placing a checkmark in the Enable Aliasing checkbox on the Variable page of the Shared Variable Properties dialog box.

  • ADF VO bind variable does not work in 'OrderBy' clause

    Hello, All
    When trying to define a VO with a SQL query, we use VO bind variables on the 'OrderBy' clause and set Groovy expression to populate values at runtime. Based on simple experiments, ADF throws out an exception saying that "Attempt to set a parameter name that does not occur in the SQL'. I am wondering if it is allowed to use bind variables in a 'OrderBy' clause? I know it does in 'Where' clause.
    Thanks a lot for your answers.
    Regards,
    David

    So is there any change of the BC framework being corrected to allow this, since it is legal syntax, as in the following sql*plus example?
    select last_name, decode(&&1, 'SA_REP', nvl(commission_pct,0), 'SA_MAN', nvl(commission_pct,0), nvl(salary,0))
    from hr.employees
    where job_id = &&1
    order by decode (&&1, 'SA_REP', nvl(commission_pct,0), 'SA_MAN', nvl(commission_pct,0), nvl(salary,0))
    /

  • Error 16 , the help that you suggest does not work!

    I had Acrobat XI monthly subscription, computer crashed, when I open my Adobe ID to download on new computer XI is not there anymore it is DC and it downloads but I get error 16 when I try to open it.  Have Windows 7.  I have done all the suggestions on your web site and but it still will not work.  Getting very frustrated as this has been going on for 2 weeks now. 
    What other suggestions do you have besides: Set permissions. Did all that and that is not the issue!

    Hey karenb34171070,
    Since you were using Acrobat XI subscription, you are eligible to upgrade to Acrobat DC without paying any extra charges.
    As you are using a subscription, you might try uninstalling and reinstalling Acrobat DC from the below mentioned link:
    https://cloud.acrobat.com/acrobat
    You will need to activate your subscription using the same Adobe ID credentials.
    Let me know if you still face the same error.
    Regards,
    Anubha

  • LOV based on Query - ORDER BY :P_ITEMVALUE does not work

    Hello guys! I have a special request that I'm focussing on. I have a couple of select lists in my application that contain tree species.
    On the first page the user has the opportunity to assign a ranking to the respective tree species. The database column storing that information is named INT_BEDEUTUNG.
    Instead of using that order by clause continously I want to be able to change the order by definition using two buttons. One is used to order alphabetically (column BA_LANG) and one is used to order by the field INT_BEDEUTUNG.
    Hence I tried to bind an item (P6_SORT) via a button, assigning it to either BA_LANG or INT_BEDEUTUNG.
    The tree species select lists in my reports are based on LOVs using the following query:
    SELECT BA_LANG, LNG_BAUMART
    FROM VT_TBL_BAUMART, vt_tbl_BAUMARTENBEDEUTUNG
    where CNT_BAUMART = LNG_BAUMART and
    LNG_GEBIET=:P6_lng_gebiet
    order by :P6_SORTI thought that if :P6_SORT conatins the value BA_LANG or INT_BEDEUTUNG, the selct list would be ordered accordingly. Unfortunately it doesn't, although P6_SORT is not empty?
    Do you have an idea what I am doing wrong or how to change the order by clause for that query for the whole application?
    I'd appreciate your interesting answers and thoughts!
    Best regards,
    Sebastian
    Edited by: skahlert on 17.09.2009 08:52

    @ Roel
    Thanks Roel! I believe your suggestion works! Thanks a lot! Great to get such a rapid solution! :-)
    Nevertheless I have one more question. I am using 2 html buttons on page 1 with URL-redirect in order to set the item on a specific page. This was for testing purposes only.
    Now I just want to set the attribute or value on page one where the respective buttons are placed.
    I have other navigating buttons on the same page, which when clicked, bind items on the target page. These should be used throughout the application to forward the item value for P_SORT.
    Now the question is - how can I bind an item on page 1 without being redirected? Is there a javascript routine or a simple trick that does the trick???
    Thanks again and best regards,
    Sebastian

  • Please Help! Safari Toolbar Does Not Work Properly

    My problem is that sometimes I'll click on an item (for example, Exit Window) but it won't execute unless I click on an empty space in a webpage, and then go back to the Exit Window icon. Simlarly, when I click the bookmarks tab on my Bookmarks Bar, I can't just click again; I have to click somewhere in the webpage first. Basically, I can only click an item once in a row.
    This happens with both my trackpad and mouse, but only in Safari--other apps click normally. I'm worried there might be a bigger problem.
    If this provides more information: last week Safari unexpectedly quit on me (oddly while visiting apple.com) and when I reopened Safari all the default bookmarks had been reinstalled, and some of my preferences had been reset.
    Does anyone know what this is? Or if I can download Safari? I've checked the support website and macupdates but it seems that only updates are available. Ultimately, I'd like to not have to reinstall Tiger just for my web browser.
    Thanks.
    Powerbook G4 15"   Mac OS X (10.4.7)  
    Powerbook G4 15"    

    Hi,
    I deleted the .plist files, but the problem's still there. I also reset Safari, ran emptied cache, deleted favicons & history, redid permissions, and removed my Safari plugins (Safaristand & Acidsearch) but to no avail. Can you check out my last 3 crash reports? I have a feeling something happened the last time Safari crashed on me.
    Date/Time: 2006-06-26 20:30:20.522 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [242]
    Version: 2.0.3 (417.9.3)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 4170903
    PID: 720
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xfff09d55
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a41bf4 objcmsgSendstret + 20
    1 com.apple.WebKit 0x95632088 -[WebImageRenderer size] + 100
    2 com.apple.WebCore 0x958a1710 QPixmap::rect() const + 76
    3 com.apple.WebCore 0x9589b694 khtml::CachedImage::valid_rect() const + 68
    4 com.apple.WebCore 0x9589b5cc khtml::CachedImage::ref(khtml::CachedObjectClient*) + 48
    5 com.apple.WebCore 0x9589ca18 DOM::HTMLImageLoader::updateFromElement() + 384
    6 com.apple.WebCore 0x9589c3d8 DOM::HTMLImageElementImpl::parseHTMLAttribute(DOM::HTMLAttributeImpl*) + 808
    7 com.apple.WebCore 0x95880324 DOM::HTMLElementImpl::attributeChanged(DOM::AttributeImpl*, bool) + 464
    8 com.apple.WebCore 0x9585dab8 DOM::ElementImpl::setAttributeMap(DOM::NamedAttrMapImpl*) + 380
    9 com.apple.WebCore 0x9585c520 KHTMLParser::parseToken(khtml::Token*) + 404
    10 com.apple.WebCore 0x958596a0 khtml::HTMLTokenizer::processToken() + 460
    11 com.apple.WebCore 0x9585b004 khtml::HTMLTokenizer::parseTag(khtml::TokenizerString&) + 6296
    12 com.apple.WebCore 0x95858f20 khtml::HTMLTokenizer::write(khtml::TokenizerString const&, bool) + 928
    13 com.apple.WebCore 0x958c0324 khtml::HTMLTokenizer::notifyFinished(khtml::CachedObject*) + 536
    14 com.apple.WebCore 0x958c00d8 khtml::CachedScript::checkNotify() + 92
    15 com.apple.WebCore 0x958c0048 khtml::CachedScript::data(QBuffer&, bool) + 336
    16 com.apple.WebCore 0x9588ffc4 khtml::Loader::slotFinished(KIO::Job*, NSData*) + 428
    17 com.apple.WebCore 0x95a08694 KWQSignal::callWithData(KIO::Job*, NSData*) const + 136
    18 com.apple.WebCore 0x9588fdb8 -[KWQResourceLoader finishJobAndHandle:] + 80
    19 com.apple.WebKit 0x95630908 -[WebSubresourceClient didFinishLoading] + 72
    20 com.apple.WebKit 0x9562fb90 -[WebBaseResourceHandleDelegate connectionDidFinishLoading:] + 48
    21 com.apple.Foundation 0x9296484c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
    22 com.apple.Foundation 0x92962ab8 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
    23 com.apple.Foundation 0x92962810 _sendCallbacks + 156
    24 com.apple.CoreFoundation 0x907dc4cc __CFRunLoopDoSources0 + 384
    25 com.apple.CoreFoundation 0x907db9fc __CFRunLoopRun + 452
    26 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    27 com.apple.HIToolbox 0x931d8980 RunCurrentEventLoopInMode + 264
    28 com.apple.HIToolbox 0x931d8014 ReceiveNextEventCommon + 380
    29 com.apple.HIToolbox 0x931d7e80 BlockUntilNextEventMatchingListInMode + 96
    30 com.apple.AppKit 0x936b9e84 _DPSNextEvent + 384
    31 com.apple.AppKit 0x936b9b48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    32 com.apple.Safari 0x00006df4 0x1000 + 24052
    33 com.apple.AppKit 0x936b608c -[NSApplication run] + 472
    34 com.apple.AppKit 0x937a6bfc NSApplicationMain + 452
    35 com.apple.Safari 0x0005cb98 0x1000 + 375704
    36 com.apple.Safari 0x0005ca40 0x1000 + 375360
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001b74 _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92941164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9294109c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x9561a3f0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9295969c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9295a7dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x92939300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a45b50c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f5ec select + 12
    1 com.apple.CoreFoundation 0x907ee40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x92939300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x93756aac -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9144a83c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x9144a5dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907ea8dc CFRunLoopRun + 52
    5 com.apple.QuickTime 0x94771208 QTSNetworkThread_RunThread + 128
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000090a41bf4 srr1: 0x000000000200f030 vrsave: 0x00000000fff00000
    cr: 0x44024444 xer: 0x0000000020000004 lr: 0x0000000095632088 ctr: 0x0000000090a41be0
    r0: 0x0000000095632088 r1: 0x00000000bfffdef0 r2: 0x00000000fff09d55 r3: 0x00000000bfffdf30
    r4: 0x000000000a7b7e40 r5: 0x0000000090ab42e0 r6: 0x00000000bfffdfa4 r7: 0x00000000a58c6bec
    r8: 0x0000000000000010 r9: 0x0000000000000ae4 r10: 0x00000000046fc698 r11: 0x00000000a5618694
    r12: 0x0000000000624dc4 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000013ee3 r19: 0x0000000000000000
    r20: 0x00000000101986f2 r21: 0x00000000604a6280 r22: 0x0000000000000030 r23: 0x00000000004119b0
    r24: 0x0000000000000001 r25: 0x000000000e6d86e0 r26: 0x000000000936d848 r27: 0x000000000de41470
    r28: 0x000000000936d848 r29: 0x000000000e6d86a0 r30: 0x00000000bfffdfb0 r31: 0x00000000958a16d0
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.9.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x564000 - 0x566fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x609000 - 0x60ffff com.unsanity.smartcrashreports Smart Crash Reports version 1.1 (1.1) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x686000 - 0x686fff com.apple.SpotLightCM 1.0 (121.36) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x4621000 - 0x4623fff com.apple.AutomatorCMM 1.0 (48) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x50e4000 - 0x50e8fff com.apple.FolderActionsMenu 1.3 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x584b000 - 0x584dfff com.apple.PDFImporter 1.6 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x6263000 - 0x6264fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x6625000 - 0x663efff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x666d000 - 0x6688fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6e05000 - 0x6ff5fff com.macromedia.Flash Player.plugin 8.0.24 (1.0.1f24) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x80de000 - 0x81edfff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x821c000 - 0x830cfff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x9271000 - 0x927efff com.apple.quicktime.webplugin 7.1.1 /Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    0xcded000 - 0xce07fff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xce0c000 - 0xce85fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xda0f000 - 0xda48fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xdbab000 - 0xdc8afff com.apple.audio.codecs.Components 1.4.3 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x8fd50000 - 0x8fd8dfff com.apple.QuickTimeFireWireDV.component 7.1.1 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 4.0 (129.16) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fbfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110c000 - 0x9111afff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111d000 - 0x912d3fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d0000 - 0x913d9fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e0000 - 0x91407fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9141a000 - 0x91425fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x9142a000 - 0x91432fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91436000 - 0x914b1fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914ee000 - 0x914eefff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f0000 - 0x91528fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91543000 - 0x91610fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91665000 - 0x916f6fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9173d000 - 0x917f4fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91831000 - 0x9188ffff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918be000 - 0x918dffff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918f3000 - 0x91918fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9192b000 - 0x9196dfff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91989000 - 0x9199dfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ab000 - 0x919eafff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a00000 - 0x91ac8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b16000 - 0x91b2bfff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b30000 - 0x91b4dfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b52000 - 0x91bc1fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91bd8000 - 0x91bdcfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91bde000 - 0x91c25fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c2a000 - 0x91c67fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c6e000 - 0x91c87fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c8c000 - 0x91c8ffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c91000 - 0x91c91fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c93000 - 0x91d73fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7b000 - 0x91d9afff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e06000 - 0x91e74fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e7f000 - 0x91f13fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f2d000 - 0x924b5fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924e8000 - 0x92813fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92843000 - 0x928cbfff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9290c000 - 0x92b37fff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c55000 - 0x92d33fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d53000 - 0x92e41fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e53000 - 0x92e71fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e7c000 - 0x92ed6fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ef4000 - 0x92ef4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ef6000 - 0x92f0afff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f22000 - 0x92f32fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f3e000 - 0x92f53fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f65000 - 0x92fecfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93000000 - 0x9300bfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93015000 - 0x93042fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9305c000 - 0x9306bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93077000 - 0x930ddfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9310e000 - 0x9315dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9318b000 - 0x931a8fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931ba000 - 0x931c7fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931d0000 - 0x934ddfff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9362c000 - 0x93638fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9363d000 - 0x9365dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93675000 - 0x936a5fff com.apple.MediaKit 8.6.1 (345.1.7) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x936b0000 - 0x936b0fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936b2000 - 0x93ce4fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94071000 - 0x940e1fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9411a000 - 0x941ddfff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9422f000 - 0x9422ffff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94231000 - 0x943e5fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94438000 - 0x94475fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9447d000 - 0x944cdfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9450d000 - 0x94551fff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x9455d000 - 0x94595fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x945d8000 - 0x945f4fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94608000 - 0x9464cfff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94670000 - 0x9467ffff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94687000 - 0x94694fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x946da000 - 0x946f3fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x946fa000 - 0x949aefff com.apple.QuickTime 7.1.1 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94a72000 - 0x94ae3fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94b56000 - 0x94b76fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94c7e000 - 0x94dacfff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94e3e000 - 0x94e4dfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94e55000 - 0x94e82fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94e89000 - 0x94e99fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94e9d000 - 0x94eccfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94edc000 - 0x94ef9fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x952f1000 - 0x952f1fff com.apple.DiscRecording 3.1.2 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x952f3000 - 0x95376fff com.apple.DiscRecordingEngine 3.1.2 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x953a3000 - 0x953e9fff com.apple.DiscRecordingContent 3.1.2 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x955e7000 - 0x9560ffff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x95618000 - 0x956a4fff com.apple.WebKit 418 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x956ff000 - 0x957f4fff com.apple.JavaScriptCore 417.11 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95830000 - 0x95b3afff com.apple.WebCore 417.24 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cc2000 - 0x95cebfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95e79000 - 0x95eb8fff com.apple.QTKit 7.1.1 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96443000 - 0x96444fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x96446000 - 0x96447fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x9644c000 - 0x96462fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96464000 - 0x96484fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x96492000 - 0x964a0fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x964a5000 - 0x964a6fff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x964a8000 - 0x964bbfff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x96ee1000 - 0x96f00fff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97617000 - 0x976d8fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97703000 - 0x97704fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97706000 - 0x97713fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9869a000 - 0x987a2fff com.apple.DiskImagesFramework 10.4.3 (112.5) /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x9881f000 - 0x9882cfff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x98b0d000 - 0x994e3fff com.apple.QuickTimeComponents.component 7.1.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x996f9000 - 0x996fcfff com.apple.QuickTimeH264.component 7.1.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x996fe000 - 0x997d1fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x99908000 - 0x999c6fff com.apple.QuickTimeMPEG4.component 7.1.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x999e2000 - 0x99b31fff com.apple.QuickTimeStreaming.component 7.1.1 /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x9a116000 - 0x9a13dfff com.apple.QuickTime Plugin.plugin 7.1.1 /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x9a458000 - 0x9a48efff com.apple.Syndication 1.0.5 (52) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a4ab000 - 0x9a4bdfff com.apple.SyndicationUI 1.0.5 (52) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9a50d000 - 0x9a605fff com.apple.audio.units.Components 1.4.1 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Date/Time: 2006-07-07 21:19:52.501 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [59]
    Version: 2.0.3 (417.9.3)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 4170903
    PID: 2248
    Thread: 4
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x931d8980 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x931d8014 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x931d7e80 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x936b9e84 _DPSNextEvent + 384
    8 com.apple.AppKit 0x936b9b48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x00006df4 0x1000 + 24052
    10 com.apple.AppKit 0x936b608c -[NSApplication run] + 472
    11 com.apple.AppKit 0x937a6bfc NSApplicationMain + 452
    12 com.apple.Safari 0x0005cb98 0x1000 + 375704
    13 com.apple.Safari 0x0005ca40 0x1000 + 375360
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001b74 _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92941164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9294109c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x9561a3f0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9144a83c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x9144a5dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 4 Crashed:
    0 <<00000000>> 0xfffeff20 objcmsgSendrtp + 32
    1 com.apple.CoreFoundation 0x907cdadc __CFDictionaryFindBuckets1b + 140
    2 com.apple.CoreFoundation 0x907cda20 CFDictionaryGetValue + 212
    3 com.apple.Foundation 0x9296f564 addCookieToCache + 72
    4 com.apple.Foundation 0x9295dd28 -[NSHTTPCookieDiskStorage cookies] + 292
    5 com.apple.Foundation 0x9295daa4 -[NSHTTPCookieDiskStorage _tryCookieLookup:path:secure:result:] + 48
    6 com.apple.Foundation 0x9295d7e8 -[NSHTTPCookieDiskStorage cookiesMatchingDomain:path:secure:] + 288
    7 com.apple.Foundation 0x9295d050 -[NSHTTPCookieStorage(NSPrivate) _cookiesForURL:withExtraCookies:] + 284
    8 com.apple.Foundation 0x9295cef0 -[NSHTTPCookieStorage(NSPrivate) _cookieRequestHeaderFieldsForURL:withExtraCookies:] + 32
    9 com.apple.Foundation 0x9295c234 -[NSConnectionHTTPURLProtocol addCookieFieldToHeader] + 144
    10 com.apple.Foundation 0x9295bcf4 -[NSConnectionHTTPURLProtocol buildHTTPRequest] + 168
    11 com.apple.Foundation 0x9295bbcc -[NSConnectionHTTPURLProtocol startOriginLoad] + 48
    12 com.apple.Foundation 0x9295b888 -[NSURLConnection(NSURLConnectionInternal) _performOriginLoad] + 328
    13 com.apple.Foundation 0x9295993c _resourceLoaderPerform + 224
    14 com.apple.CoreFoundation 0x907dc4cc __CFRunLoopDoSources0 + 384
    15 com.apple.CoreFoundation 0x907db9fc __CFRunLoopRun + 452
    16 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    17 com.apple.Foundation 0x9295969c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    18 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    19 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9295a7dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x92939300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a45b50c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9001f5ec select + 12
    1 com.apple.CoreFoundation 0x907ee40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x92939300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x93756aac -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90054fc8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071648 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf45f0 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90bf4444 AsyncFileThread(void*) + 56
    4 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92941164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9294109c -[NSRunLoop run] + 76
    6 com.apple.Safari 0x0003dac4 0x1000 + 248516
    7 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 4 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff20 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44028448 xer: 0x0000000000000003 lr: 0x00000000907cdadc ctr: 0x00000000fffeff00
    r0: 0x00000000907cdadc r1: 0x00000000f02841a0 r2: 0x0000000000000000 r3: 0x0000000009ceafc0
    r4: 0x0000000090a4e1f4 r5: 0x0000000000000000 r6: 0x0000000004060401 r7: 0x0000000001030301
    r8: 0x0000000068363567 r9: 0x0000000009ceafc0 r10: 0x00000000aa0953a8 r11: 0x000000006f5ae1f4
    r12: 0x00000000007b9674 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x000000007fffffff r21: 0x0000000000000001 r22: 0x0000000000000001 r23: 0x00000000a292dc04
    r24: 0x0000000009ce0980 r25: 0x0000000007596d30 r26: 0x0000000009c53bc0 r27: 0x0000000009ceafc0
    r28: 0x0000000009ce0980 r29: 0x00000000a07bb428 r30: 0x0000000009ce0980 r31: 0x00000000907cda60
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.9.3) /Applications/Safari.app/Contents/MacOS/Safari
    0x1d3000 - 0x1ddfff com.rogueamoeba.Detour Detour version 1.5.5 (1.5.5) /Library/Application Enhancers/Detour.ape/Contents/MacOS/Detour
    0x52b000 - 0x52dfff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x62e000 - 0x634fff com.unsanity.smartcrashreports Smart Crash Reports version 1.1 (1.1) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 4.0 (129.16) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fbfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110c000 - 0x9111afff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111d000 - 0x912d3fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d0000 - 0x913d9fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e0000 - 0x91407fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9141a000 - 0x91425fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x9142a000 - 0x91432fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91436000 - 0x914b1fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914ee000 - 0x914eefff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f0000 - 0x91528fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91543000 - 0x91610fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91665000 - 0x916f6fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9173d000 - 0x917f4fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91831000 - 0x9188ffff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918be000 - 0x918dffff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918f3000 - 0x91918fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9192b000 - 0x9196dfff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91989000 - 0x9199dfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ab000 - 0x919eafff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a00000 - 0x91ac8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b16000 - 0x91b2bfff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b30000 - 0x91b4dfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b52000 - 0x91bc1fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91bd8000 - 0x91bdcfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91bde000 - 0x91c25fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c2a000 - 0x91c67fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c6e000 - 0x91c87fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c8c000 - 0x91c8ffff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c91000 - 0x91c91fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c93000 - 0x91d73fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7b000 - 0x91d9afff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e06000 - 0x91e74fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e7f000 - 0x91f13fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f2d000 - 0x924b5fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924e8000 - 0x92813fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92843000 - 0x928cbfff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9290c000 - 0x92b37fff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c55000 - 0x92d33fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d53000 - 0x92e41fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e53000 - 0x92e71fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e7c000 - 0x92ed6fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ef4000 - 0x92ef4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ef6000 - 0x92f0afff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f22000 - 0x92f32fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f3e000 - 0x92f53fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f65000 - 0x92fecfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93000000 - 0x9300bfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93015000 - 0x93042fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9305c000 - 0x9306bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93077000 - 0x930ddfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9310e000 - 0x9315dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9318b000 - 0x931a8fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931ba000 - 0x931c7fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931d0000 - 0x934ddfff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9362c000 - 0x93638fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9363d000 - 0x9365dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93675000 - 0x936a5fff com.apple.MediaKit 8.6.1 (345.1.7) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x936b0000 - 0x936b0fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936b2000 - 0x93ce4fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94071000 - 0x940e1fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9411a000 - 0x941ddfff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9422f000 - 0x9422ffff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94231000 - 0x943e5fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94438000 - 0x94475fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9447d000 - 0x944cdfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9450d000 - 0x94551fff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x9455d000 - 0x94595fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x945d8000 - 0x945f4fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94608000 - 0x9464cfff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94670000 - 0x9467ffff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94687000 - 0x94694fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x946da000 - 0x946f3fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94b56000 - 0x94b76fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94c7e000 - 0x94dacfff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94e3e000 - 0x94e4dfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94e55000 - 0x94e82fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94e89000 - 0x94e99fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94e9d000 - 0x94eccfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94edc000 - 0x94ef9fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x952f1000 - 0x952f1fff com.apple.DiscRecording 3.1.2 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x952f3000 - 0x95376fff com.apple.DiscRecordingEngine 3.1.2 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x953a3000 - 0x953e9fff com.apple.DiscRecordingContent 3.1.2 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x955e7000 - 0x9560ffff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x95618000 - 0x956a4fff com.apple.WebKit 418 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x956ff000 - 0x957f4fff com.apple.JavaScriptCore 417.11 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95830000 - 0x95b3afff com.apple.WebCore 417.24 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cc2000 - 0x95cebfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x9869a000 - 0x987a2fff com.apple.DiskImagesFramework 10.4.3 (112.5) /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
    0x9881f000 - 0x9882cfff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x9a458000 - 0x9a48efff com.apple.Syndication 1.0.5 (52) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9a4ab000 - 0x9a4bdfff com.apple.SyndicationUI 1.0.5 (52) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Date/Time: 2006-07-09 17:03:08.243 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [59]
    Version: 2.0.3 (417.9.3)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 4170903
    PID: 4293
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 <<00000000>> 0xfffeff20 objcmsgSendrtp + 32
    1 com.apple.CoreFoundation 0x907c2088 __CFCopyFormattingDescription + 180
    2 com.apple.CoreFoundation 0x907c1adc _CFStringAppendFormatAndArgumentsAux + 4108
    3 com.apple.Foundation 0x92919268 -[NSCFString appendFormat:] + 84
    4 com.apple.WebCore 0x958c9fbc KConfig::readEntry(char const*, QString const&) const + 396
    5 com.apple.WebCore 0x958c965c KJS::PluginBase::PluginBase[unified](KJS::ExecState*) + 1048
    6 com.apple.WebCore 0x9588e184 KJS::Navigator::getValueProperty(KJS::ExecState*, int) const + 2136
    7 com.apple.WebCore 0x9588d914 KJS::Navigator::get(KJS::ExecState*, KJS::Identifier const&) const + 344
    8 com.apple.JavaScriptCore 0x9571655c KJS::Reference::getValue(KJS::ExecState*) const + 584
    9 com.apple.JavaScriptCore 0x95716078 KJS::AccessorNode2::evaluate(KJS::ExecState*) + 60
    10 com.apple.JavaScriptCore 0x9571b2ac KJS::BinaryLogicalNode::evaluate(KJS::ExecState*) + 60
    11 com.apple.JavaScriptCore 0x957206c8 KJS::IfNode::execute(KJS::ExecState*) + 136
    12 com.apple.JavaScriptCore 0x9571553c KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    13 com.apple.JavaScriptCore 0x957152ac KJS::BlockNode::execute(KJS::ExecState*) + 140
    14 com.apple.JavaScriptCore 0x9572220c KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
    15 com.apple.JavaScriptCore 0x95721a8c KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
    16 com.apple.JavaScriptCore 0x95717590 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 136
    17 com.apple.JavaScriptCore 0x95715e38 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
    18 com.apple.JavaScriptCore 0x9571ac78 KJS::AssignNode::evaluate(KJS::ExecState*) + 260
    19 com.apple.JavaScriptCore 0x9571aab4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    20 com.apple.JavaScriptCore 0x957207f8 KJS::IfNode::execute(KJS::ExecState*) + 440
    21 com.apple.JavaScriptCore 0x9571553c KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    22 com.apple.JavaScriptCore 0x957152ac KJS::BlockNode::execute(KJS::ExecState*) + 140
    23 com.apple.JavaScriptCore 0x9572220c KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
    24 com.apple.JavaScriptCore 0x95721a8c KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
    25 com.apple.JavaScriptCore 0x95717590 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 136
    26 com.apple.JavaScriptCore 0x95715e38 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
    27 com.apple.JavaScriptCore 0x9571ad34 KJS::AssignNode::evaluate(KJS::ExecState*) + 448
    28 com.apple.JavaScriptCore 0x9571aab4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    29 com.apple.JavaScriptCore 0x957207f8 KJS::IfNode::execute(KJS::ExecState*) + 440
    30 com.apple.JavaScriptCore 0x9571553c KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    31 com.apple.JavaScriptCore 0x957152ac KJS::BlockNode::execute(KJS::ExecState*) + 140
    32 com.apple.JavaScriptCore 0x9572220c KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
    33 com.apple.JavaScriptCore 0x95721a8c KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
    34 com.apple.JavaScriptCore 0x95717590 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 136
    35 com.apple.JavaScriptCore 0x95715e38 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
    36 com.apple.JavaScriptCore 0x9571aab4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    37 com.apple.JavaScriptCore 0x9571553c KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    38 com.apple.JavaScriptCore 0x957152ac KJS::BlockNode::execute(KJS::ExecState*) + 140
    39 com.apple.JavaScriptCore 0x9572220c KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 44
    40 com.apple.JavaScriptCore 0x95721a8c KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 408
    41 com.apple.JavaScriptCore 0x95717590 KJS::Object::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 136
    42 com.apple.JavaScriptCore 0x95715e38 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 1040
    43 com.apple.JavaScriptCore 0x9571aab4 KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
    44 com.apple.JavaScriptCore 0x9571553c KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
    45 com.apple.JavaScriptCore 0x957152ac KJS::BlockNode::execute(KJS::ExecState*) + 140
    46 com.apple.JavaScriptCore 0x9570e0e4 KJS::InterpreterImp::evaluate(KJS::UString const&, KJS::Value const&, KJS::UString const&, int) + 1156
    47 com.apple.JavaScriptCore 0x9570daf0 KJS::Interpreter::evaluate(KJS::UString const&, int, KJS::UString const&, KJS::Value const&) + 64
    48 com.apple.WebCore 0x9588a6cc KJSProxyImpl::evaluate(QString, int, QString const&, DOM::Node const&) + 192
    49 com.apple.WebCore 0x9588a5a0 KHTMLPart::executeScript(QString, int, DOM::Node const&, QString const&) + 144
    50 com.apple.WebCore 0x9588a3a4 khtml::HTMLTokenizer::scriptExecution(QString const&, QString, int) + 448
    51 com.apple.WebCore 0x95889ef0 khtml::HTMLTokenizer::scriptHandler() + 1300
    52 com.apple.WebCore 0x9587ebbc khtml::HTMLTokenizer::parseSpecial(khtml::TokenizerString&) + 548
    53 com.apple.WebCore 0x9585b198 khtml::HTMLTokenizer::parseTag(khtml::TokenizerString&) + 6700
    54 com.apple.WebCore 0x95858f20 khtml::HTMLTokenizer::write(khtml::TokenizerString const&, bool) + 928
    55 com.apple.WebCore 0x95854588 KHTMLPart::write(char const*, int) + 852
    56 com.apple.WebKit 0x9565d1cc -[WebDataSource(WebPrivate) _commitLoadWithData:] + 92
    57 com.apple.WebKit 0x9562925c -[WebMainResourceClient addData:] + 84
    58 com.apple.WebKit 0x95629188 -[WebBaseResourceHandleDelegate didReceiveData:lengthReceived:] + 68
    59 com.apple.WebKit 0x95683a9c -[WebMainResourceClient didReceiveData:lengthReceived:] + 136
    60 com.apple.WebKit 0x95629124 -[WebBaseResourceHandleDelegate connection:didReceiveData:lengthReceived:] + 60
    61 com.apple.Foundation 0x929645d4 -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 564
    62 com.apple.Foundation 0x92962a74 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 488
    63 com.apple.Foundation 0x92962810 _sendCallbacks + 156
    64 com.apple.CoreFoundation 0x907dc584 __CFRunLoopDoSources0 + 568
    65 com.apple.CoreFoundation 0x907db9fc __CFRunLoopRun + 452
    66 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    67 com.apple.HIToolbox 0x931d8980 RunCurrentEventLoopInMode + 264
    68 com.apple.HIToolbox 0x931d8014 ReceiveNextEventCommon + 380
    69 com.apple.HIToolbox 0x931d7e80 BlockUntilNextEventMatchingListInMode + 96
    70 com.apple.AppKit 0x936b9e84 _DPSNextEvent + 384
    71 com.apple.AppKit 0x936b9b48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    72 com.apple.Safari 0x00006df4 0x1000 + 24052
    73 com.apple.AppKit 0x936b608c -[NSApplication run] + 472
    74 com.apple.AppKit 0x937a6bfc NSApplicationMain + 452
    75 com.apple.Safari 0x0005cb98 0x1000 + 375704
    76 com.apple.Safari 0x0005ca40 0x1000 + 375360
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001b74 _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92941164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9294109c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x9561a3f0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9144a83c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x9144a5dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9295969c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.apple.CoreFoundation 0x907dbb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9295a7dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f5ec select + 12
    1 com.apple.CoreFoundation 0x907ee40c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x92939300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a45b50c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.Foundation 0x92939300 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x93756aac -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92932194 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff20 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44008284 xer: 0x0000000000000007 lr: 0x00000000907c2088 ctr: 0x00

  • Variable does not work for sqlplus (command line)

    Here is an select:
    variable x number;
    variable y number;
    variable a number;
    define x = 2000;
    define y = 2*1000;
    define a = &x+&y;
    select ener from adding where ener = &a;
    When I execute it under SQL*Plus Worksheet (client installed on my PC) then I get output:
    ENER
    4000
    1 row selected
    When I execute this same under command line sqlplus (under unix shell) then I get output
    old 1: select ener from adding where ener = &a
    new 1: select ener from adding where ener = 2000+2*1000
    no rows selected
    What is worng ?

    Nothing.
    Sqlplus is correct and sql worksheet is buggy.
    Define works with strings only. You cannot use it to calculate an expression.
    Apparently sql worksheet did calculate the expression, and sqlplus didn't, submitting it as a string.
    This is the expected behavior.
    This behavior can likely vary by version, so thank you for not providing version info.
    Will anything awful happen when you do, or is this just the lazyness epidemia in this forum?
    Sybrand Bakker
    Senior Oracle DBA
    Experts: those who did read documentation.

  • Help my menu button does not work at all

    it won't work the menu button doesn't work
    Windows P.C   Windows XP  

    Welcome to Apple Discussions!
    Try these...
    Resetting iPod
    Restore the iPod
    If those do not help, then it is a hardware problem. Your iPod may need service...
    iPod Service
    btabz

  • Help Needed: Airport Express does not work

    My Airport Express was ok until one day I setup it under bridge mode in a hotel room. Now neither my iMac and Dell laptop can update the settings in the Airport Express. It always shows error in reading the settings.
    I have tried soft, hard reset and also tried to bring it back to factory settings. However, all these trials were not successful. It did not even blink with green light when I tried to reset it to factory settings (hold the reset pin, plug in power socket and then release the pin... I believe I did it right).
    Also the network name I created in this Airport Express did not change to default name. The Airport Express name was restored to default though.
    Does anyone know how to fix this? Do I have to send the hardware to Apple to fix it or it is just a software failure that I can fix at home with you guys help?
    Thanks!

    Same problem here -- followed instructions to do factory reset to a "T", never saw blinking green LED. Instead led blinks yellow. Always get an error in Airport Utility.
    Apple had best quit poking fun at how lousy Microsoft stuff is before someone sees the large number of product complaints logged in the forums. It isn't smart to toss stones in a glass house.

  • Help! Slideshow Autoplay does not work on ipad content viewer.

    I created a dps app using Adobe Creative Cloud on a PC running Windows 8.  It has a multi-state object of text to fade in and out. It works properly on a windows tablet but not on my ipad.  I'm aware this question has been asked before and I tried all of the suggested fixes and none have worked for me. Are there anymore bug fixes.

    Darn, I was hoping you could read my mind, lol. The problem is I created an article in DPS that has 4 multi-state objects on one page. 3 of the multi-state objects (button-like icons that change color when you tap/swipe them) are set to tap to play, the 4th multi-state object, a slideshow with 7 states each containing text that's supposed fade in and out 1 by 1 on a loop, is set to Autoplay upon article opening. This all works great on the desktop preview and once its downloaded to Adobe Content Viewer on my Windows Tablet.  However, when I download it to the Adobe Content View on my iPad and try to run the same app the 3 tap to play icon buttons work fine but the multi-state text Slideshow will not autoplay. It will only show the first state (which is a text box). I'm using Adobe Creative Cloud Indesign to create the article on a pc running Windows 8. I recently ran updates on my adobe software. Any insight???

Maybe you are looking for