From owner-freebsd-current Fri Jul 5 14:20:20 2002 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 4FAD937B400 for ; Fri, 5 Jul 2002 14:20:13 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A6343E42 for ; Fri, 5 Jul 2002 14:20:12 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020705212011.UVJD903.sccrmhc03.attbi.com@InterJet.elischer.org>; Fri, 5 Jul 2002 21:20:11 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA14869; Fri, 5 Jul 2002 14:05:37 -0700 (PDT) Date: Fri, 5 Jul 2002 14:05:36 -0700 (PDT) From: Julian Elischer To: Dirk Engling Cc: freebsd-current@freebsd.org Subject: Re: process state problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG this is a bug in the KSE signal handling.. peter and I are looking at it at the moemnt. it is a known problem. On Fri, 5 Jul 2002, Dirk Engling wrote: > > [ erdgeist@bauklotz:~/Coding ] > 20:59:14 $> less test.c > int main( ) { > char a; > > a = getchar(); > > return a; > } > [ erdgeist@bauklotz:~/Coding ] > 20:59:19 $> ./test > ^Z > [1]+ Stopped ./test > [ erdgeist@bauklotz:~/Coding ] > 20:59:26 $> bg > bash: bg: bg background job? > > [ erdgeist@bauklotz:~/Coding ] > 20:59:27 $> uname -a > FreeBSD bauklotz.gate5.de 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Jul 5 20:33:04 GMT 2002 > root@bauklotz.gate5.de:/usr/src/sys/i386/compile/bauklotz i386 > > [ erdgeist@bauklotz:~/Coding ] > 20:59:59 $> bash --version > GNU bash, version 2.05a.0(1)-release (i386-portbld-freebsd5.0) > Copyright 2001 Free Software Foundation, Inc. > > [ erdgeist@bauklotz:~/Coding ] > 21:00:45 $> fg > ./test > d > d > d > ^C > > I just made a fresh world, made a bash2 > from current-ports, half an hour old > and this is, what happens. > > On a 4.6 this effect does not appear. > Any suggestions? > > Regards > > erdgeist > > ----------------------------------------- > fnord! > id 0x17B701E5 size 1024 | type rsa > 11F8 8FF3 0508 09F9 DC6A 2AB3 AA67 C8CF > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message