Bug 459414
| Summary: | debug info message not MI compliant | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dodji Seketeli <dodji> | ||||
| Component: | gdb | Assignee: | Jan Kratochvil <jan.kratochvil> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | dvlasenk | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-09-10 07:04:29 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Dodji Seketeli
2008-08-18 17:40:03 UTC
Reproduced http://www.redhat.com/archives/fedora-extras-commits/2008-March/msg03025.html - this is what added this message. The fix would be to use fprintf_filtered instead of bare printf. Created attachment 314563 [details] Fix. (In reply to comment #2) > The fix would be to use fprintf_filtered instead of bare printf. It works fine, thanks. (used _unfiltered for no paginating for these messages) (gdb) -exec-run ^running (gdb) ~"Missing separate debuginfos, use: debuginfo-install gd.x86_64 libXpm.x86_64\n" ~"`/tmp/link' has changed; re-reading symbols.\n" gdb-6.8-18.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/gdb-6.8-18.fc9 Ian, can I close this bug now? Denys, I forgot / did not turn the Bug to MODIFIED after its CVS commit/build: * Sat Aug 23 2008 Jan Kratochvil <jan.kratochvil> - 6.8-18 - Fix MI debuginfo print on reloaded exec, found by Denys Vlasenko (BZ 459414). Still the Bug should get CLOSED automatically by Bodhi when the gdb-6.8-18.fc9 update gets shipped. It is still `pending' as the Bodhi infrastructure is somehow suspended recently (possibly due to the recent RH/F security issue). https://admin.fedoraproject.org/updates/gdb-6.8-18.fc9 Formerly the updates were shipping about in 1-3 days. gdb-6.8-18.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |