Albert Chin <guile-de...@mlists.thewrittenword.com> writes: > I've built guile-1.8.6 on HP-UX 11.23/IA and 11.31/IA: > $ gtar zxf guile-1.8.6.tar.gz > $ cd guile-1.8.6 > $ ./configure PTHREAD_CFLAGS="-mt" --disable-dependency-tracking > ... > $ gmake > ... > $ cd test-suite/standalone > $ gmake check TESTS="test-num2integral test-conversion" > ... > ERROR: Stack overflow > FAIL: test-num2integral > ERROR: Stack overflow > FAIL: test-conversion
A few questions: 1. Do all of the standalone tests fail with a stack overflow, or just those two? 2. Can you send us your libguile/stack-limit-calibration.scm? 3. Can you explain what the setting of PTHREAD_CFLAGS is for? Thanks, Neil