Skip to content

CE-2489: Remove custom coredump handler

The result of this change is the following:

  • IOCs will, upon crashing, leave a core file in the IOC working directory. This file will have a maximum size of 1GB. Woe be upon those with bigger core dumps.
  • These files will not be tracked by git, and so a core-dumped IOC will report:
    • There is a core dump
    • The repo is clean
  • Other processes will not create core files.

Merge request reports