-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Using a brand new install of cloud-ssh I'm getting errors when trying to run it:
failed MSpanList_Insert 0x5ac000 0x7749068ad2 0x0
fatal error: MSpanList_Insert
runtime stack:
runtime.throw(0x5331bb)
/usr/local/go/src/pkg/runtime/panic.c:520 +0x69
runtime.MSpanList_Insert(0x54c348, 0x5ac000)
/usr/local/go/src/pkg/runtime/mheap.c:618 +0x8a
MHeap_FreeLocked(0x548340, 0x5ac000)
/usr/local/go/src/pkg/runtime/mheap.c:447 +0x1a6
MHeap_Grow(0x548340, 0x10)
/usr/local/go/src/pkg/runtime/mheap.c:341 +0x1ae
MHeap_AllocLocked(0x548340, 0x1, 0x2)
/usr/local/go/src/pkg/runtime/mheap.c:222 +0x379
runtime.MHeap_Alloc(0x548340, 0x1, 0x10000000002)
/usr/local/go/src/pkg/runtime/mheap.c:178 +0x7b
MCentral_Grow(0x550758)
/usr/local/go/src/pkg/runtime/mcentral.c:265 +0x89
runtime.MCentral_CacheSpan(0x550758)
/usr/local/go/src/pkg/runtime/mcentral.c:84 +0x14b
runtime.MCache_Refill(0x5a8000, 0x2)
/usr/local/go/src/pkg/runtime/mcache.c:78 +0x119
runtime.mallocgc(0x10, 0x0, 0x10)
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/makerelease530016500/go/src/pkg/runtime/malloc.goc:152 +0x30e
runtime.malloc(0x10)
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/makerelease530016500/go/src/pkg/runtime/malloc.goc:264 +0x39
runtime.mallocinit()
/private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/makerelease530016500/go/src/pkg/runtime/malloc.goc:575 +0x2a5
runtime.schedinit()
/usr/local/go/src/pkg/runtime/proc.c:150 +0x36
_rt0_go()
/usr/local/go/src/pkg/runtime/asm_amd64.s:91 +0x114
I don't imagine that my Go version has anything to do with it, given this is a compiled binary, but I'm not much of a Golang developer to delve into it further...
Metadata
Metadata
Assignees
Labels
No labels