iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

Terminate called after throwing an instance of 'std::system_error' #1618

Open mettenian opened 5 years ago

mettenian commented 5 years ago

Bug description

IRI crashed after terminate called after throwing an instance of 'std::system_error'

IRI version

1.8.1

Hardware Spec

Linux 4.4.0-042stab140.1 #1 SMP Thu Aug 15 13:32:22 MSK 2019 x86_64 GNU/Linux

Errors

09/14 09:54:27.898 [Local Snapshots Monitor] INFO SnapshotServiceImpl:392 - Taking local snapshot [generating solid entry points]: 40,00% ... 09/14 09:54:30.899 [Local Snapshots Monitor] INFO SnapshotServiceImpl:392 - Taking local snapshot [generating solid entry points]: 90,00% ... 09/14 09:54:31.539 [Local Snapshots Monitor] INFO SnapshotServiceImpl:392 - Taking local snapshot [generating solid entry points]: 100,00% ... [DONE] 09/14 09:54:31.539 [Local Snapshots Monitor] INFO SnapshotServiceImpl:392 - Taking local snapshot [processing seen milestones]: 0,00% ... 09/14 09:54:31.540 [Local Snapshots Monitor] INFO SnapshotServiceImpl:392 - Taking local snapshot [processing seen milestones]: 100,00% ... [DONE] 09/14 09:54:34.717 [Tips Requester] INFO TipsRequesterImpl:86 - toProcess = 0 , toBroadcast = 0 , toRequest = 0 , toReply = 0 / totalTransactions = 24750001 09/14 09:54:43.582 [pool-10-thread-1] INFO BatchedBCTCurl:103 - batching saturation ratio 5.0% (processed 636 / max possible 11200), cycles 175, avg. cycle time 114.0ms 09/14 09:54:44.718 [Tips Requester] INFO TipsRequesterImpl:86 - toProcess = 0 , toBroadcast = 0 , toRequest = 0 , toReply = 0 / totalTransactions = 24750048 terminate called after throwing an instance of 'std::system_error' what(): Resource temporarily unavailable Aborted

jakubcech commented 5 years ago

Hey, thanks for reporting this. Are u able to reproduce this in some way?