Hacker News new | ask | show | jobs
by qwertyuiop924 3557 days ago
If you segfault, that's not because your state is corrupt. Not usually, anyways. Typically, you'll segfault from a use-after-free error or similar.
1 comments

How else would you define corrupted state than “losing track of the objects in your app”? Not crashing as a consequence hardly makes it better.