Re: [Jepp-users] Double free or corruption (fasttop) error
Brought to you by:
mrjohnson0
From: Nathan J. <ndj...@gm...> - 2016-04-11 13:31:47
|
Hi, you should switch over to the Google Groups mailing list. Anyway, does the application crash and you get an hs_err_pid file? Do you close either Jep instance? And are you using any CPython extensions? On Sat, Apr 9, 2016 at 6:02 AM, nkatz <nk...@ii...> wrote: > 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 > > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 > _______________________________________________ > Jepp-users mailing list > Jep...@li... > https://lists.sourceforge.net/lists/listinfo/jepp-users > |