Current problem reports assigned to freebsd-emulation@FreeBSD.org

Roman Divacky rdivacky at freebsd.org
Tue Sep 9 08:03:28 UTC 2008


> 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


More information about the freebsd-emulation mailing list