| Summary: | issues with kernel oops reports | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> | ||||
| Component: | abrt | Assignee: | abrt <abrt-devel-list> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | abrt-devel-list, dvlasenk, iprikryl, jfilak, mmilata, mtoman | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-03-18 23:47:17 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Peter Robinson
2013-12-17 14:34:52 UTC
1) ABRT understands tainted flags - your report is intentionally not reportable because of 'W' flag - see #805337. An oops with a single 'G' flag is reportable (it says 'Not tainted' in the oops). 2) I agree that selectable description would be useful, but that's just a UI change - let's track it in #1043968. If you want full access to raw data, you can always right-click the problem in the menu and "Open problem's data directory". The raw oops is stored as 'backtrace'. Any reason why you can't view the data through the app? If I have to go and browse it in the file system it makes the app mostly pointless as I'll just use a terminal and view it directly. I seem to remember you use to be able to do this in older versions of the app (In reply to Peter Robinson from comment #2) > Any reason why you can't view the data through the app? Because it was too expensive for implementation and only a small portion of users want to explore problem's data. We can reconsider our assumption. > I seem to remember you use to be able to do this in older versions of the app It has never been possible to explore the data in abrt-gui itself instead you had to "Open" problem data in report-gtk and you still can do that. Just single out the problem you want to explore and hit "Ctrl+Alt+Return". Or run "gnome-abrt -x" and you should see "Analyze" button next to "Delete" and "Report" buttons.
> It has never been possible to explore the data in abrt-gui itself instead
> you had to "Open" problem data in report-gtk and you still can do that. Just
> single out the problem you want to explore and hit "Ctrl+Alt+Return". Or run
> "gnome-abrt -x" and you should see "Analyze" button next to "Delete" and
> "Report" buttons.
It was this functionality I was thinking of. Any means of making this an option I can enable so I get it by default when abrt pops up a notification?
(In reply to Peter Robinson from comment #4) > > It has never been possible to explore the data in abrt-gui itself instead > > you had to "Open" problem data in report-gtk and you still can do that. Just > > single out the problem you want to explore and hit "Ctrl+Alt+Return". Or run > > "gnome-abrt -x" and you should see "Analyze" button next to "Delete" and > > "Report" buttons. > > It was this functionality I was thinking of. Any means of making this an > option I can enable so I get it by default when abrt pops up a notification? ?? (In reply to Peter Robinson from comment #5) > (In reply to Peter Robinson from comment #4) > > > It has never been possible to explore the data in abrt-gui itself instead > > > you had to "Open" problem data in report-gtk and you still can do that. Just > > > single out the problem you want to explore and hit "Ctrl+Alt+Return". Or run > > > "gnome-abrt -x" and you should see "Analyze" button next to "Delete" and > > > "Report" buttons. > > > > It was this functionality I was thinking of. Any means of making this an > > option I can enable so I get it by default when abrt pops up a notification? > > ?? You have to modify 'report-gui' event. This command will do that for you. $ cd /etc/libreport/events.d/ $ sed -i 's/report-gtk --/report-gtk -x --/' ccpp_event.conf python_event.conf python3_event.conf vmcore_event.conf koops_event.conf ruby_event.conf java_event.conf |