From ultraviolet@omina.co.za  Wed Oct  6 07:11:55 2004
Return-Path: <ultraviolet@omina.co.za>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C0D9016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Oct 2004 07:11:55 +0000 (GMT)
Received: from smtp.datapro.co.za (mail.uskonet.com [196.3.164.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 790F643D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Oct 2004 07:11:54 +0000 (GMT)
	(envelope-from ultraviolet@omina.co.za)
Received: from omina.co.za (morn.omina.co.za [196.41.199.54])
	by smtp.datapro.co.za (Postfix) with ESMTP id 3EDDC39CFD
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Oct 2004 08:59:11 +0200 (SAST)
Received: by omina.co.za (Postfix, from userid 1001)
	id BD617182AE5; Wed,  6 Oct 2004 09:11:40 +0200 (SAST)
Message-Id: <20041006071140.BD617182AE5@omina.co.za>
Date: Wed,  6 Oct 2004 09:11:40 +0200 (SAST)
From: William Fletcher <ultraviolet@omina.co.za>
Reply-To: William Fletcher <ultraviolet@omina.co.za>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: telnet client coredumps.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72377
>Category:       bin
>Synopsis:       telnet client coredumps.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 06 07:20:23 GMT 2004
>Closed-Date:    Wed Oct 06 08:08:05 GMT 2004
>Last-Modified:  Wed Oct 06 08:08:05 GMT 2004
>Originator:     William Fletcher
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
Omina Solutions
>Environment:
System: FreeBSD omina.co.za 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 6 22:36:10 GMT 2004 ultraviolet@omina.co.za:/usr/src/sys/i386/compile/OMINA i386


>Description:
	telnet core dumps with certain key combination.
>How-To-Repeat:
 	Telnet to port of your choice, press ctrl+] then ctrl+\ and it core dumps.
>Fix:

>Release-Note:
>Audit-Trail:

From: Gregory Bond <gnb@itga.com.au>
To: William Fletcher <ultraviolet@omina.co.za>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: bin/72377: telnet client coredumps.
Date: Wed, 06 Oct 2004 17:28:32 +1000

 William Fletcher wrote:
 
 > 	Telnet to port of your choice, press ctrl+] then ctrl+\ and it core dumps.
 >  
 >
 Um, ctrl-\ sends a SIGQUIT which is like ctrl-C's SIGINT, except SIGQUIT 
 will (usually) cause the process to dump core.
 
 I.e. this is intended behaviour of the tty driver (and has been in Unix 
 since about 1975), not a bug in telnet.
 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Oct 6 08:06:37 GMT 2004 
State-Changed-Why:  
This is an intended behaviour and not telnet(1) specific.  Please 
look at signal(3) and stty(1) man pages. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72377 
>Unformatted:
