ninia / jep

Embed Python in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when i use jep SharedInterpreter call python alg,sometimes it crash at new SharedInterpreter()

gengxinyuan opened this issue · comments

Describe the bug
new SharedInterpreter crash
jep version : 4.0.3

crash log:
hs_err_pid1068.log

usage:
1、i write a jar package (which use jep call python alg) for other app
2、at jar package init like this:
image
at initConnector function i init jep like this:
image
jepPath is basically not empty
3、then other app will multi-call function:
image
in this function i will call python alg like this:
call_function.txt
4、most time is ok, but recently it crash sometimes.

哪位大佬能帮忙看下?急急急