Hi, I have a situation where I have multiple (4) python objects that use pylucene and initVM's and attach to their own threads. It works fine for a bit, but eventually calls to vm.attachCurrentThread() hangs and never returns across those objects - each in a separate thread. I only call getVMEnv() once in each objects init.
I guess I'd like to know if this is something I'm doing wrong or can fix? I'm on the latest build (but this problem occurred before updating) thanks, Darren