On 19/01/16 11:10 +0000, Tom Hughes wrote:
On 19/01/16 10:55, Jonathan Wakely wrote:

Is there a way to tell it to ignore certain core files?

I run parts of the GCC testsuite several times a day, and many of the
tests are expected to call abort() to terminate. I don't want hundreds
of them clogging up my journal, or being stored in ABRT.

If you set RLIMIT_CORE to one byte (yes one, not zero) then the kernel won't send the core to the configured pipe at all.

But that affects all cores, right?

It looks like the path config Jakub suggested in his reply is what I
want.
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to