From ccffe86678210568449c6a6345ae5d6dc20ef104 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 30 Nov 2009 15:39:05 +0100 Subject: ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) Signed-off-by: Denys Vlasenko --- doc/DESIGN | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/DESIGN b/doc/DESIGN index 7298b4c8..207904cc 100644 --- a/doc/DESIGN +++ b/doc/DESIGN @@ -53,9 +53,9 @@ which processes it according to configuration in /etc/abrt/*.conf. In order to catch binary crashes, we install a handler for it in /proc/sys/kernel/core_pattern (by setting it to -"|/usr/libexec/hookCCpp /var/cache/abrt %p %s %u"). +"|/usr/libexec/abrt-hook-ccpp /var/cache/abrt %p %s %u"). When process dumps core, the dump is written into /var/cache/abrt/DIR. -After this, hookCCpp spawns "abrt-process -d /var/cache/abrt/DIR" +After this, abrt-hook-ccpp spawns "abrt-process -d /var/cache/abrt/DIR" and terminates. When python program crashes, it invokes internel python subroutine -- cgit