Bug 441531

Summary: fhpd hangs when typing <tab> after break command
Product: Red Hat Enterprise Linux 5 Reporter: Petr Muller <pmuller>
Component: fryskAssignee: Eric Bachalo <ebachalo>
Status: CLOSED WONTFIX QA Contact: Len DiMaggio <ldimaggi>
Severity: low Docs Contact:
Priority: low    
Version: 5.2CC: ebachalo, kasal, mcvet, npremji, ohudlick, pmuldoon, scox
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-15 09:39:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Muller 2008-04-08 16:11:33 UTC
Description of problem:
fhpd hangs or after you type break and use <tab> key. It happens only when you 
have a binary or core file loaded.

Version-Release number of selected component (if applicable):
frysk-0.0.1.2008.03.19.rh1-1.el5

How reproducible:
always

Steps to Reproduce:
1. fhpd /bin/true, or sleep 30 & kill -SIGSEGV $1 ; fhpd core.$! `which true`
2. type 'break ' and push <tab> button
3. wait till the end of the world 
  
Actual results:
fhpd hangs, it reacts (breaks line) on ctrl-c, but only way to terminate it 
seems to kill it.

Expected results:
dunno exactly. but definitely not hang. gdb shows possible break symbols here.