idea.sh does not launch IDEA
Answered
I've just installed IntelliJ idea-IC-202.7660.26 on Red Hat Linux 6.9
When I first tried to run idea.sh it complained abbout GNU C lib 2.14 version required - I installed this.
Now when I run idea.sh nothing happens ! No errors are reported.
idea.sh process is sleeping (waiting channel = do_wait)
Please sign in to leave a comment.
Hi. Can you try running from a different user or via sudo?
It does the same with sudo as well, and also if I run as root user.
Does it log out errors anywhere?
Is there anything in idea.log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)?
I set the logging destination in idea.properties to
idea.log.path=./log
Nothing gets created at all.
Does it help if you remove IDEA and a settings folder, and do a fresh install?
I've installed it to another destination folder on Linux - same thing happened.
I also tried it on another Linux VM, that has not had Intellij on it before.
It must log somewhere ....?
Ran this :
[tony@localhost bin]$ strace -ff -e trace=file "./idea.sh" 2>&1
execve("./idea.sh", ["./idea.sh"], [/* 39 vars */]) = 0
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/tls/x86_64/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/tony/glibc-2.14/lib/tls/x86_64", 0x7ffd7c3cba60) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/tls/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/tony/glibc-2.14/lib/tls", 0x7ffd7c3cba60) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/x86_64/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/tony/glibc-2.14/lib/x86_64", 0x7ffd7c3cba60) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/tony/glibc-2.14/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("tls/x86_64/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("tls/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("x86_64/libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("libtinfo.so.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib64/libtinfo.so.5", O_RDONLY) = 3
open("/home/tony/glibc-2.14/lib/libdl.so.2", O_RDONLY) = 3
open("/home/tony/glibc-2.14/lib/libc.so.6", O_RDONLY) = 3
open("/dev/tty", O_RDWR|O_NONBLOCK) = 3
open("/home/tony/glibc-2.14/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/share/locale/locale.alias", O_RDONLY) = 3
open("/home/tony/glibc-2.14/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/tony/glibc-2.14/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/proc/meminfo", O_RDONLY) = 3
stat("/home/tony/Downloads/idea-IC-202.7660.26/bin", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open("./idea.sh", O_RDONLY) = 3
Process 40655 attached
[pid 40655] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40655] stat("/usr/local/bin/uname", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40655] stat("/usr/bin/uname", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] access("/bin/uname", X_OK) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] access("/bin/uname", R_OK) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] access("/bin/uname", X_OK) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] access("/bin/uname", R_OK) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] access("/bin/uname", X_OK) = 0
[pid 40655] stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27776, ...}) = 0
[pid 40655] access("/bin/uname", R_OK) = 0
[pid 40655] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40655, si_status=0, si_utime=0, si_stime=0} ---
Process 40656 attached
[pid 40656] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40656] stat("/usr/local/bin/egrep", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40656] stat("/usr/bin/egrep", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] access("/bin/egrep", X_OK) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] access("/bin/egrep", R_OK) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] access("/bin/egrep", X_OK) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] access("/bin/egrep", R_OK) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] access("/bin/egrep", X_OK) = 0
[pid 40656] stat("/bin/egrep", {st_mode=S_IFREG|0755, st_size=167840, ...}) = 0
[pid 40656] access("/bin/egrep", R_OK) = 0
[pid 40656] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40656, si_status=0, si_utime=0, si_stime=0} ---
Process 40657 attached
[pid 40657] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40657] stat("/usr/local/bin/cut", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] access("/usr/bin/cut", X_OK) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] access("/usr/bin/cut", R_OK) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] access("/usr/bin/cut", X_OK) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] access("/usr/bin/cut", R_OK) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] access("/usr/bin/cut", X_OK) = 0
[pid 40657] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=45536, ...}) = 0
[pid 40657] access("/usr/bin/cut", R_OK) = 0
[pid 40657] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40657, si_status=0, si_utime=0, si_stime=0} ---
Process 40658 attached
[pid 40658] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40658] stat("/usr/local/bin/readlink", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] access("/usr/bin/readlink", X_OK) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] access("/usr/bin/readlink", R_OK) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] access("/usr/bin/readlink", X_OK) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] access("/usr/bin/readlink", R_OK) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] access("/usr/bin/readlink", X_OK) = 0
[pid 40658] stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
[pid 40658] access("/usr/bin/readlink", R_OK) = 0
[pid 40658] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40658, si_status=0, si_utime=0, si_stime=0} ---
Process 40659 attached
[pid 40659] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40659] stat("/usr/local/bin/xargs", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] access("/usr/bin/xargs", X_OK) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] access("/usr/bin/xargs", R_OK) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] access("/usr/bin/xargs", X_OK) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] access("/usr/bin/xargs", R_OK) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] access("/usr/bin/xargs", X_OK) = 0
[pid 40659] stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=46648, ...}) = 0
[pid 40659] access("/usr/bin/xargs", R_OK) = 0
[pid 40659] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40659, si_status=0, si_utime=0, si_stime=0} ---
Process 40660 attached
[pid 40660] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40660] stat("/usr/local/bin/dirname", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] access("/usr/bin/dirname", X_OK) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] access("/usr/bin/dirname", R_OK) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] access("/usr/bin/dirname", X_OK) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] access("/usr/bin/dirname", R_OK) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] access("/usr/bin/dirname", X_OK) = 0
[pid 40660] stat("/usr/bin/dirname", {st_mode=S_IFREG|0755, st_size=26264, ...}) = 0
[pid 40660] access("/usr/bin/dirname", R_OK) = 0
[pid 40660] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40660, si_status=0, si_utime=0, si_stime=0} ---
Process 40661 attached
[pid 40661] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40661] stat("/usr/local/bin/mktemp", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40661] stat("/usr/bin/mktemp", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] access("/bin/mktemp", X_OK) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] access("/bin/mktemp", R_OK) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] access("/bin/mktemp", X_OK) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] access("/bin/mktemp", R_OK) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] access("/bin/mktemp", X_OK) = 0
[pid 40661] stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=38048, ...}) = 0
[pid 40661] access("/bin/mktemp", R_OK) = 0
[pid 40661] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40661, si_status=0, si_utime=0, si_stime=0} ---
Process 40662 attached
[pid 40662] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40662] stat("/usr/local/bin/rm", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40662] stat("/usr/bin/rm", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] access("/bin/rm", X_OK) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] access("/bin/rm", R_OK) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] access("/bin/rm", X_OK) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] access("/bin/rm", R_OK) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] access("/bin/rm", X_OK) = 0
[pid 40662] stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=57440, ...}) = 0
[pid 40662] access("/bin/rm", R_OK) = 0
[pid 40662] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40662, si_status=0, si_utime=0, si_stime=0} ---
Process 40663 attached
[pid 40663] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40663] stat("/usr/local/bin/cat", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40663] stat("/usr/bin/cat", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] access("/bin/cat", X_OK) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] access("/bin/cat", R_OK) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] access("/bin/cat", X_OK) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] access("/bin/cat", R_OK) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] access("/bin/cat", X_OK) = 0
[pid 40663] stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=48568, ...}) = 0
[pid 40663] access("/bin/cat", R_OK) = 0
[pid 40663] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40663, si_status=0, si_utime=0, si_stime=0} ---
Process 40664 attached
[pid 40664] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40664] stat("/usr/local/bin/sed", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40664] stat("/usr/bin/sed", 0x7ffd7c3cc810) = -1 ENOENT (No such file or directory)
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] access("/bin/sed", X_OK) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] access("/bin/sed", R_OK) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] access("/bin/sed", X_OK) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] access("/bin/sed", R_OK) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] access("/bin/sed", X_OK) = 0
[pid 40664] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=72248, ...}) = 0
[pid 40664] access("/bin/sed", R_OK) = 0
[pid 40664] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40664, si_status=0, si_utime=0, si_stime=0} ---
Process 40665 attached
[pid 40665] execve("/bin/uname", ["/bin/uname", "-s"], [/* 38 vars */]) = 0
[pid 40665] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] stat("/home/tony/glibc-2.14/lib/tls/x86_64", 0x7fff8cd25bd0) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] stat("/home/tony/glibc-2.14/lib/tls", 0x7fff8cd25bd0) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] stat("/home/tony/glibc-2.14/lib/x86_64", 0x7fff8cd25bd0) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/libc.so.6", O_RDONLY) = 3
[pid 40665] open("/home/tony/glibc-2.14/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/share/locale/locale.alias", O_RDONLY) = 3
[pid 40665] open("/home/tony/glibc-2.14/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] open("/home/tony/glibc-2.14/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40665] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40665, si_status=0, si_utime=0, si_stime=0} ---
stat("/usr/bin/readlink", {st_mode=S_IFREG|0755, st_size=40056, ...}) = 0
access("/usr/bin/readlink", X_OK) = 0
lstat("./idea.sh", {st_mode=S_IFREG|0755, st_size=8173, ...}) = 0
Process 40666 attached
[pid 40666] execve("/usr/bin/dirname", ["/usr/bin/dirname", "./idea.sh"], [/* 38 vars */]) = 0
[pid 40666] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] stat("/home/tony/glibc-2.14/lib/tls/x86_64", 0x7ffca09f7ce0) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] stat("/home/tony/glibc-2.14/lib/tls", 0x7ffca09f7ce0) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] stat("/home/tony/glibc-2.14/lib/x86_64", 0x7ffca09f7ce0) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/libc.so.6", O_RDONLY) = 3
[pid 40666] open("/home/tony/glibc-2.14/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/share/locale/locale.alias", O_RDONLY) = 3
[pid 40666] open("/home/tony/glibc-2.14/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] open("/home/tony/glibc-2.14/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40666] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40666, si_status=0, si_utime=0, si_stime=0} ---
stat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/tony", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/tony/Downloads", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/tony/Downloads/idea-IC-202.7660.26", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat("/home/tony/Downloads/idea-IC-202.7660.26/bin", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
chdir("/home/tony/Downloads/idea-IC-202.7660.26/bin") = 0
Process 40667 attached
[pid 40667] stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40667] stat("/home/tony/Downloads/idea-IC-202.7660.26/bin", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40667] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40667, si_status=0, si_utime=0, si_stime=0} ---
Process 40668 attached
[pid 40668] execve("/usr/bin/dirname", ["/usr/bin/dirname", "/home/tony/Downloads/idea-IC-202"...], [/* 39 vars */]) = 0
[pid 40668] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] stat("/home/tony/glibc-2.14/lib/tls/x86_64", 0x7ffc0d9bf4f0) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] stat("/home/tony/glibc-2.14/lib/tls", 0x7ffc0d9bf4f0) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] stat("/home/tony/glibc-2.14/lib/x86_64", 0x7ffc0d9bf4f0) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/libc.so.6", O_RDONLY) = 3
[pid 40668] open("/home/tony/glibc-2.14/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/share/locale/locale.alias", O_RDONLY) = 3
[pid 40668] open("/home/tony/glibc-2.14/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] open("/home/tony/glibc-2.14/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40668] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40668, si_status=0, si_utime=0, si_stime=0} ---
stat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/tony", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/tony/Downloads", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/tony/Downloads/idea-IC-202.7660.26", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat("/home/tony/Downloads/idea-IC-202.7660.26/bin", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
chdir("/home/tony/Downloads/idea-IC-202.7660.26/bin") = 0
stat("/home/tony/.config/JetBrains/IdeaIC2020.2/idea.jdk", 0x7ffd7c3ccd90) = -1 ENOENT (No such file or directory)
Process 40669 attached
[pid 40669] execve("/bin/uname", ["/bin/uname", "-m"], [/* 39 vars */]) = 0
[pid 40669] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] stat("/home/tony/glibc-2.14/lib/tls/x86_64", 0x7ffce3fa9f40) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] stat("/home/tony/glibc-2.14/lib/tls", 0x7ffce3fa9f40) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] stat("/home/tony/glibc-2.14/lib/x86_64", 0x7ffce3fa9f40) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/libc.so.6", O_RDONLY) = 3
[pid 40669] open("/home/tony/glibc-2.14/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/share/locale/locale.alias", O_RDONLY) = 3
[pid 40669] open("/home/tony/glibc-2.14/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] open("/home/tony/glibc-2.14/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40669] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40669, si_status=0, si_utime=0, si_stime=0} ---
stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/java", {st_mode=S_IFREG|0755, st_size=12944, ...}) = 0
access("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/java", X_OK) = 0
Process 40670 attached
[pid 40670] execve("/bin/mktemp", ["/bin/mktemp", "-t", "java.version.log.XXXXXX"], [/* 39 vars */]) = 0
[pid 40670] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/tls/x86_64/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] stat("/home/tony/glibc-2.14/lib/tls/x86_64", 0x7ffeb61eb660) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/tls/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] stat("/home/tony/glibc-2.14/lib/tls", 0x7ffeb61eb660) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/x86_64/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] stat("/home/tony/glibc-2.14/lib/x86_64", 0x7ffeb61eb660) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/librt.so.1", O_RDONLY) = 3
[pid 40670] open("/home/tony/glibc-2.14/lib/libc.so.6", O_RDONLY) = 3
[pid 40670] open("/home/tony/glibc-2.14/lib/libpthread.so.0", O_RDONLY) = 3
[pid 40670] open("/home/tony/glibc-2.14/lib/locale/locale-archive", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/share/locale/locale.alias", O_RDONLY) = 3
[pid 40670] open("/home/tony/glibc-2.14/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] open("/home/tony/glibc-2.14/lib/locale/en/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40670] open("/tmp/java.version.log.qRp1az", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
[pid 40670] +++ exited with 0 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=40670, si_status=0, si_utime=0, si_stime=0} ---
Process 40671 attached
[pid 40671] open("/tmp/java.version.log.qRp1az", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
[pid 40671] execve("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/java", ["/home/tony/Downloads/idea-IC-202"..., "-version"], [/* 40 vars */]) = 0
[pid 40671] readlink("/proc/self/exe", "/home/tony/Downloads/idea-IC-202"..., 4096) = 53
[pid 40671] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli/tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli/tls/x86_64", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli/tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli/tls", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli/x86_64", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/jli", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/tls/x86_64", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/tls", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/x86_64", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/Downloads/idea-IC-202.7660.26/jbr/bin/../lib", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 40671] open("/home/tony/glibc-2.14/lib/tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/glibc-2.14/lib/tls/x86_64", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/glibc-2.14/lib/tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/glibc-2.14/lib/tls", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/glibc-2.14/lib/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/glibc-2.14/lib/x86_64", 0x7ffc92c4c160) = -1 ENOENT (No such file or directory)
[pid 40671] open("/home/tony/glibc-2.14/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] stat("/home/tony/glibc-2.14/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 40671] open("tls/x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] open("tls/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] open("x86_64/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] open("libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 40671] open("/etc/ld.so.cache", O_RDONLY) = 3
Unfortunately it is not reproducible for me. What kind of linux distribution are you using?
Red Hat Enterprise Linux 64 bit
> uname -orvs
Linux 2.6.32-696.20.1.el6.x86_64 #1 SMP Fri Jan 12 15:07:59 EST 2018 GNU/Linux
I think this is relevant :
have installed java : jdk-15.0.1 and when I run
./java --versionfrom the bin folder it works fine.However, after setting LD_LIBRARY_PATH to use glibc 2.14
export LD_LIBRARY_PATH="/opt/glibc-2.14/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"when I run ./java --version it just hangs !?
If i unset this java works again
Same as Intellij just hangs ?
Obviously related?
We recommend using bundled JDK to run IDEA: https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
I've installed an older version of Intellij (IDEA 2017.3.7 community) that works with glibc 2.12
It works.
It looks related to https://youtrack.jetbrains.com/issue/JBR-2334. Does it help if you install glibc 2.27?
Please close this call.
It's more effort than it's worth.