A stop job is running for ...
post
Ah, kill -9. Me old pal. Always ready to assist when inconvenient bodies needs to be buried out back. Best friend ever.
Respect my -15, or I'll be back with my -9
Have you ever dealt with zombie processes?
At least those eat no resources besides taking up space in htop. And can be traced to the parent being weird.
Have you dealt with io-locked processes? Funny D-statuses spreading like a disease, anything that touches an infected process or resource also inherits it. Worst cases I have seen (nfs client kernel module not connecting a mountpoint properly) made every one of those fully resistant to -9.
Doesn’t do much if the process is in uninterruptible I/o. Kill can’t do much against syscalls that aren’t returning, you’ll be rebooting. You can try this https://github.com/mitchty/nix/blob/shenanigans/src/evilkill.sh but it’s not guaranteed to work. It’s just trying to force the process to exit(), but it doesn’t always work and can’t. All that script amounts to is attaching a debugger and executing assembly to mimic exit. I’ll say 60% of the time it works 100% of the time when kill doesn’t.
This is SIGTERM vs SIGKILL, not Windows vs Linux, they each use both
Linux will try SIGQUIT first, and you can immediately kill a process in Windows too. taskkill /f /im firefox.exe
Yeah, and when's the last time anyone has legitimately seen Windows bluescreen for lack of RAM? I'm assuming that's the "logic" here, because in what world would a stuck browser cause a full crash?
Man, I sure love tech memes not remotely based in reality.
Been a while since I've seen a bluescreen period. 10 and 11, for all their faults, have been pretty stable on that front. Crowdstrike did spoil a very good run.
I don't see windows bluescreens because I don't use it. We are not the same. Only lame Windows nerds know the flaws in this meme ;)
Windows tip: clicking the X button multiple times will often kill a frozen app.
I remember Lego Robot Comics. Weird, this is the second time they've come up on Lemmy in as many months.
My favorite was the one about CANDY?? FOR BREAKFAST????
More like a hitman shooting a man in the back of the head with a silenced gun. *ptiouit*
KILL -9 - no more CPU time!
I run KILL -9 - and your process is mine!
I run KILL -9 - Cause it’s MY time to shine
So don’t step outta line or else it’s
KILL -9!
top 50 comments