go-sqlite3: Signal:killed during init of go-sqlite
I just have installed the latest version (go get github.com/mattn/go-sqlite3
) and tried out an example from the _examples directory. Now the output is: signal: killed
and I don’t know how to debug.
EDIT Some further investigation pointed out that:
package main
import (
"fmt"
_ "github.com/mattn/go-sqlite3"
)
func main() {
fmt.Println("test")
}
Also results in signal killed
.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 5
- Comments: 18 (4 by maintainers)
https://github.com/golang/go/issues/19734
In case it helps anyone (in the mean time). You can download old version of Xcode (you must be logged in) from here: https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_8.2.1/Xcode_8.2.1.xip
Move that into your Applications folder as Xcode_821.app
and then:
sudo xcode-select -s /Applications/Xcode_821.app/Contents/Developer