Need help?
<- Back

Comments (12)

  • dlopes7
    Very interesting read, these bugs that only happen after a lot of time in production are the worse to troubleshoot
  • nasretdinov
    Go 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
  • ReactiveJelly
    So a stronger type system in the boundary between Go and Linux would have caught this?
  • budman1
    Isn't this something that software developers do everyday?
  • BlackRabbit1
    Not 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'.
  • DarmokTanagra
    I wonder what other 32 bit bugs are waiting to be discovered.