summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* abrt-cli: don't require write permissions on dumpdir to print infoMiroslav Lichvar2011-04-041-2/+2
|
* abrt-cli: analyze on info command only when backtrace was requestedMiroslav Lichvar2011-04-041-8/+10
|
* Ticket #187 exit code == 0 when error showsNikola Pajkovsky2011-04-041-4/+5
| | | | | | | | | | | | | | $ abrt-dump-oops -d -o Downloads/examples_oops1.test abrt-dump-oops: Found oopses: 1 [...] abrt-dump-oops: Creating dump directories abrt-dump-oops: Can't create directory '/var/spool/abrt/oops-...': Permission denied abrt-dump-oops: 1 errors while dumping oopses [newman@dhcp-24-178 ~]$ echo $? 0 Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-04-034-1/+24
|\
| * retrace server: add /settings actionMichal Toman2011-04-013-1/+23
| |
| * GList was not set to NULL, possibly sigsegv on f15Nikola Pajkovsky2011-04-011-0/+1
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | wizard: fixed prgname related#trac#180 rhzb#692444 rhbz#692442Jiri Moskovcak2011-03-311-0/+1
|/
* -devel package contains btparser headers; -devel package does not include ↵Karel Klic2011-03-312-0/+23
| | | | libreportgtk.so versioned libraries
* retrace server: make every coredump accessible for GDBMichal Toman2011-03-301-0/+1
|
* retrace server: install rpm package into chrootMichal Toman2011-03-301-1/+1
|
* applet: postpone the applet initialization as much as possible related#trac#127Jiri Moskovcak2011-03-301-6/+10
| | | | | | | - seems like server_has_persistence() returns false when it's called at the time of applet start, my guess is that the notifyd service setup is not finished at this time, so I moved applet init to the time of the first crash, where all the desktop/notifyd thing should be ready
* better validation for numbersNikola Pajkovsky2011-03-301-2/+5
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* make validate_event_option staticNikola Pajkovsky2011-03-302-28/+27
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix memory leakNikola Pajkovsky2011-03-301-0/+3
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rename misleading variableNikola Pajkovsky2011-03-301-5/+5
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* remove misleading error messageNikola Pajkovsky2011-03-301-3/+1
| | | | | | | | | | | | solution isn't good enough, but truly remove misleading message. Imagine the situation when user manually set environment Bugzilla_Password and manually run command a-a-b -c /path/to/config1 -c /path/config2 -c /path/config3. Now a-a-b smash all configs into one giant hash table. Just stir the pot. Environment can be set by cli and gui. We have a lot of input how to set config and question is how to determinate which config is wrong and blame someone/something. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Ticket #178 abrt-cli should provide an option to select analyzerNikola Pajkovsky2011-03-304-26/+148
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* retrace server: do not create abrt-specific files inside chrootMichal Toman2011-03-301-15/+0
|
* retrace server: fix malformed error messageMichal Toman2011-03-301-1/+1
|
* all: don't declare variables inside for loopsCosimo Cecchi2011-03-298-18/+38
|
* Revert "Ticket #178 abrt-cli should provide an option to select analyzer"Jiri Moskovcak2011-03-294-148/+26
| | | | This reverts commit e2b73a97a213d6b317e5410b0dc9d931686442d2.
* gui: fixed the prgname trac#180Jiri Moskovcak2011-03-291-0/+5
|
* Ticket #178 abrt-cli should provide an option to select analyzerNikola Pajkovsky2011-03-294-26/+148
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-action-analyze-backtrace: report failure when run on a dump_dir without ↵Karel Klic2011-03-281-1/+7
| | | | backtrace
* abrt-action-analyze-backtrace: log backtrace parser failure every time; ↵Karel Klic2011-03-281-8/+2
| | | | remove dead code
* applet: fixed the notification program nameJiri Moskovcak2011-03-281-1/+1
|
* applet: really fixed: don't show status icon when server support persistence ↵Jiri Moskovcak2011-03-281-20/+20
| | | | trac#127
* Ticket #160 Hash is not present in BugzillaNikola Pajkovsky2011-03-281-1/+10
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* make abrt-retrace-server RPM work properlyMichal Toman2011-03-284-2/+19
|
* gui-wizard-gtk: don't allow user to continue if analyzer failsJiri Moskovcak2011-03-271-2/+6
|
* Analyze backtraces from retrace serverKarel Klic2011-03-264-125/+222
| | | | | | | | | | | | | | | Hi, the attached patch splits a part of abrt-action-generate-backtrace to a new tool abrt-action-analyze-backtrace, which is used by both LocalGDB and RetraceServer analyzers. Then new abrt-action-analyze-backtrace tool reads backtrace and generates duplication hash, detects crash function, and provides backtrace rating. These steps haven't been performed for remotely analyzed crashes so far. Karel
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-2610-50/+263
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added xml file for kerneloops reporter, split koops events to a separate fileJiri Moskovcak2011-03-254-10/+28
|
* don't use a status icon when the notification server supports persistence ↵Jiri Moskovcak2011-03-252-55/+65
| | | | | | | | | | | | trac#127 Newer notifications servers (gnome-shell, or notification-daemon >= 0.6.0) support persistence of notifications. This means that a bubble won't just disappear after it is shown - it will stay until it is seen/addressed/acted upon. This means we don't have to rely on a status icon to provide the persistence for the message. In fact we should remove the status icons since they will provide a confusing duplication of this information
* fixes for missing uid caseDenys Vlasenko2011-03-254-16/+37
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove FILENAME_INFORMALL and tighten up some loose endsDenys Vlasenko2011-03-2510-84/+47
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Ticket #167 abrt-cli doesn't generate backtraceNikola Pajkovsky2011-03-251-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* added jsteinar to artwork creditsJiri Moskovcak2011-03-252-0/+2
|
* Merge branch 'event'Nikola Pajkovsky2011-03-253-36/+138
|\ | | | | | | | | | | * event: validate input in cli and fix ask_for_missing_settings function parse and store 'allow-empty' value
| * validate input in cli and fix ask_for_missing_settings functionNikola Pajkovsky2011-03-223-36/+138
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * parse and store 'allow-empty' valueNikola Pajkovsky2011-03-172-3/+11
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | add option -p to abrt-gui and wizard tooDenys Vlasenko2011-03-252-6/+22
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | make $ABRT_PROG_PREFIX control whether log messages are prefixedDenys Vlasenko2011-03-2514-125/+104
| | | | | | | | | | | | | | | | | | | | by abrt-action-foo programs. abrtd, abrt-server and abrt-handle-crashdump now have option -p which sets ABRT_PROG_PREFIX=1 for their children and thus makes them emit program name prefixes. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | remove plugins/Logger.confDenys Vlasenko2011-03-242-11/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | remove plugins/Mailx.conf and plugins/RHTSupport.confDenys Vlasenko2011-03-246-35/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | oops: don't save bogus "executable", and save real "cmdline" instead of ↵Denys Vlasenko2011-03-242-18/+33
| | | | | | | | | | | | bogus one Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-gui: tweak inotify codeDenys Vlasenko2011-03-241-7/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | extend dump_dir to allow creating world-readable directoryJiri Moskovcak2011-03-2411-34/+71
| | | | | | | | - so far used only by kerneloops
* | abrt-gui: add inotify-based reloading of dumpsDenys Vlasenko2011-03-243-9/+109
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | wizard: add keyboard accelerator for "Configure Events" buttonsDenys Vlasenko2011-03-245-37/+32
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>