Joseph Shraibman wrote:
Hui Huang wrote:

Is this on Redhat 9? If so, try this:

+ find out java process id
+ use gdb to attach to the process (gdb - <pid>)
+ quit gdb

wait a few seconds, does the process start to run again? If yes,
it's a known RH-9 issue (a notification from pthread_cond_broadcast
is lost in NPTL). Update to AS-3 or set LD_ASSUME_KENREL should
fix it.

regards,
-hui


What about this?
http://gcc.gnu.org/ml/java/2004-05/msg00064.html

Do you know what he's talking about?

Not familiar w/ ResourceBundle implementation. But it looks like a performance trick to avoid frequent lookup for class loader, nothing to do with the hang.

-hui


---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to