[Mono-list] help needed
Fergus Henderson
fjh@cs.mu.oz.au
Mon, 26 Nov 2001 22:09:08 +1100
On 26-Nov-2001, Dietmar Maurer <dietmar@ximian.com> wrote:
> What I still not understand why the following code does not work (I do
> not use linuxthreads or any other library beside libc):
This doesn't answer your question, but FYI: Linuxthreads is included in
the GNU/Linux libc (and has been for quite some time, although originally
it was distributed separately).
P.S.
> sigaction (SIGFPE, &sa, NULL);
This doesn't answer your question either, but as a rule of thumb, it's
always a good idea to check the return values of your system calls.
Especially if things are not working!
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.