Bug 1123003

Summary: SIGSEGV when setting breakpoint commands in TUI
Product: [Fedora] Fedora Reporter: Ondrej Oprala <ooprala>
Component: gdbAssignee: Jan Kratochvil <jan.kratochvil>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: gbenson, jan.kratochvil, ovasik, palves, pmuldoon, sergiodj, tromey
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gdb-7.8-14.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-24 15:24:56 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:

Description Ondrej Oprala 2014-07-24 15:08:44 UTC
Version-Release number of selected component (if applicable):
gdb-7.8-13.fc21.x86_64 

Steps to Reproduce:
1. gdb -tui any_binary
2. b main
3. comm
4. <ENTER>  

Step 4. results in a GDB crash.

Comment 1 Pedro Alves 2014-07-24 15:11:31 UTC
Hmm, that sounds like what I just fixed upstream:
  https://sourceware.org/ml/gdb-patches/2014-07/msg00637.html

Comment 2 Pedro Alves 2014-07-24 15:20:11 UTC
Confirmed, that patch fixes this crash too.

Comment 3 Ondrej Oprala 2014-07-24 15:24:56 UTC
Fantastic, thank you.