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

Back to archive index

Shiro Kawai shiro****@lava*****
2004年 9月 14日 (火) 16:31:14 JST


報告ありがとうございます。
一応怪しい場所はfixして、gc6.3にしたものを今晩にでもcommitしようかと
思っていたのですが、ついでなのでもし良ければ次のpatchを試してみて
頂けますか。gc6.3のソースが元なので、Gauche-0.8.1のソースツリーだと
若干ずれがあるかもしれませんが。

==============================
--- gc/misc.c.orig	2004-03-13 12:38:09.000000000 -1000
+++ gc/misc.c	2004-09-13 16:45:37.000000000 -1000
@@ -246,9 +246,8 @@
     	byte_sz = WORDS_TO_BYTES(word_sz);
 	if (GC_all_interior_pointers) {
 	    /* We need one extra byte; don't fill in GC_size_map[byte_sz] */
-	    byte_sz--;
+	    byte_sz -= EXTRA_BYTES;
 	}
-
     	for (j = low_limit; j <= byte_sz; j++) GC_size_map[j] = word_sz;  
     }
 # endif
==============================

--shiro


From: Tsuyoshi Itoh <titoh****@cac*****>
Subject: [Gauche-devel-jp] Re: make test のエラー (Debian Sarge)
Date: Tue, 14 Sep 2004 16:09:21 +0900

> 伊藤と申します。
> 
> FC2でconfigure時に--enable-threads=pthreadしたところ同様に
> gctestで落ちてしまう現象がありましたので、報告致します。
> 
> -----
> T.Itoh
> 
> On Wed, 01 Sep 2004 21:27:00 +0530
> Setu <setu-****@ohah*****> wrote:
> 
> > Debian Sarge (現状のテスト版、間もなくリリース予定)で、
> > make test をした所、gctest で、Segmentation Fault をしています。
> > 
> 
> (snip)
> 
> > Gauche 0.8 でも、同様の結果がでます。
> > 
> > よろしくお願いします。
> > -- setu
> _______________________________________________
> Gauche-devel-jp mailing list
> Gauch****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/gauche-devel-jp
> 



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