Hacker News new | ask | show | jobs
by hulitu 1830 days ago
You mean like firefox ? OTOH there was a thread about coreutils written in Rust that crash reliably.
1 comments

If the crashes are intentional panics caused because of detection of a memory safety issue, more crashes there are actually good; in a C program they would be silent buffer overflows or memory corruption that don't manifest until later, or may not manifest at all until it becomes a security issue.