ninia / jep

Embed Python in Java
Other
1.31k stars 149 forks source link

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

Open gengxinyuan opened 1 year ago

gengxinyuan commented 1 year ago

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.

gengxinyuan commented 1 year ago

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