Re: [Gc] Re: Boehm GC on mingw
Ivan Maidanski
ivmai at mail.ru
Tue Jan 17 08:12:47 PST 2012
Hi Bruno,
Fixed the problem with cordtest (Win32-specific).
BTW. There 2 versions of gc (and libatomic_ops) available - 7.2 candidate (in "release" branch) and 7.3 alpha1 (in "master" branch).
To test 7.2 candidate:
git clone git://github.com/ivmai/bdwgc.git -b release
cd bdwgc
git clone git://github.com/ivmai/libatomic_ops.git -b release
autoreconf -vif
./configure
make -j check
Regards.
17 01 2012, 11:37 Bruno Haible <bruno at clisp.org>:
> Hi Ivan,
>
> > Please try recent snapshot of Git master branch
>
> It is much better, indeed! No configuration problems
>
> checking for thread model used by GCC... win32
>
> Except for the cordtest, all tests pass:
>
> make[2]: Entering directory `/home/bruno/bdwgc'
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> FAILED: open failed
> FAIL: cordtest.exe
> PASS: gctest.exe
> PASS: leaktest.exe
> Final heap size is 65536
> PASS: middletest.exe
> PASS: smashtest.exe
> PASS: hugetest.exe
> Heap size: 65536
> PASS: realloc_test.exe
> PASS: staticrootstest.exe
> PASS: threadleaktest.exe
> threadkey_test skipped
> PASS: threadkey_test.exe
> subthread_create: created 158 threads (157 ended)
> PASS: subthread_create.exe
> PASS: initsecondarythread.exe
> Unthreaded disclaim test.
> PASS: disclaim_test.exe
> fin. ratio time/s time/fin.
> regular finalization: 0.9922 7.156 1.71956e-006
> finalize on reclaim: 0.9999 1.297 3.09249e-007
> no finalization: 0.0000 0.813 N/A
> PASS: disclaim_bench.exe
> ==================================
> 1 of 14 tests failed
> Please report to hans.boehm at hp.com
> ==================================
> make[2]: *** [check-TESTS] Error 1
>
> The 'FAILED: open failed' is because I have to c:\tmp\ directory on
> my disk. It is called c:\Temp.
>
> Bruno
>
> _______________________________________________
> Gc mailing list
> Gc at linux.hpl.hp.com
> http://www.hpl.hp.com/hosted/linux/mail-archives/gc/
>
More information about the Gc
mailing list