From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 20 11:19:34 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8330F16A4CE; Mon, 20 Dec 2004 11:19:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A0243D2D; Mon, 20 Dec 2004 11:19:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from freefall.freebsd.org (maxim@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBKBJY6S053894; Mon, 20 Dec 2004 11:19:34 GMT (envelope-from maxim@freefall.freebsd.org) Received: (from maxim@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBKBJX4g053890; Mon, 20 Dec 2004 11:19:33 GMT (envelope-from maxim) Date: Mon, 20 Dec 2004 11:19:33 GMT From: Maxim Konovalov Message-Id: <200412201119.iBKBJX4g053890@freefall.freebsd.org> To: apircalabu@bitdefender.com, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/72676: telnet client crashes regularly on 4.10-STABLE if interrupted before connection is established X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 11:19:34 -0000 Synopsis: telnet client crashes regularly on 4.10-STABLE if interrupted before connection is established State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Dec 20 11:13:46 GMT 2004 State-Changed-Why: Control + \ tells kernel to send SIGQUIT to the foreground process group. The default action on SIGQUIT - create a core image and quit. Please refer to stty(1) and signal(3) man pages for more info. The default telnet escape sequence is ^], not ^\. http://www.freebsd.org/cgi/query-pr.cgi?pr=72676