Skip to content

Microduino Error Compiling Issue #10408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lilajenkins opened this issue Jun 23, 2020 · 1 comment
Closed

Microduino Error Compiling Issue #10408

lilajenkins opened this issue Jun 23, 2020 · 1 comment
Labels
Type: Duplicate Another item already exists for this topic

Comments

@lilajenkins
Copy link

The following error presents itself upon attempt to upload to the main board. Solutions would be appreciated.

Arduino: 1.6.7 (Mac OS X), Board: "Microduino/mCookie-Core (328p), Atmega328P@16M,5V"

failed MSpanList_Insert 0x308000 0xfb41d256e 0x0
fatal error: MSpanList_Insert

runtime stack:
runtime.throw(0x2a950b)
/usr/local/go/src/runtime/panic.go:491 +0xad fp=0x7ffeefbff390 sp=0x7ffeefbff360
runtime.MSpanList_Insert(0x2c7028, 0x308000)
/usr/local/go/src/runtime/mheap.c:692 +0x8f fp=0x7ffeefbff3b8 sp=0x7ffeefbff390
MHeap_FreeSpanLocked(0x2c3c20, 0x308000, 0x100)
/usr/local/go/src/runtime/mheap.c:583 +0x163 fp=0x7ffeefbff3f8 sp=0x7ffeefbff3b8
MHeap_Grow(0x2c3c20, 0x8, 0x0)
/usr/local/go/src/runtime/mheap.c:420 +0x1a8 fp=0x7ffeefbff438 sp=0x7ffeefbff3f8
MHeap_AllocSpanLocked(0x2c3c20, 0x1, 0x6be5020)
/usr/local/go/src/runtime/mheap.c:298 +0x365 fp=0x7ffeefbff478 sp=0x7ffeefbff438
mheap_alloc(0x2c3c20, 0x1, 0x12, 0x6b18000)
/usr/local/go/src/runtime/mheap.c:190 +0x121 fp=0x7ffeefbff4a0 sp=0x7ffeefbff478
runtime.MHeap_Alloc(0x2c3c20, 0x1, 0x10000000012, 0x10219)
/usr/local/go/src/runtime/mheap.c:240 +0x66 fp=0x7ffeefbff4d8 sp=0x7ffeefbff4a0
MCentral_Grow(0x2cb998, 0x7ffeefbff5c8)
/usr/local/go/src/runtime/mcentral.c:197 +0x8b fp=0x7ffeefbff540 sp=0x7ffeefbff4d8
runtime.MCentral_CacheSpan(0x2cb998, 0x1007ffeefbff5f8)
/usr/local/go/src/runtime/mcentral.c:85 +0x167 fp=0x7ffeefbff578 sp=0x7ffeefbff540
runtime.MCache_Refill(0x304000, 0x7ffe00000012, 0x7ffeefbff640)
/usr/local/go/src/runtime/mcache.c:90 +0xa0 fp=0x7ffeefbff5a0 sp=0x7ffeefbff578
runtime.mcacheRefill_m()
/usr/local/go/src/runtime/malloc.c:368 +0x57 fp=0x7ffeefbff5c0 sp=0x7ffeefbff5a0
runtime.onM(0x221810)
/usr/local/go/src/runtime/asm_amd64.s:273 +0x9a fp=0x7ffeefbff5c8 sp=0x7ffeefbff5c0
runtime.mallocgc(0x120, 0x1bd640, 0x0, 0x0)
/usr/local/go/src/runtime/malloc.go:178 +0x849 fp=0x7ffeefbff678 sp=0x7ffeefbff5c8
runtime.newobject(0x1bd640, 0x304000)
/usr/local/go/src/runtime/malloc.go:353 +0x49 fp=0x7ffeefbff6a0 sp=0x7ffeefbff678
runtime.newG(0x27daa)
/usr/local/go/src/runtime/proc.go:233 +0x2a fp=0x7ffeefbff6b8 sp=0x7ffeefbff6a0
allocg(0x2b65e0)
/usr/local/go/src/runtime/proc.c:925 +0x1f fp=0x7ffeefbff6c8 sp=0x7ffeefbff6b8
runtime.malg(0x8000, 0x2b6680)
/usr/local/go/src/runtime/proc.c:2106 +0x1f fp=0x7ffeefbff6f8 sp=0x7ffeefbff6c8
runtime.mpreinit(0x2b6a40)
/usr/local/go/src/runtime/os_darwin.c:137 +0x27 fp=0x7ffeefbff710 sp=0x7ffeefbff6f8
mcommoninit(0x2b6a40)
/usr/local/go/src/runtime/proc.c:201 +0xc9 fp=0x7ffeefbff738 sp=0x7ffeefbff710
runtime.schedinit()
/usr/local/go/src/runtime/proc.c:138 +0x55 fp=0x7ffeefbff760 sp=0x7ffeefbff738
runtime.rt0_go(0x7ffeefbff798, 0x18, 0x7ffeefbff798, 0x0, 0x0, 0x18, 0x7ffeefbff978, 0x7ffeefbff9d0, 0x7ffeefbff9dc, 0x7ffeefbff9ec, ...)
/usr/local/go/src/runtime/asm_amd64.s:95 +0x116 fp=0x7ffeefbff768 sp=0x7ffeefbff760
arduino-builder returned 2

Error compiling.

@per1234
Copy link
Collaborator

per1234 commented Jun 23, 2020

Closing as duplicate of #5360

You're using an extremely outdated version of the Arduino IDE. Although we do provide downloads for the old IDE versions, we don't provide support for them.

@per1234 per1234 closed this as completed Jun 23, 2020
@per1234 per1234 added the Type: Duplicate Another item already exists for this topic label Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

2 participants