Created
July 4, 2024 15:34
-
-
Save thehowl/d1efa51858d865fb5beb9c3a9cb0eeef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
panic: runtime error: invalid memory address or nil pointer dereference [recovered] | |
panic: runtime error: invalid memory address or nil pointer dereference [recovered] | |
panic: runtime error: invalid memory address or nil pointer dereference [recovered] | |
panic: runtime error: invalid memory address or nil pointer dereference | |
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0xa9bb22] | |
goroutine 466 [running]: | |
testing.tRunner.func1.2({0xff6340, 0x1b7ce00}) | |
/usr/lib/go/src/testing/testing.go:1631 +0x24a | |
testing.tRunner.func1() | |
/usr/lib/go/src/testing/testing.go:1634 +0x377 | |
panic({0xff6340?, 0x1b7ce00?}) | |
/usr/lib/go/src/runtime/panic.go:770 +0x132 | |
github.com/rogpeppe/go-internal/testscript.catchFailNow(0xc00c783cc8) | |
/home/howl/go/pkg/mod/github.com/rogpeppe/[email protected]/testscript/testscript.go:812 +0x7e | |
panic({0xff6340?, 0x1b7ce00?}) | |
/usr/lib/go/src/runtime/panic.go:770 +0x132 | |
github.com/rogpeppe/go-internal/testscript.(*TestScript).callBuiltinCmd.func1() | |
/home/howl/go/pkg/mod/github.com/rogpeppe/[email protected]/testscript/testscript.go:726 +0x5f | |
panic({0xff6340?, 0x1b7ce00?}) | |
/usr/lib/go/src/runtime/panic.go:770 +0x132 | |
github.com/gnolang/gno/gnovm/pkg/gnolang.ParseMemPackage(0x0) | |
/home/howl/oc/gno/gnovm/pkg/gnolang/nodes.go:1188 +0x42 | |
github.com/gnolang/gno/gnovm/pkg/gnolang.(*Machine).PreprocessAllFilesAndSaveBlockNodes(0xc00b4f46c8) | |
/home/howl/oc/gno/gnovm/pkg/gnolang/machine.go:224 +0x73 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment