Urgent Help - Can't publish IPA, Java crash

I need to update my app but i can't publish my ipa anymore. On smaller files it seems fine most of the time but everytime i publish i get java Platfrom SE binary has stopped working. BEX error.
I've disabled dep and that didnt work. My file is 35.2MB with ~7k library items and over 6k lines of code. Publishing worked fine a week ago, i've reinstalled java and flash professional but still nothing.
This is extremely urgent i dont know what else to do. Is there a limit on library items or code?
-Flash Professional cs6 with Air 3.4 sdk

I had 64 arrays with about 70 values each in my code...for some reason when I moved it to the end of my code it would publish, only with the final AppStore option.
Unchecking compressing the swf and actionscript warnings has helped with the publishing time.
I'm not sure why the 'quick' publishing won't work.

Similar Messages

  • Can I publish .ipa files to sideload on iPad in Professional Edition?

    Or do I need Enterprise edition to publish .ipa files for internal distribution? Thanks.

    Enterprise only for private distribution.
    Bob

  • Urgent help!!! Server java and midlet

    Hi,
    I have write a simple java server that run on a pc.
    This waits for socket connection. I also write a midlet that connect cia socket connection to my server. The connection is established and the server say wellcome to my midlet and on the cell screen the message appears. After the midlet answers to the server hello but the server doesn't receive anything, nothing... I insert a println but the server stay blocked on the read on the DataInputStream. But the midlet says "I have send the message!"+answer.
    If someone say me that I can post the code I do it, but it's a bit long.
    Help!!!!!!

    Yes, to be sure data is really send, you'll need to call flush, preferably on server and client. You can do this after every complete block of data, so not nedded after every write.

  • Urgent Help Changing C code to Java!

    Hi can anyone help me please !
    I need to change the following code from C into Java!
    The Project has to be done by this the Friday 26th April
    < Code in C>
    int textToBmsg(char abuf ,char bbuf,int bbufsize)
    /*takes a text message in 7 bit ascii and converts it to
    *a compressed 8-bit format.
    *return-size of output string
    int aidx; /* index into input string */
    int bidx; /* index into output string */
    int i;
    int c;
    char tmp[SMSTEXTSIZE];
    aidx=0;
    bidx=0;
    while(*(abuf + aidx) != 0 && bidx < bbufsize){
    c = *(abuf+aidx) & 0x7F;
    switch (aidx%8){
    case 0:
    *(tmp + bidx)= c;
    break;
    case 1:
    *(tmp + bidx) |= (c & 0x1)<< 7;
    bidx++;
    *(tmp = bidx) = c >> 1;
    break;
    case 2:
    *(tmp + bidx) |= (c & 0x3) << 6;
    bidx++;
    *(tmp + bidx)= c >> 2;
    break;
    case 3:
    *(tmp + bidx) |= (c & 0x7) << 5;
    bidx++;
    *(tmp + bidx)= c >> 3;
    break;
    case 4:
    *(tmp + bidx) |= (c & 0xF) << 4;
    bidx++;
    *(tmp + bidx)= c >> 4;
    break;
    case 5:
    *(tmp + bidx) |= (c & 0x1F) << 3;
    bidx++;
    *(tmp + bidx)= c >> 5;
    break;
    case 6:
    *(tmp + bidx) |= (c & 0x3F) << 2;
    bidx++;
    *(tmp + bidx)= c >> 6;
    break;
    case 7:
    *(tmp + bidx) |= (c & 0x7F) << 1;
    bidx++;
    break;
    aidx++;
    if ((aidx%8)!= 0 )bidx++;
    itoh(aidx, bbuf, 2); /*length of umcompressed message*/
    bbuf += 2;
    for(i=0; i<bidx; i++){
    itoh(*(tmp+i), bbuf, 2);
    bbuf += 2;
    return bidx*2 + 2;
    </code>
    Tks.in advance,
    HendyJDK

    Thanks for nothing you sad individual, if you ar not
    going to offer anything constructive then please
    keep your opinons to yourself, if you must know I
    stuck for time and trying my best to translate this to
    meet a deadline this Friday, you pompous idiot! Requesting that you refrain from cross-posting isn't pompous and doesn't identify the person who
    makes the request as an idiot. As a matter of fact, he was pointing out that your question was
    answered in the other posting that you made.
    Rather than responding in the manner in which you did, you should have thanked him for his help!
    Mark

  • URGENT HELP- Can't install Oracle Portal on Windows 2000

    I am trying to install Oracle Portal as part of installation of Oracle 9iAS v1.0.2.2.2a on Windows 2000 and I get this message from the OPCA Installation Log:
    STEP 8 : Installing WWV layer Components
    INSTALL_ACTION:installWWV() : ..\..\bin\sqlplus portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=mercury)(PORT=1521)))(CONNECT_DATA=(SID=pdb))) @..\..\portal30\admin\plsql\wwv\wwvinst.sql portal30 USERS TEMP wvinswwv.log USERS USERS portal30_NULL portal30_sso portal30_DEMO
    INSTALL_ACTION:installWWV() : ..\..\bin\sqlplus portal30/portal30@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=mercury)(PORT=1521)))(CONNECT_DATA=(SID=pdb))) @..\..\portal30\admin\plsql\wwv\wwvinsty.sql portal30 USERS TEMP wvinswwv.log USERS USERS portal30_NULL portal30_sso portal30_DEMO
    ORA-00600: internal error code, arguments: [15456], [WWA_API_MODULE], [13],
    Errors encountered in the Install process. Installation Aborted.
    I am using an Oracle 8i database for the installation on the same machine. Can anyone help please?
    Thanks,
    -Ashok Manian

    Thanks for the reply Rohini.
    The SYS password is change_on_install and SYSTEM password is manager. It still causes the same problem. The database I am using is an Oracle 8i database which is automatically created while installing Oracle 9iAS.
    I also tried to install Oracle Portal on an Oracle 9i Database on the same machine and this comes out with a different error. It tells me the SHARED_POOL_SIZE is less than 31457280 whereas as I checked through SQL*Plus its actually much more than that!
    Can you please help?
    Thanks,
    -Ashok Manian

  • Can't publish SWF - Catalyst crashes...

    When choosing File>Pubilsh, with the intention of generating a SWF, Catalyst crashes. Is it because I'm running it on Mac ver 10.5.2? is there any way to see the size of a SWF generated by Catalyst besides explicitly publishing the swf (which I haven't been able to do) and bringing it into Flash to see Bandwidth Profiler properties?

    I had it when I had the Beta Software installed, but when I upgraded to CS5 I never got publishing errors.
    Adobe may want the logs for this, so:
    Press CMD + SPACE,
    Type Terminal,
    Hit ENTER.
    Paste:
    cp /Users/[your username here]/Library/Application\ Support/Adobe/Flash\ Catalyst/Workspace/.metadata/.log ~/Desktop/log
    On your desktop you'll have a log file.
    Open it and copy and paste it here.

  • Urgent help -can not access Documents (windows 7)

    After some one renamed one profile and my documents (roaming profile and my documents redirected to network path too through group policy).  Now , I can not open Documents.  I got this message: "can't open this item  It might have been
    moved, renamed, or deleted.  Do you want to remove this item?"
    Thank you.

    After some one renamed one profile and my documents (roaming profile and my documents redirected to network path too through group policy).  Now , I can not open Documents.
    Since you have a roaming profile, you must be connected to a Windows server. If so then you should discuss this problem with your network administrator.

  • URGENT HELP REQUIERED! Digital published Document / Viewer on iPad always crashes

    Hey there, i need urgent help, our company is heading towards the most important exhibition. We will be using iPads and digital published magazines on the Adobe Viewer to present our company. But after creating the document and having it checked on the Preview Viewer on the Mac where everything worked fine, i have the issue that it always crashes now when viewed on the iPad.
    We have an article, with many pages where we present our references, each page contains a slideshow with about 5 pictures, all the pictures are jpgs, about 400 kb. There is a small vector Illustrator file (eps) placed on the pages as well, which i used on other articles as well, no problem there. When going through this article it always chrashes, i´ve tried a couple of things allready, reduzed file size, dropped pages etc. The whole document is about 400 MB.
    Please help!!!! I need a quick solution, as i only have a couple of days left for finishing the document for our Exhibition.
    Kind regards, Dave Leverenz

    Things that crash DPS folios...
    - very very large articles (safest to keep each article under 30MB if you can)
    - consecutive large articles (the app tries to load the next article into memory to enhance page-turning performance, so several huge articles in a row risks causing iPad memory difficulties)
    - dense text combined with transparency or drop shadows in a PDF folio (doesn't like rapid page-turning)
    - two or more consecutive pages containing web overlays that display animation or special tricks using JavaScript (this nightmare began when Apple introduced iOS6)
    - corruption that has crept into an InDesign document after it has been re-edited and resaved 100s of times (only solution is to redraw the document from scratch)
    - folios that have been updated repeatedly after each edit (try archiving and downloading the folio afresh)
    - corruption that has crept into Content Viewer's cache on the iPad (try deleting the app, rebooting your iPad and re-installing the app)
    I suspect your problem lies in the size and complexity of your "article with many pages". Try breaking up the article into two or three articles, and see if that makes any difference. You can always hide parts 2 and 3 from the Table of Contents, remember.

  • Can anybody help? My Safari browser keeps crashing. The whole window just turns grey.

    Can anybody help? My Safari browser keeps crashing on iMac 10.7.5. The whole window just turns grey. It started happening around the time of the new bookmarks menu upgrade recently which changed the bookmarks to be only on the side and makes it so you can see all your bookmarks while browsing.  I know I have a lot of bookmarks, so I tried hiding them, but it still happens. I ALREADY TRIED CLEARING MY HISTORY, AND THAT DID NOT HELP, AND I HAVE NO EXTENSIONS FOR THIS BROWSER.
    Does the fact that I am in Brasil have anything to do with it?
    Thank you to anyone who can help. In case no one can come up with an answer, is there an easy way to transfer my bookmarks from safari to either firefox or chrome?
    Much appreciated.

    1. This is a comment on what you should and should not do to protect yourself from malicious software ("malware") that circulates on the Internet. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
       3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. OS X security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
    That means, in practice, that you always stay within a safe harbor of computing practices. How do you know what is safe?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is unsafe.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders" are outside the safe harbor, though not all are necessarily harmful.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe. For instance, if a web page warns you that Flash is out of date, do not follow an offered link to an update. Go to the Adobe website to download it, if you need it at all.
    Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    "FREE WI-FI !!!" networks in public places are unsafe unless you can verify that the network is not a trap (which you probably can't.) Even then, do not download any software or transmit any private information while connected to such a network, regardless of where it seems to come from or go to.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Follow the above guidelines, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself from malware.
    7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. Any database of known threats is always going to be out of date. Most of the danger is from unknown threats. If you need to be able to detect Windows malware in your files, use one of the free anti-virus products in the Mac App Store — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. Most of the real-world danger of malware attack comes from highly targeted "zero-day" exploits that are not yet recognized.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    8. An anti-malware product from the App Store, such as "ClamXav," doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An anti-virus app is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    Anti-virus software may be able to tell you which particular virus or trojan it is, but do you care? In practice, there's seldom a reason to use the software unless a network administrator requires you to do it.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer is going to be infected every time you install an application, read email, or visit a web page. But neither should you have the false idea that you will always be safe, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Can't publish - help!

    Hi everyone,
    I can't publish. I have a variety of backups of my Domain file, including some from months ago. These backups of my Domain all used to publish fine, but now I can't get any of them to publish. Currently I am trying to publish to a local folder so that I don't mess up my site which is hosted on Me.com. Along the way I got a new hard drive and restored from Time Capsule.
    These old sites worked fine previously, so I can't see how they would have become corrupted. I've deleted the iWeb pref and cache files, repaired permissions, rebooted, and reinstalled. No luck.
    I'll try to post the crash log.
    Any ideas on what to try next?
    Cheers!

    Crash log:
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 15
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x939530a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x93952d62 pthread_condwait + 1191
    2 libSystem.B.dylib 0x939549f8 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x9305451e TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9303fea5 TSWaitOnConditionTimedRelative + 202
    5 ...ple.CoreServices.CarbonCore 0x9303b873 MPWaitOnQueue + 250
    6 com.apple.iWeb 0x002365eb 0x1000 + 2315755
    7 com.apple.iWeb 0x0023627d 0x1000 + 2314877
    8 com.apple.iWeb 0x002041eb 0x1000 + 2109931
    9 com.apple.iWeb 0x001fd9b9 0x1000 + 2083257
    10 com.apple.iWeb 0x002006c5 0x1000 + 2094789
    11 com.apple.iWeb 0x001bd12a 0x1000 + 1818922
    12 com.apple.iWeb 0x001bc24d 0x1000 + 1815117
    13 com.apple.iWeb 0x00186bc8 0x1000 + 1596360
    14 com.apple.iWeb 0x00166f6a 0x1000 + 1466218
    15 com.apple.iWeb 0x0016694f 0x1000 + 1464655
    16 com.apple.iWeb 0x0016c92e 0x1000 + 1489198
    17 com.apple.iWeb 0x0016c3cd 0x1000 + 1487821
    18 com.apple.iWeb 0x001fc587 0x1000 + 2078087
    19 com.apple.iWeb 0x00165de0 0x1000 + 1461728
    20 com.apple.iWeb 0x00165362 0x1000 + 1459042
    21 com.apple.iWeb 0x0016396d 0x1000 + 1452397
    22 com.apple.iWeb 0x00140cb2 0x1000 + 1309874
    23 com.apple.iWeb 0x0023aade 0x1000 + 2333406
    24 com.apple.iWeb 0x0023ab4d 0x1000 + 2333517
    25 com.apple.iWeb 0x0023839f 0x1000 + 2323359
    26 com.apple.AppKit 0x96a63c46 -[NSApplication sendAction:to:from:] + 112
    27 com.apple.sf.sfapplication 0x00704794 -[SFAppApplication sendAction:to:from:] + 610
    28 com.apple.AppKit 0x96b43465 -[NSControl sendAction:to:] + 108
    29 com.apple.AppKit 0x96b3ef12 -[NSCell _sendActionFrom:] + 169
    30 com.apple.AppKit 0x96b3e209 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    31 com.apple.AppKit 0x96b938a1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    32 com.apple.AppKit 0x96b3cc5f -[NSControl mouseDown:] + 812
    33 com.apple.AppKit 0x96b3ac68 -[NSWindow sendEvent:] + 5549
    34 com.apple.AppKit 0x96a53817 -[NSApplication sendEvent:] + 6431
    35 com.apple.sf.sfapplication 0x007003af -[SFAppApplication sendEvent:] + 789
    36 com.apple.AppKit 0x969e72a7 -[NSApplication run] + 917
    37 com.apple.AppKit 0x969df2d9 NSApplicationMain + 574
    38 com.apple.iWeb 0x0000b5f3 0x1000 + 42483
    39 com.apple.iWeb 0x00003812 0x1000 + 10258
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9394b982 kevent + 10
    1 libSystem.B.dylib 0x9394c09c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x9394b559 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x9394b2fe dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x9394ad81 pthreadwqthread + 390
    5 libSystem.B.dylib 0x9394abc6 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x93925142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9392ac46 pthreadmutexlock + 490
    2 com.apple.Foundation 0x9509474f -[NSLock lock] + 201
    3 SFWordProcessing 0x01050952 -[SFWPSpellThread pRun:] + 224
    4 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    5 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x9395285d pthreadstart + 345
    7 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x939250fa machmsgtrap + 10
    1 libSystem.B.dylib 0x93925867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9422337f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x94222464 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x94222291 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x950d77d0 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    7 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x9395285d pthreadstart + 345
    9 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 4: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x939440c6 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x94262c83 __CFSocketManager + 1091
    2 libSystem.B.dylib 0x9395285d pthreadstart + 345
    3 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x939530a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9397eee5 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x9397ee23 usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x96b8efe1 -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    5 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x9395285d pthreadstart + 345
    7 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x93925142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93952cfc pthread_condwait + 1089
    2 libSystem.B.dylib 0x9399b46f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x922454dd jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x9395285d pthreadstart + 345
    5 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x93925142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93952cfc pthread_condwait + 1089
    2 libSystem.B.dylib 0x9399b46f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x922454dd jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x9395285d pthreadstart + 345
    5 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x93925142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x93952cfc pthread_condwait + 1089
    2 libSystem.B.dylib 0x9399b46f pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x922454dd jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x9395285d pthreadstart + 345
    5 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9394aa12 _workqkernreturn + 10
    1 libSystem.B.dylib 0x9394afa8 pthreadwqthread + 941
    2 libSystem.B.dylib 0x9394abc6 start_wqthread + 30
    Thread 10:
    0 libSystem.B.dylib 0x9392515a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x93952ce5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x93981ac8 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x950dae24 -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x95093ae5 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.MobileMe 0x005dc755 +[MM_AYOperation _lockWaitingForOperation] + 137
    6 com.apple.MobileMe 0x005dcdb9 +[MM_AYOperation _workerThread] + 209
    7 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    8 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    9 libSystem.B.dylib 0x9395285d pthreadstart + 345
    10 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 11:
    0 libJPEG.dylib 0x9029e4f1 vecycc_rgbxconvert + 711
    1 libJPEG.dylib 0x9029db98 sep_upsample + 182
    2 libJPEG.dylib 0x902a753c processdata_simplemain + 123
    3 libJPEG.dylib 0x9029bad7 cg_jpeg_readscanlines + 150
    4 com.apple.ImageIO.framework 0x9104bd28 copyImageBlockSetJPEG + 2970
    5 com.apple.ImageIO.framework 0x91036191 ImageProviderCopyImageBlockSetCallback + 174
    6 com.apple.CoreGraphics 0x9465164b CGImageProviderCopyImageBlockSet + 228
    7 com.apple.CoreGraphics 0x94655e5c imgblockscreate + 348
    8 com.apple.CoreGraphics 0x94655ce1 imgblocksextent + 85
    9 com.apple.CoreGraphics 0x945eeb76 imgdatalock + 8882
    10 com.apple.CoreGraphics 0x945ebc72 CGSImageDataLock + 172
    11 libRIP.A.dylib 0x9196b750 ripc_AcquireImage + 2446
    12 libRIP.A.dylib 0x919693c6 ripc_DrawImage + 1245
    13 com.apple.CoreGraphics 0x945eb8ec CGContextDrawImage + 450
    14 com.apple.iWeb.sfrendering 0x00df7738 -[SFRImageConverter setSourceCGImage:] + 408
    15 com.apple.iWeb.sfrendering 0x00df7246 -[SFRImageConverter setSourceCGDataProvider:] + 790
    16 com.apple.iWeb.sfrendering 0x00df6e7d -[SFRImageConverter setSourceFile:] + 141
    17 com.apple.iWeb 0x002254b5 0x1000 + 2245813
    18 com.apple.iWeb 0x00236490 0x1000 + 2315408
    19 com.apple.iWeb 0x0023631a 0x1000 + 2315034
    20 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    21 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    22 libSystem.B.dylib 0x9395285d pthreadstart + 345
    23 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0xffff0860 __memcpy + 192
    1 com.apple.ImageIO.framework 0x9102ee53 CGImageReadGetBytesAtOffset + 309
    2 com.apple.ImageIO.framework 0x91031d65 CGImageReadSessionGetBytes + 48
    3 com.apple.ImageIO.framework 0x9104972d fillinputbuffer + 214
    4 libJPEG.dylib 0x9029cd27 decodemcuoptimized + 3183
    5 libJPEG.dylib 0x9029beb4 decompress_onepass + 138
    6 libJPEG.dylib 0x902a74f5 processdata_simplemain + 52
    7 libJPEG.dylib 0x9029bad7 cg_jpeg_readscanlines + 150
    8 com.apple.ImageIO.framework 0x9104bd28 copyImageBlockSetJPEG + 2970
    9 com.apple.ImageIO.framework 0x91036191 ImageProviderCopyImageBlockSetCallback + 174
    10 com.apple.CoreGraphics 0x9465164b CGImageProviderCopyImageBlockSet + 228
    11 com.apple.CoreGraphics 0x94655e5c imgblockscreate + 348
    12 com.apple.CoreGraphics 0x94655ce1 imgblocksextent + 85
    13 com.apple.CoreGraphics 0x945eeb76 imgdatalock + 8882
    14 com.apple.CoreGraphics 0x945ebc72 CGSImageDataLock + 172
    15 libRIP.A.dylib 0x9196b750 ripc_AcquireImage + 2446
    16 libRIP.A.dylib 0x919693c6 ripc_DrawImage + 1245
    17 com.apple.CoreGraphics 0x945eb8ec CGContextDrawImage + 450
    18 com.apple.iWeb.sfrendering 0x00df7738 -[SFRImageConverter setSourceCGImage:] + 408
    19 com.apple.iWeb.sfrendering 0x00df7246 -[SFRImageConverter setSourceCGDataProvider:] + 790
    20 com.apple.iWeb.sfrendering 0x00df6e7d -[SFRImageConverter setSourceFile:] + 141
    21 com.apple.iWeb 0x002254b5 0x1000 + 2245813
    22 com.apple.iWeb 0x00236490 0x1000 + 2315408
    23 com.apple.iWeb 0x0023631a 0x1000 + 2315034
    24 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    25 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    26 libSystem.B.dylib 0x9395285d pthreadstart + 345
    27 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0xffff082b __memcpy + 139
    1 com.apple.ImageIO.framework 0x9102ee53 CGImageReadGetBytesAtOffset + 309
    2 com.apple.ImageIO.framework 0x91031d65 CGImageReadSessionGetBytes + 48
    3 com.apple.ImageIO.framework 0x9104972d fillinputbuffer + 214
    4 libJPEG.dylib 0x9029cf41 decodemcuoptimized + 3721
    5 libJPEG.dylib 0x9029beb4 decompress_onepass + 138
    6 libJPEG.dylib 0x902a74f5 processdata_simplemain + 52
    7 libJPEG.dylib 0x9029bad7 cg_jpeg_readscanlines + 150
    8 com.apple.ImageIO.framework 0x9104bd28 copyImageBlockSetJPEG + 2970
    9 com.apple.ImageIO.framework 0x91036191 ImageProviderCopyImageBlockSetCallback + 174
    10 com.apple.CoreGraphics 0x9465164b CGImageProviderCopyImageBlockSet + 228
    11 com.apple.CoreGraphics 0x94655e5c imgblockscreate + 348
    12 com.apple.CoreGraphics 0x94655ce1 imgblocksextent + 85
    13 com.apple.CoreGraphics 0x945eeb76 imgdatalock + 8882
    14 com.apple.CoreGraphics 0x945ebc72 CGSImageDataLock + 172
    15 libRIP.A.dylib 0x9196b750 ripc_AcquireImage + 2446
    16 libRIP.A.dylib 0x919693c6 ripc_DrawImage + 1245
    17 com.apple.CoreGraphics 0x945eb8ec CGContextDrawImage + 450
    18 com.apple.iWeb.sfrendering 0x00df7738 -[SFRImageConverter setSourceCGImage:] + 408
    19 com.apple.iWeb.sfrendering 0x00df7246 -[SFRImageConverter setSourceCGDataProvider:] + 790
    20 com.apple.iWeb.sfrendering 0x00df6e7d -[SFRImageConverter setSourceFile:] + 141
    21 com.apple.iWeb 0x002254b5 0x1000 + 2245813
    22 com.apple.iWeb 0x00236490 0x1000 + 2315408
    23 com.apple.iWeb 0x0023631a 0x1000 + 2315034
    24 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    25 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    26 libSystem.B.dylib 0x9395285d pthreadstart + 345
    27 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 14:
    0 libJPEG.dylib 0x9029e4f1 vecycc_rgbxconvert + 711
    1 libJPEG.dylib 0x9029db98 sep_upsample + 182
    2 libJPEG.dylib 0x902a753c processdata_simplemain + 123
    3 libJPEG.dylib 0x9029bad7 cg_jpeg_readscanlines + 150
    4 com.apple.ImageIO.framework 0x9104bd28 copyImageBlockSetJPEG + 2970
    5 com.apple.ImageIO.framework 0x91036191 ImageProviderCopyImageBlockSetCallback + 174
    6 com.apple.CoreGraphics 0x9465164b CGImageProviderCopyImageBlockSet + 228
    7 com.apple.CoreGraphics 0x94655e5c imgblockscreate + 348
    8 com.apple.CoreGraphics 0x94655ce1 imgblocksextent + 85
    9 com.apple.CoreGraphics 0x945eeb76 imgdatalock + 8882
    10 com.apple.CoreGraphics 0x945ebc72 CGSImageDataLock + 172
    11 libRIP.A.dylib 0x9196b750 ripc_AcquireImage + 2446
    12 libRIP.A.dylib 0x919693c6 ripc_DrawImage + 1245
    13 com.apple.CoreGraphics 0x945eb8ec CGContextDrawImage + 450
    14 com.apple.iWeb.sfrendering 0x00df7738 -[SFRImageConverter setSourceCGImage:] + 408
    15 com.apple.iWeb.sfrendering 0x00df7246 -[SFRImageConverter setSourceCGDataProvider:] + 790
    16 com.apple.iWeb.sfrendering 0x00df6e7d -[SFRImageConverter setSourceFile:] + 141
    17 com.apple.iWeb 0x002254b5 0x1000 + 2245813
    18 com.apple.iWeb 0x00236490 0x1000 + 2315408
    19 com.apple.iWeb 0x0023631a 0x1000 + 2315034
    20 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    21 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    22 libSystem.B.dylib 0x9395285d pthreadstart + 345
    23 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 15 Crashed:
    0 libJPEG.dylib 0x9029e4f1 vecycc_rgbxconvert + 711
    1 libJPEG.dylib 0x9029db98 sep_upsample + 182
    2 libJPEG.dylib 0x902a753c processdata_simplemain + 123
    3 libJPEG.dylib 0x9029bad7 cg_jpeg_readscanlines + 150
    4 com.apple.ImageIO.framework 0x9104bd28 copyImageBlockSetJPEG + 2970
    5 com.apple.ImageIO.framework 0x91036191 ImageProviderCopyImageBlockSetCallback + 174
    6 com.apple.CoreGraphics 0x9465164b CGImageProviderCopyImageBlockSet + 228
    7 com.apple.CoreGraphics 0x94655e5c imgblockscreate + 348
    8 com.apple.CoreGraphics 0x94655ce1 imgblocksextent + 85
    9 com.apple.CoreGraphics 0x945eeb76 imgdatalock + 8882
    10 com.apple.CoreGraphics 0x945ebc72 CGSImageDataLock + 172
    11 libRIP.A.dylib 0x9196b750 ripc_AcquireImage + 2446
    12 libRIP.A.dylib 0x919693c6 ripc_DrawImage + 1245
    13 com.apple.CoreGraphics 0x945eb8ec CGContextDrawImage + 450
    14 com.apple.iWeb.sfrendering 0x00df7738 -[SFRImageConverter setSourceCGImage:] + 408
    15 com.apple.iWeb.sfrendering 0x00df7246 -[SFRImageConverter setSourceCGDataProvider:] + 790
    16 com.apple.iWeb.sfrendering 0x00df6e7d -[SFRImageConverter setSourceFile:] + 141
    17 com.apple.iWeb 0x002254b5 0x1000 + 2245813
    18 com.apple.iWeb 0x00236490 0x1000 + 2315408
    19 com.apple.iWeb 0x0023631a 0x1000 + 2315034
    20 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    21 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    22 libSystem.B.dylib 0x9395285d pthreadstart + 345
    23 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 16:
    0 libJPEG.dylib 0x9029e4f1 vecycc_rgbxconvert + 711
    1 libJPEG.dylib 0x9029db98 sep_upsample + 182
    2 libJPEG.dylib 0x902a753c processdata_simplemain + 123
    3 libJPEG.dylib 0x9029bad7 cg_jpeg_readscanlines + 150
    4 com.apple.ImageIO.framework 0x9104bd28 copyImageBlockSetJPEG + 2970
    5 com.apple.ImageIO.framework 0x91036191 ImageProviderCopyImageBlockSetCallback + 174
    6 com.apple.CoreGraphics 0x9465164b CGImageProviderCopyImageBlockSet + 228
    7 com.apple.CoreGraphics 0x94655e5c imgblockscreate + 348
    8 com.apple.CoreGraphics 0x94655ce1 imgblocksextent + 85
    9 com.apple.CoreGraphics 0x945eeb76 imgdatalock + 8882
    10 com.apple.CoreGraphics 0x945ebc72 CGSImageDataLock + 172
    11 libRIP.A.dylib 0x9196b750 ripc_AcquireImage + 2446
    12 libRIP.A.dylib 0x919693c6 ripc_DrawImage + 1245
    13 com.apple.CoreGraphics 0x945eb8ec CGContextDrawImage + 450
    14 com.apple.iWeb.sfrendering 0x00df7738 -[SFRImageConverter setSourceCGImage:] + 408
    15 com.apple.iWeb.sfrendering 0x00df7246 -[SFRImageConverter setSourceCGDataProvider:] + 790
    16 com.apple.iWeb.sfrendering 0x00df6e7d -[SFRImageConverter setSourceFile:] + 141
    17 com.apple.iWeb 0x002254b5 0x1000 + 2245813
    18 com.apple.iWeb 0x00236490 0x1000 + 2315408
    19 com.apple.iWeb 0x0023631a 0x1000 + 2315034
    20 com.apple.Foundation 0x9509ebf0 -[NSThread main] + 45
    21 com.apple.Foundation 0x9509eba0 _NSThread__main_ + 1499
    22 libSystem.B.dylib 0x9395285d pthreadstart + 345
    23 libSystem.B.dylib 0x939526e2 thread_start + 34
    Thread 15 crashed with X86 Thread State (32-bit):
    eax: 0x00000010 ebx: 0x9029e23b ecx: 0x902b2430 edx: 0x00000000
    edi: 0x23306810 esi: 0x902b2420 ebp: 0xc5f65918 esp: 0xc5f657f0
    ss: 0x0000001f efl: 0x00010202 eip: 0x9029e4f1 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x3cdfe7 com.apple.iWeb 3.0.2 (302) <670E4C0F-76D4-076B-F1B9-9ADB72FB7AA8> /Applications/iWeb.app/Contents/MacOS/iWeb
    0x48f000 - 0x544fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2E52683A-7E8E-68D5-5AC6-09962C37CB98> /usr/lib/libcrypto.0.9.7.dylib
    0x58a000 - 0x628ffc com.apple.MobileMe 11 (1.0.3) <B889EA46-59DF-719D-842D-C3A335B1AA88> /Applications/iWeb.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobile Me
    0x68b000 - 0x6c4ff7 com.apple.iWeb.SFAnimation 1.0 (0.0.1d1) <E77CC192-04A2-0E36-BBAB-D2CC00FCFF53> /Applications/iWeb.app/Contents/Frameworks/SFAnimation.framework/Versions/A/SFA nimation
    0x6f0000 - 0x791ffb com.apple.sf.sfapplication 1.0.1 (1.0) <5A002734-7F5A-A441-D67E-776BA8F36865> /Applications/iWeb.app/Contents/Frameworks/SFApplication.framework/Versions/A/S FApplication
    0x7f7000 - 0x84efe7 com.apple.iWeb.sfarchiving 1.0 (0.0.1d1) <35152B80-7928-346F-5AAB-AE7E2DE88206> /Applications/iWeb.app/Contents/Frameworks/SFArchiving.framework/Versions/A/SFA rchiving
    0x887000 - 0x8d2ff3 com.apple.iWeb.SFControls 1.0 (20030306_1) <BF6AB6AC-4AE5-96B0-4000-F8263A96D254> /Applications/iWeb.app/Contents/Frameworks/SFControls.framework/Versions/A/SFCo ntrols
    0x903000 - 0xa91fe3 com.apple.iWeb.sfdrawables 2.0 (2.0) <F5FCBA8B-DD67-DBD3-02EE-E0F6F65848FC> /Applications/iWeb.app/Contents/Frameworks/SFDrawables.framework/Versions/A/SFD rawables
    0xb61000 - 0xc18fe3 com.apple.iWeb.sfinspectors 1.0 (1.0) <E1B17D02-51FA-236B-DEEA-BAAF384ACC5B> /Applications/iWeb.app/Contents/Frameworks/SFInspectors.framework/Versions/A/SF Inspectors
    0xc7a000 - 0xca4ff7 com.apple.iWeb.sflicense 1.0.1 (0.0.1d1) <EB9C286A-862A-3F38-C7FB-92100AFCA499> /Applications/iWeb.app/Contents/Frameworks/SFLicense.framework/Versions/A/SFLic ense
    0xcc2000 - 0xd4afff com.apple.iWeb.proofreader 1.0 (1) <2C9EBACF-56C2-BBCE-D405-D7941123D41F> /Applications/iWeb.app/Contents/Frameworks/SFProofReader.framework/Versions/A/S FProofReader
    0xd5b000 - 0xe68feb com.apple.iWeb.sfrendering 1.0 (1.0) <5FCDB506-A010-E2EE-061E-148600C4C0B1> /Applications/iWeb.app/Contents/Frameworks/SFRendering.framework/Versions/A/SFR endering
    0xed9000 - 0xef3ff7 com.apple.iWeb.sfstyles 1.0 (1.0) <57B71FA4-1065-CB3E-3603-BC4B56A98FFB> /Applications/iWeb.app/Contents/Frameworks/SFStyles.framework/Versions/A/SFStyl es
    0xf05000 - 0xfb6ff3 com.apple.iWeb.sfutility 1.0 (0.0.1d1) <A26923EF-5A74-7E93-4591-6E4FE6D7F7AB> /Applications/iWeb.app/Contents/Frameworks/SFUtility.framework/Versions/A/SFUti lity
    0x102f000 - 0x12a1fff +SFWordProcessing ??? (???) <CABF0FDB-8715-3CD0-4BE6-169809DDA037> /Applications/iWeb.app/Contents/Frameworks/SFWordProcessing.framework/Versions/ A/SFWordProcessing
    0x13e1000 - 0x1473ff7 +com.panic.FTPKit 1.2 (1.2) <4E0DB853-B1CA-98CB-D60B-0C46B9812AAE> /Applications/iWeb.app/Contents/Frameworks/FTPKit.framework/Versions/A/FTPKit
    0x14bd000 - 0x14f9ff7 com.apple.OSAKit 1.2.1 (76) <A6C90396-24B1-E8A9-169A-364BAB8E1016> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x151d000 - 0x1529fe7 libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <43856244-CC36-9DE9-3D60-D4F4D6F2825C> /usr/lib/libexslt.0.dylib
    0x152f000 - 0x1555fff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <73B10885-F9AF-5B9D-A91C-D96869959EA5> /usr/lib/libssl.0.9.7.dylib
    0x264a000 - 0x2656ff7 +com.rogueamoeba.audiohijackserver.hermes 2.2.6 (2.2.6) <E0E936BE-D51D-AE16-B796-41B5028720C5> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
    0x14d6d000 - 0x14d70fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x14d75000 - 0x14ddafde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x14f00000 - 0x14f46fc3 com.apple.motion.component 1.0 (1.0) <77973A13-4E79-426F-853F-2318E52A2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x14f4c000 - 0x14f4f02f Motion ??? (???) <B5E862EE-E0FF-4F86-A789-98E3E601A18C> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x165aa000 - 0x165cefe7 GLRendererFloat ??? (???) <EFE5EC6D-74B2-37A2-92E4-526A2EF6B791> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x16c99000 - 0x16ca1ff7 com.apple.iLMBAperturePlugin 2.5.2 (252) <03D52C6B-357C-4D29-0A3F-AF616B767F50> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x16ca9000 - 0x16caaff7 com.apple.iLMBAppDefPlugin 2.5.2 (252) <1486F088-5990-8BB4-A748-E675B4580F7A> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x16cb0000 - 0x16cb2ff7 com.apple.iLMBFolderPlugin 2.5.2 (252) <9CFE1606-8434-50F5-0B26-1A89F5B29DC8> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x16cb8000 - 0x16cbcff7 com.apple.iLMBGarageBandPlugin 2.5.2 (252) <BB145451-1046-D38C-9E12-2E9010C479F8> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x16cc3000 - 0x16ccfff7 com.apple.iLMBiMoviePlugin 2.5.2 (252) <C145DDA5-C554-8BBD-FE81-19E4102BA1F4> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x16cd7000 - 0x16cecffb com.apple.iLMBiPhoto8Plugin 2.5.2 (252) <EFEC6290-7B79-1061-4DCB-371D562D1DED> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x16cf7000 - 0x16cf9ff7 com.apple.iLMBMoviesFolderPlugin 2.5.2 (252) <0CCC4C62-318B-8C99-B825-F6A813E72E4A> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x16e00000 - 0x16e09ff7 com.apple.iLMBiPhotoPlugin 2.5.2 (252) <B593FA74-88B1-E2A4-06C3-A409F0A24233> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x16e11000 - 0x16e19ff7 com.apple.iLMBiTunesPlugin 2.5.2 (252) <7122FFB8-8D28-D0E3-A135-F28FD5B85085> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x16e21000 - 0x16e23ff7 com.apple.iLMBPhotoBoothPlugin 2.5.2 (252) <37203ABE-2509-AACF-3AFF-8DAEC96B7632> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x1700b000 - 0x17095fe7 com.apple.iLMBiPhoto9Plugin 2.5.2 (252) <CCC6A4E6-9A0A-7C8C-E70F-6320123C762E> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto9Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto9Plugin
    0x17600000 - 0x17778fe7 GLEngine ??? (???) <A4BBE58C-1211-0473-7B78-C3BA7AC29C9B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x177aa000 - 0x17baffe7 libclh.dylib 3.1.1 C (3.1.1) <D1A3D8AD-0FED-4AD2-AB43-CF804B7BDBF9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x17bd3000 - 0x1852aff3 com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.24 (6.2.4) <C9C8A21C-22E9-1689-FCA7-F33A4CB1DB28> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0x18c06000 - 0x18ccaff7 com.apple.iLifeSQLAccess 1.1 (10) <20832AC2-03DC-5C53-9112-266F04380409> /Library/Frameworks/iLifeSQLAccess.framework/Versions/A/iLifeSQLAccess
    0x18d0b000 - 0x18dfdfff com.apple.iTunesAccess 10.1 (10.1) <0A289C76-3C1B-6B33-5478-61D2FC95FC28> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x19050000 - 0x1906dff7 libPDFRIP.A.dylib 545.0.0 (compatibility 64.0.0) <69A4C9C0-0107-3DA9-F1E1-1D11B4D267B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x1923e000 - 0x19250fd9 com.apple.FCP Uncompressed 422.component 1.5 (1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x19256000 - 0x19256ff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x19259000 - 0x19273ffb com.apple.AppleIntermediateCodec 1.3.1 (152) <D9F7038D-87B0-9F80-3AC2-3C7624D464AE> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x19285000 - 0x1928aff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <045EE881-79CA-146C-41C5-E8740DB68977> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x19297000 - 0x1929cff7 com.apple.DesktopVideoOut 1.2.4 (1.2.4) /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x1d0f0000 - 0x1d109fe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x2e9c1000 - 0x2e9e1ff3 com.apple.IMXCodec 1.3.1 (147) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x2f900000 - 0x2f93cfe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1756) <5723A7A8-2C99-561B-8D87-C8B0716436FA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x3006f000 - 0x300c4fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x30500000 - 0x30544fe7 com.apple.DVCPROHDCodec 1.4 (231) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x31861000 - 0x31a3fff3 com.apple.audio.codecs.Components 2.0.2 (2.0.2) <8B43D24A-277D-5F42-8741-FC8736C44162> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x3213e000 - 0x321b8fe7 com.apple.AppleVAH264HW.component 2.0 (1.0) <B76CE5C0-7401-3B9C-CC22-369DABAAC2DD> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x3227b000 - 0x3231efd3 com.apple.AppleHDVCodec 1.4.1 (222) <68ABD695-E990-4F5F-9074-D2C4AE440637> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x79bc0000 - 0x79d73fe7 libCMaps.A.dylib 545.0.0 (compatibility 64.0.0) <2459838F-8932-1E25-0AB7-C647529A5018> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x8f0c8000 - 0x8f811ff7 com.apple.GeForceGLDriver 1.6.24 (6.2.4) <DCC16E52-B1F1-90E6-E839-D30DF4CBA468> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x900b3ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x900b6000 - 0x900c0ff7 com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x901b6000 - 0x901efff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <D6F24434-8217-DF72-2126-1953080680D7> /usr/lib/libcups.2.dylib
    0x901f0000 - 0x90216fe3 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <1FB40C8A-69E1-A1A8-100F-1771DA8706E7> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x90217000 - 0x9028eff3 com.apple.backup.framework 1.2.2 (1.2.2) <7F360AB7-6F4C-167B-4C28-A69A55ECE433> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9028f000 - 0x902b3ff7 libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x902b4000 - 0x902f1ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x902f2000 - 0x90336fff MetadataLib.dylib 3.4.1 (compatibility 2.2.1) <66A034B9-85D6-438D-E8A3-B7D3F522A1AD> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x90337000 - 0x9034cfff com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9034d000 - 0x90671fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90672000 - 0x906d6ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x906d7000 - 0x906e2ff7 libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x907a2000 - 0x907a2ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x907a3000 - 0x907c2ff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9083f000 - 0x908b9fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x908ba000 - 0x908e2ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x908e3000 - 0x9099cfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9099d000 - 0x909a2ff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x909a3000 - 0x909c3fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x909c4000 - 0x90a32ff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <01471458-86B0-EFF3-1037-B5610E9B19DA> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x90a33000 - 0x90a34ff7 com.apple.TrustEvaluationAgent 1.1 (1) <07E7D892-5054-23A8-7144-3F19D3BFD48F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x90a35000 - 0x90a35ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x90a36000 - 0x90a83ff7 com.apple.ExchangeWebServices 1.3 (61) <B3705083-4186-5A27-6003-58E7264CAA3E> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x90a84000 - 0x90abcfe7 libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <242954AD-3BE1-29E8-E2E0-08063201F105> /usr/lib/libcurl.4.dylib
    0x90abd000 - 0x90ac0fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90ac1000 - 0x90cc8feb com.apple.AddressBook.framework 5.0.3 (875) <759B660B-00F6-F08C-37CD-69468C774B5E> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90cc9000 - 0x90cccff7 libCoreVMClient.dylib ??? (???) <1F738E81-BB71-32C5-F1E9-C1302F71021C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90ccd000 - 0x90cceff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90d10000 - 0x90d4dff7 com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90d4e000 - 0x90d4eff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90d4f000 - 0x90e51fef com.apple.MeshKitIO 1.1 (49.2) <D0CBE997-5BDC-C0ED-B821-ACA6E6EE8B59> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x90e5c000 - 0x90e60ff7 libGFXShared.dylib ??? (???) <C3A805C4-C0E5-B300-430A-7E811395CB8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90f0b000 - 0x90f16ff7 com.apple.CrashReporterSupport 10.6.5 (252) <1781CBE9-F2F4-0272-B434-124250CD48B5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90f17000 - 0x90f34fe7 com.apple.DotMacSyncManager 2.0.3 (446.9) <11FAEB92-AA44-CFA4-F2D3-73687984BAFD> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x90f35000 - 0x90f79fe7 com.apple.Metadata 10.6.3 (507.12) <8632684D-ED4C-4CE1-4C53-015DFF10D873> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90f7a000 - 0x91024fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91025000 - 0x9102bff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <DACD11D8-4B64-CD3B-C988-B1041E07D13A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x9102c000 - 0x911e5feb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x911e6000 - 0x911f7ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9121a000 - 0x9121aff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9121b000 - 0x91278ff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91279000 - 0x91282ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91283000 - 0x9145ffe7 com.apple.CalendarStore 4.0.4 (997) <3945580D-9062-DA47-2260-80114FBA17CD> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x91460000 - 0x914a0fe7 com.apple.DAVKit 4.0.3 (732) <BE678EDA-B46C-6733-C0DD-447012450C9A> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x914a1000 - 0x914abff7 com.apple.NSServerNotificationCenter 2.2 (2.2) <2E32AAD4-6DD9-AE40-D757-6EAB64CC7758> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x914ac000 - 0x914b0ff7 libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x914b1000 - 0x914efff7 com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x914f0000 - 0x91753fef com.apple.security 6.1.1 (37594) <1949216A-7583-B73A-6112-4D55CA5852E3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91754000 - 0x91801fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <22CD62D4-9E7D-C31A-F585-FCEF1FE4C39A> /usr/lib/libobjc.A.dylib
    0x9181b000 - 0x91845ff7 com.apple.framework.Admin 4.5 (4.5) <46734171-C58A-6989-C76C-AF651B27D802> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x91846000 - 0x9187cfff libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x91896000 - 0x9189eff7 com.apple.DisplayServicesFW 2.3.0 (283) <48D94761-7340-D029-99E3-9BE0262FAF22> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9189f000 - 0x918e3ff3 com.apple.coreui 2 (114) <E6096C79-94B0-730E-6070-3AE93B5678FE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x918f8000 - 0x9193bff7 libGLU.dylib ??? (???) <F8580594-0B38-F3ED-A715-CB3776B747A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9193c000 - 0x91958fe3 com.apple.openscripting 1.3.1 (???) <480D41B6-F98E-8E21-CA3C-4CA6A9752D3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91959000 - 0x9199aff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9199b000 - 0x91a2dfe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91a2e000 - 0x91a66ff7 com.apple.LDAPFramework 2.0 (120.1) <C324E71E-17DE-A3E3-4EBC-99F4730FB99A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91a67000 - 0x91a9aff7 com.apple.AE 496.4 (496.4) <582F5E9D-1B8E-6D03-EBB8-AA85F66253E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91a9b000 - 0x91b1dffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91b1e000 - 0x92a70fef com.apple.QuickTimeComponents.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92a71000 - 0x92b75fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x92b76000 - 0x92bb1feb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x92bb2000 - 0x92bbcff7 com.apple.bsd.ServiceManagement 1.1 (1.1) <0AAE7A85-34B3-E04C-E84B-44C50F0F89C6> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x92bbd000 - 0x92bbfff7 libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92bc0000 - 0x92c03ff7 com.apple.NavigationServices 3.5.4 (182) <ED268D94-E544-5548-AA59-7EC70DCB5EE4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92c04000 - 0x92d32fe7 com.apple.CoreData 102.1 (251) <460D594D-09DC-9082-3FD3-F93D6A08AE71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92d33000 - 0x92d59ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92d5a000 - 0x92d5aff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92d5b000 - 0x92d5dfe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x92d91000 - 0x92d94ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92d95000 - 0x92fc0ff3 com.apple.QuartzComposer 4.2 ({156.28}) <08AF01DC-110D-9443-3916-699DBDED0149> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x92fc1000 - 0x92fe8ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92ff1000 - 0x92ff8ff7 com.apple.KerberosHelper 2.1 (1.0) <00EC9868-3E86-5884-7E14-D7657A40914B> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x92ff9000 - 0x93319ff3 com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9331a000 - 0x9332efe7 libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
    0x93348000 - 0x9352afff com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9352b000 - 0x935c8fe3 com.apple.LaunchServices 362.1 (362.1) <ED243C3B-9A16-A6CB-CA51-5924F48569DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x935c9000 - 0x936cafe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <AB3A3749-B577-1EB3-72DF-215E866F1168> /usr/lib/libxml2.2.dylib
    0x936cb000 - 0x9371bff7 com.apple.Symbolication 1.1 (67) <A173E87D-4F8D-C1F1-891C-48981656F84C> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x9373e000 - 0x93752ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93753000 - 0x93830ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93847000 - 0x93923ff3 com.apple.DiscRecording 5.0.8 (5080.4.1) <C064D05B-5191-2AC9-43B4-42DF0A466250> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x93924000 - 0x93acbff7 libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    0x93acc000 - 0x93b36fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93b37000 - 0x93f1dffb com.apple.RawCamera.bundle 3.4.1 (546) <557C094F-BF8D-B298-E502-C4EE78914C55> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x93f1e000 - 0x93f74ff7 com.apple.MeshKitRuntime 1.1 (49.2) <B821BF19-0938-711C-7DC9-B8330DA01F77> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x93f7c000 - 0x93f8eff7 com.apple.CoreMediaAuthoring 0.700 (700) <34E563C1-0E4E-8664-D373-8E82ACC9D37C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x93f8f000 - 0x93ff0fe7 com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93ff1000 - 0x94041ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94042000 - 0x94054ff7 com.apple.syncservices.syncservicesui 5.2 (578.3) <E332ACB7-49FB-E481-1219-4CFBFF2E9F27> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x94055000 - 0x94103ff3 com.apple.ink.framework 1.3.3 (107) <0AFEBD7C-D83C-7847-C075-9B427505F7F0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94104000 - 0x9419cfe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9419d000 - 0x941e5fff com.apple.iCalendar 1.0.3 (54) <1FF7C991-491D-6708-51C2-08FF8916BD84> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x941e6000 - 0x94361fe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94362000 - 0x9439bfe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9439c000 - 0x943a2fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x943a3000 - 0x944e6fef com.apple.QTKit 7.6.6 (1756) <4D809734-4E1B-8E18-C825-86C5422FC3DC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x944e7000 - 0x94567feb com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x945a1000 - 0x945abffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <6E3481DF-645E-6095-0CD7-9BEBEC2ED9D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x945ac000 - 0x94d9b557 com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94d9c000 - 0x94e0aff7 com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x94e0b000 - 0x94e0dff7 com.apple.QuickTimeH264.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x94e0e000 - 0x94e68fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x94e69000 - 0x94e77fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x94e78000 - 0x94e78ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94e79000 - 0x95054ff3 libType1Scaler.dylib ??? (???) <A7AB841A-3F40-E0B8-ADDD-44014C7287C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x95055000 - 0x95087fe3 libTrueTypeScaler.dylib ??? (???) <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x95088000 - 0x952fbfe7 com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x952fc000 - 0x95343ffb com.apple.CoreMediaIOServices 133.0 (1158) <150A5F22-E7EC-9E8E-3B68-BAD75280EFC3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x95370000 - 0x953abfe7 com.apple.DebugSymbols 1.1 (70) <1D0447CB-C221-A112-AA68-372951672A3D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9544c000 - 0x9545aff7 com.apple.opengl 1.6.11 (1.6.11) <286D1BC4-4CD8-3CD4-F723-5C196FE15FE0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9545b000 - 0x954a4fe7 libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x954a5000 - 0x956a2ff7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <85A6BFDD-CBB6-7490-748D-8EA8B9B7FDD8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x956a3000 - 0x956aaff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x956ab000 - 0x956bbff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x956bc000 - 0x9576cfe3 com.apple.QuickTimeImporters.component 7.6.6 (1756) <9276DEF5-B027-75CD-A0EB-69709F903196> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9576d000 - 0x958a4ff7 com.apple.CoreAUC 6.04.04 (6.04.04) <050D9D16-AAE7-3460-4318-8449574F26C7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x958a5000 - 0x95976fe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x959a1000 - 0x95dd6ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95df6000 - 0x95df6ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x95df7000 - 0x95e09ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95e0a000 - 0x95f8cfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
    0x960f0000 - 0x960f7ff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x960f8000 - 0x961d6fef com.apple.QuickTimeMPEG4.component 7.6.6 (1756) <D01DEFB0-625A-798D-2091-5012C778951D> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x961d7000 - 0x964d0fe7 com.apple.MessageFramework 4.4 (1082) <F3D9B838-3E4E-4632-7E75-36312BBFADF2> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x964d1000 - 0x964fbff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x964fc000 - 0x9653bff7 com.apple.ImageCaptureCore 1.0.3 (1.0.3) <7E02D104-F31C-CF72-71B4-DA5DF7B48337> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x9653c000 - 0x96952ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96953000 - 0x96960ff7 com.apple.NetFS 3.2.1 (3.2.1) <E483137C-8239-E4DE-821C-05A9C22726AB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96961000 - 0x969dcfff com.apple.AppleVAFramework 4.10.12 (4.10.12) <89C4EBE2-FE27-3160-0BD1-D0C2ED5F3605> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x969dd000 - 0x972bdff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x972be000 - 0x972caff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x972cb000 - 0x972d5fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x972d6000 - 0x97641ff7 com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97642000 - 0x9764fff7 com.apple.AppleFSCompression 24.4 (1.0) <6D696284-020B-7F5C-226D-B820F0E981D2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x97650000 - 0x976f8ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x976f9000 - 0x97772ff7 com.apple.PDFKit 2.5.1 (2.5.1) <2B62428D-0738-B499-C47C-3194B2967BD9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97773000 - 0x977aafe7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7DCB5938-3140-E71A-92BD-8C242F30C8F5> /usr/lib/libssl.0.9.8.dylib
    0x977ab000 - 0x97886feb com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97887000 - 0x97887ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97888000 - 0x97893ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97894000 - 0x97897ffb com.apple.help 1.3.1 (41) <EF92C648-2085-C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x97898000 - 0x978b3ff7 libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x978b4000 - 0x978c4ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x978c5000 - 0x978ddff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x97925000 - 0x9792fff7 com.apple.HelpData 2.0.4 (34) <2EC1C573-D83E-4C5B-D40E-D07155F68FD1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x97930000 - 0x9799fff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <5C3D7DA5-29EB-A745-E32B-26DBF547D532> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x979a0000 - 0x97c99fef com.apple.QuickTime 7.6.6 (1756) <F08B13B6-31D7-BD18-DA87-A0CDFCF13B8F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97c9a000 - 0x98153ffb com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x98154000 - 0x98184ff7 com.apple.MeshKit 1.1 (49.2) <0828CB45-3CC6-9A9E-070A-141A30F534E3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x98185000 - 0x98bd0ff7 com.apple.WebCore 6533.19 (6533.19.4) <DFCF1BC1-8BF3-E13E-F11B-C98CB36560FD> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x98bd1000 - 0x98bd2ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x98bd3000 - 0x98c42ff7 com.apple.ISSupport 1.9.4 (52) <FC1E0AB0-1056-1CAC-430E-82197FEB5E85> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x98c43000 - 0x98cbfff7 com.apple.iLifeMediaBrowser 2.5.2 (468) <D2FB7E57-44DD-5571-85ED-AC579E32814C> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x98cc0000 - 0x98cc4ff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98cc5000 - 0x98d60ff7 com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98d61000 - 0x98e17ff7 libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98e1d000 - 0x98f49ffb com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98f57000 - 0x98f57ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x98f69000 - 0x98f6eff7 com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x98f6f000 - 0x98f91fef com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x98f92000 - 0x98fe3ff7 com.apple.HIServices 1.8.1 (???) <51BDD848-32A5-2425-BE07-BD037A89630A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x98fe4000 - 0x99031feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <E2632F3E-6B5C-2E92-CD11-15BC0CE109CA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x99032000 - 0x990a6fef com.apple.CoreSymbolication 2.0 (23) <8C63D09A-6DF5-082A-553B-3E7610604C5D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x990a7000 - 0x991a2ffb com.apple.PubSub 1.0.5 (65.20) <6DD34479-F0B6-7A41-7229-A22BF8BFCAB5> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x991a3000 - 0x992afff7 libGLProgrammability.dylib ??? (???) <8B308FAE-843F-EE76-0254-3374CBFFA7B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x992b0000 - 0x99308fe7 com.apple.datadetectorscore 2.0 (80.7) <F7416A84-E91C-5BDC-10E3-4940EB7AE5C9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x99309000 - 0x9934bff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <EF769BD0-63B6-B65D-FA54-8F2354CAD865> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9936c000 - 0x99472ff3 com.apple.DiskImagesFramework 10.6.5 (289) <B4E1799A-21F0-3E06-0537-2CC86D15D78A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x99473000 - 0x994b9ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x994ba000 - 0x994c7fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <38F79C3C-8356-6EC8-588D-0AE8873A3559> /usr/lib/libbz2.1.0.dylib
    0x994c8000 - 0x995d7fe7 com.apple.WebKit 6533.19 (6533.19.4) <A942073C-83DF-33ED-3D01-A24DE8AEAB3D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x995d8000 - 0x9971aff7 com.apple.syncservices 5.2 (578.3) <C57BBAC9-B7CC-88BF-DEDD-9C43711655DC> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9971b000 - 0x997e5fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x997e6000 - 0x99828fe7 com.apple.MediaKit 10.3 (485) <C97C899A-6A9A-784D-2BC2-0376536BB6FC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9985e000 - 0x9998dfe3 com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9998e000 - 0x999ceff3 com.apple.securityinterface 4.0.1 (37214) <195A203C-FD6F-64D2-E8E1-D4F83479EAFD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x999cf000 - 0x99a00ff7 libGLImage.dylib ??? (???) <78F59EAB-BBD4-7366-CA84-970547501978> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x99a06000 - 0x99a27fe7 com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x99a28000 - 0x99a2aff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0xeab00000 - 0xeab10fe7 libConverter.dylib 169.1.0 (compatibility 1.0.0) <AC485AA0-54F6-4757-466A-0E0F9EC23DD4> /System/Library/Printers/Libraries/libConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib

  • !!Urgent Help!! I can NOT open my safari, widgets and lots of application!!

    Dear All,
    I need a urgent help for my old mac.
    I can NOT open my safari and lots of application in my Mac. I use firefox to instead of right now.
    The safari usually come out with crash message "The application safari quit unexpectedly" with the report as follow.
    Who can help me to solve this problem. Thanks very much.
    Date/Time: 2011-04-04 23:49:17.401 +0800
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [240]
    Version: 4.1.3 (4533.19.4)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 75331904
    PID: 484
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x458a3ef0
    Thread 0 Crashed:
    0 ...ple.CoreServices.CarbonCore 0x90b9e138 CSStoreGetUnit + 56
    1 com.apple.LaunchServices 0x9193ed4c _CSStringStoreUnitMatchesString + 36
    2 com.apple.LaunchServices 0x9193eb3c _CSMapFindBucketForKeyData + 160
    3 com.apple.LaunchServices 0x9193ea48 CSMapGetKeyAndValueForKeyData + 88
    4 com.apple.LaunchServices 0x9193e930 CSGetStringForCharacters + 252
    5 com.apple.LaunchServices 0x919497c8 _UTGetStringForCFString + 136
    6 com.apple.LaunchServices 0x91949700 _UTGetBindableArrayForTag + 104
    7 com.apple.LaunchServices 0x91949560 UTTypeCreatePreferredIdentifierForTag + 116
    8 com.apple.LaunchServices 0x9196f3c4 CreateCorrectedMIMEType + 564
    9 com.apple.LaunchServices 0x9197002c _LSCopyDownloadAssessmentDictionary + 2076
    10 com.apple.Foundation 0x92d1e028 -[NSURLResponse(NSURLResponsePrivate) _downloadAssessmentWithInitialData:] + 52
    11 com.apple.Safari 0x001367f8 0x1000 + 1267704
    12 com.apple.WebCore 0x014fa1b0 WebCore::ResourceResponse::platformLazyInit() + 736
    13 com.apple.WebCore 0x014fa698 WebCore::ResourceResponseBase::url() const + 24
    14 com.apple.WebCore 0x01bb77b4 WebCore::ApplicationCacheHost::maybeLoadFallbackForRedirect(WebCore::ResourceLo ader*, WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 68
    15 com.apple.WebCore 0x016c7f34 WebCore::ResourceLoader::willSendRequest(WebCore::ResourceHandle*, WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 52
    16 com.apple.WebCore 0x016c7ee0 WebCore::ResourceHandle::willSendRequest(WebCore::ResourceRequest&, WebCore::ResourceResponse const&) + 528
    17 com.apple.WebCore 0x015f6684 -[WebCoreResourceHandleAsDelegate connection:willSendRequest:redirectResponse:] + 996
    18 ...ktop.SafariSearchResultsMod 0x0306dc90 GMLogImplementation + 4840
    19 com.apple.Foundation 0x92c26fa8 -[NSURLConnection(NSURLConnectionInternal) _sendWillSendRequestCallback] + 76
    20 com.apple.Foundation 0x92c26dc8 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 344
    21 com.apple.Foundation 0x92c26bf4 _sendCallbacks + 156
    22 com.apple.CoreFoundation 0x907df300 __CFRunLoopDoSources0 + 384
    23 com.apple.CoreFoundation 0x907de830 __CFRunLoopRun + 452
    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 0x00011638 0x1000 + 67128
    31 com.apple.AppKit 0x9379d93c -[NSApplication run] + 472
    32 com.apple.AppKit 0x9388e458 NSApplicationMain + 452
    33 com.apple.Safari 0x00118adc 0x1000 + 1145564
    34 com.apple.Safari 0x00007ea0 0x1000 + 28320
    Thread 1:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.WebCore 0x014e98d0 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x014e73b8 WebCore::IconDatabase::iconDatabaseSyncThread() + 440
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c 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 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Safari 0x000298e0 0x1000 + 166112
    5 com.apple.Safari 0x00029864 0x1000 + 165988
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c054a4 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92c053dc -[NSRunLoop run] + 76
    6 com.apple.Safari 0x0007e958 0x1000 + 514392
    7 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c 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 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfd644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a3c926c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000090b9e138 srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x24422202 xer: 0x0000000000000000 lr: 0x0000000090b9e110 ctr: 0x0000000090b9e100
    r0: 0x0000000000000000 r1: 0x00000000bfffd470 r2: 0x00000000048a2000 r3: 0x0000000003149200
    r4: 0x00000000000001c0 r5: 0x0000000041001ef4 r6: 0x00000000bfffd500 r7: 0x0000000000000009
    r8: 0x00000000bfffd5d0 r9: 0x0000000000000000 r10: 0x00000000907be914 r11: 0x00000000a193c5f0
    r12: 0x0000000090b9e100 r13: 0x00000000a193f818 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000003113fe0 r17: 0x0000000024028212 r18: 0x00000000089114b0 r19: 0x0000000000000000
    r20: 0x0000000003149200 r21: 0x00000000bfffd6c0 r22: 0x0000000000000009 r23: 0x00000000ddddddd2
    r24: 0x00000000eeeeeee1 r25: 0x00000000bfffd5d0 r26: 0x0000000002819a18 r27: 0x0000000000003ff7
    r28: 0x00000000bfffd6c0 r29: 0x0000000000000009 r30: 0x00000000458a3ef4 r31: 0x0000000090b9e110
    Binary Images Description:
    0x1000 - 0x355fff com.apple.Safari 4.1.3 (4533.19.4) /Applications/Safari.app/Contents/MacOS/Safari
    0x3b6000 - 0x3b6fff libgild.dylib /Library/Google/Frameworks/Gild.framework/Resources/libgild.dylib
    0x3ba000 - 0x3befff com.google.Gild Framework 1.0.0 (1.0.0.249) /Library/Google/Frameworks/Gild.framework/Versions/A/Gild
    0x505000 - 0x681fff com.apple.JavaScriptCore 4533.19 (4533.19.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x6d9000 - 0x7c7fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1008000 - 0x1109fff com.apple.WebKit 4533.19 (4533.19.4) /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 - 0x218afff com.apple.WebCore 4533.19 (4533.19.4) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x27eb000 - 0x27edfff libgoogleml.dylib /Library/Google/GoogleML/GoogleML.bundle/Contents/Resources/libgoogleml.dylib
    0x3069000 - 0x3072fff com.google.Desktop.SafariSearchResultsMod 1.7.0 (1.7.0.1877) /Library/Google/GoogleML/Modules/SafariSearchResults.googleml/Contents/MacOS/Sa fariSearchResults
    0x307a000 - 0x3086fff com.google.Desktop.SafariWebHistoryMod 1.7.0 (1.7.0.1877) /Library/Google/GoogleML/Modules/SafariWebHistory.googleml/Contents/MacOS/Safar iWebHistory
    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 com.apple.framework.IOKit 1.4 (???) /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 4.0 (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
    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
    0x97ce5000 - 0x97db6fff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97e33000 - 0x97e33fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a3c6000 - 0x9a3fcfff 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: PowerMac8,2, BootROM 5.2.5f1, 1 processors, PowerPC G5 (3.1), 2 GHz, 1.5 GB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM0/J4000, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J4001, 512 MB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JD-40HBC0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R UJ-845
    USB Device: Keyboard Hub, Apple, Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Apple Keyboard, Apple, Inc, Up to 1.5 Mb/sec, 100 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: iSight, Apple Computer, Inc., Up to 400 Mb/sec

    Hi,
    I can NOT open my safari and lots of application in my Mac.
    The startup disk may need repairing. Launch the Disk Utility app (Applications/Utilities) Select MacintoshHD in the panel on the left. Then select the FirstAid tab.
    Click: Verify Disk (not Verify Disk Permissions). If the disk needs repairing, follow these instructions. You will need your install disc.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    (In Mac OS X 10.4 or later, you must select your language first from the installer menu)
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your startup disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. Make sure there is always 15% free space.
    Until you verify and repair the startup disk if necessary, it won't do much good to troubleshoot the Safari crash report.
    Carolyn

  • Urgent  help needed(java frames)

    Hi,
    I need urgent help for correcting a piece of code.
    I have written a piece of code for building a gui with some buttons, drawing some geometric shapes.The code consists of two files called Graph and Frame.
    The problem I suppose in the last part of the Graph file, which Rectangle and Circle are called together, the only shape that the program draws is rectangle.Here is the code:
    //Graph
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.io.*;
    import java.util.*;
    public class Graph extends JPanel {
    LinkedList color;
    LinkedList figures;
    public Graph() {
    setBackground(Color.white);
    figures = new LinkedList();
    color = new LinkedList();
    int z;
    class Point {
    int x;
    int y;
    public Point(int x, int y) {
    this.x = x;
    this.y = y;
    public Point(Point p) {
    x = p.x;
    y = p.y;
    public String toString() {
    return "(" + x + ", " + y + ")";
    public void move(Point dist) {
    x += dist.x;
    y += dist.y;
    abstract class GeomFigur {
    public abstract void move(Point p);
    class Line extends GeomFigur {
    Point p1, p2;
    public Line(Point p1, Point p2) {
    this.p1 = new Point(p1);
    this.p2 = new Point(p2);
    public String toString() { return "Line from " + p1 + " to " + p2;  }
    public void move(Point dist) {
    p1.move(dist);
    p2.move(dist);
    class Rectangle extends Line {
    public Rectangle(Point p1, Point p2) {
    super(p1, p2);
    public String toString() { return "Rectangle from " + p1 + " to " + p2; }
    class Circle extends GeomFigur{
    Point centre;
    int radius;
    public Circle(Point centre, int radius) {
    this.centre = new Point(centre);
    this.radius = radius;
    public String toString() {
    return "Circle, centre " + centre + ", radius " + radius;
    public void move(Point dist) { centre.move(dist); }
    public void addRectangle(int x, int y, Color col) {
    Rectangle r =new Rectangle(new Point(x,y),new Point(x+20,y+20));
    figures.addLast(r);
    color.addLast(col);
    repaint();
    public void addCircle(int x, int y, Color col) {
    Circle c =new Circle(new Point(x,y), 1 );
    figures.addLast(c);
    color.addLast(col);
    repaint();
    public void paintComponent(Graphics g) {
    super.paintComponent(g);
    for (int i=0;i < figures.size();i++) {
    Rectangle rect = (Rectangle)figures.get(i);
    //Circle circ = (Circle)figures.get(i);
    g.setColor(Color.black);
    g.drawRect(rect.p1.x,rect.p1.y,20,20);
    g.setColor((Color)color.get(i));
    g.fillRect(rect.p1.x,rect.p1.y,20,20);
    //g.setColor(Color.black);
    // g.drawOval(circ.centre.x,circ.centre.y,20,20);
    // g.setColor((Color)color.get(i));
    // g.fillOval(circ.centre.x, circ.centre.y, 20, 20);
    //Frame
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    public class Frame extends JFrame implements ActionListener {
    JButton button1, button2, button3, button4, button5 ;
    Graph gr;
    JComboBox cbx;
    JComboBox cby;
    JComboBox col;
    JMenu filemenu;
    JMenuItem quit;
    JMenuBar menubar;
    int x=10;
    int y=10;
    Color color=Color.red;
    public Frame() {
    menubar = new JMenuBar();
    filemenu = new JMenu("File");
    filemenu.setMnemonic('F');
    quit = new JMenuItem("Quit");
    quit.addActionListener(this);
    quit.setMnemonic('Q');
    quit.setAccelerator(KeyStroke.getKeyStroke('Q',Event.CTRL_MASK,false));
    filemenu.add(quit);
    menubar.add(filemenu);
    setJMenuBar(menubar);
    button1 = new JButton("Rectangle");
    button1.addActionListener(this);
    button2 = new JButton("Circle");
    button2.addActionListener(this);
    button4 = new JButton("Ellipse");
    button4.addActionListener(this);
    button5 = new JButton("Triangle");
    button5.addActionListener(this);
    button3 = new JButton("Reset");
    button3.addActionListener(this);
    String[] elements_x= {"10","20","30","40","50","60","70"};
    cbx = new JComboBox(elements_x);
    cbx.addActionListener(this);
    cbx.setActionCommand("cbx");
    String[] elements_y= {"10","20","30","40","50","60","70"};
    cby = new JComboBox(elements_y);
    cby.addActionListener(this);
    cby.setActionCommand("cby");
    String[] elements_color = {"Red","Blue","Green","Orange","Yellow" };
    col = new JComboBox(elements_color);
    col.addActionListener(this);
    col.setActionCommand("col");
    gr = new Graph();
    JPanel top = new JPanel(new BorderLayout());
    JPanel inputs = new JPanel(new GridLayout(6,1));
    inputs.add(button1);
    inputs.add(button2);
    inputs.add(button3);
    inputs.add(button4);
    inputs.add(button5);
    inputs.add(cbx);
    inputs.add(cby);
    inputs.add(col);
    top.add(gr,BorderLayout.CENTER);
    top.add(inputs,BorderLayout.WEST);
    getContentPane().add(BorderLayout.CENTER, top);
    setSize(500,300);//set window size
    //take care of actions
    public void actionPerformed(ActionEvent e) {
    String command = e.getActionCommand();
    if (command.equals("Quit")){
    System.exit(0);//terminate program
    else if (command.equals("Rectangle")){
    //add Rectangle to graph at
    //position x,y and with certain color
    gr.addRectangle(x,y,color);
    else if (command.equals("Circle")){
    gr.addCircle(x,y,color);
    else if (command.equals("Reset")){
    else if (command.equals("Triangle")){
    else if (command.equals("Ellipse")){
    else if (command.equals("cbx")){
    x=Integer.valueOf((String)((JComboBox)e.getSource()).getSelectedItem()).intValue();
    else if (command.equals("cby")){
    y=Integer.valueOf((String)((JComboBox)e.getSource()).getSelectedItem()).intValue();
    else if (command.equals("col")){
    String temp=(String)((JComboBox)e.getSource()).getSelectedItem();
    if (temp=="Red") color=Color.red;
    else if (temp=="Blue") color=Color.blue;
    else if (temp=="Green") color=Color.green;
    else if (temp=="pink") color=Color.pink;
    else if (temp=="lightGray") color=Color.lightGray;
    //main program
    public static void main(String [] args) {
    Frame appl = new Frame();
    appl.setVisible(true);
    Thanks in advance
    Marina

    Hi,
    You are very lucky that I'm currently boored. You should never tag a question as urgent. It might be urgent to you, but not to us who answer. And you should also use code formatting when you post code (see the formatting tips, or use the code-button).
    I made some changes to your Graph class. The most important thing is the abstract draw method that I added to the GeomFigur class.
    import java.awt.*;
    import javax.swing.*;
    import java.util.*;
    public class Graph extends JPanel {
        LinkedList figures;
        public Graph() {
            setBackground(Color.white);
            figures = new LinkedList();
        int z;
        abstract class GeomFigur {
            protected Color color;
            public GeomFigur(Color color) {
                this.color = color;
            public abstract void move(Point p);
            public abstract void draw(Graphics g);
        abstract class Line extends GeomFigur {
            Point p1, p2;
            public Line(Color c, Point p1, Point p2) {
                super(c);
                this.p1 = new Point(p1);
                this.p2 = new Point(p2);
            public String toString() {
                return "Line from " + p1 + " to " + p2;
            public void move(Point dist) {
                p1.move(dist.x, dist.y);
                p2.move(dist.x, dist.y);
        class Rectangle extends Line {
            public Rectangle(Color c, Point p1, Point p2) {
                super(c, p1, p2);
            public String toString() {
                return "Rectangle from " + p1 + " to " + p2;
            public void draw(Graphics g) {
                System.out.println("Draw rectangle at " + p1 + " with color " + color);
                g.setColor(Color.black);
                g.drawRect(p1.x, p1.y, 20, 20);
                g.setColor(color);
                g.fillRect(p1.x, p1.y, 20, 20);
        class Circle extends GeomFigur {
            Point centre;
            int radius;
            public Circle(Color c, Point centre, int radius) {
                super(c);
                this.centre = new Point(centre);
                this.radius = radius;
            public String toString() {
                return "Circle, centre " + centre + ", radius " + radius;
            public void move(Point dist) {
                centre.move(dist.x, dist.y);
            public void draw(Graphics g) {
                System.out.println("Draw circle at " + centre + " with color " + color);
                g.setColor(Color.black);
                g.drawOval(centre.x, centre.y, 20, 20);
                g.setColor(color);
                g.fillOval(centre.x, centre.y, 20, 20);
        public void addRectangle(int x, int y, Color col) {
            System.out.println("x,y,col " + x + ":" + y + ":" + col);
            Rectangle r = new Rectangle(col, new Point(x, y), new Point(x + 20, y + 20));
            figures.addLast(r);
            repaint();
        public void addCircle(int x, int y, Color col) {
            System.out.println("x,y,col" + x + ":" + y + ":" + col);
            Circle c = new Circle(col, new Point(x, y), 1);
            figures.addLast(c);
            repaint();
        public void paintComponent(Graphics g) {
            super.paintComponent(g);
            for (int i = 0; i < figures.size(); i++) {
                GeomFigur drawable = (GeomFigur)figures.get(i);
                drawable.draw(g);
    }/Kaj

  • Urgent help needed, can I restore N900 Backup file...

    i owned a N900 (now sold out)
    before selling i took backup of contacts from backup restore option in application section
    now i bought a N8 but i m not able to restore my contacts
    1. is there any way to restore them in N8?
    2. if not, can i convert them in TEXT or any readable format
    urgent help needed
    thanks in advance

    The backup procedures built into the phone are only designed for restoring to the same phone (ie: in case or data corruption, software update or repair etc.), they can't usually be used to restore to a phone with a different operating system.
    You should have backed up with Ovi Suite before selling the N900, that would have been able to restore to the N8.

  • Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Thanks for prompt reply, yes we have tried that but have now closed down the browser we where the photos were.
    We haven't sent up time machine, do you know whether there is any roll-back function on a Mac?
    Thanks

  • IPhone 3G 8GB Crashes when syncing with iTunes. URGENT HELP NEEDED.

    I have latest iTunes and OS on my iPhone 3G...
    Every time i plug my iPhone in it begins to sync and then iTunes will freeze and not respond..
    I have tried re installing iTunes.. I can't reset my iPhone as i can't create a backup..
    URGENT HELP NEEDED PLEASE!

    I don't have an iphone, but if it's anything like my click-wheel ipod, a reset doesn't delete anything.
    It just resets the ipod's operating system, kind of like a PC restart. Did you try this Sleep/Wake button thing mentioned here?
    http://support.apple.com/kb/HT1737
    Maybe it's a podcast of voice memo causing the problem like it did for this person
    http://discussions.apple.com/message.jspa?messageID=10907809#10907809
    That's all I got. You might have better luck on an iPhone forum. Everyone there would probably have one. Like I said, I don't.

Maybe you are looking for

  • Data Federator - Building Web Services Data Source - Request Guidance

    Hello - I am trying to build a web services data source in Data Federator. I have: 1. In ECC, I have created a web service, proxy, port, endpoint, etc. and am testing it with WS Navigator 2. I have created a Project in Data Federator of the type web

  • Photo pandemonium because of iPhone / iPhoto / MobileMe / iTunes

    Ok, let me get this straight: Albums are created in iPhoto, but will only show up on your iPhone if you sync them via iTunes. Albums can be viewed on the iPhone by tapping the Photos icon. MobileMe Gallery(s) are created in iPhoto, but cannot be sync

  • Change Behaviour of Sorting in 11g to 9i

    Hi, We are trying to perform only Select * from the Table(There are more than 25 columns in the table) with mentioned ORDER By Clause. But the same query fetches the result set in below diffrenet ORDER in 9i and 11g Query will look like this :- The C

  • GP transport problem

    I'm trying to transport GP content from one server to another, but failed when importing the deployed SDA. I followed SAP's guide and did the followings: 1. Create transport request 2. Download the SDA from UI 3. Deploy the SDA via SDM 4. Guided Proc

  • Recover missing menu bar in full screen mode?

    Hi All! I have recently installed Lion and am playing around with full-screen mode. As you perhaps are aware, the menu bar at the top of the screen disappears in full-screen mode, but can be popped back into view by raising the cursor to the top fo t