golang在mac下源码安装时fatal error: MSpanList_Insert错误

栏目: Go · 发布时间: 5年前

内容简介:原本使用的golang是1.9版本,今天想升到最新的1.11。遇到如下错误网上没搜到好的解决办法,最后把 GOROOT_BOOTSTRAP 指向go1.9的安装目录解决。(默认的GOROOT_BOOTSTRAP是指向go1.4的)

原本使用的golang是1.9版本,今天想升到最新的1.11。遇到如下错误

failed MSpanList_Insert 0x905000 0x9b51f3c97b8 0x0 0x0
fatal error: MSpanList_Insert
runtime stack:
runtime.throw(0x5e5cf0, 0x10)
    /home/travis/.gimme/versions/go1.6.linux.amd64/src/runtime/panic.go:530 +0x90 fp=0x7fff5fbff0b0 sp=0x7fff5fbff098
runtime.(*mSpanList).insert(0x865d08, 0x905000)
    /home/travis/.gimme/versions/go1.6.linux.amd64/src/runtime/mheap.go:933 +0x293 fp=0x7fff5fbff0e0 sp=0x7fff5fbff0b0
runtime.(*mheap).freeSpanLocked(0x865500, 0x905000, 0x100, 0x0)
    /home/travis/.gimme/versions/go1.6.linux.amd64/src/runtime/mheap.go:809 +0x4be fp=0x7fff5fbff148 sp=0x7fff5fbff0e0
runtime.(*mheap).grow(0x865500, 0x8, 0x0)

网上没搜到好的解决办法,最后把 GOROOT_BOOTSTRAP 指向 go 1.9的安装目录解决。(默认的GOROOT_BOOTSTRAP是指向go1.4的)

cd ~/go/src
GOROOT_BOOTSTRAP='~/go1.9' ./all.bash

以上所述就是小编给大家介绍的《golang在mac下源码安装时fatal error: MSpanList_Insert错误》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Inside Larry's and Sergey's Brain

Inside Larry's and Sergey's Brain

Richard Brandt / Portfolio / 17 Sep 2009 / USD 24.95

You’ve used their products. You’ve heard about their skyrocketing wealth and “don’t be evil” business motto. But how much do you really know about Google’s founders, Larry Page and Sergey Brin? Inside......一起来看看 《Inside Larry's and Sergey's Brain》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具