<- Back
Comments (12)
- dlopes7Very interesting read, these bugs that only happen after a lot of time in production are the worse to troubleshoot
- nasretdinovGo was born into 64-bit era, I remember seeing many more bugs that only occur on 32-bit systems. I'm pretty certain the observation in the article is correct that no one at Google tests Go on anything apart from 64-bit ARM/x86 Linux
- ReactiveJellySo a stronger type system in the boundary between Go and Linux would have caught this?
- budman1Isn't this something that software developers do everyday?
- BlackRabbit1Not directly related to your embedded Go bug, but maybe helpful:What really sky-rocketed my debugging skills in embedded devices was learning to utilize the Python plugin interface of 'gdb'.
- DarmokTanagraI wonder what other 32 bit bugs are waiting to be discovered.