Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2002 14:05:36 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        Dirk Engling <erdgeist@gate5.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: process state problems
Message-ID:  <Pine.BSF.4.21.0207051404580.14813-100000@InterJet.elischer.org>
In-Reply-To: <Pine.BSF.4.43.0207052054330.81608-100000@orion.gate5.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0207051404580.14813-100000>