coredump from linux binaries?
Kip Macy
kmacy at fsmware.com
Mon Mar 8 23:28:53 PST 2004
Do a ktrace on it when starting up. That will tell you which system call
it is trying to execute which isn't supported.
There are a number of new system calls in linux. Most of them aren't
important for normal applications, e.g. get_hugepages, but we may be
overlooking one.
-Kip
On Mon, 8 Mar 2004, Rahul Siddharthan wrote:
> Whenever a linux binary exits, it coredumps with "Bad system call"
> (whether it's bash or Mozilla). Anyone else seen this?
>
> My /compat/linux is a bunch of symlinks to debian unstable (a separate
> partition), with glibc-2.3.2 etc, not one of the linux-base ports.
>
More information about the Kernel
mailing list