> Hi, > > Dennis Clarke <[email protected]> skribis: > > > FAIL: gc.test: gc: Lexical vars are collectable > > [...] > > > FAIL: threads.test: mutex-ownership: mutex with owner not retained > (bug #27450) > > These two tests are GC-sensitive, so unfortunately failure rarely > indicates a problem. IOW, it is safe to ignore them.
There should be a message on the output that indicates these bugs can be ignored. One of them looks to be related to the implementations, or lack thereof, of pthread_getattr_np. But I am just guessing. > Which GCC optimization options, and which libgc version do you use? > Well gcc is : $ gcc --version gcc (Debian 4.4.5-8) 4.4.5 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. CC=gcc CFLAGS=-g -malign-double -mpreferred-stack-boundary=8 -m64 CPPFLAGS=-I/usr/local/include CXX=g++ CXXFLAGS=-g -malign-double -mpreferred-stack-boundary=8 -m64 LANG=C LANGUAGE=en_CA:en LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LD_LIBRARY_PATH=/usr/local/lib LD_OPTIONS=-L/usr/local/lib:/usr/local/ssl/lib --emit-relocs -rpath=/usr/local/lib:/usr/local/ssl/lib LD_RUN_PATH=/usr/local/lib:/usr/local/ssl/lib Not sure how to get your libC version Dennis
