From owner-freebsd-current Fri Jul 5 12: 3:51 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 454FB37B400 for ; Fri, 5 Jul 2002 12:03:46 -0700 (PDT) Received: from orion.gate5.de (orion.gate5.de [212.84.193.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB7743E3B for ; Fri, 5 Jul 2002 12:03:44 -0700 (PDT) (envelope-from erdgeist@gate5.de) Received: (qmail 38535 invoked by uid 1075); 5 Jul 2002 19:02:31 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Jul 2002 19:02:31 -0000 Date: Fri, 5 Jul 2002 21:02:31 +0200 (CEST) From: Dirk Engling Reply-To: erdgeist@gate5.de To: freebsd-current@freebsd.org Subject: process state problems 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 [ 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