JPype module crashes python process
Status: Beta
Brought to you by:
devilwolf
Here is test that causes the chrash:
c:\dev\libraries\JPype\test>python
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import jpype
>>> p = jpype.getDefaultJVMPath()
>>> p
u'C:\\Program Files (x86)\\Java\\jre6\\bin\\client\\jvm.dll'
>>> jpype.startJVM(p, "-ea", "-Xmx5M", "-verbose:gc")
At that point i have option to jump into debugging session but there is no debugging information so only disassembly can be shown.
JPype Version: 0.5.4.1. Extension is compiled with msvc 9.0 sp1.
Help please
It is doing the same thing for me.