ExchangeUnion / xud-simnet

The XUD Simulation Network, a nicey nice playground with monopoly money
GNU Affero General Public License v3.0
1 stars 1 forks source link

Raiden crashes when running simnet for a while #47

Closed kilrau closed 5 years ago

kilrau commented 5 years ago

Saw this multiple times in my tests today: after running native simnet for a while (20,30 mins) raiden just stops:

as last lines. Here the full raiden-debug_2019-08-06T09:50:54.243948.log

kilrau commented 5 years ago

Exactly crashes in exactly the same way on first run of a fresh, native simnet setup - bumping up to P1. Here the logs of this: raiden-debug_2019-08-14T12:27:03.350256.log

kilrau commented 5 years ago

Exactly same crash again, today on first run of a fresh, native simnet setup.

raiden-debug_2019-08-23T08:02:30.546247.log xud.log

kilrau commented 5 years ago

Update: crash happens due to bad resolve request (which is coming out of the blue):

t0

├──────────┼────────────────────────────────────────────┤
│ Address  │ 0x3500909b8e61A12c2a01d532Db7dcD4c83596490 │
├──────────┼────────────────────────────────────────────┤
│ Channels │ 0                                          │
├──────────┼────────────────────────────────────────────┤

t1

├──────────┼────────────────────────────────────────────┤
│ Address  │ 0x3500909b8e61A12c2a01d532Db7dcD4c83596490 │
├──────────┼────────────────────────────────────────────┤
│ Channels │ 1                                         │
├──────────┼────────────────────────────────────────────┤

t2

├──────────┼────────────────────────────────────────────┤
│ Address  │ 0x3500909b8e61A12c2a01d532Db7dcD4c83596490 │
├──────────┼────────────────────────────────────────────┤
│ Channels │ 2                                          │
├──────────┼────────────────────────────────────────────┤

t3

23/08/2019 11:37:24.751 [SWAPS] debug: handleResolveRequest starting with hash 9155a9aa43b066461916bfaea9ea7aea1833bfb4b5a8bb5faaf89918017143fb
23/08/2019 11:37:50.302 [RPC] debug: received call /xudrpc.Xud/GetInfo
23/08/2019 11:37:50.304 [RAIDEN] error: Error: connect ECONNREFUSED 127.0.0.1:5001
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)
offerm commented 5 years ago

@kilrau is this still relevant? I think it can be closed