[OpenAFS] Server segfaults in 1.4.2 on linux 2.4.31
Ian Delahorne
ian@assv.net
Fri, 27 Oct 2006 21:00:15 +0200
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