On Fri, Aug 15, 2008 at 10:15:52PM -0600, Eric Blake wrote: > According to Tom G. Christensen on 8/14/2008 9:03 AM: > > On Wed, Aug 13, 2008 at 08:14:43PM -0600, Eric Blake wrote: > >> According to Tom G. Christensen on 8/13/2008 2:45 PM: > >> it looks like c-stack will work with libsigsegv, once we downgrade the > >> compiler error on sa_sigaction to a warning. > >> > > Let's hope so though it didn't seem to be enough for Irix 6.x. > > It may be that you are tripping over this bug in libsigsegv 2.5, but fixed > in CVS: > http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00073.html > > At any rate, I'm still working on a patch that makes lib/signal.in.h add > the #define for sa_sigaction if HAVE_SIGACTION && > !HAVE_STRUCT_SIGACTION_SA_SIGACTION. I'll post a snapshot for you to try > once I get it completed. > Now that you've fixed this I've run the tests from the latest gnulib c-stack module on Irix 5.3 with libsigsegv from CVS. Unfortunately the c-stack tests still fail.
make[4]: Entering directory `/usr/people/tgc/c-stack.test/gltests' Segmentation fault - core dumped FAIL: test-c-stack.sh FAIL: test-c-stack2.sh Full log at http://jupiterrise.com/tmp/gnulib-c-stack-with-libsigsegv-cvs-irix53 I gave it a quick whirl on Irix 6.5 aswell and libsigsegv CVS does not fix the coredump previously reported. I've got no log from this run but I can reproduce if necessary. -tgc