Bug 561784
| Summary: | corrupted psymtabs_addrmap in objfile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | alan merriman <alanmerriman> | ||||
| Component: | gdb | Assignee: | Tom Tromey <tromey> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | antifreeze2173, jan.kratochvil, patrickm, pmuldoon, tromey | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:2d1165c7a4a1d6781cd89bcc7dd315f2ea9bae9e | ||||||
| Fixed In Version: | gdb-7.0.1-34.fc12 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-03-16 00:50:34 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
alan merriman
2010-02-04 10:17:17 UTC
Created attachment 388760 [details]
File: backtrace
This bug happens because an objfile's psymtabs_addrmap is never converted to a fixed addrmap. This means an error occurred during dwarf2_build_psymtabs_hard. This can only happen due to the code from the lazy symfile branch -- trunk doesn't exhibit this behavior because all calls to the syms_read method are protected by a cleanup that destroys the objfile. It would be interesting to know which objfile causes an error and what the error is. I'm investigating a fix. I pushed a fix for this to archer-tromey-delayed-symfile. *** Bug 568951 has been marked as a duplicate of this bug. *** gdb-7.0.1-34.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/gdb-7.0.1-34.fc12 gdb-7.0.1-34.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |