Raven VII said:Is there anything else I can do other than holding down the power button to do a hard reboot?
That's a good point. Some stubborn apps take 3 or 4 force quits to finally force quit. At least it's not neraly as bad as 'end task' is in Windows.Duff-Man said:Duff-Man says....how many times did you try to force quit? Sometimes I have found that it can take a few tries to get a hung app to quit.....oh yeah!
neocell said:I find that force quitting from dock (option click on app and choose force quit) doesn't work nearly as well as command + option + escape force quitting. Doesn't make sense but on both my G4 iMac and my 12" PB if I have to force quit something almost always I have to go to the escape method after trying the dock a couple of times.
Raven VII said:Bam. Unplugging the iPod did the trick. Thanks dsharits!
Apple really should fix this bug...
Is there a way to change the dock kill setting?Linkjeniero said:This probably means that the dock force quit uses kill -15 (default signal for process terminating), while the other way uses kill -9 (the true death penalty; no process can say no to it). kill -9 always works, instantly.
Linkjeniero said:This probably means that the dock force quit uses kill -15 (default signal for process terminating), while the other way uses kill -9 (the true death penalty; no process can say no to it). kill -9 always works, instantly.
dsharits said:That's a good point. Some stubborn apps take 3 or 4 force quits to finally force quit. At least it's not neraly as bad as 'end task' is in Windows.
Raven VII said:Well, not always as this instance shows. Force Quit (from the Force Quit window) didn't work even after several tries, and even a "kill -9 630" command in Terminal didn't work (630 was iTunes' pid).
No process can say no to it, but that doesn't mean that it always works; as yoavcs explains, attached device flakyness can cause programs to stall in a way that even kill -9 won't. This iPod situation may be one, but I've also seen it happen occasionally with mounted network volumes not responding properly. VERY annoying.Linkjeniero said:... while the other way uses kill -9 (the true death penalty; no process can say no to it). kill -9 always works, instantly.
Yep, mounted stuff is really a problem for GUI apps. The Unix stuff underneath though runs fine. I've investigated this, and I think its because all GUI processes for each user is a sub-process of LoginWindow.app. Since login window handles the mounting for each user, if LoginWindow is using a mount like the iPod, and iTunes is associated with that, force quiting iTunes would cause some error in login window, which would then cause problems with its sub-processes (other GUI apps)... I'm not 100% sure, but I think thats why when login window stalls on a lost network mount, a lot of other GUI apps freeze (but web servers etc are fine) up until you click "disconnect" from that warning window...zakatov said:OSX is surprisingly inflexible with mounted (or not mounted) drives. If it wants to use a drive that it thinks is still attached (physically or over the network), it will lock up the entire system until the problem is "fixed".
Makosuke said:No process can say no to it, but that doesn't mean that it always works; as yoavcs explains, attached device flakyness can cause programs to stall in a way that even kill -9 won't. This iPod situation may be one, but I've also seen it happen occasionally with mounted network volumes not responding properly. VERY annoying.
I thought that problem sounded familiar. Glad it worked for you. I hate it when it happens to me, because it sometimes locks up my iPod when I remove it as well.Raven VII said:Bam. Unplugging the iPod did the trick. Thanks dsharits!
Apple really should fix this bug...
Sean7512 said:Why are there soo many bugs with iPods being left in...I would think that Apple would have them FLAWLESS together. I wonder if these bugs are present with a iPod - Windows environment?