Single random bit flip causes error in certificate transparency log
groups.google.com
Single random bit flip causes error in certificate transparency log
1–10 of 258 posts
Re: Single random bit flip causes error in certificate transparency log
#2Re: Single random bit flip causes error in certificate transparency log
#3Bit rot is real. Last month we’ve had weird linker errors on one of our build servers. Turns out that one of the binary libs in the build cache got a single bit flipped in the symbol table, which changed the symbol name, causing the linker errors. If the bit-flip had occured in the .TEXT section, then it wouldn’t have caused any errors at build time, and we would have released a buggy binary. It might have just crash…
Re: Single random bit flip causes error in certificate transparency log
#4Or is it like a neutrino thing, where they just go through everything? (But neutrinos barely interact, correct?)
Re: Single random bit flip causes error in certificate transparency log
#5Bit rot is real. Last month we’ve had weird linker errors on one of our build servers. Turns out that one of the binary libs in the build cache got a single bit flipped in the symbol table, which changed the symbol name, causing the linker errors. If the bit-flip had occured in the .TEXT section, then it wouldn’t have caused any errors at build time, and we would have released a buggy binary. It might have just crash…
Re: Single random bit flip causes error in certificate transparency log
#6Bit rot is real. Last month we’ve had weird linker errors on one of our build servers. Turns out that one of the binary libs in the build cache got a single bit flipped in the symbol table, which changed the symbol name, causing the linker errors. If the bit-flip had occured in the .TEXT section, then it wouldn’t have caused any errors at build time, and we would have released a buggy binary. It might have just crash…
Re: Single random bit flip causes error in certificate transparency log
#7Layman question: Is it possible to shield electronics against cosmic rays? Or is it like a neutrino thing, where they just go through everything? (But neutrinos barely interact, correct?)
It's easier to just code checks and balances to fix those errors instead. There's a famous story about a Google search bug caused by a comic ray and they implemented such error checking on their servers after that
Re: Single random bit flip causes error in certificate transparency log
#8Re: Single random bit flip causes error in certificate transparency log
#9I breathed a sigh of relief when I read that final post.
Re: Single random bit flip causes error in certificate transparency log
#10I saw a similar take on Twitter and whilst root causing such things (especially when it's a single occurrence) isn't always possible, shrugging and saying "cosmic rays" should be the last thing to posit not one of the first.