voc-dpm icon indicating copy to clipboard operation
voc-dpm copied to clipboard

Runtime Error: Access violation in fv_cache.cc

Open mbt925 opened this issue 8 years ago • 8 comments

I modified the code for windows and there was no problem. I trained a couple of times successfully but suddenly this run-time error showed up. Exactly after "Cache holds ... examples".

matlab_crash_dump.txt cache_error

mbt925 avatar Jan 23 '16 09:01 mbt925

I run the learning code on Matlab2015, ubuntu. At first I've got the "Invalid Mex-file 'fv_cache.mexa64': dlopen: cannot load anymore object with static TLS. But, after I add several dependencies to that file (like what was said in that issue), I've encountered this error and I never trained it successfully. So is there any possible solutions to this? Thank you.

ElaineJiang avatar Aug 16 '16 07:08 ElaineJiang

There may be some bugs in the cache management codes.

mbt925 avatar Aug 16 '16 08:08 mbt925

Do you know how to fix that?

ElaineJiang avatar Aug 16 '16 08:08 ElaineJiang

Unfortunately, debugging the cache management codes is very hard.

mbt925 avatar Aug 16 '16 08:08 mbt925

Same issuse with me, how do you fix this?

xiaozhuka avatar May 23 '17 14:05 xiaozhuka

There is no fix up until now.

mbt925 avatar May 24 '17 07:05 mbt925

Decrease the training.cache_byte_limit option in voc_config file and see if the problem exist or not.

saleki avatar Sep 04 '17 13:09 saleki

I tried that, but the problem still was there.

mbt925 avatar Sep 04 '17 14:09 mbt925