206
ways to close vim (discuss.tchncs.de)
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 18 points 1 year ago

cat /dev/zero > "/proc/$(pidof vim)/mem" is my favorite dumb way. Clear its memory, wait for the segfault.

[-] [email protected] 2 points 1 year ago

...you can write to program memory? Idk how exactly but that feels like a security risk.

[-] [email protected] 6 points 1 year ago

It's your process, why shouldn't you be able to write to it? Vi is certainly doing it...

[-] [email protected] 5 points 1 year ago

You do need to be root to do it to arbitrary processes.

[-] [email protected] 1 points 1 year ago* (last edited 1 year ago)

dumb way.

Get fancy, add progress bar: pv < /dev/zero > "/proc/$(pidof vim)/mem"

this post was submitted on 19 Jul 2023
206 points (91.2% liked)

Programmer Humor

19176 readers
885 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS