![]() | |||||||||||||
Messages in this thread |
Sun JDK works fine with stock RH9 kernel with or without NPTL, and under 2.6.0-test3 without NPTL. When running it under 2.6.0-test3 with NPTL, the parent process (for example bash) locks up after the java process exits. Strace shows that the parent had been waiting in wait4(), but isn't woken up when the children (the java process) exits via exit_group(). Sending the parent a SIGINT makes wait4() return -ECHILD and the parent continues as normal. The java process runs perfectly normally during its own lifetime. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 13:47 [from the cache] ©2003-2008 | |||||||||||||