Re: sigsegv on s390 only giving start address of page in segv handler

2011-04-03 Thread Bruno Haible
Hi Christoph, On 2011-03-13, you reported that with the Linux/S390 specific modifications to libsigsegv clisp did not yet work correctly. I proposed a patch that ought to fix this: Did you have time to test this patch? I wou

Re: sigsegv on s390 only giving start address of page in segv handler

2011-04-03 Thread Bruno Haible
Hi Christoph, > Using the -pre libsigsegv I can build clisp fine and it appears to > be basically working -- playing around doesn't result in any obvious > problems. However `make check` is segfaulting. I've attached output of > make check. Thanks for the testing. The segfault appears to be r

SIGSTKSZ-adjust.patch in libsigsegv breaks clisp build on kfreebsd-i386

2011-04-03 Thread Christoph Egger
Hi! With SIGSTKSZ-adjust.patch applied in libsigsegv clisp does not build (it dies with an unhandled SIGBUS). Does anyone know what this patch is supposed to fix (clisp -3 build fine basically everywhere with this patch missing by accident from the then actual libsigsegv). May I safely remove