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

Segmentation fault (core dumped) #71

Closed LowCapacity closed 5 years ago

LowCapacity commented 5 years ago

Hello! Unfortunately I'm getting this error when querying the searcher: Reranking 300 among 16955 images. Segmentation fault (core dumped)

Any info on this if I'm doing something wrong? An older, closed issue mentioned duplicated images. I'm not sure if that's the case with the 17k images. Would this make pastec crash or is there something else?

edit: I tested with duplicate images but it seems pastec on the server is crashing regardless, even with 1 image. It's weird because I had it running without any problems in a Windows10 Ubuntu VM and moved to a physical Ubuntu server.

Thanks and greetings!

magwyz commented 5 years ago

Did you check the opencv versions between your VM and your physical server?

LowCapacity commented 5 years ago

Thanks for the quick response! I got it running, copying the executable from the VM to the server. Something went wrong with compiling pastec on the physical server. Do you happen to know which version of opencv is required? I have 3.2.0 on both ends.

magwyz commented 5 years ago

Sorry, no idea.