Date: Fri, 5 Jul 2002 21:02:31 +0200 (CEST) From: Dirk Engling <erdgeist@gate5.de> To: freebsd-current@freebsd.org Subject: process state problems Message-ID: <Pine.BSF.4.43.0207052054330.81608-100000@orion.gate5.de>
next in thread | raw e-mail | index | archive | help
[ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.43.0207052054330.81608-100000>