logoalt Hacker News

IshKebab07/31/20251 replyview on HN

When they say "it crashed" they probably mean it panicked or just failed to render; not a segfault.

Most languages have a way of saying "I haven't handled this case yet; just exit the program if you get here".


Replies

jpc007/31/2025

Rust also doesn’t consider DOS a failure condition.

Reading an invalid index, thats a panic.