Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Halt and Catch Fire  (Read 3506 times)

0 Members and 1 Guest are viewing this topic.

Geek-9pm

    Topic Starter

    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Halt and Catch Fire
« on: November 03, 2016, 06:58:41 PM »
I first heard this expression long before the PC came to be. It is said to be part of the IBM legacy. Here is one reference:
Quote
Halt and Catch Fire, known by the assembly mnemonic HCF, is an idiom referring to a computer machine code instruction that causes the computer's central processing unit (CPU) to cease meaningful operation, typically requiring a restart of the computer. It originally referred to a fictitious instruction in IBM System/360 computers, but later computer developers who saw the joke created real versions of this instruction for some machines. In the case of real instructions the implication of this expression is that, whereas in most cases in which a CPU executes an unintended instruction (a bug in the code) the computer may still be able to recover, but in the case of an HCF instruction there is, by definition, no way for the system to recover without a restart.
https://en.wikipedia.org/wiki/Halt_and_Catch_Fire
The TV series is about the early history of the PC era. But the original expression dates back earlier.
http://www.economist.com/blogs/prospero/2016/11/ghosts-machine
Quote
Ghosts in the machine“Halt and Catch Fire” makes the world of 1980s computing compulsive viewing...
Much like “Steve Jobs” and “The Social Network”, the series contains plenty of flawed innovators for audiences to consider...
“Halt and Catch Fire” paints a realistic picture of flawed characters and shows us, too, that the innovators are not always rewarded with fame and Hollywood biopics. In the fast-paced tech landscape, the creation can become quickly defunct and its creator left in the shadows.
You can find the show in reruns.

DaveLembke



    Sage
  • Thanked: 662
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Halt and Catch Fire
« Reply #1 on: November 04, 2016, 06:31:52 AM »
Back in the late 1980s when i took a Basic programming course the teacher termed this a runaway condition instead of  Halt and Catch Fire. Fortunately the BREAK Key worked to kill the program that was out of control. However I can see if your low level programming and dont have this BREAK option that a reset or instant power off might be needed as for CPU use goes to 100% and its stuck in a loop out in limbo.