Hi,

The glibc included with FC5 has a change that breaks the lwp code in openafs. The setjmp() function now mangles the stack pointer, and the lwp code has to be able to do the same mangling to be able to modify the pointer.

I posted a quick patch to lwp\process.c a few weeks ago that fixes it for i386; you should be able to find it in the archives. It's not a general fix - someone suggested that it might be better to use setcontext() and friends on platforms that support it.

Marc

Alf Wachsmann wrote:
Hi,

I have OpenAFS-1.4.1-rc10 compiled and running on my FC5 machine with
kernel 2.6.16-1.2069_FC5 but klog produces a segmentation fault.
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to