Closed GoogleCodeExporter closed 8 years ago
Thank you for your report!
Please add -D_DEBUG to the 1st step as follows:
$ g++ -D_DEBUG vector-test.cc -o vector-test -I../lib/ -lmarisa
Then, this test program works well.
Without the macro "_DEBUG", vector-test fails as follows:
$ ./vector-test
vector-test.cc:16: TestPopCount32(): ok
vector-test.cc:46: TestPopCount64(): ok
vector-test.cc:88: TestRankIndex(): ok
Segmentation fault
Original comment by susumu.y...@gmail.com
on 14 May 2011 at 7:23
Thank you!
Original comment by nokunok...@gmail.com
on 14 May 2011 at 7:53
[deleted comment]
Original comment by susumu.y...@gmail.com
on 1 Oct 2011 at 12:44
Original issue reported on code.google.com by
nokunok...@gmail.com
on 10 May 2011 at 9:25