Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It depends a bit on your definition of "crash".

Rust has a `panic!()` macro which will hard-terminate the program and log a stack trace in what is functionally equivalent to a crash. It can be called in various scenarios... including out-of-memory situations (like the ones being addressed in the fine article and this thread).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: