Issue with panic on attemp to update node up to 0.25.0 #327

Closed
opened 2025-12-28 17:19:07 +00:00 by sami · 0 comments
Owner

Originally created by @anatoly-bogatyrev on GitHub (Sep 29, 2021).

Originally assigned to: @cthulhu-rider on GitHub.

Error in the log:

neofs-storage[15888]: 2021-09-29T09:08:44.031Z        info        neofs-node/config.go:334        shard attached to engine        {"id": "M37cZnWHfb2gbagAEBH6zd"}
neofs-storage[15888]: panic: runtime error: slice bounds out of range [1:0]
neofs-storage[15888]: goroutine 1 [running]:
neofs-storage[15888]: main.initMorphComponents.func1(0x0, 0x0, 0x0, 0x12a05f200, 0xc0002a3d28)
neofs-storage[15888]:         github.com/nspcc-dev/neofs-node/cmd/neofs-node/morph.go:48 +0x57c
neofs-storage[15888]: main.initMorphComponents(0xc000106300)
neofs-storage[15888]:         github.com/nspcc-dev/neofs-node/cmd/neofs-node/morph.go:66 +0x11b
neofs-storage[15888]: main.initNetmapService(0xc000106300)
neofs-storage[15888]:         github.com/nspcc-dev/neofs-node/cmd/neofs-node/netmap.go:88 +0x75c
neofs-storage[15888]: main.initApp(0xc000106300)
neofs-storage[15888]:         github.com/nspcc-dev/neofs-node/cmd/neofs-node/main.go:74 +0xe9
neofs-storage[15888]: main.main()
neofs-storage[15888]:         github.com/nspcc-dev/neofs-node/cmd/neofs-node/main.go:54 +0x165
Originally created by @anatoly-bogatyrev on GitHub (Sep 29, 2021). Originally assigned to: @cthulhu-rider on GitHub. Error in the log: ``` neofs-storage[15888]: 2021-09-29T09:08:44.031Z info neofs-node/config.go:334 shard attached to engine {"id": "M37cZnWHfb2gbagAEBH6zd"} neofs-storage[15888]: panic: runtime error: slice bounds out of range [1:0] neofs-storage[15888]: goroutine 1 [running]: neofs-storage[15888]: main.initMorphComponents.func1(0x0, 0x0, 0x0, 0x12a05f200, 0xc0002a3d28) neofs-storage[15888]: github.com/nspcc-dev/neofs-node/cmd/neofs-node/morph.go:48 +0x57c neofs-storage[15888]: main.initMorphComponents(0xc000106300) neofs-storage[15888]: github.com/nspcc-dev/neofs-node/cmd/neofs-node/morph.go:66 +0x11b neofs-storage[15888]: main.initNetmapService(0xc000106300) neofs-storage[15888]: github.com/nspcc-dev/neofs-node/cmd/neofs-node/netmap.go:88 +0x75c neofs-storage[15888]: main.initApp(0xc000106300) neofs-storage[15888]: github.com/nspcc-dev/neofs-node/cmd/neofs-node/main.go:74 +0xe9 neofs-storage[15888]: main.main() neofs-storage[15888]: github.com/nspcc-dev/neofs-node/cmd/neofs-node/main.go:54 +0x165 ```
sami 2025-12-28 17:19:07 +00:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#327
No description provided.