From owner-freebsd-bugs Sun Apr 28 21: 0:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E51637B41B for ; Sun, 28 Apr 2002 21:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3T402e24700; Sun, 28 Apr 2002 21:00:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 28 Apr 2002 21:00:02 -0700 (PDT) Message-Id: <200204290400.g3T402e24700@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: bin/37551: Telnet crashes on unexpected control codes Reply-To: Edwin Groothuis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/37551; it has been noted by GNATS. From: Edwin Groothuis To: "winter@villaweb.net" Cc: bug-followup@FreeBSD.org Subject: Re: bin/37551: Telnet crashes on unexpected control codes Date: Mon, 29 Apr 2002 13:56:25 +1000 On Sun, Apr 28, 2002 at 11:22:23PM -0400, winter@villaweb.net wrote: > Dell 1550, FBSD 4.5-Stable > >Description: > Telnet crashes when you type CTRL \ at the telnet> prompt. > GDB shows the following: > main (argc=1, argv=0xbfbffc44) at main.c:361 > 361 for (;;) { > (gdb) > 367 command(1, 0, 0); > (gdb) It will happen to nearly all applications, it is the default behaviour after a SIGQUIT signal. See sigaction(2). Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: bash$ :(){ :|:&};: | http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message