System crash after deleting ".DS_Store" files?

My Finder view options were a bit messed up, so I decided to follow some online advice and delete all ".DS_Store" files on my MBP. I followed instructions on osxdaily.com. Specifically, I typed the following command into Terminal:
sudo find / -name ".DS_Store" -depth -exec rm {} \;
After the command finished running I tried to restart the computer but it would just show the grey screen with the Apple logo and the progress indicator and not start up properly. I was able to run Disk Utility and verified the HDD. No errors were displayed. I chose "repair disk" anyway, but the computer still would not start up. Entering safe boot mode didn't work either. In the end, I chose to reinstall OSX 10.8 from the Internet. I didn't want to reinstall a backup from Time Machine because there were some files I hadn't backed up yet.
Fortunately my MBP seems to be working properly again, but what's weird is that I had to reinstall every single application. The application files were still present in the application folder but their icons were greyed out and they wouldn't launch.
Does anybody have any idea why this happened? Is it that dangerous to delete ".DS_Store" files? Should I use a different command? I would still like to get rid of those files so I can redefine a default view for all folders.
And is it normal that if I reinstall OSX I need to reinstall all applications as well?

Letting something arbitrarily delete every .DS_Store file on your computer invites bad things to happen.
Running rm is dangerous as is--letting it run rough-shod all over your computer is infinitely dangerous.
I don't know why there is a .DS_Store file  inside an app package, but removing it "damages" the App just as if some malicious code might write malware into the package. So, it is no mystery why they do not work anymore.
Deleting specific .DS_Store files in folders is not normally a problem.
If you have a problem in one folder that doesn't hold its settings, deleting the .DS_Store file is ok.
Here's how I would do it, though:
Open the folder and Cmd-F.
If you don't already, use the Other... option in the Criteria popup to add the System Files and Visibility options to the criteria menu (check the box to include in men).
Set the Search criteria to System Files are included and Visibility is invisible.
Type ".DS_Store" in the search field. You should see the .DS_Store file for that folder at the top of the list, and then all the others in the subfolders.
You can delete it from there.

Similar Messages

  • Numbers in ipad crashes after deleting a file

    when i try to delete a file from my numbers on ipad it crashes and i am forced to reset the engine. the app is updated. i reinstalled it. no result.

    Apple’s iWork Team investigated the problem and subsequently asked me to check Accessibility settings and turn “Bold Text” OFF if it was set to ON. It was set to ON in my case. Turning “Bold Text” OFF fixed the problem. My iPad3 no longer freezes when deleting or renaming documents and spreadsheets.
    Here’s how to do this if you want to give it a try:  Open the “Settings” app. Select “General” tab if it isn’t already selected. Open “Accessibility” page. The “Bold Text” option is ON if its switch is green. Turning it OFF will reset the iPad. Let us know if this works for you.

  • IMovie has frozen up on me. I've tried rebooting and reinstalling the apps- no help. I can play some of the files- but I can't get into the libraries.Even when I can get something to play the whole system crashes after a few minutes. What can I do?

    I desperately need your help. I was working on iMovie last night when the thing froze up on me. I've tried rebooting. I've tried reinstalling the apps. No change. I can play some of the files- although I can't tell which ones will play until they magically appear. I can't get into the project library or the event library. The bar that lets me scroll through the clips is gone. Even when I can get something to play the whole system crashes after a couple of minutes and generates a "problem report" that says "iMovie Quit Unexpectedly". This all started when I was adding cutaways- and one clip just would not load. After I tried several times everything froze up. Have you ever heard of something like this? Maybe I pushed a button or somehow changed a setting? Maybe some of the video is corrupt? What do you recommend?
    Thanks for any advice you can offer!

    I have tried all the above and nothing seems to work. Any other suggestions?

  • Rescue and Recovery Crashes While Deleting Backup Files

    I've seen many threads in regards to Rescue and Recovery crashing while deleting backup files, but no solutions were ever mentioned!  I have a T400 (Vista SP2, Intel T9400, 4GB RAM, 300 GB HD) and was quickly running out of disk space.  After finding mention of Rescue and Recovery I was able to delete some of the backups but not all.  For example I have one from 2008 (18GB) but it won't seem to delete.  I let it sit for quite a while (over night) but it still didn't delete.  Does anybody have a solution for how to get R&R to delete this files?  Or how to delete these files manually?  Thanks in advance.  

    Hi,
    in this situation I assume, you are using the GUI for the deletiong of the RnR Backups.
    What I always prefer is the rrcmd.exe which you can use with the "delete" whicht so that the backups that you want to will be deleted.
    Cheers

  • System crash after unhandled exception during pending A/D conversion

    Anybody experienced similar phenomena and/or has a fix ?:
    I'm using the DAQ components (6.0) for ActiveX (subset delivered with the NI-DAQ driver-CD) from VB 6.0 (SP6) to control measurements with a 6040/6070 E-series card.
    The application starts a delayed (with CWpulse) A/D conversion and waits for the "acquired data" event. In the meantime, several other application-handled events can happen (mouse, kbd, timer, network link).
    We have a watchdog application which monitores the main application, but...:
    If there occurs an unhandled exception while the A/D conversion is pending, the system crashes after the "serious error..." message / error reporting of the O/S is confirmed - both on Win2000 and XP (SP1a). One can here the HDD retract and the (mostly) reboot. Two times, the system locked up so bad, it won't even restart until a complete power-cycle - of course at the customer's site... :-(
    That kind of behaviour is reproduceable when I force an exception (e.g. div-by-zero) after the CWAI component was started.
    I tried that on systems with NIDAQ 6.9.3 and also with 7.1, but both give me no chance to return to the O/S after the application failure.
    Does anybody know about the reason for such unfriendly behaviour or can help me to solve that problem?
    Any help will be much appreceated!

    While DAQmx is not officially supported through Visual Basic 6.0, it can be done. I am not a VB6 user and haven't tried it, but you can look at the following Knowledge Base explaining how to accomplish this. You can also look at the following MSDN article explaining how to access DLLs and the Windows API through VB. Essentially you end up making DLL calls as you normally would through VB using the DAQmx C API. I hope this helps.

  • Deleted .DS_Store files, Now my drive is EMPTY! Help!

    In Mac's Terminal application I used a command I found on Adobe's website to delete .DS_Store files because I thought I had some corrupt ones. The command was to delete all of them on the entire machine. Since they are not critical files, I figured what the heck. Well, maybe I typed something wrong. I know Terminal is very touchy (now I know). But all of the files on my external drive are gone. When I double-click the drive icon, the window shows 0 items. Can anyone tell me what went wrong and how to undo the problem. I think all the files are still on the drive, there's just no directory to view them - so it says there's 0 files. Help please!
    Here's the commands I entered in Terminal. Note that the first line is the command that was supposed to erase the .DS_Store files. The second line asked for my password. When I entered it, it may have deleted the files, but then it gave me no new command prompt. So everything you see from the "sudo" on is things I entered trying to get a new prompt. So I think that's where I screwed something up.
    neals-imacs-imac-g5-5:Clients iMac$ sudo find / -name ".DS_Store" -depth -exec rm {} \;
    Password:
    sudo
    sudo ls
    neals-imacs-imac-g5-5:~ iMac$ sudo ls
    neals-imacs-imac-g5-5:Clients iMac$ sudo
    usage: sudo -K | -L | -V | -h | -k | -l | -v
    usage: sudo [-HPSb] [-p prompt] [-u username|#uid]
                { -e file [...] | -i | -s | <command> }
    neals-imacs-imac-g5-5:Clients iMac$ sudo ls
    Password:
    By the way, the Adobe article that showed how to delete the .DS_Store files (in case that helps) is at: http://kb2.adobe.com/cps/168/tn_16831.html

    I just did the same exact thing (but recovered!). I hope you didn't empty your recycle bin/trash yet! Your library information is there - get it out!
    The instructions on the web are a bit obtuse - what you need to do is delete ONLY the "iTunes Music" folder within the default iTunes location; I deleted the ENTIRE "iTunes" folder and saw exactly what you do now. You need to restore the "iTunes Library.itl" and "iTunes Music Library.xml" files, and you'll be back in business.
    Not sure how you'll recover if you can't get those files back...

  • Safari and Skype keeps crashing after deleting cache in Safari

    Hi everyone.
    I have a strange problem, but it might not be strange for some of you. I deleted the cache in Safari (skype wasn't running). A little after that when I wanted to use skype it crashed after startup and still keeps doing that. Now safari does the same. Both programs also do CPU hogging and the rainbow spinning wheel comes up while making that little noise in the CPU. And then crash.
    I read some posts here regarding to font problems but I haven't done anything to fonts just cleared cache in Safari.
    I reinstalled skype, but didn't solve the problem. Updated it to the latest version, deleted db files from Library but the problem still exists. Please help.
    CRASH REPORT FOR SAFARI:
    Date/Time: 2010-11-03 18:48:36.935 +0100
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [66]
    Version: 4.1.2 (4533.18.5)
    Build Version: 3
    Project Name: WebBrowser
    Source Version: 75331805
    PID: 346
    Thread: 7
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x92c11490
    Thread 0:
    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.HIToolbox 0x932bcb20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932bc1b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x932bc020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x937a1734 _DPSNextEvent + 384
    8 com.apple.AppKit 0x937a13f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x00010888 0x1000 + 63624
    10 com.apple.AppKit 0x9379d93c -[NSApplication run] + 472
    11 com.apple.AppKit 0x9388e458 NSApplicationMain + 452
    12 com.apple.Safari 0x00117a9c 0x1000 + 1141404
    13 com.apple.Safari 0x000070f0 0x1000 + 24816
    Thread 1:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.WebCore 0x014e9410 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x014e6ef8 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 0x00028a00 0x1000 + 162304
    5 com.apple.Safari 0x00028984 0x1000 + 162180
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    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 5:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.JavaScriptCore 0x00511534 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3 com.apple.Safari 0x003071dc dyldstub__ZNSt8iosbase4InitC1Ev + 214876
    4 com.apple.Safari 0x003072c0 dyldstub__ZNSt8iosbase4InitC1Ev + 215104
    5 com.apple.Safari 0x0003cae8 0x1000 + 244456
    6 com.apple.Safari 0x0003ca40 0x1000 + 244288
    7 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9003248c wait4 + 12
    1 com.apple.Foundation 0x92be478c _waitForTermination + 40
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7 Crashed:
    0 com.apple.Foundation 0x92c11490 _NSRaiseError + 264
    1 com.apple.Foundation 0x92c111cc +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x92c33ef4 -[NSConcreteFileHandle readDataOfLength:] + 508
    3 com.apple.Foundation 0x92c346f4 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    4 com.apple.Foundation 0x92c3449c saveTimerCallback + 96
    5 com.apple.CoreFoundation 0x907f2384 __CFRunLoopDoTimer + 184
    6 com.apple.CoreFoundation 0x907decfc __CFRunLoopRun + 1680
    7 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x92c1da3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.Foundation 0x92c16f18 _backgroundActivity + 348
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 10:
    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 0x0007d968 0x1000 + 510312
    7 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7 crashed with PPC Thread State 64:
    srr0: 0x0000000092c11490 srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24024442 xer: 0x0000000000000007 lr: 0x0000000092c11468 ctr: 0x0000000092bd321c
    r0: 0x0000000000000000 r1: 0x00000000f058a3e0 r2: 0x00000000a2bd0508 r3: 0x00000000f0589f90
    r4: 0x0000000000000000 r5: 0x0000000092bd2b44 r6: 0x00000000f058a014 r7: 0x00000000000000ff
    r8: 0x00000000f058a000 r9: 0x0000000006d42c60 r10: 0x0000000090a3f628 r11: 0x0000000024024442
    r12: 0x0000000092bd321c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a2bf45d0 r18: 0x00000000a2bf45d0 r19: 0x00000000a2bf45d0
    r20: 0x000000000000001d r21: 0x00000000ffffffff r22: 0x0000000006d416f8 r23: 0x0000000090aa95b8
    r24: 0x0000000000000000 r25: 0x0000000008346000 r26: 0x00000000031faef0 r27: 0x00000000ffffffff
    r28: 0x0000000003188f90 r29: 0x00000000a2bd96ec r30: 0x00000000ffffffff r31: 0x0000000092c11398
    Binary Images Description:
    0x1000 - 0x354fff com.apple.Safari 4.1.2 (4533.18.5) /Applications/Safari.app/Contents/MacOS/Safari
    0x3b7000 - 0x3b7fff libgild.dylib /Library/Google/Frameworks/Gild.framework/Resources/libgild.dylib
    0x3bb000 - 0x3bffff 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.18 (4533.18.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x6da000 - 0x7c8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1008000 - 0x1109fff com.apple.WebKit 4533.18 (4533.18.1) /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 - 0x2189fff com.apple.WebCore 4533.18 (4533.18.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x27ea000 - 0x27ecfff 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
    0x704d000 - 0x7066fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x706c000 - 0x7087fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x8008000 - 0x8117fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x8146000 - 0x8236fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    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
    0x960bc000 - 0x960bdfff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x960bf000 - 0x960c0fff libGreekConverter.dylib /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0x960c5000 - 0x960dbfff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x960dd000 - 0x960fdfff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x960ff000 - 0x96101fff libLatin2Converter.dylib /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0x9610b000 - 0x96119fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9611e000 - 0x9611ffff libThaiConverter.dylib /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0x96121000 - 0x96134fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x9716e000 - 0x9722ffff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9725a000 - 0x9725bfff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    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: PowerBook5,2, BootROM 4.7.1f1, 1 processors, PowerPC G4 (1.1), 1 GHz, 512 MB
    Graphics: ATI Mobility Radeon 9600, ATY,RV350M10, AGP, 64 MB
    Memory Module: SODIMM1/J25UPPER, 512 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: LastDash, UCJ, V.92, 4.0, APPLE VERSION 2.6.6
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Internal Modem, PPP (PPPSerial), modem
    Network Service: Built-in Ethernet, Ethernet, en0
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    Parallel ATA Device: MATSHITACD-RW CW-8123
    Parallel ATA Device: WDC WD1600BEVE-00WZT0, 149.05 GB
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: rapoo 1100, MLK, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: iSight, Apple Computer, Inc., Up to 400 Mb/sec
    CRASH REPORT FOR SKYPE:
    Date/Time: 2010-11-03 18:51:12.542 +0100
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Skype
    Path: /Applications/Skype.app/Contents/MacOS/Skype
    Parent: WindowServer [66]
    Version: 2.8.0.863 (2.8.0.863)
    PID: 359
    Thread: 16
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x92c11490
    Thread 0:
    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.HIToolbox 0x932bcb20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932bc1b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x932bc020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x937a1734 _DPSNextEvent + 384
    8 com.apple.AppKit 0x937a13f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x9379d93c -[NSApplication run] + 472
    10 com.skype.skype 0x001fb16c 0x1000 + 2072940
    11 com.skype.skype 0x001fb384 0x1000 + 2073476
    12 com.skype.skype 0x00015144 0x1000 + 82244
    13 com.skype.skype 0x00014e54 0x1000 + 81492
    Thread 1:
    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 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.audio.CoreAudio 0x91459524 HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914592c4 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9004a2e8 syscallthreadswitch + 8
    1 com.apple.Foundation 0x92c0e940 +[NSThread sleepUntilDate:] + 152
    2 com.skype.skype 0x0009e3d8 0x1000 + 644056
    3 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.skype.skype 0x002beaa0 0x1000 + 2874016
    3 com.skype.skype 0x002e0d04 0x1000 + 3013892
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x90053f88 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90053de4 pthreadcondtimedwait + 676
    2 com.skype.skype 0x002beb04 0x1000 + 2874116
    3 com.skype.skype 0x0024e20c 0x1000 + 2413068
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.skype.skype 0x002beaa0 0x1000 + 2874016
    3 com.skype.skype 0x006d8d34 0x1000 + 7175476
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x900c7600 poll + 12
    1 com.skype.skype 0x002b947c 0x1000 + 2851964
    2 com.skype.skype 0x002c2348 0x1000 + 2888520
    3 com.skype.skype 0x002aea10 0x1000 + 2808336
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 8:
    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.CoreFoundation 0x907ed710 CFRunLoopRun + 52
    5 com.skype.skype 0x00210c48 0x1000 + 2161736
    6 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    7 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.skype.skype 0x002beaa0 0x1000 + 2874016
    3 com.skype.skype 0x005fb0a8 0x1000 + 6267048
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 10:
    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.CoreFoundation 0x907ed710 CFRunLoopRun + 52
    5 com.skype.skype 0x002fd968 0x1000 + 3131752
    6 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    7 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.skype.skype 0x002beaa0 0x1000 + 2874016
    3 com.skype.skype 0x0023a6ac 0x1000 + 2332332
    4 com.skype.skype 0x0023adbc 0x1000 + 2334140
    5 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 12:
    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.AppKit 0x9383e358 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 13:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.skype.skype 0x002beaa0 0x1000 + 2874016
    3 com.skype.skype 0x003a34f4 0x1000 + 3810548
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 14:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.skype.skype 0x002beaa0 0x1000 + 2874016
    3 com.skype.skype 0x00632054 0x1000 + 6492244
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 15:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.skype.skype 0x002beaa0 0x1000 + 2874016
    3 com.skype.skype 0x0062cbac 0x1000 + 6470572
    4 com.skype.skype 0x002bf1c4 0x1000 + 2875844
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 16 Crashed:
    0 com.apple.Foundation 0x92c11490 _NSRaiseError + 264
    1 com.apple.Foundation 0x92c111cc +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x92c33ef4 -[NSConcreteFileHandle readDataOfLength:] + 508
    3 com.apple.Foundation 0x92c346f4 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    4 com.apple.Foundation 0x92c3449c saveTimerCallback + 96
    5 com.apple.CoreFoundation 0x907f2384 __CFRunLoopDoTimer + 184
    6 com.apple.CoreFoundation 0x907decfc __CFRunLoopRun + 1680
    7 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x92c1da3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x92bf64d8 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 17:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 16 crashed with PPC Thread State 64:
    srr0: 0x0000000092c11490 srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24024422 xer: 0x0000000000000007 lr: 0x0000000092c11468 ctr: 0x0000000092bd321c
    r0: 0x0000000000000000 r1: 0x00000000f278f3e0 r2: 0x00000000a2bd0508 r3: 0x00000000f278ef90
    r4: 0x0000000000000000 r5: 0x0000000092bd2b44 r6: 0x00000000f278f014 r7: 0x00000000000000ff
    r8: 0x00000000f278f000 r9: 0x0000000005ef7490 r10: 0x0000000090a3f628 r11: 0x0000000024024422
    r12: 0x0000000092bd321c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a2bf45d0 r18: 0x00000000a2bf45d0 r19: 0x00000000a2bf45d0
    r20: 0x000000000000001e r21: 0x00000000ffffffff r22: 0x0000000005ef6d48 r23: 0x0000000090aa95b8
    r24: 0x0000000000000000 r25: 0x0000000007a80000 r26: 0x0000000007d44cc0 r27: 0x00000000ffffffff
    r28: 0x0000000007d455d0 r29: 0x00000000a2bd96ec r30: 0x00000000ffffffff r31: 0x0000000092c11398
    Binary Images Description:
    0x1000 - 0xd5efff com.skype.skype 2.8.0.863 /Applications/Skype.app/Contents/MacOS/Skype
    0xe37000 - 0xf38fff com.apple.WebKit 4533.18 (4533.18.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x1a05000 - 0x1af3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1b20000 - 0x1c9cfff com.apple.JavaScriptCore 4533.18 (4533.18.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1cf5000 - 0x2999fff com.apple.WebCore 4533.18 (4533.18.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x5aa5000 - 0x5ad5fff com.apple.iSightAudio 7.6.4 (1327.73) /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
    0x5bac000 - 0x5badfff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x5bc0000 - 0x5bc1fff com.skype.TigerAndLaterOnly ??? (1.0) /Applications/Skype.app/Contents/Resources/TigerAndLaterOnly.bundle/Contents/Ma cOS/TigerAndLaterOnly
    0x7170000 - 0x717afff com.apple.IOFWDVComponents 1.7.9 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x74c2000 - 0x74f5fff com.apple.QuickTimeIIDCDigitizer 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x756e000 - 0x75c3fff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x75d1000 - 0x7616fff com.apple.QuickTimeUSBVDCDigitizer 1.7.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x70000000 - 0x700fdfff com.apple.audio.units.Components 1.4.7 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    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
    0x9431e000 - 0x944defff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    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
    0x9478d000 - 0x9479cfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a4000 - 0x947b1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f7000 - 0x94810fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94817000 - 0x94b4afff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c32000 - 0x94ca3fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94d41000 - 0x94d4dfff com.apple.framework.Apple80211 4.2.9 (429.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94e19000 - 0x94f49fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdc000 - 0x94febfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff3000 - 0x95020fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95027000 - 0x95037fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9503b000 - 0x9506afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9507a000 - 0x95097fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x957b0000 - 0x9582cfff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95b48000 - 0x95b4afff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x95b4d000 - 0x95b7ffff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x960ff000 - 0x96101fff libLatin2Converter.dylib /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0x969e1000 - 0x96a00fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9725d000 - 0x9726afff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    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
    0x986af000 - 0x992e8fff com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9bc48000 - 0x9bc68fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9fef8000 - 0x9ff37fff com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x9ff40000 - 0x9ffe2fff com.apple.QuickTimeImporters.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0xc0000000 - 0xc0009fff com.growl.growlframework 0.7.6 /Applications/Skype.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
    0xd0000000 - 0xd0003fff com.skype.skypeframework ??? (2.8.0.620) /Applications/Skype.app/Contents/Frameworks/Skype.framework/Versions/A/Skype
    Model: PowerBook5,2, BootROM 4.7.1f1, 1 processors, PowerPC G4 (1.1), 1 GHz, 512 MB
    Graphics: ATI Mobility Radeon 9600, ATY,RV350M10, AGP, 64 MB
    Memory Module: SODIMM1/J25UPPER, 512 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: LastDash, UCJ, V.92, 4.0, APPLE VERSION 2.6.6
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Internal Modem, PPP (PPPSerial), modem
    Network Service: Built-in Ethernet, Ethernet, en0
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    Parallel ATA Device: MATSHITACD-RW CW-8123
    Parallel ATA Device: WDC WD1600BEVE-00WZT0, 149.05 GB
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: rapoo 1100, MLK, Up to 1.5 Mb/sec, 500 mA
    FireWire Device: iSight, Apple Computer, Inc., Up to 400 Mb/sec
    Thanks in advance

    Hey,
    I've trashed Home/Library/Cookies/Cookies.plist and now everything works perfectly again!!! Even skype! You're awesome, thanks! Dashboard had the same problem but now it is fine too! Thanks again!

  • System exception while deleting the file from app server in background job

    Hi All,
    I have a issue while the deleting the file from application server.
    I am using the statement DELETE DATASET in my program to delete the file from app server.
    I am able to delete the file from the app server when i run the program from app server.
    When i run the same report from background job i am getting the message called System exception.
    Is there any secuirity which i need to get the issue.
    Thank You,
    Taragini

    Hi All,
    I get all the authorization sto delete the file from application serever.
    Thing is i am able to run the program sucessfully in foreground but not in the background .
    It i snot giving any short dump also just JOB is cancelled with the exception 'Job cancelled after system exception ERROR_MESSAGE'.
    Can anybody please give me suggestion
    Thanks,
    Taragini

  • Java Hotspot problem, crash after play 3 file.

    hai,
    i already dispose the player, but it seem not work at all.
    my player crash after 3 or 4 file being play in a row.
    anyone care to give me the answer what wrong..
    thanks..
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import javax.swing.*;
    import javax.media.*;
    public class MediaPlayerDemo extends JFrame {
    private Player player;
    private File file;
    private boolean realized = false;
    public MediaPlayerDemo () {
    super("Media");
    JMenuBar openFile = new JMenuBar();
    JMenuItem item = null;
    JPopupMenu.setDefaultLightWeightPopupEnabled(false);
    JMenu mnFile = new JMenu("File");
    mnFile.add(item = new JMenuItem("Open"));
    item.addActionListener(
    new ActionListener() {
    public void actionPerformed(ActionEvent e)
    openFile();
    createPlayer();
    openFile.add(mnFile);
    getContentPane().add(openFile,BorderLayout.NORTH);
    setSize(300,300);
    show();
    }//tamat public MediaPlayerDemo ()
    private void openFile() {
    JFileChooser fileChooser = new JFileChooser();
    fileChooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
    int result = fileChooser.showOpenDialog( this);
    if (result == JFileChooser.CANCEL_OPTION)
    file = null;
    else
    file = fileChooser.getSelectedFile();
    }//tamat private void openFile()
    private void createPlayer() {
    if (file == null)
    return;
    removePreviousPlayer();
    try {
    player = Manager.createPlayer(file.toURL());
    player.addControllerListener(new EventHandler() );
    wrapRealize();
    player.prefetch();
    catch(Exception ier){
    System.out.println(ier);
    }//tamat private void createPlayer()
    private void removePreviousPlayer() {
    if (player == null)
    return;
    player.stop();
    player.deallocate();
    //dispose();//hilang visual semua
    Component visual = player.getVisualComponent();
    Component control = player.getControlPanelComponent();
    Container c = getContentPane();
    if (visual != null)
    c.remove(visual);
    if (control != null)
    c.remove(control);
    player.close();
    realized = false;
    }//tamat private void removePreviousPlayer()
    public synchronized void wrapRealize() {
    player.realize();
    while(!realized) {
    try {
    wait();
    catch(InterruptedException ie){
    System.out.println("ralat realized");
    }//tamat public synchronized void wrapRealize()
    public static void main(String args[]){
    MediaPlayerDemo app = new MediaPlayerDemo();
    app.addWindowListener(
    new WindowAdapter() {
    public void windowClosing(WindowEvent e)
    System.gc();
    System.exit(0);
    }//tamat public static void main(String args[])
    private class EventHandler implements ControllerListener {
    public void controllerUpdate (ControllerEvent e) {
    realized = true;
    if (e instanceof RealizeCompleteEvent) {
    Container c = getContentPane();
    Component visualComponent = player.getVisualComponent();
    if(visualComponent != null)
    c.add(visualComponent, BorderLayout.CENTER);
    Component controlsComponent = player.getControlPanelComponent();
    if(controlsComponent != null)
    c.add(controlsComponent, BorderLayout.SOUTH);
    c.doLayout();
    else if(e instanceof PrefetchCompleteEvent)
    player.start();
    else if(e instanceof EndOfMediaEvent)
    player.stop();
    }//tamat private class EventHandler implements ControllerListener
    }//tamat public class MediaPlayerDemo extends JFrame

    hai,
    i already dispose the player, but it seem not work at all.
    my player crash after 3 or 4 file being play in a row.
    anyone care to give me the answer what wrong..
    thanks..
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import javax.swing.*;
    import javax.media.*;
    public class MediaPlayerDemo extends JFrame {
    private Player player;
    private File file;
    private boolean realized = false;
    public MediaPlayerDemo () {
    super("Media");
    JMenuBar openFile = new JMenuBar();
    JMenuItem item = null;
    JPopupMenu.setDefaultLightWeightPopupEnabled(false);
    JMenu mnFile = new JMenu("File");
    mnFile.add(item = new JMenuItem("Open"));
    item.addActionListener(
    new ActionListener() {
    public void actionPerformed(ActionEvent e)
    openFile();
    createPlayer();
    openFile.add(mnFile);
    getContentPane().add(openFile,BorderLayout.NORTH);
    setSize(300,300);
    show();
    }//tamat public MediaPlayerDemo ()
    private void openFile() {
    JFileChooser fileChooser = new JFileChooser();
    fileChooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
    int result = fileChooser.showOpenDialog( this);
    if (result == JFileChooser.CANCEL_OPTION)
    file = null;
    else
    file = fileChooser.getSelectedFile();
    }//tamat private void openFile()
    private void createPlayer() {
    if (file == null)
    return;
    removePreviousPlayer();
    try {
    player = Manager.createPlayer(file.toURL());
    player.addControllerListener(new EventHandler() );
    wrapRealize();
    player.prefetch();
    catch(Exception ier){
    System.out.println(ier);
    }//tamat private void createPlayer()
    private void removePreviousPlayer() {
    if (player == null)
    return;
    player.stop();
    player.deallocate();
    //dispose();//hilang visual semua
    Component visual = player.getVisualComponent();
    Component control = player.getControlPanelComponent();
    Container c = getContentPane();
    if (visual != null)
    c.remove(visual);
    if (control != null)
    c.remove(control);
    player.close();
    realized = false;
    }//tamat private void removePreviousPlayer()
    public synchronized void wrapRealize() {
    player.realize();
    while(!realized) {
    try {
    wait();
    catch(InterruptedException ie){
    System.out.println("ralat realized");
    }//tamat public synchronized void wrapRealize()
    public static void main(String args[]){
    MediaPlayerDemo app = new MediaPlayerDemo();
    app.addWindowListener(
    new WindowAdapter() {
    public void windowClosing(WindowEvent e)
    System.gc();
    System.exit(0);
    }//tamat public static void main(String args[])
    private class EventHandler implements ControllerListener {
    public void controllerUpdate (ControllerEvent e) {
    realized = true;
    if (e instanceof RealizeCompleteEvent) {
    Container c = getContentPane();
    Component visualComponent = player.getVisualComponent();
    if(visualComponent != null)
    c.add(visualComponent, BorderLayout.CENTER);
    Component controlsComponent = player.getControlPanelComponent();
    if(controlsComponent != null)
    c.add(controlsComponent, BorderLayout.SOUTH);
    c.doLayout();
    else if(e instanceof PrefetchCompleteEvent)
    player.start();
    else if(e instanceof EndOfMediaEvent)
    player.stop();
    }//tamat private class EventHandler implements ControllerListener
    }//tamat public class MediaPlayerDemo extends JFrame

  • System Crash after waking from sleep

    Hi guys,
    Running 10.9.2 on 3.5 GHz Intel Core i7, 8GB RAM, GeForce GTX 775M, 3TB Fusion Drive. No extras added - everything fitted by Apple. Only thing attached is the CD drive via USB, the Bluetooth mouse and keyboard and the ethernet cable.
    Today I have had 5 or 6 system crashes. What happens is that the spinning beach ball kicks off and nothing will work except holding the power to restart the machine.
    I think that each time it has happened has been after the machine wakes from sleep and doesn't always happen immediately but after a few minutes or so.
    I have run Disk Utility on startup to Repair Disk Permissions and Repair Disk. I have reset PRAM etc.
    As far as I know nothing has been installed from before, other than the Epson Printer Drivers 2.1.7 update combo from the Apple Site to get an old scanner to work. Didn't have problems the day I installed that (yesterday).
    One thing I have had probably more so since 10.9.2 is the internet speeds slow down (both WiFi and ethernet). But no problems with the modem / router that I know of and my ISP can find no problems. Interestingly I wonder whether this has also happened from sleep (eg broadband speeds getting slower).
    I'm not quite sure where to find any possible error logs or which ones may be useful but any help is much appreciated. Thanks

    If anyone else has this problem and maybe to help...
    I found that the cause of my system crashes was somewhere within the Epson printer drivers and other associated drivers I downloaded from - http://support.apple.com/kb/dl1398. (Epson Printer Drivers v2.17 for OSX).
    As you're unable to 'show package contents' on right-click from this downloaded file, I installed the excellent Pacifist and looked at the files within the download listed above. I then manually removed every trace of every file except the one specific to my need (an Epson Perfection 1670 scanner). With those files gone, I haven't had any problems.
    So I believe my system crashes were related to a file within the Epson Printer Drivers v2.17 for OSX.

  • "Adobe Premiere Pro 6 Quit Unexpectedly" - after deleting Cache files.  All other Adobe programs working.

    I went in and deleted Cached files after repeatedly getting the 'scratch disks are full' message.  I have done this before and have had no issues.  However, this time it comes up with a crash message whenever I open Premiere Pro 6.  All other Adobe programs are working fine.
    Does anyone know what could be wrong?  Have I accidentally deleted something crucial?  How can I fix this?

    If you have a 64bit Windows adding more ram will allow Windows to use that ram, and provide more to CS4
    Otherwise... here are some links I've saved that discuss crashes... may, or may NOT, help in your case... but free to read
    Firewall = Crash http://kb2.adobe.com/cps/857/cpsid_85711.html
    Win7 64bit Crashing and "a" fix http://forums.adobe.com/thread/580435
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -Too Large May = Crash http://forums.adobe.com/thread/879967
    -And another crash report http://forums.adobe.com/thread/973935
    Partition = Crash http://forums.adobe.com/thread/957286

  • System Crashed but all Oracle Files Saved

    Hi All,
    My Live System is Crashed due to some hardware Failure but Fortunately Hard Drive was Saved and all of my Oracle Data (Control, Datafile, Redo Log Files) are saved, Now I'm making a new Instance, Can anybody tell me that If I Paste my all of the ORADATA Files in New Instance, will that work, there is one Datafile only for Indexes, Will I make new Indexes on that particular Tables? Please help me in this regard.
    Thanks
    Regards,
    Imran

    Hi,
    Thanks for your Help, I've created a New Instance and then copy/paste the Files (Control, Redo Log & Data Files) in the ORACLE Directory *"/u01/app/oracle/prodcut/10.2.0/oradata/orcl"* , and then try to open the Database but It Mounts up and gave me Error on Opening Stage.
    Well, After that I run the "Alter Database Rename" Command and specified the Directory for the Files where I had placed in my Current Instance.
    I tried to open the Database and it become Startup. That's it.
    Thanks again for your help, All of the Data is available there, but 1 thing I wanna tell you that When my System Crashed, my Database was Up and Running & I lost 3 days data.
    Regards,
    Imran

  • System crash with large PNG file

    When I try to fullscreen Preview with a 6.8 MB PNG file, system crash definitely. After a short periode of white screen, I found myself at Login screen. All opened applications are quitted.

    PS: It's OS X 10.9, I forgot to update infomation of my registered Mac.

  • How do I reinstall os x moutain lion after deleting necessary files?

    When trying to get my Canoscan 9550F to work with OS X 10.8.x, I was able to add it to the system settings under printer, but still it didn't work. I decided to make sure the Canon driver and Apple driver weren't fighting, so I deleted some files. Now, even though I can see the scanner in the "about this Mac," I cannot add it anymore to the printer area. I should have dragged those files to the trash, where I could have restored or put back the files, instead of to the desktop.
    My question, How do I reinstall OS 10.8.x when I installed it from the App Store to upgrade? I don't see it as files on my Mac to reinstall.
    Thanks

    Reboot to the Recovery partition and reinstall from there. Reboot, at the sound of the chime press cmd-r and hold it until the Recovery disk starts up.

  • How to refresh and redirect into same page after deleting a file

    Hi John,
    One more help I need. I implemented the brows and download file functionality in my application successfully. And I am interested to implement delete also like download. If user will click on download three options will come open, save, cancel in case of download. But like download I want to put delete link which will delete the corresponding file.
    I written the procedure in same fashion as download and compiled in my schema.
    The code is here:
    CREATE OR REPLACE PROCEDURE download_my_file_temp_delete (p_file IN NUMBER)
    AS
    BEGIN
    DELETE FROM file_subjects_temp
    WHERE ID = p_file;
    END download_my_file_temp_delete;
    And in
    Home>Application Builder>Application ID>my_page > Report Attributes>Column Attributes
    There I am entering
    Link text : Delete
    Target : URL
    URL : #OWNER#.download_my_file_temp_delete?p_file=#Delete#
    Where download_my_file_temp_delete is a procedure for deleting the file corresponding to ID .
    Here id alias is DELETE so I am passing #DELETE#.
    If I am click delete corresponding to any file its opening a blank page I seen URL is like
    http://abcd.com:portno/pls/workspace/owner.download_my_file_temp_delete?p_file=4031625747435433
    if I am clicking back and refreshing then getting file is deleted successfully.
    That means procedure is working but I want that after clicking on delete link corresponding to any file same page should appear with refresh then my problem will solved.
    Can u suggest me any approach.
    Thanks && Regards,
    Ravi

    [This is not John, hope that's ok!]
    This kind of thing is best done by rendering checkboxes next to each file in your report region;using apex_item.checkbox(1,file_id) and providing a Delete button that would fire a after-submit process that does
    for i in 1..htmldb_application.g_f01.count
    loop
    download_my_file_temp_delete(htmldb_application.g_f01(i));
    end loop;[And of course a same-page branch on the page]

Maybe you are looking for

  • If an applicatio​n includes ActiveX references from Excel, should MS Office be installed on the run-time PC?

    There are many threads regarding usage of MS office with LV, but I was not able to find the answer to the following question. I hope somebody can help or point me to a useful thread. I have an excel template file and would like to create new reports

  • Ical not storing all data & cant initialize lists

    okay so im trying to store all ical data in seperate lists for hours months years and the actual event ect....it worked fine for a while but now its not storing all the events....and then when it did it would carry over from one run to another. I fig

  • I've tried everything.. Still get error

    I run WinXP, and when I try to open iTunes, I get the message "iTunes has encountered a problem..." and I've tried everything to fix it. I tried installing the standalone quicktime player, played with Norton, and everything else that was mentioned on

  • Managing files and other newbie type questions

    I'm trying to decide between FCPX and Premiere Elements. I manage most of my media with Aperture. I've learned a whole lot already in a few solid hours of use of the trial. The integration with Aperture/iPhoto is very nice and keeps me out of Adobe O

  • Panic (cpu 0 caller 0x5589a459)

    hello guys, last night my macbook pro gave me the screen that you see attached, unfortunately I have a picture of the entire screen, after I tried to turn it back on, and now after the apple hangs on the gray screen, try all combinations keys to star