[Mono-list] help needed

Dietmar Maurer dietmar@ximian.com
26 Nov 2001 14:07:39 +0100


On Mon, 2001-11-26 at 12:09, Fergus Henderson wrote:
> 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).

Ok, that explains even more things.

> 
> 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!

Thanks for the reminder ;-)

- Dietmar