-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relay dies with AssertionError #154
Comments
Thank you for the report. Version 2.3? On which platform? Does it also happen with the rust version? Possibly related to #136. |
It's gnirehtet-java-v2.3.zip, MacOS and Samsung tablet. No, I didn't try the rust version. Can it help? |
Does it happen all the time in a few minutes?
It would help to know if it's the same bug as #136, which in turn would help to find the cause. |
Note to myself to find the cause: this might be correlated with unreachable DNS: #155. |
…e cleaning deadline by a small number of milliseconds Fixes Genymobile#154 Evidence: Selected keys size 1 now: 1562790544556 nextCleaningDeadline 1562790662669 Selected keys size 0 now: 1562790662667 nextCleaningDeadline 1562790662669 selector.select() returned without any event, an invalid SelectionKey was probably been registered Selected keys size 0 now: 1562790662670 nextCleaningDeadline 1562790662669 Selected keys size 0 now: 1562790722672 nextCleaningDeadline 1562790722670 2019-07-10 16:32:02.673 I UDPConnection: UDP 10.0.0.2:31650 -> 208.67.222.222:53 Close
I have the same issue on mac OS. any update on this? |
Fix race condition in Java due to timeout from no activity, misses the cleaning deadline by a small number of milliseconds. Fixes <#154> Evidence: Selected keys size 1 now: 1562790544556 nextCleaningDeadline 1562790662669 Selected keys size 0 now: 1562790662667 nextCleaningDeadline 1562790662669 selector.select() returned without any event, an invalid SelectionKey was probably been registered Selected keys size 0 now: 1562790662670 nextCleaningDeadline 1562790662669 Selected keys size 0 now: 1562790722672 nextCleaningDeadline 1562790722670 2019-07-10 16:32:02.673 I UDPConnection: UDP 10.0.0.2:31650 -> 208.67.222.222:53 Close
Fix race condition in Java due to timeout from no activity, misses the cleaning deadline by a small number of milliseconds. Fixes <#154> Evidence: Selected keys size 1 now: 1562790544556 nextCleaningDeadline 1562790662669 Selected keys size 0 now: 1562790662667 nextCleaningDeadline 1562790662669 selector.select() returned without any event, an invalid SelectionKey was probably been registered Selected keys size 0 now: 1562790662670 nextCleaningDeadline 1562790662669 Selected keys size 0 now: 1562790722672 nextCleaningDeadline 1562790722670 2019-07-10 16:32:02.673 I UDPConnection: UDP 10.0.0.2:31650 -> 208.67.222.222:53 Close Signed-off-by: Romain Vimont <[email protected]>
One real device, connected by USB. In some time relay dies. What's wrong?
The text was updated successfully, but these errors were encountered: