bin/72676: telnet client crashes regularly on 4.10-STABLE if interrupted before connection is established

Maxim Konovalov maxim at FreeBSD.org
Mon Dec 20 03:19:34 PST 2004


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


More information about the freebsd-bugs mailing list