Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt: disable core dumps in crash tracker tests
I chose to set the core_pattern as it is the most reliable and simplest option for our current setup. Note that in our current CDT setup, core dumps are not written to a file directly by the kernel but instead use a piping mechanism where they pipe the coredump to `apport`. Because of this, the RLIMIT_CORE of the process (set through ulimit) is not respected, meaning ulimit alone cannot disable core dumps. For reference, see the "Piping core dumps to a program" section of https://www.man7.org/linux/man-pages/man5/core.5.html
- Loading branch information