Live data from Hacker News

Every programmer should read the source to abort() at some point in their life.

reddit.com

1–10 of 61 posts

Re: Every programmer should read the source to abort() at some point in their life.

#7
post #4

glibc's abort() is even more complex: http://sourceware.org/git/?p=glibc.git;a=blob;f=stdlib/abort...

Most of the code in glibc has been heavily Dreppered.

very true. but glibc's abort() is IMHO ok.

Re: Every programmer should read the source to abort() at some point in their life.

#8
Reminded me of "5 ways to reboot a PC, none of them reliable" from a couple months ago.

http://news.ycombinator.com/item?id=2607116

Interesting how fundamentally simple tasks like aborting a process or rebooting the machine have very nontrivial (even kludgey) implementations.

Post reply on HN