Triston Whetten <[EMAIL PROTECTED]> writes: > This was built on MS Windows using Services for Unix 3.5 (aka > Interix). Don't know much about bison utility, but I'm willing to > help if I can.
Thanks for the bug report. From the test suite log, it appears that the Interix shell is dumping core for the first two test-case failures. This is unlikely to be a bug in Bison itself. The last test case failure might be due to a Bison bug, the the symptoms are similar so perhaps it's a Interix bug as well. I'm afraid you'll need some debugging expertise to dig into the failure. If you have that, then run the commands: cd tests ./testsuite -v -d 135 and then look at the directory testsuite.dir/135 and see if you can debug the program that crashed, using gdb or whatever local equivalent you have.
