From: Ahmed S. <ci7...@gm...> - 2013-03-29 10:20:55
|
<html style="direction: ltr;"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hi<br> <br> 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).<br> Here is back trace: <a class="moz-txt-link-freetext" href="http://pastebin.com/y5WaFMyg">http://pastebin.com/y5WaFMyg</a> <br> Note that the application doesn't crash, but indexing thread freeze on lucene::index::IndexWriter::addDocument and doesn't return t continue indexing.<br> When i run cl_test it freeze 'CLucene Atomic Updates Test' <a class="moz-txt-link-freetext" href="http://pastebin.com/aCgfpjx6">http://pastebin.com/aCgfpjx6</a><br> My CMakeCache.txt file: <a class="moz-txt-link-freetext" href="http://pastebin.com/BKeVDszf">http://pastebin.com/BKeVDszf</a><br> <br> do anyone have the same issue?<br> <br> </body> </html> |