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.
*** This bug has been marked as a duplicate of bug 1398387 ***