Sample Header Ad - 728x90

ABRT enabled and application core dumps?

0 votes
0 answers
3170 views
ABRT is running on a RHEL7 server, so the kernel conf is : # cat /proc/sys/kernel/core_pattern |/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e %P %I All core dumps from application systems/installed packages are located in (default behavior) : /var/spool/abrt. Problem is, when a custom application started by a user crashes, a core dump is generated at the location where the user started it and all the time there is not enough space (generally in user home) to store the dump. My question is, how can I change the core dump location for these kind of applications without changing ABRT functioning? I was about to rewrite core_pattern to a user directory but I guess ABRT will write all system core dumps in it too, right? So what is the solution?
Asked by tonio94 (341 rep)
Jul 21, 2018, 02:18 PM
Last activity: Jul 21, 2018, 03:48 PM