We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing, try to start Java command with no parameters (trying with -v to print version and exit also hangs in a similar manner)
100.00 0.000000 120 27 total
Required packages and commands to install See steps to reproduce
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered:
#746 #857
Sorry, something went wrong.
No branches or pull requests
After installing Oracle Java 8 from the Webupd8team PPA, the process is unable to start.
The executable should exit with usage instructions.
The command freezes and consumes 25% CPU
W10 Enterprise 1607
Installation instructions here: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
After installing, try to start Java command with no parameters (trying with -v to print version and exit also hangs in a similar manner)
Strace of the failing command
% time seconds usecs/call calls errors syscall
0.00 0.000000 0 9 read
0.00 0.000000 0 23 14 open
0.00 0.000000 0 9 close
0.00 0.000000 0 9 6 stat
0.00 0.000000 0 9 fstat
0.00 0.000000 0 23 mmap
0.00 0.000000 0 12 mprotect
0.00 0.000000 0 3 munmap
0.00 0.000000 0 3 brk
0.00 0.000000 0 2 rt_sigaction
0.00 0.000000 0 1 rt_sigprocmask
0.00 0.000000 0 7 6 access
0.00 0.000000 0 1 clone
0.00 0.000000 0 1 execve
0.00 0.000000 0 2 readlink
0.00 0.000000 0 1 getrlimit
0.00 0.000000 0 1 arch_prctl
0.00 0.000000 0 2 1 futex
0.00 0.000000 0 1 set_tid_address
0.00 0.000000 0 1 set_robust_list
100.00 0.000000 120 27 total
Required packages and commands to install
See steps to reproduce
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: