Re: Jvm process sometimes hangs and does not respond to ctrl-c
Hello,
we have a similar problem with the same configuration 0,92, uclic, ARM.
Our App runs a couple of hours. At a certainly point the app stops and hangs. Only a kill -9 jamvm can stop the app.
I think this is the same problem, because it happens only if thread are created.
I want to know what is the exactly reason for this behaviour (identical PID`s).
>On ARM, using uclibc, we had to patch java thread creation as some
error on pthreads was giving the same PID twice for the creation of
the first secondary thread. <