On Fri, 2006-10-27 at 14:36 -0400, Marc Dionne wrote:
> Sounds a lot like the "LWP vs setjmp" bug.  What's your glibc version?
> 
> If you can rebuild from source, try defining "USE_UCONTEXT" in param.h and
> see if it helps.  It currently gets defined for glibc 2.4 and above, but
> only for linux26.  src/config/param.i386_linux24.h probably needs this
> additional bit found in src/config/param.i386_linux26.h:
> 
> #ifdef __GLIBC__
> #if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
> #define USE_UCONTEXT
> #endif
> #endif

Thanks, I'll try that (I'm running glibc 2.5 apparently)

/ian

_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to