Make crashAndExit defined behavior
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
Current `crashAndExit` relies on undefined behavior by creating a segfault. Instead we probably should call `std::abort`.
For this to work properly we also need to change `registerCrashHandler` so that it handles `SIGABRT` correctly.
Contributor guide
Assessment
This issue has not been assessed yet.