Subject: Re: lib/4538: netscape-404/freebsd gets a bad system call 279 (__fstat_13???)
To: None <wolfgang@wsrcc.com>
From: Frank van der Linden <frank@wins.uva.nl>
List: netbsd-bugs
Date: 11/19/1997 10:02:14
On Tue, Nov 18, 1997 at 10:24:56AM -0800, Wolfgang Rupprecht wrote:
>
> 8519 netscape CALL open(0x405f0000,0x4,0x405ec060)
> 8519 netscape NAMI "/emul/freebsd/usr/lib"
> 8519 netscape NAMI "/usr/lib"
> 8519 netscape RET open 6
> 8519 netscape CALL [279]
> 8519 netscape PSIG SIGSYS SIG_DFL
> 8519 netscape NAMI "netscape.core"
>
> It looks this is __fstat_13 . More libc.1.3 surprises?
To me it looks like the binary is somehow using a NetBSD shared library,
which has the call to __fstat13, which is number 279. That number
is currently not allocated by FreeBSD, so it should never come from
a FreeBSD binary.
- Frank