-
Notifications
You must be signed in to change notification settings - Fork 43
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
xud crash (after one successful call) #732
Comments
I can't reproduce this. DNS should not impact the rpc layer assuming you're making calls on the same machine as the server or using IP addresses. Do you have a different setup? Does this issue persist for you? Is the xud process crashing? |
It shouldn't impact the RPC, but it's just a guess. Might be something totally different. We are directly using the terminal on the machine where Once it's there, it's persisting and only restart of |
We mislead you: |
Are you running |
I haven't been running in |
Updated status of this issue: FYI: It appeared random yesterday because of ExchangeUnion/xud-simnet#17. We only had it once where it crashed on |
Did you manage to reproduce? @sangaman @moshababo |
Not yet but I'm looking at it now, do you happen to have any more logs or any of the output from the crash? I did find a bug with the |
Only https://github.com/ExchangeUnion/xud/files/2651717/xud3.log And no we used the gRPC, so that won't fix it: https://github.com/kilrau/xud-exchange-integration-example/blob/master/engine.py#L392 You can just spin up our test exchange and connect it to xud to reproduce the behavior: https://github.com/kilrau/xud-exchange-integration-example/ |
There's really no output when the xud process stops? It just silently goes away? Very weird, maybe I'll have to try this again later with the exchange because I can't reproduce and am running out of ideas. |
Yup, it just crashes and that's it. Let me spin up a test environment with the two exchanges on GCloud for ya |
Done, check Slack @sangaman |
Added @reliveyy , he can help to reproduce |
Cannot reproduce the crash on the new xud version. So close it. |
This is related to #729. After starting the SIMNET, gRPC immediately become unresponsive after one successful call (
getinfo
).Not sure if this matters: I noticed my local DNS didn't work in the moment of the gRPC crash. Situation might be reproduced by disabling your local DNS lookup for a while.
The text was updated successfully, but these errors were encountered: