crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.2k stars 1.61k forks source link

Detect and error on failed codegen process #14762

Closed ysbaddaden closed 9 hours ago

ysbaddaden commented 4 days ago

Tries to report an exception when one occurs in a codegen forked process, otherwise detects when a codegen process terminated early (which is what happens on LLVM error). In both cases a BUG message is printed on stderr and the main process exits.

closes #14761