timeglass / glass

Automated time tracking for Git repositories. [DEPRECATED]
Mozilla Public License 2.0
583 stars 27 forks source link

Glass problem with GO fatal error: MSpanList_Insert #77

Open gabriellupu opened 5 years ago

gabriellupu commented 5 years ago
go version
go version go1.11.5 darwin/amd64
glass status
failed MSpanList_Insert 0x4662000 0x7d4aede58a58 0x0
fatal error: MSpanList_Insert

runtime stack:
runtime.throw(0x456640b)
    /usr/local/go/src/runtime/panic.go:491 +0xad fp=0x7ffeefbf8da0 sp=0x7ffeefbf8d70
runtime.MSpanList_Insert(0x4583f68, 0x4662000)
    /usr/local/go/src/runtime/mheap.c:692 +0x8f fp=0x7ffeefbf8dc8 sp=0x7ffeefbf8da0
MHeap_FreeSpanLocked(0x4580b60, 0x4662000, 0x100)
    /usr/local/go/src/runtime/mheap.c:583 +0x163 fp=0x7ffeefbf8e08 sp=0x7ffeefbf8dc8
MHeap_Grow(0x4580b60, 0x8, 0x0)
    /usr/local/go/src/runtime/mheap.c:420 +0x1a8 fp=0x7ffeefbf8e48 sp=0x7ffeefbf8e08
MHeap_AllocSpanLocked(0x4580b60, 0x1, 0x0)
    /usr/local/go/src/runtime/mheap.c:298 +0x365 fp=0x7ffeefbf8e88 sp=0x7ffeefbf8e48
mheap_alloc(0x4580b60, 0x1, 0x12, 0x0)
    /usr/local/go/src/runtime/mheap.c:190 +0x121 fp=0x7ffeefbf8eb0 sp=0x7ffeefbf8e88
runtime.MHeap_Alloc(0x4580b60, 0x1, 0x10000000012, 0x400d6a9)
    /usr/local/go/src/runtime/mheap.c:240 +0x66 fp=0x7ffeefbf8ee8 sp=0x7ffeefbf8eb0
MCentral_Grow(0x45888d8, 0x0)
    /usr/local/go/src/runtime/mcentral.c:197 +0x8b fp=0x7ffeefbf8f50 sp=0x7ffeefbf8ee8
runtime.MCentral_CacheSpan(0x45888d8, 0x0)
    /usr/local/go/src/runtime/mcentral.c:85 +0x167 fp=0x7ffeefbf8f88 sp=0x7ffeefbf8f50
runtime.MCache_Refill(0x465e000, 0x12, 0x0)
    /usr/local/go/src/runtime/mcache.c:90 +0xa0 fp=0x7ffeefbf8fb0 sp=0x7ffeefbf8f88
runtime.mcacheRefill_m()
    /usr/local/go/src/runtime/malloc.c:368 +0x57 fp=0x7ffeefbf8fd0 sp=0x7ffeefbf8fb0
runtime.onM(0x44523f8)
    /usr/local/go/src/runtime/asm_amd64.s:273 +0x9a fp=0x7ffeefbf8fd8 sp=0x7ffeefbf8fd0
runtime.mallocgc(0x120, 0x438f620, 0x0, 0x0)
    /usr/local/go/src/runtime/malloc.go:178 +0x849 fp=0x7ffeefbf9088 sp=0x7ffeefbf8fd8
runtime.newobject(0x438f620, 0x465e000)
    /usr/local/go/src/runtime/malloc.go:353 +0x49 fp=0x7ffeefbf90b0 sp=0x7ffeefbf9088
runtime.newG(0x40283ca)
    /usr/local/go/src/runtime/proc.go:233 +0x2a fp=0x7ffeefbf90c8 sp=0x7ffeefbf90b0
allocg(0x458d7a0)
    /usr/local/go/src/runtime/proc.c:925 +0x1f fp=0x7ffeefbf90d8 sp=0x7ffeefbf90c8
runtime.malg(0x8000, 0x458d960)
    /usr/local/go/src/runtime/proc.c:2106 +0x1f fp=0x7ffeefbf9108 sp=0x7ffeefbf90d8
runtime.mpreinit(0x458e1a0)
    /usr/local/go/src/runtime/os_darwin.c:137 +0x27 fp=0x7ffeefbf9120 sp=0x7ffeefbf9108
mcommoninit(0x458e1a0)
    /usr/local/go/src/runtime/proc.c:201 +0xc9 fp=0x7ffeefbf9148 sp=0x7ffeefbf9120
runtime.schedinit()
    /usr/local/go/src/runtime/proc.c:138 +0x55 fp=0x7ffeefbf9170 sp=0x7ffeefbf9148
runtime.rt0_go(0x7ffeefbf91b0, 0x2, 0x7ffeefbf91b0, 0x0, 0x7fff6971eed9, 0x0, 0x2, 0x7ffeefbf9fc0, 0x7ffeefbf9fc6, 0x0, ...)
    /usr/local/go/src/runtime/asm_amd64.s:95 +0x116 fp=0x7ffeefbf9178 sp=0x7ffeefbf9170

OSX Version:

System Version: macOS 10.14.2 (18C54)
Kernel Version: Darwin 18.2.0
freakaton commented 5 years ago

Same problem