[Jepp-users] Double free or corruption (fasttop) error
Brought to you by:
mrjohnson0
From: nkatz <nk...@ii...> - 2016-04-09 11:18:28
|
Hello, I am trying to use Jep in a Scala application. The application starts two actors, each of which does its own job in parallel. Also, each actor uses its own Jep instance which is created upon the creation of the corresponding actor instance. The problem is that after a while (and not with some regularity) I get *** Error in `/usr/lib/jvm/java-8-oracle/bin/java': double free or corruption (fasttop): 0x00007f298c113460 *** This problem does not occur if I try to run only one of the jobs (i.e. starting one actor with one Jep instance). I am using Jep 3.5.1, python 2.7, Java 8 (Oracle) on an Ubuntu 14.04 laptop with Intel Core i5@1.6Ghz and 8Gbs of RAM Any ideas of what could be the issue? Thank you Nikos |