Really fouled up rhubarb? The worst of both worlds…
Actually, I am the only person I have ever met personally that has put a computer officially into fubar.
At the University of California, San Diego, when I attended, programs often ran for a very long time before final output. At first the operators thought long-running programs were hung, and terminated them.
Computer time was costly, and some of the professor’s programs could run for 5 days, so early termination, obviously without result, caused quite a stir.
So the rule was that the operators could not terminate a program without the express permission of the program owner.
I ran a program doing large array calculations in Fortran. Now Fortran is a pretty simple-minded programming language, and it turns multi-dimensional arrays into a single, long string of data, keeping in mind what the actual array coordinates of each datum are.
Well, I found a bug, and went “off” my array right into the operating system. After 3 days, the program printed a single line:
fubar error
It was sort of “funny money” that students were charged for their usage. Mine was about $100,000 for the fiasco. (no one really was charged, just a way to limit overuse of the computers).
Control Data offered me a job subsequently.
Regards, Greg