Andreas Schwarz wrote: > David Balmain wrote: >> On 8/18/06, Andreas Schwarz <[EMAIL PROTECTED]> wrote: >>> >>> test_mem_pool : ...SUCCESS >>> 1) Failure: >>> test_boolean_query(SearcherTest) >>> [./test/unit/search/tc_index_searcher.rb:39:in `check_hits' >>> ./test/unit/search/tm_searcher.rb:90:in `test_boolean_query']: >>> <14> expected but was >>> <2>. >> >> >> Hi Andreas, >> >> Thanks for running the tests. What kind of system are you running this >> on? Is it 64-bit or something? > > OS X 10.4 on PowerPC G4. I'll try on Linux i686 later.
OK, tried it on Debian Sarge, i686. First a minor problem: gcc-3.3 doesn't know -Wextra, I had to remove it from the Makefile. In the C test I get the equivalent of the Bus Error: $ ./testall test_test : .SUCCESS test_global : .SUCCESS test_except : ....SUCCESS test_array : ....SUCCESS test_hash : .......SUCCESS test_hashset : ....SUCCESS test_bitvector : .........SUCCESS test_priorityqueue : ....SUCCESS test_helper : ...SUCCESS test_mem_pool : ...SUCCESS test_fs_store : ................SUCCESS test_ram_store : .................SUCCESS test_compound_io : ....SUCCESS test_fields : .......SUCCESS test_segments : ...SUCCESS test_document : ....SUCCESS test_analysis : ..F.F.\Segmentation fault The first time I ran the ruby test it hung with 100% CPU usage after about 15 tests and I had to kill -9 it, the second time it started spamming my console with "ì:502: [BUG] ì:502: [BUG] ì:502: [BUG] ì:502: [BUG] ì:502: [BUG] ì:502:" at the same point. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

