Skip to content
Snippets Groups Projects
  1. May 11, 2021
    • Florian Schmaus's avatar
      [Common] Call abort() instead of exit() in die() · 9396c5a6
      Florian Schmaus authored
      Calling abort() has multiple advantages. First, it better matches the
      semantic of DIE(_MSG) as it signals an abnormal process termination,
      whereas exit() is a normal process termination (even though
      potentially with an error exit code). Secondly, abort() throws
      SIGABRT, which in turn triggers a coredump, hence the program's state
      can be inspected afterwards.
      9396c5a6
  2. May 10, 2021
  3. May 08, 2021
  4. May 05, 2021
  5. May 04, 2021
  6. May 03, 2021
  7. May 01, 2021
  8. Apr 30, 2021
Loading