Slashdot Mirror


Serious Computer Glitches Can Be Caused By Cosmic Rays (computerworld.com)

The Los Alamos National Lab wrote in 2012 that "For over 20 years the military, the commercial aerospace industry, and the computer industry have known that high-energy neutrons streaming through our atmosphere can cause computer errors." Now an anonymous reader quotes Computerworld: When your computer crashes or phone freezes, don't be so quick to blame the manufacturer. Cosmic rays -- or rather the electrically charged particles they generate -- may be your real foe. While harmless to living organisms, a small number of these particles have enough energy to interfere with the operation of the microelectronic circuitry in our personal devices... particles alter an individual bit of data stored in a chip's memory. Consequences can be as trivial as altering a single pixel in a photograph or as serious as bringing down a passenger jet.

A "single-event upset" was also blamed for an electronic voting error in Schaerbeekm, Belgium, back in 2003. A bit flip in the electronic voting machine added 4,096 extra votes to one candidate. The issue was noticed only because the machine gave the candidate more votes than were possible. "This is a really big problem, but it is mostly invisible to the public," said Bharat Bhuva. Bhuva is a member of Vanderbilt University's Radiation Effects Research Group, established in 1987 to study the effects of radiation on electronic systems.

Cisco has been researching cosmic radiation since 2001, and in September briefly cited cosmic rays as a possible explanation for partial data losses that customer's were experiencing with their ASR 9000 routers.

18 of 264 comments (clear)

  1. This is news...? by __aaclcg7560 · · Score: 5, Funny

    Whenever a user calls up to ask why his computer rebooted after I install an update, I say... drumroll, please... gamma radiation.

    1. Re:This is news...? by arglebargle_xiv · · Score: 5, Funny

      A bit flip in the electronic voting machine added 4,096 extra votes to one candidate. The issue was noticed only because the machine gave the candidate more votes than were possible.

      How could they tell this apart from standard operations on a Diebold machine?

    2. Re:This is news...? by geekmux · · Score: 5, Funny

      Whenever a user calls up to ask why his computer rebooted after I install an update, I say... drumroll, please... gamma radiation.

      Computers and Incredible Hulks don't interface well together, but a Ctrl-Alt-SMASH sequence? I'd buy that.

  2. That is why Excel crashes all the time on OSX by thesjaakspoiler · · Score: 3, Insightful

    I was convinced that is was a lousy programming job by Microsoft that has more attention to fancy UX components rather than stability. I am waiting for the confirmation that the fact that Excel start searching every known (network) drive for a license if it can't connect to the online subscription service, for every operation, must be due to black matter. Unless it crashes when it tries to display that warning message, then it's just some cosmic ray again. So relieved!

  3. ECC by Bruce+Perens · · Score: 4, Insightful

    This is why ECC is used to protect memory and data busses. At least on the good stuff :-) . One of the issues is die shrink. As the minimum detail slze of the IC process gets smaller, the potential for radiation to flip a bit gets higher.

    Silicon-on-sapphire is the main way to implement silicon-on-insulator, which is more protective of radiation bit flips and less likely to latch-up. But since these have historically been required only for space satellites, they have been horribly expensive. Imagine running an entire IC fabrication just to make a few chips. As there are more applications for rad-hard chips, the price could fall.

  4. Re:Why not blame the manufacturer? by DontBeAMoran · · Score: 3, Insightful

    There's something you can do about it. It's very easy, but you won't like it.

    Make every component in triplicate. Everything in the CPU, everything in the RAM, everything in storage, etc. If the three aren't equal, go with the value shared by two of them and rewrite the different one with that value.

    --
    #DeleteFacebook
  5. preposterous! by Gravis+Zero · · Score: 5, Informative

    When your computer crashes or phone freezes, don't be so quick to blame the manufacturer.

    If my computer crashes or phone freezes, it's almost certainly the fault of the person who released the software without properly debugging it. Cosmic rays are very low on the list of reasons why your device has malfunctioned.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:preposterous! by craXORjack · · Score: 4, Funny

      Some pieces of software are just the recipients of more cosmic rays than others. For example, Windows 3.1 used to attract ultra high energy cosmic rays from as far away as Mars and for a time was making astronomers lives difficult due to the showers of particles released when many of those rays would strike molecules in the atmosphere instead of the Microsoft copyrighted code they were aiming for. Other software that attracts higher than normal numbers of cosmic rays are the Therac-25 and Diebold voting machines.

      --
      Liberals call everyone Nazis yet they are the closest thing to it.
  6. Re:@Intel: Why no ECC for consumer-grade processor by drinkypoo · · Score: 4, Informative

    Actually, wouldn't cosmic rays be capable of flipping bits even in ECC memory and processors, thereby making the whole ECC thing useless?

    No, this is what ECC is for. If a bit is flipped, you can detect it. If you have enough parity bits, you can even detect which bit is flipped, and correct it on the fly. Computation occurs as normal and an error shows up in the syslog.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  7. Odds by JBMcB · · Score: 4, Insightful

    The odds of a cosmic ray hitting your memory at the exact right spot to flip a bit are one in hundreds of millions. There are just enough computers out there that it happens from time to time. The odds of FIVE rays hitting just the right locations to flip four bits and a parity bit are, pardon the pun, astronomical.

    --
    My Other Computer Is A Data General Nova III.
  8. Re:Why not blame the manufacturer? by Baloroth · · Score: 5, Interesting

    There's something you can do about it. It's very easy, but you won't like it.

    Make every component in triplicate. Everything in the CPU, everything in the RAM, everything in storage, etc. If the three aren't equal, go with the value shared by two of them and rewrite the different one with that value.

    Not only is this not actually all that easy (all of your triplicate systems have to be clocked together in sync, you need a shitload of extra hardware to do the comparison, etc.) it's grossly unnecessary. Standard off-the-shelf error detection and correction can (and routinely does) handle radiation induced errors. It just costs a bit more, because it's a business-level feature. It doesn't matter if that MP3 of Taylor Swift gets mildly corrupted (might even sound better that way, zing), but it very much *does* matter if that bank account gets a flipped bit.

    --
    "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
  9. Re:Why not blame the manufacturer? by ShanghaiBill · · Score: 4, Informative

    Probably b'cos there is nothing that manufacturers can do about cosmic rays

    Except that is not true. Electronic devices can be made more resistant to cosmic rays and other radiation. The easiest way to do so is to use depleted boron instead of "normal" boron as a semiconductor dopant. Boron-10 has a very high neutron absorption cross section while Boron-11 has a very small cross section. Use boron that has been "depleted" of the B10 isotope, and you cut way down on your neutron induced SEUs.

    Another obvious countermeasure is to use ECC memory, and memory scrubbing.

    The problem is not that there is nothing that manufacturers can do, but that consumers aren't willing to pay the extra cost. Would you be willing to pay an extra $100 for your phone if it meant one fewer reboot every decade or so?

  10. Re:Why not blame the manufacturer? by ShooterNeo · · Score: 5, Informative

    You know that several FPGA manufacturers offer this. Xilinx offers a method where this is done in software - when you do design synthesis, more than triple the gates are needed for every circuit allocated in the design. (I think it's done at a higher level - truth tables with the triple redundant bits are generated)

    Some do it in hardware, so your design synthesis is the same but the actual software programmable subunits use ternary redundancy.

  11. Re: Why not blame the manufacturer? by ShanghaiBill · · Score: 5, Informative

    ECC memory doesn't do anything to help when the bits that get flipped are in the CPU. Or anywhere else that isn't a RAM chip.

    Except that the RAM has hundreds or thousands of times as many bits as a CPU, and Flash may have millions of times as many, and dynamic ram has smaller feature size, and is more susceptible to SEUs. So correcting RAM and Flash helps because that is where 99.9% of the problem is.

    Even within the CPU, most transistors are used to implement cache, and cache can also be scrubbed (although not with just software).

  12. Re:Why not blame the manufacturer? by unrtst · · Score: 4, Informative

    Another obvious countermeasure is to use ECC memory ...

    The problem is not that there is nothing that manufacturers can do, but that consumers aren't willing to pay the extra cost. Would you be willing to pay an extra $100 for your phone ...

    ECC memory is not that much more expensive. It's been a few years since I built the desktop I'm using, but I included 16gb of ECC memory (4x 4gb DDR3 ECC KVR1333D3E9SK2/8G). At the time, I think it was around $60. The equivalent normal memory was only a couple bucks cheaper. If Samsung started using ECC memory in all their phones, the cost would be nearly the same with the volume they would be ordering/making.

    FWIW, I did try to do the same comparison just now on newegg and, while it's a bit of a mess, the situation is nearly the same today:
    $34 : Kingston 4GB 240-Pin DDR3 SDRAM ECC Unbuffered DDR3 1333 Server Memory Model KVR13LE9S8/4
    $52 : Kingston 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600 (PC3 12800) Memory Model KVR16N11S8K2/8

    More expensive? Yes.
    $100 more? Nowhere near that much.

  13. Re:We've always known this. This is why we have EC by kriston · · Score: 3, Informative

    It's also why systems on spacecraft such as the Space Shuttle had what's called the Data Processing System. It consisted of four systems with identical software and an extra one with the same hardware but a different implementation with the same goals. They checked each others' decisions, and a majority "vote" would lock out the differing system.

    --

    Kriston

  14. Re:Why not blame the manufacturer? by dgatwood · · Score: 3, Informative

    Adding one ECC bit per byte, yes. Adding one parity bit, no. ECC != parity.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  15. Re: ECC by Bruce+Perens · · Score: 4, Interesting

    Read this paper. He postulates 2 soft errors per year for a Xeon 7500 with 24 MB L3 cache at sea level in New York City. He also gives figures for static RAM, which is the stuff of CPU registers.