Re: inpout32
- Posted by ghaberek (admin) 1 month ago
- 1342 views
jimcbrown said...
Wow, I didn't know github offered ARM64 support yet! Nice.
They don't!
I'm cross-compiling all six platforms (linux-arm, linux-arm64, linux-x86, linux-x64, windows-x86, windows-x64) on a traditional x86_64 instance using the upstream compilers from Debian.
I suspect the other builds would also fail if the ARM64 build didn't die first. They're running in parallel so it's mostly a race condition. He who fails first fails hardest.
I need to reproduce it locally first, which I've not done yet. The output of the segfault crash indicates it's something to do with map:put()?
-Greg