« Return to Thread: Re: Jvm process sometimes hangs and does not respond to ctrl-c

Re: Jvm process sometimes hangs and does not respond to ctrl-c

by Rafael Teixeira :: Rate this Message:

Reply to Author | View in Thread

I think it is some bug on the pthread code in uclibc, but I am not sure.
My patch was on jamvm, to circunvent the problem, for the first thread
I create it twice, to get a sane thread for java to use.

On 4/30/07, andreas6410 <verkauf@...> wrote:

>
> 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. <
>
>
> --
> View this message in context: http://www.nabble.com/Re%3A-Jvm-process-sometimes-hangs-and-does-not-respond-to-ctrl-c-tf3260395.html#a10256978
> Sent from the JamVM mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Jamvm-general mailing list
> Jamvm-general@...
> https://lists.sourceforge.net/lists/listinfo/jamvm-general
>


--
Rafael "Monoman" Teixeira
---------------------------------------
"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man." George Bernard Shaw

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jamvm-general mailing list
Jamvm-general@...
https://lists.sourceforge.net/lists/listinfo/jamvm-general

 « Return to Thread: Re: Jvm process sometimes hangs and does not respond to ctrl-c