-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer works with Java, causes one of the CPUs to lock up #62
Comments
FWIW I cannot reproduce this on 399e3b1 with OpenJDK 8. |
What about after a reboot? If I re-add "/usr/lib/libstderred.so" to 'LD_PRELOAD', "java -version" works as expected. However, if I do so via a shell config file and restart the computer, the problem returns (and never goes away). This was working fine until a few weeks ago. Perhaps 'stderred' is conflicting with an updated library on my bleeding-edge (Arch Linux) system. I've tried it with OpenJDK v8, JDK v8, and JDK v9. The problem occurs in all three cases. |
I wonder if it’s wise to enable stderred for everything via |
That sounds like a good idea. As such, I have generated three 'strace' outputs: one without 'stderred', one with 'stderred' working, and one with 'stderred' broken. Let me know if any other testing is required. |
I've had to disable 'stderred' because it was causing even the simplest Java commands to freeze. A full description of the problem - including a thread dump - is available in this forum thread.
The text was updated successfully, but these errors were encountered: