Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2004 11:19:33 GMT
From:      Maxim Konovalov <maxim@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
Message-ID:  <200412201119.iBKBJX4g053890@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412201119.iBKBJX4g053890>