My j2me program hangs --need help

hi.my program hangs whenever i run my midlet and i get a message like this
Warning: To avoid potential deadlock, operations that may block, such as
networking, should be performed in a different thread than the
commandAction() handler.
below is my codes
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.io.*;
import javax.microedition.io.file.*;
import javax.microedition.io.*;
public class TCPClient extends MIDlet implements CommandListener ,ItemCommandListener {
private Display display;
private Form form;
private Command exit,set;
private TextField txtField;
private ChoiceGroup sImage;
private int sIndex;
private String strTxtField;
private Image image;
public TCPClient(){
display=Display.getDisplay(this);
form=new Form("TCPClient");
txtField=new TextField("type what u want to send",null,30,TextField.ANY);
sImage= new ChoiceGroup("pls select", Choice.EXCLUSIVE);
sImage.append("no image",null); //=0
sImage.append("image",null);  //=1
exit=new Command("Exit",Command.EXIT,1);             //1= highest priority,
form.append(txtField);
form.append(sImage);
form.addCommand(exit);
form.setCommandListener(this);
try{
     Image image= Image.createImage("/send.jpg");
     ImageItem imageItem=new ImageItem(null,image,Item.LAYOUT_CENTER ,null,Item.BUTTON);
     set =new Command("Set", Command.ITEM, 1);
     imageItem.setDefaultCommand( set);
     imageItem.setItemCommandListener(this);
     form.append(imageItem);
     }//end of try
catch(IOException e){System.out.println("button error");}
     }// end of constructor
public void startApp(){
System.out.println("midlet started");
ItemStateListener listener = new MyStateListener();
form.setItemStateListener(listener);// register for events
        display.setCurrent(form);
public void pauseApp(){}
public void destroyApp(boolean unconditional){}
public void commandAction(Command c, Displayable s){
if(c==exit){
          destroyApp(false);
          notifyDestroyed();
}  // end of commandAction
public void commandAction(Command c, Item item){
if(c==set){
     strTxtField=txtField.getString();
System.out.println(strTxtField);
try {
                  String filename = "file:///root1/commands.txt";
                          byte[] data = strTxtField.getBytes();
                FileConnection filecon = (FileConnection)Connector.open(filename,Connector.READ_WRITE);
                // Always check whether the file or directory exists.
                if(!filecon.exists()) {
                   filecon.create();
                    OutputStream outputStream = filecon.openOutputStream();
                                       outputStream.write(data);
                                       outputStream.close();
                filecon.close();
             } catch(IOException ioe) {
           }//end of set
}//emd of commandAction method
     private class MyStateListener implements ItemStateListener
                 boolean pictureIsShown=false; //Remember the state
                    int pictureIndex; //Remember the index
                 public void itemStateChanged(Item item)
                         if(item==sImage){
                              sIndex=sImage.getSelectedIndex();
                              switch(sIndex){
                                   case 0:System.out.println(sIndex);
                                          if (!pictureIsShown){
                                                    form.delete(pictureIndex);}
                                  break; // end of case0
                                   case 1:System.out.println(sIndex);
                                   if (!pictureIsShown){
                                       try{
                                         ImageItem logo= new ImageItem("",Image.createImage ("/misa.jpg"),      ImageItem.LAYOUT_CENTER,"");
                                   pictureIndex=form.append(logo);
                                   System.out.println("success");
                                   catch(IOException e)
                                   {System.out.println("error");}}//end of if
                                   break;
                            default: System.out.println("kiss my ___");
                                   }//end of switch
                              }//end of if
                            //do something
                 }//donttouch
}whenever it runs,it would hangs if i enable it to read my codes.
any help/advise is greatly appreciate.thanks

Hi
Use thread while creating a connection -
http://forum.java.sun.com/thread.jspa?threadID=5119680
Check this link, ll get an idea - how you can use thread?
Rohan Chandane

Similar Messages

  • The Home key button has stopped working on my iphone 4. Also it keeps on hanging. need help!!

    he centre Home key button has stopped working on my iphone 4. Also it keeps on hanging. need help!!

    Settings > General > Accessibility > AssistiveTouch > Toggle ON
    This can serve as you on/off sleep button until you can have it repaired.

  • Error at new statement on extended program check need help

    Hi all ,
                       This is the code :
    LOOP AT i_stocks INTO wa_stocks WHERE NOT pulkt IS INITIAL AND
                             NOT bstkt IS INITIAL AND
                             NOT fprctr IS INITIAL AND
                             ( write_off_fix <> 0 OR
                               write_off_pup <> 0 ).
        AT NEW fprctr.
          CLEAR: l_prctrsum_fix, l_prctrsum_pup.
        ENDAT.
        IF wa_stocks-bukrs <> lastbukrs.
          lastbukrs = wa_stocks-bukrs.
          PERFORM document_header USING xreversal.
          i_counter = 1.
          CLEAR lastkostl.
        ENDIF.
        ADD wa_stocks-write_off_pup TO l_prctrsum_pup.
    ENDLOOP
    On Extended program check its says :
    The LOOP statement processing will be limited
    (FROM, TO and WHERE additions in LOOP)
    Interaction with group change processing (AT NEW, ...) is undefined
    (The message can be hidden with "#EC *)
    It means at statement   AT NEW fprctr .
    Need help , How can i resolve this error ?
    Regards .
    Edited by: ujjwal dharmak on Feb 19, 2010 9:55 AM
    Moderator message - Moved to the correct forum
    Edited by: Rob Burbank on Feb 19, 2010 9:04 AM

    Since you are using where condition in loop statement and also using the control break statement thats why it is showing the error for you.
    So if you want you can do like this
    loop at itab into wa.
    if not  wa-f1 is initial ....<and other conditions>.
    continue.
    endif.
    at new   f1.
    endat.
    endloop.
    It will resolve your problem but I am having the doubt how the at new will work properly...
    Regards
    Shiba Prasad Dutta

  • MSI GTX 460 Hawk hangs, need help

    Hello!
    Need help with my MSI GTX 460 Hawk.
    Sometimes it hangs and I need to restart my computer and sometimes screen goes black and then windows says that video driver wasn't responding and was recovered.
    Computer hangs more often in the 3D game, but in not 3D programms computer hangs too, but no so often.
    The temperature is ok, maximum is 70 deg. in 3D game. I even tried to set videocard cooller to 100% and it didn't help.
    I did no overclocking or anything like this.
    I use the latest videodriver from nvidia's website and the latest directx.
    Windows 7 64bit.
    Can you help me to solve this problem?

    Quote from: flobelix on 25-August-13, 00:21:30
    Follow >>Posting Guide<<
    If you are really in lack of parameters:
    Board: Gigabyte GA-EP45T-UD3LR
    VGA:  MSI GeForce GTX 460 Twin Frozr II
    PSU: Raidmax 500W (22A on 12v rail)
    Intel Core 2 Duo 8500 3.16GHz LGA 775
    OS: Windows 7 64bit
    The problem: Videocard began to hang:
    Sometimes it hangs and I need to restart my computer, sometimes I get BSOD and sometimes screen goes black and then windows says that video driver wasn't responding and was recovered.
    Computer hangs more often in the 3D game, but in not 3D programms computer hangs too, but no so often.
    What I've allready tried:
    1. Installed latest drivers from nvidia.com and latest directx.
    2. Checked temperature: maximum is 70 deg. in 3D game at 100% load. I even tried to set videocard cooller allways to 100% and it didn't help.
    3. Installed MSI Kombustor to burnin test videocard, but I can't catch any hangups with it.
    4. Checked windows system log. The last warning after driver recovery message is:
    Video driver nvlddmkm wasn't responding and was recovered.
    5. Two latest BSODs were caused by dxgkrnl.sys and nvlddmkm.sys drivers.
    6. Finally installed MSI LiveUpdate, it shows that no videodriver is installed and wants to download an old videodriver ver.  258.96.
    Need help to solve this problem.

  • New Java Programming Student Needs Help

    Hey everyone,
    I've just started taking a Java programming class at Penn State University, and I have had some prior experience with programming, i.e. C, C++, HTML, SQL. However, this will be my first attempt at Java. I know there are a lot of similarities between C++ and Java, but I'm still a little lost on some methodology.
    To get myself going, I've been looking through the textbook a little and came across a problem that gave me some difficulty. I'll write out the outline:
    A company pays its employees as managers (who receive a fixed weekly salary), hourly workers (who receive a fixed hourly wage for up to the first 40 hours they work and time and a half (i.e. 1.5 times their hourly wage) for overtime hours worked, commission workers (who receive $250 plus 5.7% of their gross weekly sales), and pieceworkers (who receive a fixed amount of money per item for each of the items they produce � each pieceworker in this company works on only one type of item).
    +Define a Java class named EmployeePayment that includes functionality to compute the weekly pay for each employee. You do not know the number of employees in advance. Each type of employee has its own pay code: Managers have paycode 1, hourly workers have paycode 2, commission workers have paycode 3 and pieceworkers have paycode 4.+
    +Define a main method that creates an instance of the EmployeePayment class, and calls the setManagerPay method to set the managers weekly salary to $625.00. The main method should then prompt the user for the paycode ��Enter paycode (-1 to end): �, validate the input and perform the associated processing for that paycode. Your program should allow the user to process employees until a paycode of -1 has been entered. Use a switch structure to compute each employee�s pay, based on the employee�s paycode. Within the switch, prompt the user (i.e. the payroll clerk) to enter the appropriate facts your program needs to calculate each employee�s pay based on that employee�s paycode, invoke the respective method (defined below) to perform the calculations and return the weekly pay for each type of employee, and print the returned weekly pay for each employee.+
    +Define a setManagerPay method that accepts and stores the fixed weekly salary value for managers.+
    +A private instance variable weeklyManagerPay should be defined in the EmployeePayment class to support these accessor and mutator methods.+
    +Define a calcManagerPay method that has no parameters and returns the fixed weekly salary.+
    +Define a calcHourlyWorkerPay method that accepts the hourly salary and total hours worked as input parameters and returns the weekly pay based on the hourly worker pay code description.+
    +Define a calcCommWorkerPay method that accepts the gross weekly sales as an input parameter and returns the weekly pay based on the commission worker pay code description.+
    +Define a calcPieceWorkerPay method that accepts the number of pieces and wage per piece as input parameters and returns the weekly pay based on the piece worker pay code description.+
    +Once all workers have been processed, the total number of each type of employee processed should be printed. Define and manage the following private instance variables (*numManager*, numHourlyWorker, numCommWorker, and numPieceWorker) within the EmployeePayment class. What are the ways in which these variables can be updated?+
    Sorry for the length, but I wanted this to be thorough. Basically, I'm having the most trouble writing the switch statement, and outputting the total number of each type of employee...
    Any help and pointers will be greatly appreciated...thanks all.

    You said you've written C and C++ code before. I don't have an excellent memory but from the little code that I wrote in C, I believe the switch statement is exactly the same.
    Read this: [http://java.sun.com/docs/books/tutorial/java/nutsandbolts/switch.html]
    If you're having trouble understanding something post what your specific problem is. No one is going to write your homework for you, but many, myself included, would be more than willing to help if you're really stumped. Just post your concise problem.
    Edited by: sheky on Mar 12, 2008 9:52 PM

  • An intro programming freshman needing help..

    I'm a computer science freshman student and just starting out in my OOP class in JAVA. My class is using the Deitel book "How to Program in JAVA" 3rd ed. Although we are just beginning the course and have jst started working on arrays, I really wanted to get ahead of the class and work on the final project which is due in December. I wanted to create a page wizard that makes JSP pages, although the page wizard would be web-based. The page wizard would have templates like a main page, a form page and other types of content pages. Based on what I was reading in the New to JAVA technology posts.. I installed
    Apache and Tomcat on my computer. I'm using broadband and have made my local machine a temporary host for this purpose. I am asking for advice as to how I should do my project. My professor isn't really helpful, which leads me to believe he doesn't really know the subject matter. I've heard I should use XML somehow but I don't know XML. Can anyone help me? Also, if anyone knows any good books or websites specifically on this subject I would really appreciate it!Thank you
    Sincerely
    Jose
    PS. I'm also using Borland JBuilder 3(comes w/ book), but my professor is telling me to use Forte for JAVA, which I don't know to use and how to use it for my project as well. Which one should I use? And he suggested using a database to keep the templates of my pages and if people want to store their templates with a profile that includes login and passwords. What does that mean? Then how would I connect to a database? I only have Access on my computer and I don't know have SQL, Oracle, or mySQL nor do I know how to use any of them?

    Actually I'm Filipino and don't speak spanish, sorry. That's ok abt. >those electronic books, if you know of any books or references >available in bookstores that would be helpful as well.
    I looked at the link you gave me in the Sun WebSite. However can you >guide me a little further as to what topics I should look into?
    Thanks
    JoseBecaus eof your name I though you may be Spanish, as I'm. About the link it's to help you starting with XML, first try:
    http://java.sun.com/webservices/docs/1.0/tutorial/doc/IntroXML.html
    http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPSAX.html
    http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPDOM.html
    http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPIntro.html
    In the order stated above, I think it's the logical order. After that you'll have enought criteria to know which path follow to know "the XML you need".
    About electronical books, franklty, a good part of them I got them from from a website, which even I can't remember it, whwere I've got a password which allows you to see full books, the we employ an aracnic to automatize the download process, skip filters the have... blablabla
    To short: you won't be able to download them (even now I can't download more).
    Jose, you seem a good guy, if you sent me a FTP I wold send you books about XML, Java, and almost anything you were interested in. I can't allow you to download from my computeR: I'm under a firewall...
    Tell me.
    Abraham.

  • Need to install a mileage program and need help.

    I need to install a mileage program on my ideapad S10.  I have the cd and the code to make the program work.  How do I get this installed on my Ideapad?  Please give precise and clear directions.  I don't want to screw this up and end up having problems.  Any help is greatly appreciated.  Thanks in advance. 

    1. Easiest way is to purchase or borrow an external CD player, of course, or
    2. Contact the original company and pay to download an installable version.
    3. Bring your S10 & CD to a local computer store. They should install your program for cheap.
    4. Find a downloadable replacement mileage program online. Here is one..
    http://download.cnet.com/Mileage-Calculator/3000-2064_4-10436153.html?tag=mncol 

  • FREQUENT Browser Crashes and Hangs, NEED HELP

    Hi! This is my first post to this forum and I don't know all the lingo, so please be patient with me...
    The last few weeks or so I have been experiencing very frequent (sometimes every few minutes) crashes, with occasional hangs as well. This is happening on Safari, Firefox, and also on Camino, which I had installed because I could think of no other solution. I thought it was related to Flash, because around that time I updated to the newest version of it, but the crashes are happening no matter where I go - craigslist, email, Yahoo News... everywhere.
    I'm at my wits end. If anyone can think of a solution, I would be eternally grateful. So far I have downgraded to Flash 9, and I have done the Mac OS X Update Combo. The crashes do seem to subside when I don't have Flash installed at all, but I have a hard time understanding how this can be so when the crashes are happening on sites without Flash (like craigs).
    Below is the most recent of many crash reports. I'm surprised I even made it long enough to write this post! Thanks again in advance for all help.
    CRASH REPORT:
    Date/Time: 2010-07-15 15:12:27.560 -0600
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [62]
    Version: 4.1 (4533.16)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 75331600
    PID: 196
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xfffffffe
    Thread 0 Crashed:
    0 com.apple.JavaScriptCore 0x0063df10 JSC::MarkStack::drain() + 64
    1 com.apple.JavaScriptCore 0x0055fd78 JSC::Heap::markConservatively(JSC::MarkStack&, void*, void*) + 344
    2 com.apple.JavaScriptCore 0x005600cc JSC::JSGlobalObject::markChildren(JSC::MarkStack&) + 252
    3 com.apple.WebCore 0x016916fc WebCore::JSDOMGlobalObject::markChildren(JSC::MarkStack&) + 28
    4 com.apple.WebCore 0x0169143c WebCore::JSDOMWindow::markChildren(JSC::MarkStack&) + 28
    5 com.apple.JavaScriptCore 0x0063e400 JSC::MarkStack::drain() + 1328
    6 com.apple.JavaScriptCore 0x0055fd78 JSC::Heap::markConservatively(JSC::MarkStack&, void*, void*) + 344
    7 com.apple.JavaScriptCore 0x0055fc04 JSC::Heap::markCurrentThreadConservativelyInternal(JSC::MarkStack&) + 52
    8 com.apple.JavaScriptCore 0x0055fbb8 JSC::Heap::markCurrentThreadConservatively(JSC::MarkStack&) + 40
    9 com.apple.JavaScriptCore 0x0055faec JSC::Heap::markStackObjectsConservatively(JSC::MarkStack&) + 28
    10 com.apple.JavaScriptCore 0x0055f91c JSC::Heap::markRoots() + 188
    11 com.apple.JavaScriptCore 0x00513c94 JSC::Heap::allocate(unsigned long) + 164
    12 com.apple.JavaScriptCore 0x00621894 JSC::stringProtoFuncSubstring(JSC::ExecState*, JSC::JSObject*, JSC::JSValue, JSC::ArgList const&) + 1380
    13 com.apple.JavaScriptCore 0x005ec758 JSC::Interpreter::privateExecute(JSC::Interpreter::ExecutionFlag, JSC::RegisterFile*, JSC::ExecState*, JSC::JSValue*) + 58296
    14 com.apple.JavaScriptCore 0x005f1c50 JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 1296
    15 com.apple.JavaScriptCore 0x0055a820 JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue, JSC::ArgList const&) + 176
    16 com.apple.JavaScriptCore 0x0055a73c JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 220
    17 com.apple.WebCore 0x0169b57c WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue) + 556
    18 com.apple.WebCore 0x0169b218 WebCore::ScheduledAction::execute(WebCore::Document*) + 232
    19 com.apple.WebCore 0x0169ac80 WebCore::DOMTimer::fired() + 384
    20 com.apple.WebCore 0x015d84b8 WebCore::ThreadTimers::sharedTimerFiredInternal() + 120
    21 com.apple.WebCore 0x01e0964c WebCore::timerFired(__CFRunLoopTimer*, void*) + 76
    22 com.apple.CoreFoundation 0x907f2384 __CFRunLoopDoTimer + 184
    23 com.apple.CoreFoundation 0x907decfc __CFRunLoopRun + 1680
    24 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    25 com.apple.HIToolbox 0x932bcb20 RunCurrentEventLoopInMode + 264
    26 com.apple.HIToolbox 0x932bc1b4 ReceiveNextEventCommon + 380
    27 com.apple.HIToolbox 0x932bc020 BlockUntilNextEventMatchingListInMode + 96
    28 com.apple.AppKit 0x937a1734 _DPSNextEvent + 384
    29 com.apple.AppKit 0x937a13f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    30 com.apple.Safari 0x00011588 0x1000 + 66952
    31 com.apple.AppKit 0x9379d93c -[NSApplication run] + 472
    32 com.apple.AppKit 0x9388e458 NSApplicationMain + 452
    33 com.apple.Safari 0x0011861c 0x1000 + 1144348
    34 com.apple.Safari 0x00007df0 0x1000 + 28144
    Thread 1:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.WebCore 0x014e9710 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x014e71f8 WebCore::IconDatabase::iconDatabaseSyncThread() + 440
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1eb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Safari 0x000296c0 0x1000 + 165568
    5 com.apple.Safari 0x00029644 0x1000 + 165444
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1da3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfd644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a57a26c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.JavaScriptCore 0x00511384 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3 com.apple.Safari 0x00305c30 dyldstub__ZNSt8iosbase4InitC1Ev + 214768
    4 com.apple.Safari 0x00305d14 dyldstub__ZNSt8iosbase4InitC1Ev + 214996
    5 com.apple.Safari 0x0003d728 0x1000 + 247592
    6 com.apple.Safari 0x0003d680 0x1000 + 247424
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000000063df10 srr1: 0x000000000200d030 vrsave: 0x0000000000000000
    cr: 0x44044228 xer: 0x0000000020000004 lr: 0x000000000063e174 ctr: 0x000000000056be70
    r0: 0x0000000008ccf000 r1: 0x00000000bfffaf90 r2: 0x0000000008cd1934 r3: 0x0000000000000010
    r4: 0x0000000000000001 r5: 0x0000000000000002 r6: 0x000000000000036f r7: 0x0000000008cd1928
    r8: 0x0000000000000004 r9: 0x00000000fffffffe r10: 0x0000000000000006 r11: 0x0000000008cd1928
    r12: 0x000000000056be70 r13: 0x0000000000000000 r14: 0x0000000000000002 r15: 0x000000000072fe90
    r16: 0x00000000007570a8 r17: 0x000000000072ff58 r18: 0x00000000077bfdc0 r19: 0x0000000000004000
    r20: 0x0000000000000114 r21: 0x000000000072ff6c r22: 0x0000000007780000 r23: 0x000000000000000a
    r24: 0x000000000072ff6c r25: 0x000000000072ff58 r26: 0x000000000072ff5c r27: 0x00000000fffffffe
    r28: 0x0000000007774000 r29: 0x00000000007aac8c r30: 0x0000000000000006 r31: 0x0000000000621348
    Binary Images Description:
    0x1000 - 0x352fff com.apple.Safari 4.1 (4533.16) /Applications/Safari.app/Contents/MacOS/Safari
    0x505000 - 0x680fff com.apple.JavaScriptCore 4533 (4533.13) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1008000 - 0x1109fff com.apple.WebKit 4533 (4533.16) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x11b0000 - 0x1452fff com.apple.QuartzCore 1.4.13 /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x14e5000 - 0x2187fff com.apple.WebCore 4533 (4533.16) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94fd000 - 0x960cfff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x963b000 - 0x9654fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x96cd000 - 0x96e8fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x9c45000 - 0x9e9cfff com.apple.ATIRadeon8500GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon8500GLDriver.bundle/Contents/MacOS/ATIRadeo n8500GLDriver
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d02fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d07000 - 0x91d0afff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d0c000 - 0x91dfafff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e19000 - 0x91e57fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5e000 - 0x91e5efff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e60000 - 0x91f45fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4d000 - 0x91f6cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd8000 - 0x92046fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92051000 - 0x920e6fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92100000 - 0x92688fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926bb000 - 0x929e6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a16000 - 0x92b04fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f36000 - 0x92f54fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5f000 - 0x92fb9fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93005000 - 0x93015fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93021000 - 0x93036fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93048000 - 0x930cffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93140000 - 0x9314ffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931f2000 - 0x93241fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932b4000 - 0x935c2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93712000 - 0x9371efff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93723000 - 0x93743fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93797000 - 0x93797fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93799000 - 0x93dccfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94159000 - 0x941cbfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94204000 - 0x942c9fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431c000 - 0x9431cfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94528000 - 0x94565fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456d000 - 0x945bdfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945c6000 - 0x945dffff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f5000 - 0x94711fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94725000 - 0x94769fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478d000 - 0x9479cfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a4000 - 0x947b1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x94810fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94c32000 - 0x94ca3fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94d41000 - 0x94d4dfff com.apple.framework.Apple80211 4.2.9 (429.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94e19000 - 0x94f49fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdc000 - 0x94febfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff3000 - 0x95020fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95027000 - 0x95037fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9503b000 - 0x9506afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9507a000 - 0x95097fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95b4d000 - 0x95b7ffff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97294000 - 0x97355fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97380000 - 0x97381fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97e96000 - 0x97f67fff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97fe4000 - 0x97fe4fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a577000 - 0x9a5adfff com.apple.Syndication 1.0.8 (56.1) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9ffe4000 - 0x9fff6fff com.apple.SyndicationUI 1.0.8 (56.1) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerBook6,5, BootROM 4.8.7f1, 1 processors, PowerPC G4 (1.2), 1.2 GHz, 1.25 GB
    Graphics: ATI Mobility Radeon 9200, ATY,RV280M9+, AGP, 32 MB
    Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
    Memory Module: DIMM1/J7, 1 GB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Network Service: AirPort, AirPort, en1
    Parallel ATA Device: MATSHITACD-RW CW-8123
    Parallel ATA Device: FUJITSU MHT2030AT, 27.94 GB
    USB Device: Microsoft 3-Button Mouse with IntelliEye(TM), Microsoft, Up to 1.5 Mb/sec, 500 mA

    Well... no go. Here's another crash for your perusal. I'm STUMPED!
    Date/Time: 2010-07-16 10:10:00.170 -0600
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [57]
    Version: 4.1 (4533.16)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 75331600
    PID: 198
    Thread: 8
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x9bb35a00
    Thread 0:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x932bcb20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932bc1b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x932bc020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x937a1734 _DPSNextEvent + 384
    8 com.apple.AppKit 0x937a13f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x00011588 0x1000 + 66952
    10 com.apple.AppKit 0x9379d93c -[NSApplication run] + 472
    11 com.apple.AppKit 0x9388e458 NSApplicationMain + 452
    12 com.apple.Safari 0x0011861c 0x1000 + 1144348
    13 com.apple.Safari 0x00007df0 0x1000 + 28144
    Thread 1:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.WebCore 0x014e9710 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x014e71f8 WebCore::IconDatabase::iconDatabaseSyncThread() + 440
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1eb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Safari 0x000296c0 0x1000 + 165568
    5 com.apple.Safari 0x00029644 0x1000 + 165444
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfd644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a57a26c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1da3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.JavaScriptCore 0x00511384 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3 com.apple.Safari 0x00305c30 dyldstub__ZNSt8iosbase4InitC1Ev + 214768
    4 com.apple.Safari 0x00305d14 dyldstub__ZNSt8iosbase4InitC1Ev + 214996
    5 com.apple.Safari 0x0003d728 0x1000 + 247592
    6 com.apple.Safari 0x0003d680 0x1000 + 247424
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8 Crashed:
    0 libjvm.dylib 0x9bb35a00 JVM_RaiseSignal + 408832
    1 libjvm.dylib 0x9b86d93c JNICreateJavaVMImpl + 6012
    2 libjvm.dylib 0x9b86c298 JNICreateJavaVMImpl + 216
    3 com.apple.JavaPluginCocoa15 0x098e2238 registerNatives + 2948
    4 com.apple.JavaPluginCocoa15 0x098e1f94 registerNatives + 2272
    5 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9b87804c JNICreateJavaVMImpl + 48780
    3 libjvm.dylib 0x9b877fe4 JNICreateJavaVMImpl + 48676
    4 libjvm.dylib 0x9b877edc JNICreateJavaVMImpl + 48412
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9b8de310 jio_snprintf + 391632
    3 libjvm.dylib 0x9b8ddf14 jio_snprintf + 390612
    4 libjvm.dylib 0x9b8de6dc jio_snprintf + 392604
    5 libjvm.dylib 0x9b8ddd58 jio_snprintf + 390168
    6 libjvm.dylib 0x9b877edc JNICreateJavaVMImpl + 48412
    7 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9b8de1d0 jio_snprintf + 391312
    3 libjvm.dylib 0x9b8edf54 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9b8ed61c JVM_MonitorWait + 668
    5 <<00000000>> 0x0cda8264 0 + 215646820
    6 <<00000000>> 0x0cda1ab0 0 + 215620272
    7 <<00000000>> 0x0cda1ab0 0 + 215620272
    8 <<00000000>> 0x0cd9f164 0 + 215609700
    9 libjvm.dylib 0x9b8dfaa8 jio_snprintf + 397672
    10 libjvm.dylib 0x9b8ed1b4 JVM_StartThread + 2612
    11 libjvm.dylib 0x9b8ed0a0 JVM_StartThread + 2336
    12 libjvm.dylib 0x9b8ed030 JVM_StartThread + 2224
    13 libjvm.dylib 0x9b8eceec JVM_StartThread + 1900
    14 libjvm.dylib 0x9b877edc JNICreateJavaVMImpl + 48412
    15 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 12:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 libjvm.dylib 0x9b8de1d0 jio_snprintf + 391312
    3 libjvm.dylib 0x9b8edf54 JVM_MonitorWait + 3028
    4 libjvm.dylib 0x9b8ed61c JVM_MonitorWait + 668
    5 <<00000000>> 0x0cda8264 0 + 215646820
    6 <<00000000>> 0x0cda1ab0 0 + 215620272
    7 <<00000000>> 0x0cda19c0 0 + 215620032
    8 <<00000000>> 0x0cda19c0 0 + 215620032
    9 <<00000000>> 0x0cd9f164 0 + 215609700
    10 libjvm.dylib 0x9b8dfaa8 jio_snprintf + 397672
    11 libjvm.dylib 0x9b8ed1b4 JVM_StartThread + 2612
    12 libjvm.dylib 0x9b8ed0a0 JVM_StartThread + 2336
    13 libjvm.dylib 0x9b8ed030 JVM_StartThread + 2224
    14 libjvm.dylib 0x9b8eceec JVM_StartThread + 1900
    15 libjvm.dylib 0x9b877edc JNICreateJavaVMImpl + 48412
    16 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8 crashed with PPC Thread State 64:
    srr0: 0x000000009bb35a00 srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24004442 xer: 0x0000000000000006 lr: 0x000000009ba7da00 ctr: 0x0000000000000000
    r0: 0x000000009ba7da00 r1: 0x00000000f0509a90 r2: 0x0000000000000000 r3: 0x0000000000000000
    r4: 0x0000000000000000 r5: 0x0000000000000001 r6: 0x0000000080808080 r7: 0x0000000000000001
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x000000009bb354d8 r11: 0x0000000000000000
    r12: 0x000000000000002b r13: 0x00000000f0509b68 r14: 0x00000000f0509b30 r15: 0x00000000f0509b1c
    r16: 0x00000000ab87c844 r17: 0x00000000ab89296c r18: 0x0000000009df0214 r19: 0x0000000009df024c
    r20: 0x000000000b0017f4 r21: 0x00000000ab87c844 r22: 0x000000000b001408 r23: 0x0000000009df023c
    r24: 0x00000000ab87c844 r25: 0x00000000f0509b20 r26: 0x00000000f0509b94 r27: 0x000000000b001400
    r28: 0x0000000009df0268 r29: 0x00000000ab890148 r30: 0x0000000009e015d0 r31: 0x000000009ba7d9b0
    Binary Images Description:
    0x1000 - 0x352fff com.apple.Safari 4.1 (4533.16) /Applications/Safari.app/Contents/MacOS/Safari
    0x505000 - 0x680fff com.apple.JavaScriptCore 4533 (4533.13) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1008000 - 0x1109fff com.apple.WebKit 4533 (4533.16) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x11b0000 - 0x1452fff com.apple.QuartzCore 1.4.13 /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x14e5000 - 0x2187fff com.apple.WebCore 4533 (4533.16) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x8ab3000 - 0x8ab3fff com.apple.JavaPluginCocoa 11.9.0 /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x98d8000 - 0x98e5fff com.apple.JavaPluginCocoa15 11.9.0 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/JavaPlugin Cocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d02fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d07000 - 0x91d0afff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d0c000 - 0x91dfafff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e19000 - 0x91e57fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5e000 - 0x91e5efff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e60000 - 0x91f45fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4d000 - 0x91f6cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd8000 - 0x92046fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92051000 - 0x920e6fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92100000 - 0x92688fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926bb000 - 0x929e6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a16000 - 0x92b04fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b07000 - 0x92b8ffff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bd0000 - 0x92e03fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f36000 - 0x92f54fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5f000 - 0x92fb9fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd7000 - 0x92fd7fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd9000 - 0x92fedfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93005000 - 0x93015fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93021000 - 0x93036fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93048000 - 0x930cffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930e3000 - 0x930eefff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930f8000 - 0x93126fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93140000 - 0x9314ffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9315b000 - 0x931c1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931f2000 - 0x93241fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9326f000 - 0x9328cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9329e000 - 0x932abfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932b4000 - 0x935c2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93712000 - 0x9371efff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93723000 - 0x93743fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93750000 - 0x93755fff com.apple.JavaVM 11.9.0 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x93797000 - 0x93797fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93799000 - 0x93dccfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94159000 - 0x941cbfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94204000 - 0x942c9fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431c000 - 0x9431cfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94528000 - 0x94565fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456d000 - 0x945bdfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945c6000 - 0x945dffff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94678000 - 0x946b0fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f5000 - 0x94711fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94725000 - 0x94769fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478d000 - 0x9479cfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a4000 - 0x947b1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x94810fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94817000 - 0x94b4afff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c32000 - 0x94ca3fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94d41000 - 0x94d4dfff com.apple.framework.Apple80211 4.2.9 (429.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94e19000 - 0x94f49fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdc000 - 0x94febfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff3000 - 0x95020fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95027000 - 0x95037fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9503b000 - 0x9506afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9507a000 - 0x95097fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9533e000 - 0x9534ffff com.apple.JavaApplicationLauncher 11.9.0 /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/ JavaApplicationLauncher
    0x95b4d000 - 0x95b7ffff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97e96000 - 0x97f67fff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97fe4000 - 0x97fe4fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a577000 - 0x9a5adfff com.apple.Syndication 1.0.8 (56.1) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b86b000 - 0x9bbe6fff libjvm.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjvm.dyl ib
    0x9bc51000 - 0x9bc6ffff libjava.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x9bc7a000 - 0x9bc82fff libverify.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x9bdb7000 - 0x9bdc4fff libzip.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    0x9ffe4000 - 0x9fff6fff com.apple.SyndicationUI 1.0.8 (56.1) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerBook6,5, BootROM 4.8.7f1, 1 processors, PowerPC G4 (1.2), 1.2 GHz, 1.25 GB
    Graphics: ATI Mobility Radeon 9200, ATY,RV280M9+, AGP, 32 MB
    Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
    Memory Module: DIMM1/J7, 1 GB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Network Service: AirPort, AirPort, en1
    Parallel ATA Device: MATSHITACD-RW CW-8123
    Parallel ATA Device: FUJITSU MHT2030AT, 27.94 GB
    USB Device: Microsoft 3-Button Mouse with IntelliEye(TM), Microsoft, Up to 1.5 Mb/sec, 500 mA

  • Very n00b error....just started programming and need help?!?!

    Hi i just started programming in java.
    im running j2se 1.5.0 on windows xp
    im on the subject of classes and objects.
    here is my simple little code im trying to get to compile
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();
    }now here are the error messages i get:
    --------------------Configuration: <Default>--------------------
    C:\Program Files\Java\jre1.5.0_07\lib\Newprog.java:5: cannot find symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new Greeter();
    ^
    C:\Program Files\Java\jre1.5.0_07\lib\Newprog.java:5: cannot find symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new Greeter();
    ^
    2 errors
    Process completed.
    ok i get this error message alot....well actually just about everytime..
    I got it working just once using texteditor but have no clue how i did it that time...now nomatter what i try i get this error
    I have my enviornmental variable set at
    path = C:\Program Files\Java\jdk1.5.0_07\bin;
    i am using JCreator Le
    i downloaded exact codes from websites and they still compile with this error..
    if anybody with patience could tell me what i need to do
    would i have to configure java some more with variables?
    is my installation wrong?
    do i have to save the work on a different file?
    thanks in advance

    Hi i just started programming in java.
    im running j2se 1.5.0 on windows xp
    im on the subject of classes and objects.
    here is my simple little code im trying to get to
    compile
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();
    }now here are the error messages i get:
    --------------------Configuration:
    <Default>--------------------
    C:\Program Files\Java\jre1.5.0_07\lib\Newprog.java:5:
    cannot find symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new
    Greeter();
    ^
    s\Java\jre1.5.0_07\lib\Newprog.java:5: cannot find
    symbol
    symbol : class Greeter
    location: class Newprog
    Greeter myObjectGreeter = new
    Greeter();
    ^
    get this error message alot....well actually just
    about everytime..
    I got it working just once using texteditor but have
    no clue how i did it that time...now nomatter what i
    try i get this error
    I have my enviornmental variable set at
    path = C:\Program Files\Java\jdk1.5.0_07\bin;
    i am using JCreator Le
    i downloaded exact codes from websites and they still
    compile with this error..
    if anybody with patience could tell me what i need to
    do
    would i have to configure java some more with
    variables?
    is my installation wrong?
    do i have to save the work on a different file?
    thanks in advance
    Well here is all that goes
    As you said you were pretty new
    I suspect the following error done by most of the novice programmers in JAVA
    Where is the Greeter class ??
    ok may be you must have defined it somewhere else
    Mostly the Java Compiler hasnt found out your Greeting class
    Try locating that " Greeter.java"
    or mention it in an other file located in the same folder as "Newprog.java"
    public class Newprog
         public static void main(String[] args)
              Greeter myObjectGreeter = new Greeter();
              myObjectGreeter.sayHello();

  • Need to find program, desperately need help.

    A few months ago, I had a problem. My PC wouldn't recognize my external hard drive. On a forum, I found a link to a program written by an individual which would recognize drives that the system wouldn't recognize. This program could be used for recovering files, but was especially used to recover picture files.
    Let me explain a bit. In two weeks, I lost three computers. First, I reloaded XP on my Thinkpad. When I tried to reload my data from my external hard drive, the hard drive wasn't recognized by my Thinkpad. Somewhere in a forum post, I found a link to this wonderful program which allowed me to restore my data.
    Next, my mother-in-law's PC died (first PC lost). Crashed hard drive, no backup. With this same program, I was able to recover her data. Next, my desktop hard drive failed (second PC lost). No real problem. It was a 2005 PC, and I had everything backed up to my external hard drive, and thus to my Thinkpad.
    Then my Thinkpad died (third PC lost). Bad motherboard. But all my data was on that PC!! I have resurrected a desktop from the carcass of my mother-in-law's PC by installing an older hard drive, but my data is still trapped on the external hard drive. And I don't know where the program was I used to restore it last time.
    Does this program sound familiar to anyone? It was simple to run and worked very well. I believe I had info about it - on my Thinkpad. Any help would be appreciated. I believe it had a very simple name such as "test disk" or something similar. Help!! Thanks!

    Thank you all!! Yes, I'm looking for TestDisk. Got all my data back! Yeah!!

  • Intro To Java Programming student needing help on how to download java SDK on 10.6.8

    Hey Ladies and Gents,
    For the past hour I have been trying to download Java SDK for my 10.6.8 Mac. Can someone point me in the right direction. I am taking a course in intro to Java programming and the book I am using isnt as helpful as I hoped.

    SE 6 development kits support SE 5 constructs.  Just watch that you use only SE 5 constructs.  Texts on 5 will not list the 6 constructs, and texts on 6 are available that tell what came when.
    There is another forum (https://discussions.apple.com/community/developer_forums) where "developers" troll for questions to answer, and your developer questions will stay at the top of the list longer than in MacbookPro forum.

  • C# Programming - I Need Help Putting a Loop into this Program!

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.IO;
    namespace Homework_2
        class Program
            static void Main(string[] args)
                    Console.WriteLine("Enter the First Value:");
                    var number1StringValue = Console.ReadLine();
                    Console.WriteLine("Enter the Second Value");
                    var number2StringValue = Console.ReadLine();
                    var number1 = Convert.ToDouble(number1StringValue);
                    var number2 = Convert.ToDouble(number2StringValue);
                    var sum = number1 + number2;
                    var difference = number1 - number2;
                    var product = number1 * number2;
                    var quotient = number1 / number2;
                    var remainder = number1 % number2;
                    Console.WriteLine("The Sum Is:");
                    Console.WriteLine(sum);
                    Console.WriteLine("The Difference Is:");
                    Console.WriteLine(difference);
                    Console.WriteLine("The Product Is:");
                    Console.WriteLine(product);
                    Console.WriteLine("The Quotient Is:");
                    Console.WriteLine(quotient);
                    Console.WriteLine("The Remainder Is:");
                    Console.WriteLine(remainder);
                        string answer;
                        Console.Write("Would You Like to Calculate More Numbers? Type: [Yes] or [No]");
                        answer = Console.ReadLine();
                        if (answer.Equals("Yes", StringComparison.InvariantCultureIgnoreCase))
                            Console.WriteLine("You Answered: Yes... The Program Will Continue");
                            Console.WriteLine("Not Really, I do not have enough knowledge to make this Program Loop, Sorry.");
                            Console.WriteLine("Press Any Key To Continue!");
                            Console.ReadKey();
    // THIS IS WHERE I NEED THE PROGRAM TO LOOP AGAIN. 
                        else if (answer.Equals("No", StringComparison.InvariantCultureIgnoreCase))
                            Console.WriteLine("You Answered: No... Press Any Key To Stop Program");
                            Console.ReadKey();
    }

     static void Main(string[] args)
               bool done = false;
               while( !done )
                    Console.WriteLine("Enter the First Value:");
                    var number1StringValue = Console.ReadLine();
                    Console.WriteLine("Enter the Second Value");
                    var number2StringValue = Console.ReadLine();
                    var number1 = Convert.ToDouble(number1StringValue);
                    var number2 = Convert.ToDouble(number2StringValue);
                    var sum = number1 + number2;
                    var difference = number1 - number2;
                    var product = number1 * number2;
                    var quotient = number1 / number2;
                    var remainder = number1 % number2;
                    Console.WriteLine("The Sum Is:");
                    Console.WriteLine(sum);
                    Console.WriteLine("The Difference Is:");
                    Console.WriteLine(difference);
                    Console.WriteLine("The Product Is:");
                    Console.WriteLine(product);
                    Console.WriteLine("The Quotient Is:");
                    Console.WriteLine(quotient);
                    Console.WriteLine("The Remainder Is:");
                    Console.WriteLine(remainder);
                        string answer;
                        Console.Write("Would You Like to
    Calculate More Numbers? Type: [Yes] or [No]");
                        answer = Console.ReadLine();
                        if (answer.Equals("Yes", StringComparison.InvariantCultureIgnoreCase))
                            Console.WriteLine("You
    Answered: Yes... The Program Will Continue");
                            Console.WriteLine("Not
    Really, I do not have enough knowledge to make this Program Loop, Sorry.");
                            Console.WriteLine("Press
    Any Key To Continue!");
                            Console.ReadKey();
    // THIS IS WHERE I NEED THE PROGRAM TO LOOP AGAIN. 
                        else if (answer.Equals("No",
    StringComparison.InvariantCultureIgnoreCase))
                            Console.WriteLine("You
    Answered: No... Press Any Key To Stop Program");
                            Console.ReadKey();
                            done = true;

  • College program assignment need help please!!!!!

    I have to write a java class called Factor Number that gets a whole number from the user and determines its divisors. It should return the results in a dialog box with a message like: The factors of 25 are 1,5,25.
    My problem is that I can do the simple items but I don't know how to set up the math or loops to get my program to check the factors for me. Can anyone help me with this it would be awsome. what loops to use and how to get it to do factors I have looked all over the web for sample code with no luck this is my last shot for someone out there to help me get this thing started. thanks if you respond!!!!!!

    try this:
    import java.io.*;
    class FactorNumber
         public static void main(String[] args)
              int base = 0;
              try{
              System.out.println("Enter the base : \t " );               
              BufferedReader br1 = new BufferedReader(new InputStreamReader(System.in));
              base = Integer.parseInt(br1.readLine());          
              for(int x=1;x<=base; x++ ){
              if(base%x==0){System.out.print(x+" ");}
              }catch (IOException e){System.out.println("The error" + e);}
    }

  • HP Buy back program pricing; need help

    I was thinking of getting a new desktop and selling my old one back to HP but their buyback program doesn't have some of my spec and {i was wondering if anyone would know the estimate on how much I would get back and how to contact HP about it.
    Here are my pc specs.
    HP Pavilion p7-1074 Desktop
    Thanks in advance!
    This question was solved.
    View Solution.

    Please read these FAQs concerning the HP Buy Back program. Based on the specs of your computer and the nearest available selections on the estimator, your computer is worth about $50 to $62. You may wish to contact the programs customer service number;
    How do I contact customer service?
    If you have questions about any part of the process, please contact customer service or call 1-888-285-2009 Monday - Friday, 8:00 AM to 8:00 PM Eastern Standard Time.
    Please send KUDOs
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • I am a noob to programing / i need help with exceptions

    HI
    I am a beginner at programming, and wondering if some one could help me out on this program. Its an address book program I got everything to work the only problem is that I haven�t been able to do this step.
    Handle all exceptions properly...
    If there is a null in an element in an array.
    If the user enters an incorrect data type in a dialog box
    (e.g. Enters a letter where a number was expected, or
    enters numbers where letters were expected.
    I am using the JOptionPane input boxes to receive the info.
    If some one could send me a code example on what I am to do that would help a lot.
    Also if some one can explain to me what exceptions are and how the code sample works that would be even better.
    thanx for all the help

    http://java.sun.com/docs/books/tutorial/essential/exceptions/

Maybe you are looking for