search for: runtime_mstart

Displaying 3 results from an estimated 3 matches for "runtime_mstart".

2020 Oct 17
2
Re: Build failure of libnbd
...the difference was installing "gcc-go". I only had golang-bin installed previously. With gcc-go installed: ../run go install libguestfs.org/libnbd write of Go pointer 0xc000016060 to non-Go memory 0x7f5fe8297390 fatal error: Go pointer stored into non-Go memory runtime stack: runtime_mstart ../../../libgo/runtime/proc.c:593 Notice that these two packages both provide /usr/bin/go, using alternatives: $ rpm -qf /usr/bin/go golang-bin-1.15.3-1.fc34.x86_64 gcc-go-10.2.1-5.fc34.x86_64 $ ll /usr/bin/go lrwxrwxrwx. 1 root root 20 Oct 15 12:46 /usr/bin/go -> /etc/alternative...
2020 Oct 17
0
Re: Build failure of libnbd
...go". > I only had golang-bin installed previously. With gcc-go installed: > > ../run go install libguestfs.org/libnbd > write of Go pointer 0xc000016060 to non-Go memory 0x7f5fe8297390 > fatal error: Go pointer stored into non-Go memory > > runtime stack: > runtime_mstart > ../../../libgo/runtime/proc.c:593 > > Notice that these two packages both provide /usr/bin/go, using > alternatives: > > $ rpm -qf /usr/bin/go > golang-bin-1.15.3-1.fc34.x86_64 > gcc-go-10.2.1-5.fc34.x86_64 > $ ll /usr/bin/go > lrwxrwxrwx. 1 root root...
2020 Oct 17
2
Re: Build failure of libnbd
...golang-bin installed previously. With gcc-go installed: >> >> ../run go install libguestfs.org/libnbd >> write of Go pointer 0xc000016060 to non-Go memory 0x7f5fe8297390 >> fatal error: Go pointer stored into non-Go memory >> >> runtime stack: >> runtime_mstart >> ../../../libgo/runtime/proc.c:593 >> >> Notice that these two packages both provide /usr/bin/go, using >> alternatives: >> >> $ rpm -qf /usr/bin/go >> golang-bin-1.15.3-1.fc34.x86_64 >> gcc-go-10.2.1-5.fc34.x86_64 >> $ ll /usr/bin/...