Hi John, On Wed, 5 Dec 2012 17:23:09 +0000 John Long <[email protected]> wrote:
> Hi guys. This is weird because I had no problem building Chicken 4.8.0 on > OpenBSD MIPS recently. I am getting a segfault (core dumped) in the make > check. It seems to be dying pretty far along in the tests. It's 5,000 lines > of output. Do you want to see all of it? Here's a small snipped towards the > end: > > (PASS) (irregex-replace (quote not-an-irx) str) > (PASS) (irregex-replace foo foo (lambda (x) (quote not-a-string))) > (PASS) (irregex-replace/all (quote not-an-irx) str) > (PASS) (irregex-replace/all foo foo (lambda (x) (quote not-a-string))) > 1995 tests completed in 0.418 seconds > 1995 (100.00%) tests passed > 0 (0.00%) tests failed > ======================================== compiler/nursery stress test ... > 100000 > 120000 > 200000 > 250000 > 300000 > 350000 > 400000 > 450000 > 500000 > ======================================== symbol-GC tests ... > ../chicken symbolgc-tests.scm -output-file a.c -verbose -include-path .. > gcc a.c -o a.o -c -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H > -DC_ENABLE_PTABLES -O3 -fomit-frame-pointer > -I.. -I"/usr/local/include/chicken" > rm a.c > gcc a.o -o a.out -L.. -L"/usr/local/lib" -Wl,-R"/usr/local/lib" -lchicken > -lm -lpthread > ../libchicken.so: warning: strcpy() is almost always misused, please use > strlcpy() > ../libchicken.so: warning: strcat() is almost always misused, please use > strlcat() > ../libchicken.so: warning: sprintf() is often misused, please use snprintf() > rm a.o > Segmentation fault (core dumped) > gmake[1]: *** [check] Error 139 > gmake[1]: Leaving directory `/tmp/chicken-4.8.0' > gmake: *** [check] Error 2 > > Any idea what could be wrong? Do you always get that error? The symbol-GC test is known to fail sometimes (see http://bugs.call-cc.org/ticket/724) Best wishes. Mario -- http://parenteses.org/mario _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
