A project to make businesses more aware of their customer experience, and how to fix it. By Mark Hurst. |
About Mark Hurst | Mark's Gel Conference | New York Times Story on This Is Broken | Newsletter: Subscribe | RSS Feed |
Search this site:
Categories:
- Advertising
- Current Affairs
- Customer Service
- Fixed
- Food and Drink
- Just for Fun
- Misc
- Not broken
- Place
- Product Design
- Signs
- Travel
- Web/Tech
Previous: Bose radio buttons | Main | Next: No-smoking ashtray
November 11, 2003 12:03 AM
Broken: Software error message
Well, did it, or didn't it? I love those "WARNING: EVERYTHING IS OKAY"
messages...Classic mixed message.
This is actually a depressingly common programming error. What happened there was that it displayed the string corresponding to the error code it got from the system call that failed. Y'know, "No such file or directory" or similar.
The problem is that all the system calls store their error codes in the same variable, and they ran another system call, which completed successfully, before reading the error code.
The OK and Cancel buttons mystify me, tho.
Comments on this entry are closed
Previous: Bose radio buttons | Main | Next: No-smoking ashtray
Yes, and it's even got a cancel button: So do you cancel the already successfully completed operation because the error occurred? Would cancel undo what's already been done?
Posted by: Travis Smith at November 11, 2003 12:24 PM