Attached a patch to fix this and another portability issue I found.
2013-03-13 17:40:22 PDT in CLucene - a C++ s...
Here’s a patch to fix this and another portability problem I found.
2013-03-13 17:39:08 PDT in CLucene - a C++ s...
Seems to me that this is needed in LuceneThreads.h, at least conditionally. Compilation fails for me without it.
2013-03-13 17:19:00 PDT in CLucene - a C++ s...
0 libsystem_kernel.dylib 0x00007fff8ef7ad46 __kill + 10 1 libsystem_c.dylib 0x00007fff8872edf0 abort + 177 2 libsystem_c.dylib 0x00007fff8872fe2a __assert_rtn + 146 3 libclucene-core.1.dylib 0x0000000108d4520d lucene::index::DocumentsWriter::closeDocStore() + 2125 4 libclucene-core.1.dylib 0x0000000108d489a0...
2012-12-03 22:19:43 PST in CLucene - a C++ s...
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8ef7ad46 __kill + 10 1 libsystem_c.dylib 0x00007fff8872edf0 abort + 177 2 libc++abi.dylib 0x00007fff82b68a17 abort_message + 257 3 libc++abi.dylib 0x00007fff82b66490 __cxa_pure_virtual + 18 4 libclucene-core.1.dylib...
2012-12-03 22:11:39 PST in CLucene - a C++ s...
Assertion failed: (numDocsInStore*8 == directory->fileLength( (docStoreSegment + "." + IndexFileNames::FIELDS_INDEX_EXTENSION).c_str() )), function closeDocStore, file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_clucene/clucene/work/clucene-core-2.3.3.4/src/core/CLucene/index/DocumentsWriter.cpp, line 210.
2012-12-03 15:10:22 PST in CLucene - a C++ s...