Re: bison segv under Cygwin 64 at fatal-signal.c:318

Akim Demaille <[email protected]> Tue, 14 Sep 2021 18:09:23 +0200
Newsgroups gmane.comp.parsers.bison.bugs
Message-ID <[email protected]>
Hi Brian,

Sorry for the slow response...  I'm still hoping we could reproduce this failure outside of Bison, so it took me quite some time to wrap a tarball of gnulib with its test suite.  My first attempt ran almost all day long (C-c to rescue), and generated something like a 1GB directory...  My second attempt, with 

./gnulib-tool --create-testdir --dir=./gnulib-with-tests --single-configure --with-c++-tests --without-privileged-tests 

was much faster: "just" about 2hrs :)

then, ./configure && make dist, and voilĂ , the following tarball:

https://www.lrde.epita.fr/~akim/private/bison/dummy-0.tar.gz

Could you please try it?  With some luck, some tests will fail, which we'll be able to report to gnulib.

Cheers!