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
Hi guys,
I have a fresh install of the Notes plugin under Windows10 WSL2 and I have a strange problem. When I try to search in my .txt notes it hangs.
By debugging with strace I get the following never ending loop
I believe those are socket debug statements. I think it's just reporting that it's listening to the socket for a connection.
I'm not sure what your search problem is, but those indicate it's waiting for some network connection I believe.
If you strace any process with a network stack, you probably will see something like that. You might want to make sure strace is following all your forks/threads. Not sure about doing that on windows. ie, I think if you expand your strace to look at the process and ALL it's sub processes, you'll see more.
If you are using Cygwin, there's some flags to do this. Here's one of them:
Hi guys,
I have a fresh install of the Notes plugin under Windows10 WSL2 and I have a strange problem. When I try to search in my .txt notes it hangs.
By debugging with strace I get the following never ending loop
select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout) select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
Does anybody have an idea?
Thank you very much
The text was updated successfully, but these errors were encountered: