Re: Emulating i486 on i386 (was: TSCs are a no-no on i386)
From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 07/31/03
- Previous message: Jan-Benedict Glaw: "Re: TSCs are a no-no on i386"
- In reply to: Jan-Benedict Glaw: "Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Next in thread: Jan-Benedict Glaw: "Re: Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Reply: Jan-Benedict Glaw: "Re: Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Reply: Jamie Lokier: "Re: Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Jan-Benedict Glaw <jbglaw@lug-owl.de> Date: 31 Jul 2003 12:51:09 +0100
On Iau, 2003-07-31 at 12:38, Jan-Benedict Glaw wrote:
> Thanks for that. In the meantime, I've started to give a try to the
> userspace version (using a LD_PRELOAD lib). My current Problem:
>
> amtus:~/sigill_catcher# LD_PRELOAD=./libsigill.so ls
> sigill.c:_init():69: sigill started, sigaction() = 0
> build.sh intercept.h libsigill.so run.sh sigill.c sigill.o
> amtus:~/sigill_catcher# LD_PRELOAD=./libsigill.so apt-get update
> Illegal instruction
>
> See? It's loaded at the "ls" call, but it seems to be not loaded for
> apt-get.
Remember you need to overload signal setting functions like sigaction.
My guess is apt decided to disable your signal and you didnt stop it
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Jan-Benedict Glaw: "Re: TSCs are a no-no on i386"
- In reply to: Jan-Benedict Glaw: "Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Next in thread: Jan-Benedict Glaw: "Re: Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Reply: Jan-Benedict Glaw: "Re: Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Reply: Jamie Lokier: "Re: Emulating i486 on i386 (was: TSCs are a no-no on i386)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|