Subject: Re: Linux support non-functional - a ktrace!
To: Mason Loring Bliss <mason@acheron.middleboro.ma.us>
From: Chris G. Demetriou <cgd@netbsd.org>
List: current-users
Date: 11/20/1998 18:21:54
Mason Loring Bliss <mason@acheron.middleboro.ma.us> writes:
> Here's my kdump output, as seen while trying to run Quake II with a new
> kernel.
... which provides no useful information. Note:
> [ ... ]
> 4417 sh CALL fork
> 4417 sh RET fork 4418/0x1142
> 4417 sh CALL getpgrp
> 4417 sh RET getpgrp 4417/0x1141
> 4417 sh CALL wait4(0xffffffff,0xefbfd5d4,0x2,0)
> 4417 sh RET wait4 4418/0x1142
> 4417 sh CALL read(0xa,0x49c6c,0x3ff)
> 4417 sh GIO fd 10 read 0 bytes
> ""
> 4417 sh RET read 0
> 4417 sh CALL exit(0x1)
you probably either want 'exec ./quake2' in your script (i think
that'll DTRT), or to use ktrace -i, so that the code which actually
tries to execute the quake2 binary and the quake2 process itself is
traced...
cgd
--
Chris Demetriou - cgd@netbsd.org - http://www.netbsd.org/People/Pages/cgd.html
Disclaimer: Not speaking for NetBSD, just expressing my own opinion.