Maurice Lombardi wrote:
Hi all,
I have compiled the last alpha (20011123) under DJGPP
When running the test suite there is a weird crash in readb10.pas and friends (endless loop of SIGSEGV), due to a too small default stack size. The following diff to increase the stack solves the problem:
Thanks. (Though I'm a little surprised that it occurs now and now earlier, since I think I actually reduced the size of this test ...)
Frank