You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use strace simd keys list to trace issue, it seems waiting a lock
...
newfstatat(AT_FDCWD, "/home/mathxh/config/config.json", 0xc000ffe5e8, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.toml", 0xc000ffe6b8, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.yaml", 0xc000ffe788, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.yml", 0xc000ffe858, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.properties", 0xc000ffe928, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.props", 0xc000ffe9f8, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.prop", 0xc000ffeac8, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.hcl", 0xc000ffeb98, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.tfvars", 0xc000ffec68, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.dotenv", 0xc000ffed38, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.env", 0xc000ffee08, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mathxh/config/config.ini", 0xc000ffeed8, 0) = -1 ENOENT (No such file or directory)
write(3, "l\1\0\1\25\0\0\0\2\0\0\0\217\0\0\0\10\1g\0\2sv\0\1\1o\0\30\0\0\0"..., 181) = 181
futex(0xc000100148, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x37dc588, FUTEX_WAIT_PRIVATE, 0, NULL
the program blocked by futex. need to wait a long time. If you use native linux not virtual machine, it will not happen this issue
The text was updated successfully, but these errors were encountered:
Use
strace simd keys list
to trace issue, it seems waiting a lockthe program blocked by
futex
. need to wait a long time. If you use native linux not virtual machine, it will not happen this issueThe text was updated successfully, but these errors were encountered: