Easeway wrote:
> I use os.system invoking java VM, when running in python thread, the
> java application crashes.
Andreas Jung has reported similar behaviour.
He suggested that Java 1.4 and the threads of Linux 2.6
do not work reliably together.
He tried Java 1.5 and this combination crashes only
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? In
I use os.system invoking java VM, when running in python thread,
the java application crashes. But it works properly when thread is
not used.
Has any body come across with this problem?
Python 2.3.3
J2SDK 1.4.2_05
SuSE Linux Enterprise Server 9
The following is source file:
#!/usr/bin/env pyth