Date: Sun, 3 Jan 1999 13:07:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Brian Bacon cc: djgpp AT delorie DOT com Subject: Re: LWP with DJGPP In-Reply-To: <072401be375f$dfd43600$a0023ace@alpha> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 3 Jan 1999, Brian Bacon wrote: > I am trying to use LWP 2.0 with all the new DJGPP releases (2.02). It > compiles fine, but when I run the examples it wont spawn any tasks, I don't know anything about LWP, but if it uses the itimer functionality or the SIGALRM signal, then you should know that current release of v2.02 has a bug in these areas. I can send you a patched source of a library module which you will need to compile and put into libc.a, so you could check whether these patches solve the problem. > and dies > a horrible SIGSEGV death when I exit (traced to the free'ing of tmpLwpPtr1 > in lwp.c). Please post a symified traceback printed when it crashes. ``Horrible SIGSEGV death'' is very colorful, but doesn't really explain anything.