Hacker News new | ask | show | jobs
by yread 1952 days ago
> Isn't segfault a pretty healthy outcome to program?

I don't know much about the other ones but segfault is definitely healthier than a buggy program being allowed to write at address 0 or continuing arithmetics after division by 0.

1 comments

> continuing arithmetics after division by 0

IIRC it took PHP quite many versions to get there (if it even has).