rule110-io / surge

Surge is a p2p filesharing app designed to utilize blockchain technologies to enable 100% anonymous file transfers. Surge is end-to-end encrypted, decentralized and open source.
https://getsurge.io
Apache License 2.0
426 stars 48 forks source link

[Bug] Terminate on long runtime #27

Closed MutsiMutsi closed 3 years ago

MutsiMutsi commented 3 years ago

Describe the bug When running the client overnight it was terminated without dumping to a panic log.

To Reproduce Steps to reproduce the behavior:

  1. Run client for a long duration eg; 24 hours.

Expected behavior All exceptions currently terminate the application, this is to be expected to force a lot of debug info to be provided so we can catch our issues rather then letting these go unnoticed, however a panic dump should be created at all times with terminations.

MutsiMutsi commented 3 years ago

can not be reproduced with 0.3.0 if reproduced we will need additional log/panic info, closing for being unable to act upon further.