[Gauche-devel-jp] Re: make test のエラー (Debian Sarge)

Back to archive index

Setu setu-****@ohah*****
2004年 9月 2日 (木) 22:57:25 JST


gc6.2 では、同じエラーが出ました。
gc6.3 では、pass しました。

以下に詳細をコピペします。

Shiro Kawai wrote:

>Boehm GCのMLの方では特にこの問題に関しての報告は上がって
>いないようです。私の方でも自分で見てみないと見当がつきません。
>
>もしよろしければ、Boehm GCのページ
>http://www.hpl.hp.com/personal/Hans_Boehm/gc/
>から、オリジナルのgcソースを落としてmake & make testして
>みて下さい。Gauche同梱のgcはversion 6.2ですが、若干
>デフォルトの設定をいじっています。現在はversion 6.3が
>出ていて、近々Gaucheに取り込む予定です。
>
>  
>
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.2.tar.gz
をダウンロードして、
./configure
make
して、make check したら、同じエラーが出ました。

$ make check
Making check in doc
make[1]: Entering directory `/usr/local/src/gauche-family/gc6.2/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/gauche-family/gc6.2/doc'
Making check in include
make[1]: Entering directory `/usr/local/src/gauche-family/gc6.2/include'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/gauche-family/gc6.2/include'
make[1]: Entering directory `/usr/local/src/gauche-family/gc6.2'
make gctest
make[2]: Entering directory `/usr/local/src/gauche-family/gc6.2'
/bin/sh ./libtool --mode=link gcc -fexceptions -g -O2 -o gctest test.o
./libgc.la -lpthread -ldl
gcc -fexceptions -g -O2 -o .libs/gctest test.o ./.libs/libgc.so
-lpthread -ldl -Wl,--rpath -Wl,/usr/local/lib
creating gctest
make[2]: Leaving directory `/usr/local/src/gauche-family/gc6.2'
make check-TESTS
make[2]: Entering directory `/usr/local/src/gauche-family/gc6.2'
Switched to incremental mode
Emulating dirty bits with mprotect/signals
/bin/sh: line 1: 29802 Segmentation fault ${dir}$tst
FAIL: gctest
===================
1 of 1 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/usr/local/src/gauche-family/gc6.2'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/usr/local/src/gauche-family/gc6.2'
make: *** [check-recursive] Error 1
setu @ moon:/usr/local/src/gauche-family/gc6.2$


以下が、gc6.3:
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.3.tar.gz
を、./configure ; make して、make check した結果です:

setu @ moon:/usr/local/src/gauche-family/gc6.3$ make check
Making check in doc
make[1]: Entering directory `/usr/local/src/gauche-family/gc6.3/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/gauche-family/gc6.3/doc'
Making check in include
make[1]: Entering directory `/usr/local/src/gauche-family/gc6.3/include'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/gauche-family/gc6.3/include'
make[1]: Entering directory `/usr/local/src/gauche-family/gc6.3'
make gctest
make[2]: Entering directory `/usr/local/src/gauche-family/gc6.3'
gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\"
-DPACKAGE_VERSION=\"6.3\" -DPACKAGE_STRING=\"gc\ 6.3\"
-DPACKAGE_BUGREPORT=\"Hans.****@hp*****\" -DGC_VERSION_MAJOR=6
-DGC_VERSION_MINOR=3 -DPACKAGE=\"gc\" -DVERSION=\"6.3\"
-DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1
-DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1
-DATOMIC_UNCOLLECTABLE=1 -I. -I. -I./include -fexceptions -g -O2 -c
./tests/test.c
/bin/sh ./libtool --mode=link gcc -fexceptions -g -O2 -o gctest test.o
./libgc.la -lpthread -ldl
gcc -fexceptions -g -O2 -o .libs/gctest test.o ./.libs/libgc.so
-lpthread -ldl -Wl,--rpath -Wl,/usr/local/lib
creating gctest
make[2]: Leaving directory `/usr/local/src/gauche-family/gc6.3'
make check-TESTS
make[2]: Entering directory `/usr/local/src/gauche-family/gc6.3'
Switched to incremental mode
Emulating dirty bits with mprotect/signals
Completed 3 tests
Allocated 5716825 collectable objects
Allocated 306 uncollectable objects
Allocated 3750000 atomic objects
Allocated 34440 stubborn objects
Finalized 6609/6609 objects - finalization is probably ok
Total number of bytes allocated is 299188296
Final heap size is 12427264 bytes
Collector appears to work
Completed 530 collections
PASS: gctest
==================
All 1 tests passed
==================
make[2]: Leaving directory `/usr/local/src/gauche-family/gc6.3'
make[1]: Leaving directory `/usr/local/src/gauche-family/gc6.3'
setu @ moon:/usr/local/src/gauche-family/gc6.3$

>--shiro
>  
>
-- setu





Gauche-devel-jp メーリングリストの案内
Back to archive index