Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1417369 - gdb segfault during symbol completion
Summary: gdb segfault during symbol completion
Keywords:
Status: CLOSED DUPLICATE of bug 1398387
Alias: None
Product: Fedora
Classification: Fedora
Component: gdb
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Kratochvil
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-01-28 10:57 UTC by Georg Sauthoff
Modified: 2017-01-29 20:52 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-29 20:52:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
backtrace (deleted)
2017-01-28 10:57 UTC, Georg Sauthoff
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.