summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-30 15:39:05 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-30 15:39:05 +0100
commitccffe86678210568449c6a6345ae5d6dc20ef104 (patch)
tree2972338c1eebbb8733fc7c0867f21a2dfbf18439 /doc
parent134b6f47c67e0a9aeca14d37dd73127c91932c1a (diff)
downloadabrt-ccffe86678210568449c6a6345ae5d6dc20ef104.tar.gz
abrt-ccffe86678210568449c6a6345ae5d6dc20ef104.tar.xz
abrt-ccffe86678210568449c6a6345ae5d6dc20ef104.zip
ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/DESIGN4
1 files changed, 2 insertions, 2 deletions
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