Please disregard the hang problem, the main thread is more likely to end before Thread 0 or Thread 1 end during debugging, causing the issue.
I debugged this in another PC with a newer kernel, can you suggest how to get rid of this: ``` Could not open file /build/glibc-S9d2JN/glibc-2.27/nptl/pthread_create.c (Error when getting information for file “/build/glibc-S9d2JN/glibc-2.27/nptl/pthread_create.c”: No such file or directory) Could not open file /build/glibc-S9d2JN/glibc-2.27/sysdeps/unix/sysv/linux/x86_64/clone.S (Error when getting information for file “/build/glibc-S9d2JN/glibc-2.27/sysdeps/unix/sysv/linux/x86_64/clone.S”: No such file or directory) Could not open file /build/glibc-S9d2JN/glibc-2.27/sysdeps/posix/sleep.c (Error when getting information for file “/build/glibc-S9d2JN/glibc-2.27/sysdeps/posix/sleep.c”: No such file or directory) ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1069#issuecomment-789796065
