Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 14:46:46 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Julian Elischer <julian@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern kern_sig.c
Message-ID:  <20020808104645.GA828@nagual.pp.ru>
In-Reply-To: <20020808085505.GA455@nagual.pp.ru>
References:  <200208080618.g786IfN8053349@freefall.freebsd.org> <20020808085505.GA455@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 08, 2002 at 12:55:06 +0400, Andrey A. Chernov wrote:
> 
> Now I can type anything, but when I press 'Enter', login shell is
> killed. The difference with previous variant is that previously it was
> killed immediatelly, no waiting on the prompt. Also note that "Suspended
> (tty output)" state should not be here. Sorry, I have no ktrace yet, but
> maybe later. You can always reproduce it with -current su/csh combination.


Here is ktrace (starting from wait):
...
   756 su       CALL  wait4(0x2f5,0xbfbff610,0x2,0)
   756 su       RET   wait4 757/0x2f5
   756 su       CALL  ioctl(0x1,TIOCGPGRP,0xbfbff5a0)
   756 su       RET   ioctl 0
   756 su       CALL  getpid
   756 su       RET   getpid 756/0x2f4
   756 su       CALL  kill(0x2f4,0x11)
   756 su       RET   kill 0
   756 su       CALL  ioctl(0x1,TIOCSPGRP,0xbfbff5a0)
   756 su       RET   ioctl RESTART
   756 su       PSIG  SIGHUP SIG_DFL
---------------------------------------- ktrace ends here

Nothing too interested. Maybe I miss some option?

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020808104645.GA828>