Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2008 10:03:39 +0200
From:      Roman Divacky <rdivacky@freebsd.org>
To:        FreeBSD bugmaster <bugmaster@freebsd.org>, freebsd-emulation@freebsd.org
Subject:   Re: Current problem reports assigned to freebsd-emulation@FreeBSD.org
Message-ID:  <20080909080339.GA13747@freebsd.org>
In-Reply-To: <20080909075636.GA1763@dchagin.dialup.corbina.ru>
References:  <200809080222.m882MIdL006640@freefall.freebsd.org> <20080908200524.GA74912@freebsd.org> <20080909071335.GA1522@dchagin.dialup.corbina.ru> <20080909072509.GA10750@freebsd.org> <20080909073108.GA1665@dchagin.dialup.corbina.ru> <20080909073443.GA11721@freebsd.org> <20080909075636.GA1763@dchagin.dialup.corbina.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
> very often uses isatty(), it from fbsd:
> 
>  19750 csh      0.000010 CALL  fcntl(0x6,F_SETFD,FD_CLOEXEC)
>  19750 csh      0.000010 RET   fcntl 0
>  19750 csh      0.000023 CALL  ioctl(0x6,TIOCGETA,0x7fffffffc740)
>  19750 csh      0.000011 RET   ioctl -1 errno 25 Inappropriate ioctl for device
>  19750 csh      0.000011 CALL  sigprocmask(SIG_BLOCK,0,0x57b1c8)

exactly the same happens on Linux

ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff02f1db00) = -1 ENOTTY (Inappropriate ioctl for device)
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff02f1de10) = -1 ENOTTY (Inappropriate ioctl for device)
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff02f1dae0) = -1 ENOTTY (Inappropriate ioctl for device)

this is an app bug, anyone against me closing the PR?

roman



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