summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* rhzb#707074 abrt dupe detection needs to ignore some parts of kernel tracesNikola Pajkovsky2011-05-242-0/+40
| | | | | | | | | | | | | | | | | | kernel bt looks like [<ffffffff81047d33>] __might_sleep+0xeb/0xf0 [<ffffffff81111413>] __kmalloc+0x79/0x10d [<ffffffff811113ff>] __kmalloc+0x79/0x10d [<ffffffff81023683>] ? alloc_ioapic_entries+0x27/0x87 [<ffffffff81023683>] alloc_ioapic_entries+0x27/0x87 [<ffffffff81021cc0>] lapic_resume+0x3a/0x24d [<ffffffff81396db2>] ? cpufreq_resume+0x2d/0xac ^ memory skipped ^^^ ^ taken ^^^^^^^^^^ | skipped | skipped parser strip out only functions in the middle of bt and generates hash from top 6 functions Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* remove dumpoops and KerneloopsScanner pluginDenys Vlasenko2011-01-171-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* replace KerneloopsScanner plugin and dumpoops with abrt-dump-oops, use it in ↵Denys Vlasenko2011-01-178-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abrtd Patch adds new tool: $ abrt-dump-oops Usage: abrt-dump-oops [-vsrdow] FILE Extract oops from syslog/dmesg file -v, --verbose Be verbose -s Log to syslog -r Parse kernel's message buffer before parsing FILE -d Create ABRT dump for every oops found -o Print found oopses on standard output -w Do not exit, watch the file for new oopses It extends dumpoops. Extensions: * it can watch the syslog using -w option (uses inotify) * it can scan dmesg buffer too In this way, it also becomes a replacement for KerneloopsScanner plugin: oops-detecting logic is taken verbatim from KerneloopsScanner source. abrtd is changed to start it if it sees this directive in abrt.conf: [ LogScanners ] abrt-dump-oops = abrt-dump-oops -drw /var/log/messages Default abrt.conf is changed to have such line. Patch doesn't remove KerneloopsScanner plugin and dumpoops binary yet, I will do it in a separate trivial patch. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add example of tainted kernel moduleNikola Pajkovsky2010-11-163-0/+30
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> (cherry picked from commit da564d0e3b98e0ad62af9877c32f6c5a1ef510c9)
* remove RunApp plugin, abrt-event.conf superseded itDenys Vlasenko2010-11-081-2/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* KerneloopsSysLog.cpp: do not stop on "--- [ cut here ] ---" lineDenys Vlasenko2010-05-252-2/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* update some utility devel scripts, no impact on usersDenys Vlasenko2010-05-251-2/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add new examples with line --cut here--Nikola Pajkovsky2010-05-253-1/+86
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-211-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add another example oopsDenys Vlasenko2010-05-172-0/+101
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: fix a case when we file an oops w/o backtraceDenys Vlasenko2010-03-172-0/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupDenys Vlasenko2009-12-032-18/+18
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include RIP/RIP lines in oops reportsDenys Vlasenko2009-11-202-0/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparation for test script in examples/*Denys Vlasenko2009-11-204-0/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include more info into oops (we were losing the stack dump)Denys Vlasenko2009-11-195-0/+413
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* KerneloopsSysLog: fix breakage in code which detects abrt markerDenys Vlasenko2009-11-111-0/+47
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make syslog detection more robust; add oops examples (fixes #533901)Denys Vlasenko2009-11-102-0/+63
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>