You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
[2023-12-27 22:28:27.634] [info] SmesherService, in grpc PostDataCreationProgressStream, output: {"state":5,"numLabelsWritten":90194313216}
[2023-12-27 22:28:27.636] [info] SmesherService, in PostSetupStatusStream, output: {"postSetupState":5,"numLabelsWritten":90194313216,"opts":{"dataDir":"E:\\HDDNODE4","numUnits":21,"maxFileSize":2147483648,"providerId":4294967295}}
[2023-12-27 22:28:27.636] [info] SmesherService, in PostSetupStatusStream, output: "Status complete -> closing stream"
[2023-12-27 22:28:33.775] [info] NodeManager, in sendNodeStatus, output: {"connectedPeers":25,"isSynced":false,"syncedLayer":47465,"topLayer":47981,"verifiedLayer":47460}
[2023-12-27 22:28:38.098] [info] NodeManager, in sendNodeStatus, output: {"connectedPeers":26,"isSynced":false,"syncedLayer":47465,"topLayer":47981,"verifiedLayer":47460}
[2023-12-27 22:28:45.280] [info] NodeManager, in sendNodeStatus, output: {"connectedPeers":26,"isSynced":false,"syncedLayer":47465,"topLayer":47981,"verifiedLayer":47464}
[2023-12-27 22:28:49.045] [info] NodeManager, in sendNodeStatus, output: {"connectedPeers":26,"isSynced":false,"syncedLayer":47469,"topLayer":47981,"verifiedLayer":47467}
[2023-12-27 22:29:02.323] [info] NodeManager, in sendNodeStatus, output: {"connectedPeers":25,"isSynced":false,"syncedLayer":47469,"topLayer":47981,"verifiedLayer":47467}
[2023-12-27 22:29:13.199] [info] NodeManager, in sendNodeStatus, output: {"connectedPeers":24,"isSynced":false,"syncedLayer":47469,"topLayer":47981,"verifiedLayer":47467}
[2023-12-27 22:29:14.619] [info] NodeManager, in sendNodeStatus, output: {"connectedPeers":23,"isSynced":false,"syncedLayer":47469,"topLayer":47981,"verifiedLayer":47467}
[2023-12-27 22:29:34.373] [error] syncSmesherInfo, in subscribeNodeEvents, error: "Error: 14 UNAVAILABLE: read ECONNRESET"
[2023-12-27 22:29:34.821] [error] NodeManager, in Node Process close, error: 3221225477
...
I guess that prove.rs tries to read wrong address somehow and that crashes an app.
You can download full logs from the report in Discord or ask User to help with the investigation (e.g. running Smapp with --pprof-server flag to pass it to go-spacemesh, and then fetch required profiles).
The text was updated successfully, but these errors were encountered:
We have a report in Discord that go-spacemesh unexpectedly quits.
Go-spacemesh logs look fine and do not contain any errors.
However, app-logs indicates that the node process exits with the code 3221225477.
Here is a part of log files:
Go-spacemesh:
App-logs:
I guess that prove.rs tries to read wrong address somehow and that crashes an app.
You can download full logs from the report in Discord or ask User to help with the investigation (e.g. running Smapp with
--pprof-server
flag to pass it to go-spacemesh, and then fetch required profiles).The text was updated successfully, but these errors were encountered: