Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Python crash with multiple JVM threads #26

Closed
forman opened this issue Jan 24, 2014 · 2 comments
Closed

Python crash with multiple JVM threads #26

forman opened this issue Jan 24, 2014 · 2 comments

Comments

@forman
Copy link
Member

forman commented Jan 24, 2014

The Python interpreter crashes when we call from multiple JVM threads at the same time. See

  • PyObjectTest.testCreateProxyAndCallSingleThreaded() --> ok
  • PyObjectTest.testCreateProxyAndCallMultiThreaded() --> crash

It is for sure a GIL-related bug. Look here for very similar problems:

@bcdev
Copy link
Collaborator

bcdev commented Jan 24, 2014

forman added a commit that referenced this issue Jan 24, 2014
forman added a commit that referenced this issue Jan 24, 2014
forman added a commit that referenced this issue Jan 25, 2014
forman added a commit that referenced this issue Jan 26, 2014
@forman
Copy link
Member Author

forman commented Jan 26, 2014

@forman forman closed this as completed Jan 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant