planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
506 stars 141 forks source link

System.Net.Sockets.SocketException (0x80004005): Address already in use #452

Closed earlbread closed 1 year ago

earlbread commented 5 years ago
8/22/2019 3:00:16 PM +09:00: A raw message [frame count: 7] has received.
8/22/2019 3:00:16 PM +09:00: A message has parsed: "Libplanet.Net.Messages.BlockHashes"
8/22/2019 3:00:16 PM +09:00: Trying to GetBlocksAsync() (using 1 hashes)
8/22/2019 3:00:16 PM +09:00: Something went wrong during message parsing: System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0 
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at Libplanet.Net.Swarm`1+<>c__DisplayClass84_0+<<GetBlocksAsync>b__0>d[T].MoveNext () [0x00035] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Collections.Async.IAsyncEnumerableExtensions+<ToListAsync>d__27`1[T].MoveNext () [0x0011d] in <5ab47007bd514ff3adcae97c30a0e967>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__96[T].MoveNext () [0x0011a] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__95[T].MoveNext () [0x002d2] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<>c__DisplayClass115_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0 
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at Libplanet.Net.Swarm`1+<>c__DisplayClass84_0+<<GetBlocksAsync>b__0>d[T].MoveNext () [0x00035] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Collections.Async.IAsyncEnumerableExtensions+<ToListAsync>d__27`1[T].MoveNext () [0x0011d] in <5ab47007bd514ff3adcae97c30a0e967>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__96[T].MoveNext () [0x0011a] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__95[T].MoveNext () [0x002d2] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<>c__DisplayClass115_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <acd9bdd9fbbd4121870ea1ccd40faf01>:0 
8/22/2019 3:00:16 PM +09:00: Trying to distribute own delta (+0, -0)...
8
dahlia commented 5 years ago

Might be relevant: https://github.com/planetarium/netmq/blob/7623f99717063910f0b6cfa8fafcc162902b8b1f/src/NetMQ/Core/Utils/Signaler.cs#L54

moreal commented 5 years ago

Another log (in GetTxAsync)

8/28/2019 7:08:16 PM +09:00: Something went wrong during message parsing: System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0
  at Libplanet.Net.Swarm`1+<>c__DisplayClass85_0+<<GetTxsAsync>b__0>d[T].MoveNext () [0x00024] in <7312b97854064764b3c8eaf151b481d6>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Collections.Async.IAsyncEnumerableExtensions+<ToListAsync>d__27`1[T].MoveNext () [0x0011d] in <5ab47007bd514ff3adcae97c30a0e967>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<ProcessTxIds>d__101[T].MoveNext () [0x00128] in <7312b97854064764b3c8eaf151b481d6>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__95[T].MoveNext () [0x0026f] in <7312b97854064764b3c8eaf151b481d6>:0
moreal commented 5 years ago

Another log (in GetBlockHashesAsync)

8/29/2019 1:06:44 PM +09:00: Append Failed. exception: System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0 
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at Libplanet.Net.Swarm`1+<GetBlockHashesAsync>d__83[T].MoveNext () [0x00064] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<SyncPreviousBlocksAsync>d__97[T].MoveNext () [0x000d4] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<AppendBlocksAsync>d__98[T].MoveNext () [0x000dc] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__96[T].MoveNext () [0x00227] in <7312b97854064764b3c8eaf151b481d6>:0 
System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0 
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at Libplanet.Net.Swarm`1+<GetBlockHashesAsync>d__83[T].MoveNext () [0x00064] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<SyncPreviousBlocksAsync>d__97[T].MoveNext () [0x000d4] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<AppendBlocksAsync>d__98[T].MoveNext () [0x000dc] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__96[T].MoveNext () [0x00227] in <7312b97854064764b3c8eaf151b481d6>:0 
8/29/2019 1:06:44 PM +09:00: Something went wrong during message parsing: System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0 
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at Libplanet.Net.Swarm`1+<GetBlockHashesAsync>d__83[T].MoveNext () [0x00064] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<SyncPreviousBlocksAsync>d__97[T].MoveNext () [0x000d4] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<AppendBlocksAsync>d__98[T].MoveNext () [0x000dc] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__96[T].MoveNext () [0x0027c] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__95[T].MoveNext () [0x002d4] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<>c__DisplayClass115_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <7312b97854064764b3c8eaf151b481d6>:0 
System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0 
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <21696b85a92a4a0eb8332ff57aebfd69>:0 
  at Libplanet.Net.Swarm`1+<GetBlockHashesAsync>d__83[T].MoveNext () [0x00064] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<SyncPreviousBlocksAsync>d__97[T].MoveNext () [0x000d4] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<AppendBlocksAsync>d__98[T].MoveNext () [0x000dc] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessBlockHashes>d__96[T].MoveNext () [0x0027c] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessMessageAsync>d__95[T].MoveNext () [0x002d4] in <7312b97854064764b3c8eaf151b481d6>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<>c__DisplayClass115_0+<<ReceiveMessage>b__0>d[T].MoveNext () [0x0007b] in <7312b97854064764b3c8eaf151b481d6>:0 
moreal commented 5 years ago

This was occurred when I tried to create sockets with my code, which is similar with Signaler and based on multiple task environment.

But I have some questions.

  1. Can the situation be occurred in game?
  2. NetMQ.Core.Ctx.CreateSocket has lock named m_slotSync, then can socket be created at the same time? (related with the first question).

PS: Mono said ADDRINUSE and .NET Core said ADDRNOTAVAIL.

earlbread commented 4 years ago
10/30/2019 11:10:31 AM +09:00: Unexpected exception occurred during "ProcessRuntime"(). "System.Net.Sockets.SocketException (0x80004005): Address already in use
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b6] in <c9226b2f33b7421e85bb391f94075e49>:0 
  at NetMQ.Core.Utils.Signaler..ctor () [0x00074] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at NetMQ.Core.Mailbox..ctor (System.String name) [0x00012] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at NetMQ.Core.SocketBase..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00046] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at NetMQ.Core.Patterns.Dealer..ctor (NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00000] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at NetMQ.Core.SocketBase.Create (NetMQ.ZmqSocketType type, NetMQ.Core.Ctx parent, System.Int32 threadId, System.Int32 socketId) [0x00085] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at NetMQ.Core.Ctx.CreateSocket (NetMQ.ZmqSocketType type) [0x00174] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at NetMQ.NetMQSocket..ctor (NetMQ.ZmqSocketType socketType, System.String connectionString, NetMQ.NetMQSocket+DefaultAction defaultAction) [0x0000c] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at NetMQ.Sockets.DealerSocket..ctor (System.String connectionString) [0x00000] in <9ff6527defd04a08b57233dfc87272fd>:0 
  at Libplanet.Net.Swarm`1+<ProcessRequest>d__114[T].MoveNext () [0x0003f] in <dcebedb705444fb6943e517bf136795e>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 
  at Libplanet.Net.Swarm`1+<ProcessRuntime>d__113[T].MoveNext () [0x00116] in <dcebedb705444fb6943e517bf136795e>:0 "
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.