Date: Tue, 8 Aug 1995 01:31:16 -0700 (PDT) From: Gary Clark II <gclarkii> To: freebsd-hackers Subject: FoxPro II Message-ID: <199508080831.BAA06376@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
Hi, Do some more tracking (Thanks to Jordan on the tip on ktrace) I belive I've found the problem. Here are a couple of lines from the trace. CALL open(0x40524f,0,0) NAMI /dev/null RET open 4 CALL old.fstat (0x4,0x6,0xefbfbf78) RET old.fstat -1 errno 99 Unknown error: 99 CALL close(0x04) RET close 0 Right after this it makes a lseek to find the error messages and then displays "Too many open files" and then exits. The only other errors that appear are "Inapporite(sic) ioctl for device" but it keeps loading things even after these so... Can someone please shed some light on the above? I've just loaded the library source and want to check what could cause the above. If anyone wants a copy of the ktrace please let me know. Gary -- Gary Clark II (N5VMF) | FreeBSD support and service gclarkii@FreeBSD.ORG | mail info@gbdata.com for information FreeBSD FAQ at ftp.FreeBSD.ORG in ~pub/FreeBSD/FreeBSD-current/src/share/FAQ/Text/FreeBSD.FAQ
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508080831.BAA06376>