Subject: Re: ktrace() & EJUSTRETURN
To: Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr>
From: Jaromír Dolecek <dolecek@ics.muni.cz>
List: tech-kern
Date: 01/30/2001 10:56:42
Emmanuel Dreyfus wrote:
> kdump tells me so.
>    192 netscape-communi EMUL  "linux"
>    192 netscape-communi RET   olduname -1 errno -2 No such file or
> directory
>    192 netscape-communi CALL  getegid
>    192 netscape-communi RET   getegid 500/0x1f4
> 
> It's not related, but I'd like to fix this anoying "RET olduname", but I
> don't know where to look at.

Probably the right thing is to change the MD code which prints
the RET record to not print it if errno == EJUSTRETURN, since the
syscall indeed doesn't 'return' - the process continues within
different context.

Jaromir
-- 
Jaromir Dolecek <jdolecek@NetBSD.org>      http://www.ics.muni.cz/~dolecek/
@@@@  Wanna a real operating system ? Go and get NetBSD, dammit!  @@@@