Bug 1398387
Summary: | gdb crashes with SIGSEGV on tab completion when certain debuginfo is installed | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Georg Müller <georgmueller> | |
Component: | gdb | Assignee: | Jan Kratochvil <jan.kratochvil> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 25 | CC: | bugzilla.redhat.com, dkholia, fedora, gbenson, georgmueller, jan.kratochvil, jjelen, nmiell, palves, pmuldoon, sergiodj, tom | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | gdb-7.12.1-46.fc25 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1425561 (view as bug list) | Environment: | ||
Last Closed: | 2017-02-18 18:20:50 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: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1425561 |
Description
Georg Müller
2016-11-24 16:11:24 UTC
I'm also seeing a crash in add_symtab_completions when attempting to tab complete xcb_ symbols. e11c72c7e4879894b9711b5c0b8247c20c6050f6 is the first bad commit commit e11c72c7e4879894b9711b5c0b8247c20c6050f6 Author: Gary Benson <gbenson> Date: Sat Jan 31 14:48:29 2015 -0800 Build list of completions as symbol tables are expanded. *** Bug 1412621 has been marked as a duplicate of this bug. *** *** Bug 1417369 has been marked as a duplicate of this bug. *** This seems really sensitive to what debuginfo you have installed. I finally reproduced this by: 1. Install F25 2. dnf debuginfo-install systemd-debuginfo pcre-debuginfo 3. dnf update gdb # to gdb-7.12.1-41.fc25.x86_64 4. dnf debuginfo-install procps-ng-3.3.10-11.fc24.x86_64 Interestingly the final debuginfo-install downgraded pcre-debuginfo and systemd-debuginfo. The final list of debuginfo packages I have is: gcc-base-debuginfo-6.2.1-2.fc25.x86_64 gcc-debuginfo-6.2.1-2.fc25.x86_64 glibc-debuginfo-2.24-3.fc25.x86_64 glibc-debuginfo-common-2.24-3.fc25.x86_64 libcap-debuginfo-2.25-2.fc25.x86_64 libgcrypt-debuginfo-1.6.6-1.fc25.x86_64 libgpg-error-debuginfo-1.24-1.fc25.x86_64 libselinux-debuginfo-2.5-12.fc25.x86_64 libsepol-debuginfo-2.5-10.fc25.x86_64 lz4-debuginfo-r131-2.fc24.x86_64 ncurses-debuginfo-6.0-6.20160709.fc25.x86_64 pcre-debuginfo-8.39-6.fc25.x86_64 procps-ng-debuginfo-3.3.10-11.fc24.x86_64 systemd-debuginfo-231-10.fc25.x86_64 xz-debuginfo-5.2.2-2.fc24.x86_64 Fix committed upstream: https://sourceware.org/ml/gdb-patches/2017-02/msg00226.html *** Bug 1421256 has been marked as a duplicate of this bug. *** gdb-7.12.1-46.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-51144e3d0e gdb-7.12.1-46.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-51144e3d0e gdb-7.12.1-46.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |