summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-12-07 19:59:12 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-12-07 19:59:12 +0100
commit3d3e68cabdfafc380e102355e8aed662d0709321 (patch)
treee090e5842603725b86da7ef14c936e8c008aee77 /doc
parent44206c1297878fcd184d110a1f1c215ebfbcf347 (diff)
downloadabrt-3d3e68cabdfafc380e102355e8aed662d0709321.tar.gz
abrt-3d3e68cabdfafc380e102355e8aed662d0709321.tar.xz
abrt-3d3e68cabdfafc380e102355e8aed662d0709321.zip
updated doc/IMPLEMENTATION
Diffstat (limited to 'doc')
-rw-r--r--doc/IMPLEMENTATION3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/IMPLEMENTATION b/doc/IMPLEMENTATION
index 807f1253..6a7c1ba7 100644
--- a/doc/IMPLEMENTATION
+++ b/doc/IMPLEMENTATION
@@ -53,7 +53,7 @@ daemon process the written info and saves some aditional information:
architecture : architecture (i386, x86_64,etc)
package : package name
reason : e.g "Process was terminated by signal 11 (Segmentation fault)"
- time : unix time if the crash
+ time : unix time of the crash
2. send dbus signal (broadcast) about new crash, this signal contains two informations:
1. uid of the app owner
@@ -79,6 +79,7 @@ abrt-debuginfo-install is a shell script using elfutils to get build-ids from co
* script source code: http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=src/Daemon/abrt-debuginfo-install
c) run gdb and get backtrace from coredump:
see http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=blob_plain;f=lib/Plugins/CCpp.cpp line 260
+ - gdb is run with the same privileges as the crashed app (setregid, setreuid)
d) BT is saved to same directory where the coredump is
Once the backtrace is processed all data from the /var/cache/abrt/ccpp-<time>-<pid> is sent