Elektrine lite

← Feed

@voltagex@aus.social

Post #3815385

2023-09-21 04:37 UTC

Hey @NewtonMark@eigenmagic.net, you know some GoLang people, right? Who could I prod about this? Knowing where the screenful of error is coming from would be a good start

Replies (1)

  • @NewtonMark@eigenmagic.net 2023-09-21 06:25

    @voltagex@aus.social How old is the go compiler/toolchain you're using? A casual search for "minpc or maxpc invalid" suggests a known fault with relatively recent fix. Looks like the panic is being called pretty early in the Go runtime, before the heap is initialized.

    Open ##3815388