bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#50098: Configuring --with-libsigsegv results in link error


From: Bruno Haible
Subject: Re: bug#50098: Configuring --with-libsigsegv results in link error
Date: Mon, 23 Aug 2021 11:49:38 +0200

Evan Miller wrote:
> At last, the "sigsegv" stackoverflow tests fail:
> 
> ../build-aux/test-driver: line 112: 12956 Illegal instruction     "$@" 
> >$log_file 2>&1
> FAIL: test-sigsegv-catch-stackoverflow1
> ../build-aux/test-driver: line 112: 12963 Illegal instruction     "$@" 
> >$log_file 2>&1
> FAIL: test-sigsegv-catch-stackoverflow2

That's what I suspected, for the reasons mentioned in [1].

Now, to check that with libsigsegv it works fine:

  make distclean

  ./configure CPPFLAGS=-Wall --with-libsigsegv 
--with-libsigsegv-prefix=/opt/local
  (use the prefix where you actually have installed libsigsegv)

  make

  Comment out the failing/hanging tests (test-nanosleep, test-pthread,
  test-pthread-rwlock) from gltests/Makefile again.

  make check

Bruno

[1] https://lists.gnu.org/archive/html/bug-gnulib/2021-08/msg00132.html






reply via email to

[Prev in Thread] Current Thread [Next in Thread]