Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System crashed #314

Closed
4 tasks
egonspace opened this issue Sep 1, 2021 · 0 comments · Fixed by #388
Closed
4 tasks

System crashed #314

egonspace opened this issue Sep 1, 2021 · 0 comments · Fixed by #388
Assignees
Labels
A: bug Something isn't working

Comments

@egonspace
Copy link

Summary of Bug

lfb cannot start.

panic: Value missing for hash 30303030303030303030303030303030303030303030303030303a0c0a0a7661 corresponding to nodeKey 6e30303030303030303030303030303030303030303030303030303a0c0a0a7661

goroutine 1 [running]:
github.com/line/iavl/v2.(*nodeDB).GetNode(0xc001c08190, 0x7f81d805317c, 0x20, 0x20, 0x0)
	github.com/line/iavl/v2@v2.0.0-init.1.0.20210602045707-fddfe1f85001/nodedb.go:101 +0x77f
github.com/line/iavl/v2.(*MutableTree).LoadVersion(0xc00062e300, 0x28671, 0xc00135c000, 0xc0005a2a30, 0xc00062e300)
	github.com/line/iavl/v2@v2.0.0-init.1.0.20210602045707-fddfe1f85001/mutable_tree.go:381 +0x3c8
github.com/line/lfb-sdk/store/iavl.LoadStoreWithInitialVersion(0x25f42d0, 0xc00062e270, 0x259e380, 0xc0001abe20, 0x28671, 0xc000583000, 0x20, 0x20, 0x0, 0x0, ...)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/store/iavl/store.go:117 +0x257
github.com/line/lfb-sdk/store/iavl.LoadStore(...)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/store/iavl/store.go:96
github.com/line/lfb-sdk/store/rootmulti.(*Store).loadCommitStoreFromParams(0xc0003fdad0, 0x25bf4f0, 0xc0001abee0, 0x28671, 0xc000583000, 0x20, 0x20, 0x25bf4f0, 0xc0001abee0, 0x0, ...)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/store/rootmulti/store.go:838 +0x225
github.com/line/lfb-sdk/store/rootmulti.(*Store).loadVersion(0xc0003fdad0, 0x28671, 0x0, 0x1f73340, 0x25de300)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/store/rootmulti/store.go:203 +0x351
github.com/line/lfb-sdk/store/rootmulti.(*Store).LoadLatestVersion(0xc0003fdad0, 0x10, 0x7f83309b0108)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/store/rootmulti/store.go:165 +0x58
github.com/line/lfb-sdk/baseapp.DefaultStoreLoader(0x25f9d88, 0xc0003fdad0, 0x0, 0xc0005a3180)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/baseapp/baseapp.go:247 +0x31
github.com/line/lfb-sdk/baseapp.(*BaseApp).LoadLatestVersion(0xc000f88000, 0xc0012ff6b0, 0x7f82f47acac0)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/baseapp/baseapp.go:237 +0x42
github.com/line/lfb/app.NewLinkApp(0x25db4d8, 0xc00128b8c0, 0x25f4358, 0xc0012e4480, 0x0, 0x0, 0x1, 0xc0010a7c50, 0x7ffda39374e6, 0x8, ...)
	github.com/line/lfb/app/app.go:453 +0x6394
github.com/line/lfb/cmd/lfb/cmd.newApp(0x25db4d8, 0xc00128b8c0, 0x25f4358, 0xc0012e4480, 0x0, 0x0, 0x259ecc0, 0xc001125320, 0x110, 0x5c0a0b)
	github.com/line/lfb/cmd/lfb/cmd/root.go:199 +0xb05
github.com/line/lfb-sdk/server.startInProcess(0xc001022ba0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x25e3608, 0xc000f94480, ...)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/server/start.go:246 +0x1eb
github.com/line/lfb-sdk/server.StartCmd.func2(0xc000fe6780, 0xc001022cc0, 0x0, 0x2, 0x0, 0x0)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/server/start.go:126 +0x1c8
github.com/spf13/cobra.(*Command).execute(0xc000fe6780, 0xc001022ca0, 0x2, 0x2, 0xc000fe6780, 0xc001022ca0)
	github.com/spf13/cobra@v1.1.3/command.go:852 +0x472
github.com/spf13/cobra.(*Command).ExecuteC(0xc000fa2780, 0x21504fc, 0x3, 0xc000612fa8)
	github.com/spf13/cobra@v1.1.3/command.go:960 +0x375
github.com/spf13/cobra.(*Command).Execute(...)
	github.com/spf13/cobra@v1.1.3/command.go:897
github.com/spf13/cobra.(*Command).ExecuteContext(...)
	github.com/spf13/cobra@v1.1.3/command.go:890
github.com/line/lfb-sdk/server/cmd.Execute(0xc000fa2780, 0xc000612fa8, 0x14, 0x25f5b18, 0xc000f94480)
	github.com/line/lfb-sdk@v1.0.0-init.1.0.20210720072128-577c2c01cf60/server/cmd/execute.go:40 +0x28f
main.main()
	github.com/line/lfb/cmd/lfb/main.go:16 +0x45

Version

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant