7 Aug
2006
7 Aug
'06
8:17 p.m.
Hi, Udo A. Steinberg wrote:
On Mon, 07 Aug 2006 19:16:06 +0200 Andreas Niederl (AN) wrote: [...] AN> [...], but it always results in segmentation faults concerning the AN> calls to the cli and sti instructions.
You must tell GDB to ignore SIGSEGV signals and pass them on to Fiasco-UX. The following at the GDB prompt will do:
handle 11 nostop noprint
Thanks for the information. Regards, Andi