ictl error - ENOTTY

Hi guys,

I am getting the following error in a running process, I got this from the truss command, after this appears, the process just fails.

ioctl(3, TCGETA, 0xFFBFB334) Err#25 ENOTTY

So, my question is, I think that I know what a ENOTTY is, but from the error, how can I know what kind of device is it, or where to look for those devices. It is the 0xFFBFB334 the address for this device?

Thanks,

ocramas,

3 is the file descriptor of your device. You need to search back in the truss output what device/file is open that returns 3.