From owner-freebsd-current@FreeBSD.ORG Thu Apr 10 05:28:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285BD37B401 for ; Thu, 10 Apr 2003 05:28:11 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35A443F3F for ; Thu, 10 Apr 2003 05:28:09 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA31445 for ; Thu, 10 Apr 2003 22:28:07 +1000 Date: Thu, 10 Apr 2003 22:28:06 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: current@freebsd.org Message-ID: <20030410222414.C1200@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: input handling broken in gdb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 12:28:11 -0000 gdb now mishandles stdin: %%% Script started on Thu Apr 10 22:23:30 2003 ttyv1:root@gamplex:/tmp> echo "p hz" | gdb -k /kernel /dev/mem GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... (no debugging symbols found)... panic messages: --- --- #0 0xc01c98ff in mi_switch () (kgdb) Hangup detected on fd 0 error detected on stdin ttyv1:root@gamplex:/tmp> exit Script done on Thu Apr 10 22:23:43 2003 %%% This is with my version of an uncurrent version of -current. Does -current have the same bug? Bruce