How to debug a never-returning open()? #3240
Unanswered
matthiasbeyer
asked this question in
Q&A
Replies: 2 comments 4 replies
-
(btw I also tried |
Beta Was this translation helpful? Give feedback.
0 replies
-
It sounds like your runtime is configured with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an call to
open()
that does not return.My code:
I get the log output from "Reading to buffer" with the path, the path exists on my FS.
strace reports this:
and blocks there (I waited up to 1:30 min). The file is less than 10 bytes.
How to debug this?
Beta Was this translation helpful? Give feedback.
All reactions