py4j / py4j

Py4J enables Python programs to dynamically access arbitrary Java objects

Home Page:https://www.py4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multithreading error

APT64 opened this issue · comments

Hi, I have a problem with multithreading. My first thread is accessing JavaGateway to call a function, the called Java function is waiting for user input.
My second thread also calls a Java function, but to output some user information.
After the input is received in the first thread, a crash occurs.

Thanks for reporting this. Would you happen to have a reproducer please?