-
I found and fixed the bug.
In estnode.c => est_url_shuttle_impl
If there are anything wrong, it will return "error",
and before those return, it tried to free or close something which were registered in pthread_cleanup_push
In some compiler, it will free/close those memory/object twice.
Just disable them which will fix it.
//cbmapclose(elems);
return "error";...
2007-09-21 13:06:10 UTC by nobody
-
We have two servers and they linked together.
Server 1: node1
Server 2: nodea, nodeb
node2 has links to nodea, nodeb
search at node1
when the search is not finished, kill server at node2.
Then the server 1 will crash
[1]+ Segmentation Fault (core dumped) estmaster start tmp
Didn't find this problem in window version.
2007-09-20 20:13:53 UTC by nobody
-
Logged In: YES
user_id=728461
Function to disable cache was added. please use it instead.
2006-10-29 16:32:23 UTC by mikio
-
Logged In: YES
user_id=728461
It was added by the latest version.
2006-10-29 16:29:26 UTC by mikio
-
Logged In: YES
user_id=728461
Please use the latest QDBM.
2006-10-29 16:28:36 UTC by mikio
-
insert the following:
uninstall-mac :
make MYLIBS="$(MYMACLIBS)" uninstall.
2006-10-03 10:07:20 UTC by eduqate
-
This patch adds "refresh" command that refreshes node.
Usually this refresh process is run when the server is
idle for some time, but it would be very useful for
automated testing purposes if the refresh can also be
done on demand. (e.g. add documents to the index and
then check that the search returns the correct result)
2006-08-29 03:38:50 UTC by kasatani
-
Logged In: YES
user_id=728461
Please use the latest version of QDBM, which includes
cbmapiterval.
2006-08-27 11:16:00 UTC by mikio
-
i just upgraded to the latest version, and now i get
this error:
estwaver init test
estwaver: symbol lookup error:
/usr/local/lib/libestraier.so.8: undefined symbol:
cbmapiterval.
2006-07-28 16:30:11 UTC by seafire11
-
Anonymous committed patchset 1 of module CVSROOT to the Hyper Estraier CVS repository, changing 11 files.
2005-03-07 17:16:12 UTC by nobody