license icon indicating copy to clipboard operation
license copied to clipboard

Fatal error when running license command

Open ioalex opened this issue 4 years ago • 0 comments

I installed this CLI via Homebrew on Mac. When I run the license command, the following error is outputted:

failed MSpanList_Insert 0x683000 0x1d304b30a6df2 0x0
fatal error: MSpanList_Insert

runtime stack:
runtime.throw(0x59b3ab)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/panic.go:491 +0xad fp=0x7ffeefbfee70 sp=0x7ffeefbfee40
runtime.MSpanList_Insert(0x5c1f48, 0x683000)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mheap.c:692 +0x8f fp=0x7ffeefbfee98 sp=0x7ffeefbfee70
MHeap_FreeSpanLocked(0x5beb40, 0x683000, 0x100)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mheap.c:583 +0x163 fp=0x7ffeefbfeed8 sp=0x7ffeefbfee98
MHeap_Grow(0x5beb40, 0x8, 0x0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mheap.c:420 +0x1a8 fp=0x7ffeefbfef18 sp=0x7ffeefbfeed8
MHeap_AllocSpanLocked(0x5beb40, 0x1, 0x0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mheap.c:298 +0x365 fp=0x7ffeefbfef58 sp=0x7ffeefbfef18
mheap_alloc(0x5beb40, 0x1, 0x12, 0x0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mheap.c:190 +0x121 fp=0x7ffeefbfef80 sp=0x7ffeefbfef58
runtime.MHeap_Alloc(0x5beb40, 0x1, 0x10000000012, 0x16309)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mheap.c:240 +0x66 fp=0x7ffeefbfefb8 sp=0x7ffeefbfef80
MCentral_Grow(0x5c68b8, 0x0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mcentral.c:197 +0x8b fp=0x7ffeefbff020 sp=0x7ffeefbfefb8
runtime.MCentral_CacheSpan(0x5c68b8, 0x0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mcentral.c:85 +0x167 fp=0x7ffeefbff058 sp=0x7ffeefbff020
runtime.MCache_Refill(0x67f000, 0x12, 0x0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/mcache.c:90 +0xa0 fp=0x7ffeefbff080 sp=0x7ffeefbff058
runtime.mcacheRefill_m()
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/malloc.c:368 +0x57 fp=0x7ffeefbff0a0 sp=0x7ffeefbff080
runtime.onM(0x4843b0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/asm_amd64.s:273 +0x9a fp=0x7ffeefbff0a8 sp=0x7ffeefbff0a0
runtime.mallocgc(0x120, 0x3a32e0, 0x0, 0x0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/malloc.go:178 +0x849 fp=0x7ffeefbff158 sp=0x7ffeefbff0a8
runtime.newobject(0x3a32e0, 0x67f000)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/malloc.go:353 +0x49 fp=0x7ffeefbff180 sp=0x7ffeefbff158
runtime.newG(0x2ff3a)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/proc.go:233 +0x2a fp=0x7ffeefbff198 sp=0x7ffeefbff180
allocg(0x5af1e0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/proc.c:925 +0x1f fp=0x7ffeefbff1a8 sp=0x7ffeefbff198
runtime.malg(0x8000, 0x5af3a0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/proc.c:2106 +0x1f fp=0x7ffeefbff1d8 sp=0x7ffeefbff1a8
runtime.mpreinit(0x5afbe0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/os_darwin.c:137 +0x27 fp=0x7ffeefbff1f0 sp=0x7ffeefbff1d8
mcommoninit(0x5afbe0)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/proc.c:201 +0xc9 fp=0x7ffeefbff218 sp=0x7ffeefbff1f0
runtime.schedinit()
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/proc.c:138 +0x55 fp=0x7ffeefbff240 sp=0x7ffeefbff218
runtime.rt0_go(0x7ffeefbff270, 0x2, 0x7ffeefbff270, 0x0, 0x2, 0x7ffeefbff548, 0x7ffeefbff550, 0x0, 0x7ffeefbff554, 0x7ffeefbff590, ...)
	/Users/taichi.nakashima/.gvm/gos/go1.4/src/runtime/asm_amd64.s:95 +0x116 fp=0x7ffeefbff248 sp=0x7ffeefbff240

I have tried to run

brew reinstall license

but the same error occurs.

ioalex avatar Aug 20 '20 05:08 ioalex