Bug 62468

Summary: ctrl-4 crashes less
Product: [Retired] Red Hat Linux Reporter: Bradley <bbaetz>
Component: lessAssignee: Karsten Hopp <karsten>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: high Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-05-21 03:45:11 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 Bradley 2002-04-01 12:09:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311

Description of problem:
The key combination ctrl-4 crashes less. ctrl-<any other number> doesn't.

Version-Release number of selected component (if applicable): less-358-21

How reproducible:
Always

Steps to Reproduce:
1. less foo
2. type ctrl-4
	
Actual Results:  Core dumps

Expected Results:  Not core dump.

Comment 1 Dmitry Bolkhovityanov 2002-05-21 03:45:04 UTC
That's a standard Linux behaviour on SIGQUIT (see signal(7)), which is sent to
the program on <Ctrl+\> (type "stty -a", and you'll see that "quit = ^\").  And
<Ctrl+4> is the same as <Ctrl+\>.