Bug 1417369

Summary: gdb segfault during symbol completion
Product: [Fedora] Fedora Reporter: Georg Sauthoff <fedora>
Component: gdbAssignee: Jan Kratochvil <jan.kratochvil>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: gbenson, jan.kratochvil, palves, pmuldoon, sergiodj, tom
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-29 20:52:00 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:
Attachments:
Description Flags
backtrace none

Description Georg Sauthoff 2017-01-28 10:57:09 UTC
Created attachment 1245385 [details]
backtrace

Description of problem:
GDB segfaults during symbol completion.

Version-Release number of selected component (if applicable):
gdb-7.12-36.fc25.x86_64
curl-7.51.0-4.fc25.x86_64
readline-6.3-8.fc24.x86_64

How reproducible:
almost always

Steps to Reproduce:
1. install curl
2. gdb -nh curl
3. type: b c<TAB>

Actual results:
$ gdb -nh curl
Reading symbols from curl...Reading symbols from /usr/lib/debug/usr/bin/curl.debug...done.
done.
(gdb) b czsh: segmentation fault (core dumped)  gdb -q -nh curl

Expected results:
a list of all symbols starting with c

Additional info:
it also segfaults without the curl debuginfo package being installed.

Comment 1 Jan Kratochvil 2017-01-29 20:52:00 UTC

*** This bug has been marked as a duplicate of bug 1398387 ***