gmfawcett
About
- Username
- gmfawcett
- Joined
- Roles
- Member
Comments
-
To confirm, those events were captured when Zotero was idle. Also note that poll() is being called with a timeout of 0, indicating "don't wait, return immediately." Maybe consider adding a small timeout value (e.g. 1 millisecond), and the aberrant …
-
I can confirm the same behaviour on Linux 64-bit. Running strace to track the system calls, I see the following, repeated endlessly: futex(0x7fa55298a90c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7fa55298a908, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 recvf…