llvm-project
9337594e - [Support] Don't re-raise signals sent from kernel (#145759)

Commit
120 days ago
[Support] Don't re-raise signals sent from kernel (#145759) When an llvm tool crashes (e.g. from a segmentation fault), SignalHandler will re-raise the signal. The effect is that crash reports now contain SignalHandler in the stack trace. The crash reports are still useful, but the presence of SignalHandler can confuse tooling and automation that deduplicate or analyze crash reports. rdar://150464802
Author
Parents
Loading