| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
|
|
|
|
| |
abrt-dump-oops stores two new files into dump dir. kernel_tainted_short which is
representation of kernel tainted value (P----T). kernel_tainted_long contains human
readable strings of short version
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
|
|
|
|
|
|
| |
Also changes Bugzilla and abrt-cli output format.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the problem with abrt-cli not showing unreported bugs
and abrt-gui not showing "green lamp" for reported bugs.
In general, it introduces a way to record reporting results,
such as Bugzilla URL, in dump dir.
In the future, this enables such functions as "check BZ status".
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
|
|
|
| |
This allowed to convert abrt-action-bugzilla, abrt-action-rhtsupport
and abrt-action-kerneloops to parse_opts()
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
|
| |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
Apart from src/lib/Makefile.am changes, this is
a pure rename, no textual changes to the files.
Before patch set:
$ size libabrt.so.0.0.1; ldd libabrt.so.0.0.1
text data bss dec hex filename
58031 2312 32 60375 ebd7 libabrt.so.0.0.1
linux-vdso.so.1 => (0x00007fffd46dc000)
libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f373eabc000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f373e7b6000)
libm.so.6 => /lib64/libm.so.6 (0x00007f373e531000)
libc.so.6 => /lib64/libc.so.6 (0x00007f373e1b2000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f373df9c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f373efde000)
After patch set:
$ size libabrt.so.0.0.1; ldd libabrt.so.0.0.1
text data bss dec hex filename
51777 2064 32 53873 d271 libabrt.so.0.0.1
linux-vdso.so.1 => (0x00007fff48703000)
libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007fd63aa45000)
libc.so.6 => /lib64/libc.so.6 (0x00007fd63a6c6000)
/lib64/ld-linux-x86-64.so.2 (0x00007fd63af66000)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|