|
|
|
|
|
by alkonaut
3144 days ago
|
|
I think the use of the term "crash" varies. While it's true for e.g. a C program that there are better or worse crashes, in most other modern langs with some more safety guarantees, the term "crash" is normally used for controlled program termination due to unhandled exceptions. So coming from that type of language (where you can't segfault) I'd definitely call a panic a "crash" simply because it's the analog of an unhandled exception, which I always called a crash. So this terminology probably varies between ecosystems |
|
It's a concept implemented in eg Erlang. Crash in their sense means basically, 'kill -9'.