Skip to content

zoncoen-sample/go1.17-linker-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go1.17-linker-issue

Go 1.17 may have a linker bug.

fatal error: unreachable method called. linker bug?

Steps to reproduce

$ go version
go version go1.17 linux/amd64

$ go build -buildmode=plugin -o plugin.so ./plugin

$ go run main.go
fatal error: unreachable method called. linker bug?

goroutine 1 [running]:
runtime.throw({0xa1aab8, 0xc00014e880})
...
exit status 2

with scenarigo

$ go install github.com/zoncoen/scenarigo/cmd/scenarigo@v0.8.0

$ go build -buildmode=plugin -o plugin.so ./plugin

$ scenarigo run test.yaml
fatal error: unreachable method called. linker bug?

goroutine 21 [running]:
runtime.throw({0xcb5e67, 0xc000171980})
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages