-
Notifications
You must be signed in to change notification settings - Fork 997
Closed
Labels
avrAVR (Arduino Uno, etc.)AVR (Arduino Uno, etc.)
Description
Got an ugly llvm crash in CI just now: https://github.com/tinygo-org/tinygo/runs/4722070252
=== CONT TestBuild/AVR/goroutines.go
LLVM ERROR: Cannot select: t3: i16 = JumpTable<0>
In function: machine.AdjustMonotonicTimer
SIGABRT: abort
...
FAIL github.com/tinygo-org/tinygo 62.689s
make: *** [Makefile:196: test] Error 1
Happened again in https://github.com/tinygo-org/tinygo/runs/4722481707
=== CONT TestBuild/AVR/slice.go
LLVM ERROR: Cannot select: t3: i16 = JumpTable<0>
In function: runtime.alloc
SIGABRT: abort
Seems to happen at about 2m10s into Test TinyGo; successful runs seem to take longer to get to the same point.
Here’s a good run (a retry of the previous one): https://github.com/tinygo-org/tinygo/runs/4722602927
No idea why it doesn't happen every time. Different software or hardware on different github ci nodes?
Metadata
Metadata
Assignees
Labels
avrAVR (Arduino Uno, etc.)AVR (Arduino Uno, etc.)