From: hlu@yoda.eecs.wsu.edu (H.J. Lu) Subject: Re: C-News / trn Date: 25 Sep 1992 09:21:12 GMT
In article <1992Sep24.230216.2243@turnbull.tiny.com> root@turnbull.tiny.com (Operator) writes:
>Hi,
>
> I'm running 0.96c on a 386sx, and recently compiled C-News, my
>own port, and trn. It almost all works perfectly. The only problem is
>with the mthreads part of trn, which dumps core when trying to generate
>threads in some cases. It managed in the initial trivial cases, but once
>it tried comp.os.linux, it dumped core. Has anyone experienced the same
>and know a fix?
>
Try POSIX sigsetjmp/siglongjmp or bsd style setjmp/longjmp. Get
gcc 2.2.2d7 + jump table 4.1 and read <setjmp.h>.
> Currently I'm just using the unthreaded mode, but it sure would
>be nice to have threads.
>
>Thanks
>
>John
>
H.J.