Exception when no_data_found then variable =: 'Text field of my choice'

Hi,
I have an exception in a package I have created. The package compiles fine but when I test it nothing is returned. I want TEXT 'NULL' to be returned as I'll use this in a lookup later on.
EXCEPTION WHEN no_data_found THEN
  v_Passangers                  :='NULL';
  v_Third_Party                 :='NULL';
  v_Witnesses                   :='NULL'; 
  v_Authorities                 :='NULL';
begin
  MyPackage.Load_Context_1(355271);
  dbms_output.put_line('v_Passangers : '||MyPackage.v_Passangers );
  dbms_output.put_line('v_Third_Party : '||MyPackage.v_Third_Party );
  dbms_output.put_line('v_Witnesses   : '||MyPackage.v_Witnesses  );
  dbms_output.put_line('v_Authorities   : '||MyPackage.v_Authorities );
end;RETURNS:
v_Passangers:
v_Third_Party:
v_Witnesses:
v_Authorities:                       I Would Like:
v_Passangers: NULL
v_Third_Party: NULL
v_Witnesses: NULL
v_Authorities: NULLThanks!!!
Banner:
Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
"CORE 11.2.0.2.0 Production"
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production

Hi,
First question, why have you posted this to the AQ forum? It is more of a PL/SQL question.
However, in response - how do you know that NO_DATA_FOUND is actually occurring? How are thes package variables declared?
Can you upload the contents of this package ? MyPackage.Load_Context_1(355271);
I don't like the use of the word NULL - it leads to mass confusion, the word should mean what it means to Oracle, there are several other ways of acheiving this which I think would be better practice, for instance - it would be much betetr to have these variables returned as OUT parameters from the procedure rather than package level variables.
Thanks
Paul

Similar Messages

  • Typing freezes when typing in a text field

    When typing in a text field (commenting on a blog for example) the typing freezes if i try to backspace or move to cursor to add/correct something. How can I fix this? This happens  in Safari, but when I tried Chrome I had the same problem!

    Sorry just saw you were running iOS 6.
    To quit all apps in iOS 6, Double tap the Home button, hold an app icon until it wiggles then tap the for each app that is open. then try the reset.
    If that does not help you may want to try restoring.
    Be sure toi backup first.
    If restoring from a backup does not solve the problem then restore as a new device.
    iOS: Back up and restore your iOS device

  • Button Setting Variable - Text Field Not Updating

    Hi,
    I am working with Acrobat 9 Pro on Windows.
    I am unable to make the following work: When the user clicks a Button, a Text Field appears with the text associated with the Button clicked. I have tried accomplishing this with a variable declared in the Document JavaScripts, buttons setting the value of the variable, and a Text Field containing a Custom Calculation Script that returns the text associated with the value of the variable.
    Everything works - except the Text Field doesn't return the text associated with the value of the variable. I have an app.alert (for now) in the button scripts so I can see if the variable has the correct value - and it does - but when the Text Field appears - the text never changes.
    What I have observed: if I go back into the Custom Calculation Script of the Text Field and do nothing, go back out, go to Preview, and click on a Button, the text updates to the previous variable value (not the Button variable value I just clicked).
    So - I think - the Custom Calculation Script isn't seeing the new variable "on the fly". Even though the app.alerts are. I don't think this is a Field Calculation Order problem. But maybe it is. And this is where my brain power ends. Any suggestions would be greatly appreciated. Thank you.
    I have this in the Document JavaScripts:
    var ITrig = 1;
    I have three Buttons (want to have more) that will set the ITrig variable.
    Here is what I have in one Button:
    var Inpopup = this.getField("PartASectionIIInstructions")
    ITrig = 2;
    app.alert(ITrig);
    if (Inpopup.display == display.hidden) {
    Inpopup.display = display.visible
    Inpopup.setFocus();
    } else {
    Inpopup.display = display.hidden;
    I have this in the PartASectionIIInstructions Text Field in the Custom Calculation Script:
    if (ITrig == 2) {
    event.value = "#2";
    else if (ITrig == 3) {
    event.value = "#3";
    else if (ITrig == 4) {
    event.value = "#4";

    Thank you. I had tried something like that earlier - without success. That is why I went to the calculation script. So - I went back to the "Acrobat Forms - JavaScript Object Specification" looking for an answer. It finally sunk in I was guilty of this:
    var Inpopup = this.getField("PartASectionIIInstructions").value
    Inpopup = "#3"
    When I should have been doing this:
    var Inpopup = this.getField("PartASectionIIInstructions")
    Inpopup.value = "#3"

  • Forcing carriage returns when writing into a text field in director 7

    I am trying to put together a data table in a text field in
    director 7. I have a 4 variables that contain random numbers. I
    would like my data table to appear in the following format:
    P1 xxx atm
    V1 xxx mL
    P2 xxx atm
    V2 xxx mL
    I was trying to do it into a single text field by
    concatenating the text string for the variable name, the variable,
    and also the variables containing the units. Unfortunately, the
    different units are all different lengths, so I keep getting word
    wrap issues. Is there anything I can do to just tell it to start a
    new line?
    My workaround was to put each line into a different field,
    but .....
    Any help would be appreciated.
    BobR

    This is actually fairly simple when working with numbers,
    because numbers
    (in most fonts) are fixed-width. X number of digits will take
    up Y amount
    of space, regardless of what those digits are. Thus, if you
    figure out the
    maximum number of digits that will fit into your column, you
    can count the
    digits of your random number to see if it'll fit, and then
    add RETURNs in it
    if it won't. Another thing you can do if it fits your style
    is pad the
    numbers with leading 0's. _'s are also usually the same width
    as numbers.
    At any rate, it's a little hard to help if we don't have a
    good idea of what
    kind of data you're trying to display - what's the range of
    numbers, for
    example? If you know about how many digits you'll have in
    your longest
    numbers, you should be able to tailor your text member to be
    able to fit
    that many digits without wrapping, just by typing in 12345678
    or however
    many digits you need and stretching things to fit that. It
    gets a good deal
    trickier with letters, unfortunately - "woman" takes up more
    space than
    "illicit" despite containing 2 fewer letters. There's ways of
    dealing with
    that, but they're not easy...

  • Check Code (PK) When type in to text field,Exist or not

    Hi,
    i want to create a Language Master.I have take two fields LAN_CODE and LAN_NAME in LANG_MASTER Table. Here LAN_CODE is my Primary Key.
    Now problem is when i type New LAN_CODE into Text Field Item and when i press Submit then it show me Error LAN_CODE Already Exist .
    I need when i Type New LAN_CODE in Language Code TEXT FIELD then it should be check LAN_CODE Already Exist or not. if LAN_CODE Already Exist .then Cursor should not point (go) to Next Item.
    My LAN_CODE Formate is
    HIE-------Hindi
    ENG------English
    PAN------PANJABI
    How can i check code when i type new code in to text field.Code Exist or Not.
    How can i do this.
    Thanks
    Vedant
    Edited by: Vedant on Jun 2, 2011 11:39 PM

    Hi Paul ,
    Thanks to reply me.
    I have created a form with report and
    i did apply that code ,It's working BUt Now Problem is when i press TAB then it's show me error Value Already Exit But Here it's change into APPLY_CHANGE Mode .
    How can i prevent to page not in Apply Change Mode.
    i want when TAB Press and check for Duplicate VAlue it should be in Create New Language Mode.
    How can i do this.
    Thanks
    Vedant
    Edited by: Vedant on Jun 5, 2011 11:19 PM

  • CSV with large variable text FIELD

    Hello All,
    I have more then 1000 csv with more than 100 columns to be imported to Oracle through FTP.
    there are few columns in CSV file that has variable text and it can go upto 9000 chars. I tried using varchar2 but it max out at 4000. Is there any way i can use CLOB?
    Thank you in advance.

    i found the solution, by using clob database field.

  • Sometimes when I click in text fields (like to fill out a captcha), I get a pop-up ad and Firefox immediately switches to it, leaving the tab blank.

    My problem is pretty much this, if I can explain it well enough: when I click on certain text fields, like to input the answer to a captcha, for instance, I constantly get pop-up ads and Firefox will switch to the pop-up, leaving the entire page that I was on before blank as if I opened a new tab.
    This started a while ago and I'd been trying to just deal with it, but it's really starting to drive me up the wall. Is there a fix to this? I'm sure it happened when I went to about:config to try and fix something about text auto-filling. I can't say whether I did that right or wrong, considering my text doesn't autofill anymore, but now I have this annoying problem.
    Help?!

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    Please scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • ADOBE PDF Variable text field

    Does any one know if there is a way to change the size of a text field on the layout depending the amount of data coming into the form?
    Thanks!

    Hi Otto,
    In the initialization tabb  I'm adding code to check hrp1001 PRIOX and if the priox is GE 90, I want to display 70-80 char string but if not I want to display nothing and I want the space in the form to skrink so the user does not see the empty gap in form.
    Does that help?
    JeffG

  • How to impl. Enter key (when fill some input text field and then submit)

    I have some input field for login user in application and then when user submit on enter I want to login process start.
    Which is my solution for this?
    Now, user can login process start with click on Log in button.
    Thx.

    See complete explanation:
    http://blogs.oracle.com/Didier/ButtonToSubmitForm
    and download sample 2:
    http://blogs.oracle.com/Didier/Samples

  • Exception when trying to dequeue text message.

    I have WebLogic Server 10.3.5 and i used this tutorial http://download.oracle.com/docs/cd/E12839_01/web.1111/e13738/aq_jms.htm to connect AQ on Oracle Database 11g with WebLogic Server as a Foreign Server.
    I can enqueue text message from application written in java using javax.jms library.
    But everytime i try to dequeue text message i get this exception on WebLogic Server:
    <Error> <EJB> <BEA-010079> <An error occurred while attempting to receive a message from JMS for processing by a message-driven bean: oracle.jms.AQjmsException: JMS-120: Dequeue failed
    Nested exception: oracle.jms.AQjmsException: JMS-122: Internal error Corrupted message
    The exception is : oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:315)
         at oracle.jms.AQjmsConsumer.jdbcDequeue(AQjmsConsumer.java:1626)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:1035)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:960)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:938)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:790)
         at weblogic.deployment.jms.WrappedMessageConsumer.receive(WrappedMessageConsumer.java:201)
         at weblogic.ejb.container.internal.NewJMSMessagePoller$1.run(NewJMSMessagePoller.java:264)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.ejb.container.internal.JMSConnectionPoller.doPrivilegedJMSAction(JMSConnectionPoller.java:2702)
         at weblogic.ejb.container.internal.NewJMSMessagePoller.processOneMessage(NewJMSMessagePoller.java:260)
         at weblogic.ejb.container.internal.NewJMSMessagePoller.run(NewJMSMessagePoller.java:120)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.jms.AQjmsException: JMS-122: Internal error Corrupted message
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:334)
         at oracle.jms.AQjmsUtil.getTextData(AQjmsUtil.java:750)
         at oracle.jms.AQjmsTextMessage.readTextMessageContainer(AQjmsTextMessage.java:308)
         at oracle.jms.AQjmsTextMessage.<init>(AQjmsTextMessage.java:148)
         at oracle.jms.AQjmsConsumer.jdbcDequeue(AQjmsConsumer.java:1389)
         ... 13 more
    Anyone can help me?

    Hi,
    the problem is on the AQ side.
    Here, it is recommended to use UNICODE Database charcterset AL32UTF8.
    Hope this helps!
    Michael

  • Safari Crashes When: address bar changed, text fields, textareas

    Hey guys,
    Please help me out here, this is driving me insane. Safari has always been crashing ever since I had it in Mac OS X Tiger. Now in Leopard 10.5.6, it's still crashing. I've searched the forum. Nothing works. Please take a look at my crashing report and tell me what might be causing this.
    This is a bad headache. I use Firefox all the time, but sometimes I just feel like using Safari. Hope this info will help you guys help me out.
    Process: Safari [212]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.2.1 (5525.27.1)
    Build Info: WebBrowser-55252701~1
    Code Type: X86 (Native)
    Parent Process: launchd [78]
    Date/Time: 2009-01-17 23:21:34.615 -0700
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000073747363
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ...ple.CoreServices.CarbonCore 0x96b8a235 FindItem(OpaqueCollection*, unsigned long, long, unsigned long*) + 11
    1 ...ple.CoreServices.CarbonCore 0x96b8a1ef GetCollectionItem + 39
    2 com.apple.HIToolbox 0x93ef8a06 GetTSMDocumentPropertyCore + 86
    3 com.apple.HIToolbox 0x93fc58e6 GetTSMDocumentSystemProperty + 42
    4 com.apple.HIToolbox 0x94169754 utMapInstance2Refcon + 63
    5 com.apple.HIToolbox 0x94167b4f SendTextInputEvent + 774
    6 com.linguisoft.TSMGrammarian 0x0dc71b5c Cancel_DocumentTextRange + 221
    7 com.linguisoft.TSMGrammarian 0x0dc7438e BIMHandleInput + 386
    8 com.linguisoft.TSMGrammarian 0x0dc74f25 BIMSessionEvent + 2225
    9 com.linguisoft.TSMGrammarian 0x0dc7531c CallBIMFunctionWithStorage + 49
    10 ...ple.CoreServices.CarbonCore 0x96baca95 CallComponentDispatch + 29
    11 com.apple.HIToolbox 0x94171b78 TextServiceEventRef + 43
    12 com.apple.HIToolbox 0x94173841 InputMethodInstanceProcessEventRef + 60
    13 com.apple.HIToolbox 0x941677ab TSMEventToInputMethod + 90
    14 com.apple.HIToolbox 0x9416783f TSMEventToKeyboardInputMethod + 68
    15 com.apple.HIToolbox 0x93fc45c0 TSMKeyEvent + 409
    16 com.apple.HIToolbox 0x93f184e3 TSMProcessRawKeyEvent + 2295
    17 com.apple.AppKit 0x963f0c68 -[NSTSMInputContext interpretKeyEvents:] + 740
    18 com.apple.AppKit 0x963f0952 -[NSView interpretKeyEvents:] + 70
    19 com.apple.AppKit 0x963f0862 -[NSTextView keyDown:] + 748
    20 com.apple.AppKit 0x96360ddd -[NSWindow sendEvent:] + 8511
    21 com.apple.Safari 0x0002b0d3 0x1000 + 172243
    22 com.apple.AppKit 0x9632cd49 -[NSApplication sendEvent:] + 2941
    23 com.apple.Safari 0x0002ab58 0x1000 + 170840
    24 com.apple.AppKit 0x9628a69f -[NSApplication run] + 847
    25 com.apple.AppKit 0x962578a4 NSApplicationMain + 574
    26 com.apple.Safari 0x000b9b16 0x1000 + 756502
    Thread 1:
    0 libSystem.B.dylib 0x907ed3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90817d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x92e5d8ff WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x92e16065 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x90817095 pthreadstart + 321
    5 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x961780ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96178cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x94261052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x90817095 pthreadstart + 321
    6 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x961780ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96178cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x909bad40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x909577ed -[NSThread main] + 45
    6 com.apple.Foundation 0x90957394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x90817095 pthreadstart + 321
    8 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x908356f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x90817095 pthreadstart + 321
    2 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x961780ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96178cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x910a15dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x910a1464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 ...romedia.Flash Player.plugin 0x100d33fd Flash_EnforceLocalSecurity + 1188169
    3 libSystem.B.dylib 0x90817095 pthreadstart + 321
    4 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x907e620e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x90818206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9085d539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x0ff981fc 0xfc00000 + 3768828
    4 ...romedia.Flash Player.plugin 0x0ffd0034 Flash_EnforceLocalSecurity + 126336
    5 ...romedia.Flash Player.plugin 0x0ff984a6 0xfc00000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x907e620e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x90818206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9085d539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x0ff981fc 0xfc00000 + 3768828
    4 ...romedia.Flash Player.plugin 0x0ffd0034 Flash_EnforceLocalSecurity + 126336
    5 ...romedia.Flash Player.plugin 0x0ff984a6 0xfc00000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x907e6226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x908181ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x90819a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x910b0bc3 CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x910b277e CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x910b0f23 HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x910b0c27 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x910a1464 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x90817095 pthreadstart + 321
    9 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x907e6226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x908181ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x90819a73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96ba3e62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x96ba3c42 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x96bd49f0 TimerThread + 74
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x6d616373 ebx: 0x94167854 ecx: 0xbffff15c edx: 0x73747363
    edi: 0x72656663 esi: 0x73747363 ebp: 0xbfffefd8 esp: 0xbfffefb0
    ss: 0x0000001f efl: 0x00210282 eip: 0x96b8a235 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x73747363
    Binary Images:
    0x1000 - 0x1d7fe2 com.apple.Safari 3.2.1 (5525.27.1) <66278f41bc085c64e0f06ff487af4adc> /Applications/Safari.app/Contents/MacOS/Safari
    0x223000 - 0x232ff8 SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x242000 - 0x244fff com.apple.CrashReporterSupport 10.5.5 (159) <4ca9b6643fcbafd76424a46d162363eb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x570000 - 0x572ffe com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x578000 - 0x579ffd com.apple.BluetoothMenu 2.1.3 (2.1.3f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x591000 - 0x596fcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 17) (1.1.2) /Users/AL/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x5bd000 - 0x5bffff com.apple.BezelServicesFW 1.4.925 (1.4.925) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x5c6000 - 0x5cbfff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x99c5000 - 0x9b97fe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xc9aa000 - 0xc9afff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xdc6e000 - 0xdc77fff +com.linguisoft.TSMGrammarian 1.7 (1.7) /Users/AL/Library/Components/Grammarian.component/Contents/MacOS/Grammarian
    0xdd0f000 - 0xddaefcf +ch.rafz.naegeli.christoph.xvid_codec 0.x.x (0.x.x) /Library/QuickTime/XviD_Codec-r58 (Intel).component/Contents/MacOS/XviD_Codec
    0xde56000 - 0xde59fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xde5e000 - 0xdec3fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0xdee3000 - 0xdf50fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0xdf5f000 - 0xdfa5fc3 com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0xdfab000 - 0xdfae02f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0xe65d000 - 0xe65dffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0xf188000 - 0xf18effd com.apple.JavaVM 12.2.0 (12.2.0) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0xf197000 - 0xf198fe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xfa50000 - 0xfa6ffed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0xfc00000 - 0x10209fdf +com.macromedia.Flash Player.plugin 9.0.151 (1.0.4f60) <f43004ffc4944f26af228334f2cda80b> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x11783000 - 0x11786fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x11cb0000 - 0x11cbefeb libSimplifiedChineseConverter.dylib ??? (???) <548d5a699dbe2bb8fcc8275321fdc0d4> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x11e04000 - 0x11e16fff libTraditionalChineseConverter.dylib ??? (???) <89ec94121ef50601dc538548caae57fc> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x13c1f000 - 0x13c92ff7 com.apple.Bluetooth 2.1.3 (2.1.3f8) <1e2732edbd0f2c1db1ce5ecf06aa8192> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x13cee000 - 0x13cf3fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x9003cffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90042000 - 0x90452fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90453000 - 0x90458fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9045e000 - 0x9045effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9045f000 - 0x90506feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9054c000 - 0x9054cffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9054d000 - 0x90554ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x90555000 - 0x905aeff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x905af000 - 0x905f0fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x905f1000 - 0x905fdffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90636000 - 0x90701fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90702000 - 0x9078cfe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9078d000 - 0x9079cffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9079d000 - 0x907a4fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x907ab000 - 0x907e2fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x907e3000 - 0x907e4ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x907e5000 - 0x9094cff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x9094d000 - 0x90bc8fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c19000 - 0x90de7ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90de8000 - 0x90f67fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90f68000 - 0x90fa2fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90fb5000 - 0x91083ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91084000 - 0x91101feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91102000 - 0x9112afff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x9112b000 - 0x911dbfff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x911dc000 - 0x911ecffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x911ed000 - 0x921a2ffe com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x921a3000 - 0x921abfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x921ac000 - 0x921cbffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92467000 - 0x924a5ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x924a6000 - 0x924c4fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x924c5000 - 0x924ccfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x924cd000 - 0x9251eff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9251f000 - 0x92523fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92524000 - 0x92563fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92565000 - 0x92569fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9267d000 - 0x926acfe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x926ad000 - 0x929cffe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x929d0000 - 0x929d0ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x929d1000 - 0x92d8ffea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92dc2000 - 0x92dc2ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92e03000 - 0x92e03ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92e04000 - 0x92e12ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x92e13000 - 0x93464fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x934a2000 - 0x934b8fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9350b000 - 0x9352ffeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x93530000 - 0x93533fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93534000 - 0x935b3ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x935b4000 - 0x93c54fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93c55000 - 0x93d0ffe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93d10000 - 0x93d9bfff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93d9c000 - 0x93df6ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93ec1000 - 0x941c9fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x941ca000 - 0x9425dff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9425e000 - 0x942fbffc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x942fc000 - 0x9438ffff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94390000 - 0x94396fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94397000 - 0x943acffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x943ad000 - 0x943bafe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x943bb000 - 0x9449cff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x94706000 - 0x94706ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94707000 - 0x94793ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94794000 - 0x947ddfef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x947de000 - 0x947e3fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x947f0000 - 0x94b8dfef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94c3d000 - 0x94c6afeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94ca8000 - 0x94cc3ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94cc4000 - 0x94d06fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94d07000 - 0x94d63ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94d64000 - 0x94d8ffe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x94d90000 - 0x94da8fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94da9000 - 0x94db8fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x94db9000 - 0x94db9ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94dba000 - 0x94dd0fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94dd1000 - 0x94eb1fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x94eb2000 - 0x94feaff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x94feb000 - 0x95009ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9523a000 - 0x952f8fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9532e000 - 0x9538bffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9538c000 - 0x9539cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9539d000 - 0x953a4ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x953a5000 - 0x953effe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x953f3000 - 0x954d8ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x954d9000 - 0x95501ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95507000 - 0x959d8f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x959d9000 - 0x95adafef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x95adb000 - 0x95ae5feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95ae6000 - 0x95ae8fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95ae9000 - 0x95c2fff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95c30000 - 0x95caaff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95cab000 - 0x95d32ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x95d33000 - 0x95de5ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x95de6000 - 0x95df1fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95df2000 - 0x95f44ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95f45000 - 0x95fe7ff3 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x95fe8000 - 0x9601efef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x9601f000 - 0x9609cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9609d000 - 0x9609dfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9609e000 - 0x96104ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96105000 - 0x96238fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96239000 - 0x96242fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96243000 - 0x9624fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x96250000 - 0x96250ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96251000 - 0x96a4ffef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96a50000 - 0x96a52ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96a53000 - 0x96a77fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x96a79000 - 0x96b40ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96b41000 - 0x96b73fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96b7a000 - 0x96e54ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <51586b8d9ef39123fbe6918f12d8285f> /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
    Thanks for reading!

    Thanks again iBod.
    Hahaha, unfortunately Safari crashes 3 days later and this is what I got:
    Process: Safari [715]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.2.1 (5525.27.1)
    Build Info: WebBrowser-55252701~1
    Code Type: X86 (Native)
    Parent Process: launchd [76]
    Date/Time: 2009-01-23 23:23:02.371 -0700
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.WebCore 0x92e7bfc8 WebCore::Frame::settings() const + 8
    1 com.apple.WebCore 0x930ade7b WebCore::CSSFontSelector::getFontData(WebCore::FontDescription const&, WebCore::AtomicString const&) + 315
    2 com.apple.WebCore 0x930adc28 WebCore::FontCache::getFontData(WebCore::Font const&, int&, WebCore::FontSelector*) + 184
    3 com.apple.WebCore 0x92ebfb89 WebCore::FontFallbackList::fontDataAt(WebCore::Font const*, unsigned int) const + 73
    4 com.apple.WebCore 0x92ebfb21 WebCore::Font::cachePrimaryFont() const + 33
    5 com.apple.WebCore 0x930065db WebCore::PopupMenu::populate() + 1211
    6 com.apple.WebCore 0x930056cd WebCore::PopupMenu::show(WebCore::IntRect const&, WebCore::FrameView*, int) + 29
    7 com.apple.WebCore 0x93005609 WebCore::RenderMenuList::showPopup() + 185
    8 com.apple.WebCore 0x93002c09 WebCore::HTMLSelectElement::menuListDefaultEventHandler(WebCore::Event*) + 473
    9 com.apple.WebCore 0x930029d2 WebCore::HTMLSelectElement::defaultEventHandler(WebCore::Event*) + 130
    10 com.apple.WebCore 0x92ebb303 WebCore::EventTarget::dispatchGenericEvent(WebCore::EventTargetNode*, ***::PassRefPtr<WebCore::Event>, int&, bool) + 707
    11 com.apple.WebCore 0x92ebaf4f WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 255
    12 com.apple.WebCore 0x93078c1d WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 509
    13 com.apple.WebCore 0x930789d5 WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 165
    14 com.apple.WebCore 0x930784d5 WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 101
    15 com.apple.WebCore 0x92fe8217 WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&) + 551
    16 com.apple.WebCore 0x92fe7f46 WebCore::EventHandler::mouseDown(NSEvent*) + 534
    17 com.apple.WebKit 0x9526374e -[WebHTMLView mouseDown:] + 462
    18 com.apple.AppKit 0x963601a3 -[NSWindow sendEvent:] + 5381
    19 com.apple.Safari 0x0002b0d3 0x1000 + 172243
    20 com.apple.AppKit 0x9632cd49 -[NSApplication sendEvent:] + 2941
    21 com.apple.Safari 0x0002ab58 0x1000 + 170840
    22 com.apple.AppKit 0x9628a69f -[NSApplication run] + 847
    23 com.apple.AppKit 0x962578a4 NSApplicationMain + 574
    24 com.apple.Safari 0x000b9b16 0x1000 + 756502
    Thread 1:
    0 libSystem.B.dylib 0x907ed3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90817d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x92e5d8ff WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x92e16065 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x90817095 pthreadstart + 321
    5 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x961780ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96178cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x94261052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x90817095 pthreadstart + 321
    6 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x961780ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96178cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x909bad40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x909577ed -[NSThread main] + 45
    6 com.apple.Foundation 0x90957394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x90817095 pthreadstart + 321
    8 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x908356f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x90817095 pthreadstart + 321
    2 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 ...romedia.Flash Player.plugin 0x12d133fd Flash_EnforceLocalSecurity + 1188169
    3 libSystem.B.dylib 0x90817095 pthreadstart + 321
    4 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x907e620e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x90818206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9085d539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x12bd81fc 0x12840000 + 3768828
    4 ...romedia.Flash Player.plugin 0x12c10034 Flash_EnforceLocalSecurity + 126336
    5 ...romedia.Flash Player.plugin 0x12bd84a6 0x12840000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x907e620e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x90818206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9085d539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x12bd81fc 0x12840000 + 3768828
    4 ...romedia.Flash Player.plugin 0x12c10034 Flash_EnforceLocalSecurity + 126336
    5 ...romedia.Flash Player.plugin 0x12bd84a6 0x12840000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x907ed3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90817d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9066945c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x9067bd8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x90817095 pthreadstart + 321
    5 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x907e6226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x908181ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x90819a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9099d75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9099d570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x9099d4d5 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x962f7d90 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x909577ed -[NSThread main] + 45
    8 com.apple.Foundation 0x90957394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90817095 pthreadstart + 321
    10 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x961780ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96178cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x910a15dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x910a1464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x907e61c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x907ed9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x961780ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x96178d34 CFRunLoopRun + 84
    4 com.apple.QuickTime 0x926c0613 QTSNetworkThread_RunThread + 131
    5 libSystem.B.dylib 0x90817095 pthreadstart + 321
    6 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x907ed3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x90817d0d pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x9552eb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x90817095 pthreadstart + 321
    4 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x907e6226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x908181ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x90819a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x910b0bc3 CAGuard::WaitFor(unsigned long long) + 213
    4 com.apple.audio.CoreAudio 0x910b277e CAGuard::WaitUntil(unsigned long long) + 70
    5 com.apple.audio.CoreAudio 0x910b0f23 HP_IOThread::WorkLoop() + 759
    6 com.apple.audio.CoreAudio 0x910b0c27 HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x910a1464 CAPThread::Entry(CAPThread*) + 96
    8 libSystem.B.dylib 0x90817095 pthreadstart + 321
    9 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x907e6226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x908181ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x90862aaf pthreadcondtimedwait + 47
    3 ...romedia.Flash Player.plugin 0x12bd81a8 0x12840000 + 3768744
    4 ...romedia.Flash Player.plugin 0x12aaf2e7 0x12840000 + 2552551
    5 ...romedia.Flash Player.plugin 0x12bd84a6 0x12840000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x907e6226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x908181ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x90862aaf pthreadcondtimedwait + 47
    3 ...romedia.Flash Player.plugin 0x12bd81a8 0x12840000 + 3768744
    4 ...romedia.Flash Player.plugin 0x12aaf2e7 0x12840000 + 2552551
    5 ...romedia.Flash Player.plugin 0x12bd84a6 0x12840000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x907e620e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x90818206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9085d539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x12bd81fc 0x12840000 + 3768828
    4 ...romedia.Flash Player.plugin 0x12ad8c68 0x12840000 + 2722920
    5 ...romedia.Flash Player.plugin 0x12bd84a6 0x12840000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x907e620e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x90818206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9085d539 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x12bd81fc 0x12840000 + 3768828
    4 ...romedia.Flash Player.plugin 0x12ad8c68 0x12840000 + 2722920
    5 ...romedia.Flash Player.plugin 0x12bd84a6 0x12840000 + 3769510
    6 libSystem.B.dylib 0x90817095 pthreadstart + 321
    7 libSystem.B.dylib 0x90816f52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x930add51 ecx: 0x1127c018 edx: 0x00000000
    edi: 0x00000000 esi: 0x1127c018 ebp: 0xbfffeca8 esp: 0xbfffeca8
    ss: 0x0000001f efl: 0x00210246 eip: 0x92e7bfc8 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000008
    Binary Images:
    0x1000 - 0x1d7fe2 com.apple.Safari 3.2.1 (5525.27.1) <66278f41bc085c64e0f06ff487af4adc> /Applications/Safari.app/Contents/MacOS/Safari
    0x223000 - 0x232ff8 SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x242000 - 0x244fff com.apple.CrashReporterSupport 10.5.5 (159) <4ca9b6643fcbafd76424a46d162363eb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x99c5000 - 0x9b97fe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xbd2a000 - 0xbd2bff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xc996000 - 0xc99bff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xdd0e000 - 0xddadfcf +ch.rafz.naegeli.christoph.xvid_codec 0.x.x (0.x.x) /Library/QuickTime/XviD_Codec-r58 (Intel).component/Contents/MacOS/XviD_Codec
    0xde55000 - 0xde58fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xde5d000 - 0xdec2fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0xdee2000 - 0xdf4ffff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0xdf5e000 - 0xdfa4fc3 com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0xdfaa000 - 0xdfad02f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0xe06f000 - 0xe06fffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0xe268000 - 0xe26effd com.apple.JavaVM 12.2.0 (12.2.0) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0xe2f2000 - 0xe2f2ffd liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0xf6ca000 - 0xf6cbffd com.apple.BluetoothMenu 2.1.3 (2.1.3f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0xfd96000 - 0xfd98ffe com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x10175000 - 0x10177fff com.apple.BezelServicesFW 1.4.925 (1.4.925) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x106d3000 - 0x106d8fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x10864000 - 0x10869fcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 17) (1.1.2) /Users/AL/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x10890000 - 0x10903ff7 com.apple.Bluetooth 2.1.3 (2.1.3f8) <1e2732edbd0f2c1db1ce5ecf06aa8192> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x1142c000 - 0x1144bfed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1271b000 - 0x1271dffb com.apple.PDFImporter 1.7 (???) <490de796fe9a6b3b8a9844a1630d38e2> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x12840000 - 0x12e49fdf +com.macromedia.Flash Player.plugin 9.0.151 (1.0.4f60) <f43004ffc4944f26af228334f2cda80b> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x142ca000 - 0x142d9fff com.apple.quicktime.webplugin 7.5.5 (990.7) /Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/MacOS/QuickTime Plugin
    0x14e00000 - 0x14e2fffe com.apple.QuickTime Plugin.plugin 7.5.5 (990.7) /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x14f32000 - 0x14f40feb libSimplifiedChineseConverter.dylib ??? (???) <548d5a699dbe2bb8fcc8275321fdc0d4> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x14f45000 - 0x14f57fff libTraditionalChineseConverter.dylib ??? (???) <89ec94121ef50601dc538548caae57fc> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x157e7000 - 0x157eafff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17dcb000 - 0x17de7ff7 GLRendererFloat ??? (???) <dcdc2e0de7fb9a52d99e529c3688f26d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x19556000 - 0x1955bfff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x20712000 - 0x20839fe7 libmecab.1.0.0.dylib ??? (???) <7b38ea21924f2d04b3aa6c75b0ddcb29> /usr/lib/libmecab.1.0.0.dylib
    0x23200000 - 0x233f3ff7 +net.telestream.wmv.import 2.1.0.33 (2.1.0.33) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x23423000 - 0x23583fe1 com.apple.QuickTimeStreaming.component 7.5.5 (990.7) <1ae855987a93ae65e4633b0f2c22eabd> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x23a00000 - 0x23b83fe3 GLEngine ??? (???) <bfbd7ce69ea896a6b38d6232b01cdeda> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x23bb1000 - 0x23e5bfe9 com.apple.ATIRadeonX1000GLDriver 1.5.36 (5.3.6) <3f9984c88184d39af0ed1e486ab4616a> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x24863000 - 0x24a20fe3 com.apple.audio.codecs.Components 1.6.4 (1.6.4) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x9003cffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90042000 - 0x90452fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90453000 - 0x90458fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9045e000 - 0x9045effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9045f000 - 0x90506feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9054c000 - 0x9054cffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9054d000 - 0x90554ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x90555000 - 0x905aeff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x905af000 - 0x905f0fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x905f1000 - 0x905fdffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x905fe000 - 0x90628fff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x90636000 - 0x90701fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90702000 - 0x9078cfe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9078d000 - 0x9079cffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9079d000 - 0x907a4fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x907ab000 - 0x907e2fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x907e3000 - 0x907e4ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x907e5000 - 0x9094cff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x9094d000 - 0x90bc8fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c19000 - 0x90de7ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90de8000 - 0x90f67fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90f68000 - 0x90fa2fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90fb5000 - 0x91083ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91084000 - 0x91101feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91102000 - 0x9112afff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x9112b000 - 0x911dbfff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x911dc000 - 0x911ecffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x911ed000 - 0x921a2ffe com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x921a3000 - 0x921abfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x921ac000 - 0x921cbffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92467000 - 0x924a5ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x924a6000 - 0x924c4fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x924c5000 - 0x924ccfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x924cd000 - 0x9251eff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9251f000 - 0x92523fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92524000 - 0x92563fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92565000 - 0x92569fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92588000 - 0x9267cff4 libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
    0x9267d000 - 0x926acfe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x926ad000 - 0x929cffe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x929d0000 - 0x929d0ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x929d1000 - 0x92d8ffea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92dc2000 - 0x92dc2ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92dc3000 - 0x92e02fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x92e03000 - 0x92e03ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92e04000 - 0x92e12ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x92e13000 - 0x93464fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x934a2000 - 0x934b8fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9350b000 - 0x9352ffeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x93530000 - 0x93533fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93534000 - 0x935b3ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x935b4000 - 0x93c54fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93c55000 - 0x93d0ffe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93d10000 - 0x93d9bfff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93d9c000 - 0x93df6ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93ec1000 - 0x941c9fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x941ca000 - 0x9425dff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9425e000 - 0x942fbffc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x942fc000 - 0x9438ffff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94390000 - 0x94396fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94397000 - 0x943acffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x943ad000 - 0x943bafe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x943bb000 - 0x9449cff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x94706000 - 0x94706ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94707000 - 0x94793ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94794000 - 0x947ddfef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x947de000 - 0x947e3fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x947f0000 - 0x94b8dfef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94b8e000 - 0x94c3cffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94c3d000 - 0x94c6afeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94ca8000 - 0x94cc3ffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94cc4000 - 0x94d06fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94d07000 - 0x94d63ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94d64000 - 0x94d8ffe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x94d90000 - 0x94da8fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94da9000 - 0x94db8fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x94db9000 - 0x94db9ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94dba000 - 0x94dd0fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94dd1000 - 0x94eb1fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x94eb2000 - 0x94feaff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x94feb000 - 0x95009ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9523a000 - 0x952f8fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9532e000 - 0x9538bffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9538c000 - 0x9539cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9539d000 - 0x953a4ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x953a5000 - 0x953effe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x953f3000 - 0x954d8ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x954d9000 - 0x95501ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95507000 - 0x959d8f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x959d9000 - 0x95adafef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x95adb000 - 0x95ae5feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95ae6000 - 0x95ae8fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95ae9000 - 0x95c2fff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95c30000 - 0x95caaff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95cab000 - 0x95d32ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x95d33000 - 0x95de5ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x95de6000 - 0x95df1fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95df2000 - 0x95f44ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95f45000 - 0x95fe7ff3 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x95fe8000 - 0x9601efef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x9601f000 - 0x9609cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9609d000 - 0x9609dfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9609e000 - 0x96104ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96105000 - 0x96238fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96239000 - 0x96242fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96243000 - 0x9624fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x96250000 - 0x96250ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96251000 - 0x96a4ffef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96a50000 - 0x96a52ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96a53000 - 0x96a77fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x96a79000 - 0x96b40ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96b41000 - 0x96b73fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96b7a000 - 0x96e54ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <51586b8d9ef39123fbe6918f12d8285f> /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
    Wonder what caused the crash this time. Really appreciate if you could look over this.

  • Launching WinWord as editor from Form 11g text field.

    In Forms 6i FORMS60_EDITOR registry entry allowed users to launch MS Word from the application. This enabled them to have an editor with spell checks and other advance editing features. Upon exit from MS Word, the content of the file was saved in the column for the connected database.
    I am trying to find equivalent of that in Forms11g. Using webutil libraries calls to client_host or webutil_host successfully launches Notepad it but does not work with WinWord or Wordpad - it gives a non-oracle error 100501. I have tried using CLIENT_OLE2 but that is ending up with error WUO-705.
    Any insight to setup this feature in Froms11g setup will be helpful. Thanks.

    Thanks for the input but I was able to accomplish what I needed by modifying one of Oracle's demo form. Below is the code, when this procedure is called from a text field, in my case by double clicking, I am lanuching MS Word and the data is from the column is displayed in a word doc thus providing users spell check funcationality. I can modify data in Word doc and when I exit, data from word doc is saved in the varchar2 column in the database.
    PROCEDURE prc_Edit IS
    lFileName VARCHAR2(200);
         lFile client_Text_IO.File_Type;
         lLine varchar2(2000);
         lFirstEntry Boolean := TRUE;
    BEGIN
    lFileName := webutil_clientinfo.get_system_property('java.io.tmpdir') || WEBUTIL_FILE.GET_FILE_SEPARATOR || 'FormEditor.doc';
         lFile := client_Text_IO.Fopen(lFileName, 'w');
         client_text_io.put_line(lFile, replace(name_in(:SYSTEM.CURRENT_ITEM), chr(10), chr(13)||chr(10)));
         client_text_io.fclose (lFile);
    synchronize;
    begin
    client_host('winword.exe "' || lFileName || '"');
    synchronize;
    exception
         when others then
         message(SQLERRM);
    pause;
    end;
    copy(null, :SYSTEM.CURRENT_ITEM);
    begin
         lFile := client_Text_IO.Fopen(lFileName, 'r');
    loop
         client_text_io.get_line(lFile, lLine);
    if lFirstEntry then
         lFirstEntry := false;
    copy (name_in(:SYSTEM.CURRENT_ITEM) || lLine, :SYSTEM.CURRENT_ITEM);
    else
         if get_item_property(:SYSTEM.CURRENT_ITEM, MULTI_LINE) = 'TRUE' then
    copy (name_in(:SYSTEM.CURRENT_ITEM) || chr(10) || lLine, :SYSTEM.CURRENT_ITEM);
         else
    copy (name_in(:SYSTEM.CURRENT_ITEM) || lLine, :SYSTEM.CURRENT_ITEM);
    end if;
    end if;
    end loop;
    end;
    EXCEPTION
         WHEN NO_DATA_FOUND THEN CLIENT_TEXT_IO.FCLOSE(lFile);
    END;

  • NEAR operator alternative when not using. oracle Text ?

    hi,
    I'm working on a project where i would need a Oracle Text 'NEAR like' operator ...
    here is my scenario ...
    in db we have Customers ... and every customer has some criterias like different search words( names, towns,cars,etc...) so for every customer i can create an SQL query out of criterias . ....
    now .... we can have a criteria like. ...... WHERE fulltext like 'john%'. or even distance search line NEAR inside CONTAINS. ... but then the Oracle text index is needed .....
    the only tAble on which Text index is created is our storage table that holds more then 4mil records and growing...
    my question is ... is there any way to have a query that would do the same thing as NEAR but without Text index ?
    here is how I start ....
    I get full newspaper article text from our OCR library ......
    then i need to check customer's criterias against this text to see which article is for which customer and then bind the article to the customer
    I could do it without Oracle using RegEx , but criterias can get really complicated ... like customer wants only specific MEDIA, or specific category , type , only articles that are from medias that are from specific country etc ... and many more different criterias ... and all this can be wrapped inside brackets with ANDs, ORs, NOT. ....
    So the only way to do it is to put it in Oracle and execute the correct query and let Oracle decide if the result is true or false .... but due to NEAR operator I need Oracle text ...
    So if I decide to first insert article into our storage table which has Oracle text index to be able to do the correct search .... how fast will this be ????
    will the the search become slower when there are 6mil records ? I know I can use FILTER BY to help Text index to do a better and quicker seach ... and how to optimize index ....but still
    I'm always asking my self..... why insert the article in a table where there are already 6mil articles and execute query when I only need to check data on one single article and. i already know this article ...
    I see two solutions :
    - if there is alternative for NEAR without using Oracle text index then i would insert data into temporary table and execute query on this table..... table would always contain only this one article. maybe one option would be to have one 'temp' table with Oracle text index in which i insert this one article and with help of Oracle text based on this one article do the search , and then maybe on a daily basis clear index ..... or when the article is removed from the table ... but this would mean having two Orcle text indexes, cause we already have Oracle text index on our storage table anyway....
    - another is to use Oracle text index and insert it into our storage table and hope for the best quick results ....
    Maybe I'm exaggerating and query like WHERE id=1234 and CONTAINS(...). will execute faster then I think
    If anyone would have any other suggestion I will be happy to try it ..
    thanks,
    Kris

    Hi,
    this is to my knowledge not possible. It is hard for Oracle to do, think about a table with many rows, every row with that column must be checked. So I think only a single varchar2 is possible. Maybe for you will a function work. It is possible to give a function as second parameter.
    function return_signup
    return varchar2
    is
      l_signup_name signup.signup_name%type;
    begin
      select signup_name
      into l_signup_name
      from signup
      where signup_id = 1
      and rownum = 1
      return l_signup_name;
    exception
      when no_data_found
      then
        l_signup_name := 'abracadabra'; -- hope does not exist
        return l_signup_name;
    end;Now you can use above function in the contains.
    select * from user_history_view users --, signup new_user
    --where new_user.signup_id = 1
    where contains(users.user_name, return_signup)>0;I didn't test the code! Maybe you have to adjust the function for your needs. But it is a idea how this can be done.
    Otherwise you must make the check by normaly check the columns by simple using a join:
    select * from user_history_view users, signup new_user
    where new_user.signup_id = 1
    and users.user_name = new_user.signup_name;Herald ten Dam
    htendam.wordpress.com

  • Populating multiple text fields from a database table...

    I have a database table with several fields e.g. drawing_no, title, date_entered etc..I have a form that has the same fields. I want to be able to input a value into drawing_no field, and have it retrieve all the other values from the database - if they exist, or return blanks/nulls if it does not exit. I know how to do this for a single field, but not for retrieving multiple fields

    Hi ,
    You can create a before header page process and fetch all the fields from database, or you can take a look at in-built process Automated Row Fetch.
    For e.g. lets say u have field1, field2, field3, field4 and field5 based on col1, col2, col3, col4, col5 from table tab1
    Now create a page process of type PL-SQL and give a meaningful name to the process and accept the default as on Load Before header. In the "Enter PL/SQL Page Process" block enter a code similar to this one
    DECLARE
    BEGIN
    IF :drawing_no IS NOT NULL THEN
      SELECT col1, col2, col3, col4, col5 INTO :field1, :field2, :field3, :field4, :field5
      FROM tab1 WHERE drawing_no = :drawing_no ;
    END IF;
    EXCEPTION WHEN NO_DATA_FOUND THEN
               NULL;
    END;The above block will fetch the records into input fields every time u refresh the page.
    Hope this helps.
    Thanks,
    Manish

  • Report error when using combo box and one text field is empty

    I'm building an interactive pdf in adobe pro 9. My problem is the following: I have one text field where you can enter a numeric code and that is used to populate another text field when I choose an option on one combo box.For example: suppose I write the code 123 in the text field "A" and that the combo box has two options ("data" and "-"). When I select "-", another text field "B" is empty, while when I select "data" i populate the text field "B" using the code entered "A" with the text "data_123". In order to do this I use the standard javascript code in the Format>Custom tab of the combo-box.
    My questions are:
    - how can I prevent the pdf to proceed selecting an option in the combo box when the field "A" is empty?
    - how can I update the field "B" every time that I change the text in "A"? I found that the text is "B" is updated only when I press the selection in the combo box.

    You can set the combo box to read-only in the Validate event of the A field:
    // Validate script for text field
    getField("combo1").readonly = !event.value;
    To update the value of B when A changes, you can expand the script above to something like:
    // Validate script for text field
    var f1 = getField("combo1");
    var f2 = getField("B");
    // If there is an entry in the A field...
    if (event.value) {
        f1.readonly = false;  // Make sure the combo box is activated
        f2.value = f1.value === "-" ? "" : "fa.value + event.value;  // Update the value of field B
    } else {
        f1.readonly = true;  // Deactivate the combo box
        f2.value = f2.defaultValue;  // Reset field B
    You might also want to reset the combo box somewhere in there, but it's not clear to me when you would want to do that.

Maybe you are looking for

  • SharePoint 2013 "Help Menu" not working (Sorry, the page you're looking for can't be found)

    The Built in SharePoint 2013 Help Menu (?) on our Enterprise Farm for both the sites and Central Admin does not work. On Central Admin help the error comes back as: "Sorry, the page you're looking for can't be found". The site collections Help menu g

  • Network users can't move file to folder

    Hello, I'm working with a fresh lion server installation. Users have their home folder on the server. I filled default folders (desktop, documents, music...) with files and folder from snow leopard server Checked and double checked posix and ACL perm

  • HTTP adapter post prolog question.

    Hi all,   I have a scenario where I need to send an XML message through the HTTP adapter (no SOAP) to an external service. THE HTTP Service requires a user password as parameters to be passed in order to process the message. Since HTTP adapters is do

  • How to disable AUX port in ASR 9010

    Hi All, How to disable the AUX port in ASR 9010. Inside "line aux" I can't configure anything except "login authentication" (which is used for aaa authentication). Also after IOS XR 3.2 the configuration for AUX port has been removed Platform used: A

  • Photoshop Premier Elements vs. Pinnacle Studio

    I'm not even sure if this is the right place to post, but there doesn't seem to be a separate community for Photoshop Premier Elements. I currently edit videos with an old version of Pinnacle.  I'm in the process of buying a new computer, have bought