From: Dino K. <din...@re...> - 2013-03-31 21:26:51
|
1p worth from me; please could you grab a trace for all threads. i.e "thread apply all bt full" from gdb after attaching to the locked process. That should help the diagnosis! On 29/03/13 10:16, Ahmed Saidi wrote: > Hi > > I was using CLucene to index a lot of files, i use multi-threading to > do that, that work great on windows 7 and kubuntu 11.04, but after > moving to kubuntu 12.04 and recompiling the clucene and use it with my > application, indexing freeze if i use more than one thread. and if i > use 11.04 libraries multi-threading works fine. on windows 7 i don't > have this problem (with VS 2008). > Here is back trace: http://pastebin.com/y5WaFMyg > Note that the application doesn't crash, but indexing thread freeze on > lucene::index::IndexWriter::addDocument and doesn't return t continue > indexing. > When i run cl_test it freeze 'CLucene Atomic Updates Test' > http://pastebin.com/aCgfpjx6 > My CMakeCache.txt file: http://pastebin.com/BKeVDszf > > do anyone have the same issue? > |