java crashes in python thread

Peter Hansen peter at engcorp.com
Tue Mar 1 08:40:30 EST 2005


Easeway wrote:
> I use os.system invoking java VM, when running in python thread, 
> the java application crashes.  

Can you define "crash" more precisely?  Isn't there any
kind of error message/traceback that would reveal more
information about the problem?

Also, how quickly do you get this crash?  Instantly,
shortly after starting, a long time after starting,
at completion of the Java processes (maybe check to
see whether the entire javac has executed, or some
other sign of completion), or ?

-Peter



More information about the Python-list mailing list