this post was submitted on 13 May 2024
466 points (97.4% liked)

Programmer Humor

31800 readers
298 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 87 points 3 months ago* (last edited 3 months ago) (4 children)

Back in the early 2000s (when Apple Minis were introduced) there was a rare system error that you could get that ended in a wall of script/code. What has stuck with me to this day was the screen ended on the line "panic: we are hanging here".

Never did puzzle that out.

[–] [email protected] 45 points 3 months ago (1 children)

Panic is a function Unix (or Linux?) kernel calls when it can't handle an error

[–] [email protected] 12 points 3 months ago

Afaik it's the "bsod" of *nix systems

load more comments (2 replies)