magwyz / pastec

Image recognition open source index and search engine
http://pastec.io
GNU Lesser General Public License v3.0
620 stars 175 forks source link

similarSearch hanging #34

Open pkarc opened 8 years ago

pkarc commented 8 years ago

I'm working on a node.js module version of this project and I got stuck with the fallowing issue:

When using the "similarSearch", something is hanging (maybe a dead lock) the process at "getImageWords", if I replace the "i_ret" whit OK value all goes fine. So i suppose that the hanging line is somewhere in "getImageWords" method of the index.

To reproduce the error try adding or removing an image after using the "searchSimilar" method.

If anyone can help me Ill appreciate it.

jeresig commented 7 years ago

@pkarc I'm curious if you ever solved this. It looks like you have a repo going: https://github.com/pkarc/node-pastec

Very curious to use it, if you solved this!

Alfredlang1989 commented 3 years ago

Hi, i added a pullrequest, too fix it..