southern writes:Expiration dates for computer drives? That’s what a line of HP solid-state drives are facing as the variable for their uptime counter is running out. When it does, the drive “expires” and, well, no more data storage for you!
There are a series of stages in the evolution of a software developer as they master their art, and one of those stages comes in understanding that while they may have a handle on the abstracted world presented by their development environment they perhaps haven’t considered the moments in which the real computer that lives behind it intrudes. Think of the first time you saw an SQL injection attack on a website, for example, or the moment you realised that a variable type is linked to the physical constraints of the number of memory locations it has reserved for it. So people who write software surround themselves with an armoury of things they watch out for as they code, and thus endeavour to produce software less likely to break. Firmly in that arena is the size of the variables you use and what will happen when that limit is reached.
Sometimes though even developers that should know better get it wrong, and this week has brought an unfortunate example for the enterprise wing of the hardware giant HP. Their manufacturer has notified them that certain models of solid-state disk drives supplied in enterprise storage systems contain an unfortunate bug, in which they stop working after 32,768 hours of uptime. That’s a familiar number to anyone working with base-2 numbers and hints at a 16-bit signed integer in use to log the hours of uptime. When it rolls over the value will then be negative and, rather than the drive believing itself to be in a renewed flush of youth, it will instead stop working.
more: Hackaday
Patch, Or Your Solid State Drives Roll Over And Die
Posted on Thursday, December 12, 2019 @ 18:57:45 CST in Bugs
|
WARNING: NukeSentinel™ Bug
Posted on Monday, July 26, 2004 @ 23:12:51 CDT in Bugs
|
Sec-Fix Patch 3 for PHP-Nuke 6.5
Posted on Wednesday, April 16, 2003 @ 20:47:27 CDT in Bugs
|
Head's up for those using phpNuke with PHP v4.3.0
Posted on Friday, December 27, 2002 @ 17:20:51 CST in Bugs
|
KISGB 4.2.0 Released - MUST UPGRADE!!
Posted on Sunday, December 22, 2002 @ 11:13:50 CST in Bugs
|
KISGB 4.1.1 FIX For Addtogb.php Module
Posted on Saturday, November 23, 2002 @ 07:35:28 CST in Bugs
|