Date: Wed, 13 Feb 2002 22:00:05 -0600 From: Bob Giesen <BobGiesen@earthlink.net> To: "Gautham Ganapathy" <gauthamg123list@yahoo.com>, FreeBSD questions <freebsd-questions@FreeBSD.org> Subject: Re: bochs vga font not detected by X Message-ID: <E16bD40-0006kH-00@goose.prod.itd.earthlink.net> In-Reply-To: <008e01c1b479$361087a0$de56579d@india.ti.com> References: <003501c1b056$0374d930$de56579d@india.ti.com> <E16Z2tC-0006RB-00@hawk.mail.pas.earthlink.net> <008e01c1b479$361087a0$de56579d@india.ti.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 13 February 2002 04:28 am, Gautham Ganapathy wrote: > Hi > > mkfontdir worked. thanx a lot. however, i have a new problem. on > running bochs, it panics and gives a message saying that SIGILL is > not implemented. the signal manpage says that SIGILL cannot be > trapped using signal. is there any workarond for this? bochs seems > to work fine when, i change the config to ignore fatal errors. > however, this could generate unpredictable errors. > > gautham Gautham, You should be able to trap SIGILL (illegal instruction signal) with signal(); SIGKILL (kill signal) is the one (along w/ SIGSTOP) that signal() won't catch. - Bob -- "Few are those who see with their own eyes and feel with their own hearts." -- Albert Einstein (1879-1955) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16bD40-0006kH-00>