Hello, although I have to admit that I have not looked into those specific test cases myself I would like to point out the following: Some UNRESOLVED issues may be due to guile's garbage collection: You can not guarantee that something gets collected, although you expect it to. The reason is that guile scans the C execution stack for potential references to objects. Some non-SCM values may irritate the gc and keep objects from being collected. The two cases below might belong to such a category. Probably we should clarify this issue in the names of the test cases. Best regards, Dirk Herrmann -- This message is best viewed with ISO 8859/1 (latin-1) character encoding. Microsoft .. what do you want to boot today? On Thu, 29 Aug 2002, Wolfgang [ISO-8859-1] Jährling wrote: > Hi! > > On powerpc-unknown-linux-gnu (a Debian 2.2 installation), a "make check" > after compiling Guile 1.5.8 gives me: > > UNRESOLVED: environments.test: leaf-environments: observe weak: weak > observer gets collected > UNRESOLVED: environments.test: leaf-environment based eval-environments: > observe weak: weak observer gets collected > > Everything else works. > > Cheers, > GNU/Wolfgang > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > > > _______________________________________________ > Guile-devel mailing list > Guile-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/guile-devel > _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel