Geoff Dalgas, the newest member of the Stack Overflow team, shared this strangely familiar error message he ran into while working on another project recently.

Ah yes, the elusive stack overflow:
In software, a stack overflow occurs when too much memory is used on the call stack. In many programming languages the call stack contains a limited amount of memory, usually determined at the start of the program. The size of the call stack depends on many factors, including the programming language, machine architecture, multi-threading, and amount of available memory. When too much memory is used on the call stack the stack is said to overflow; typically resulting in a program crash. This class of software bug is usually caused by one of two types of programming errors: infinite recursion, or very large stack variables.
You know what’d be really ironic, though? A stack overflow on Stack Overflow. Maybe that should be our 404 page.



June 21st, 2008 at 5:06 am
Actually, you *do* want to return the page with a code of 404, for very good reasons (you don’t want to break the internet model).
June 21st, 2008 at 6:57 am
You have to cater different audiences. If you are MTV or the New York Times, a large amount of visitors will not be very tech-savvy and “404″ means nothing for them.
On the other hand, as a tech guy, I don’t care too much about the other stuff on the page. If it’s a 404, just tell me it’s a 404 and don’t let me guess. Everything else – a search function etc. – is just icing on the cake to me.
As StackOverflow is a tech site, i think whatever you do, please include a clearly visible 404 somewhere in your 404 page.
June 21st, 2008 at 9:49 am
I agree with Michael. However, if there is a 404, buck the trend about apologizing for it. It’s not your fault, we’re the stupid user who wanted something that didn’t exist.
I’m not saying berate us for our mistake. But i always think that laughing at my own mistake makes the situation easier to handle. This is another instance when you could make me laugh today.
June 21st, 2008 at 10:38 am
@Andre:
An apology could be in order if you haven’t maintained an internal link resulting in a 404 …
June 21st, 2008 at 2:11 pm
My practice is to display a “page XY not found message” and suggest “similar looking” pages as links plus a search function.
June 21st, 2008 at 2:52 pm
I don’t care if you have 404 displayed on the page. The first line of the output should be code 404 Not Found, not 200 OK.
June 21st, 2008 at 8:45 pm
Why do people only comment about the first and last lines of a post?
It has been a while since I’ve seen a stack overflow in IE.
BTW, 404s should be easy to identify so I can just hit back. ;)
June 21st, 2008 at 11:10 pm
> Why do people only comment about the first and last lines of a post?
It is odd. I’ve noticed that too, and I (usually) pay special attention to the last line of a blog post.
There’s also the “TL;DR” contingent for longer posts.
Anyway, I agree completely that 404 pages are an important finishing touch on a website.
June 22nd, 2008 at 5:03 am
The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available. The page you requested is not available.
{barf} – is that what you’re thinking for a stackoverflow 404?
BTW: testing Gravatar…
June 22nd, 2008 at 1:26 pm
Thats a known IE7 bug with the javascript interpreter.
June 23rd, 2008 at 6:19 am
I’m not sure after reading the Coding Horror article on 404’s if you think the http request should return a 404 error code. One problem if you don’t return the error code is that search engines will index every broken link to your website. I saw this in a reddit post awhile back.
http://www.reddit.com/r/programming/info/6ih1d/comments/
June 23rd, 2008 at 9:04 am
LOL, that is classic and ironic all at the same time!!! I think you need to make that screenshot an easter egg or something merged into the “About the Site” or “Introduction” type page to show that you’re only human as well.
June 23rd, 2008 at 11:44 am
Jeff if you keep adding people to the project you’ll never finish it.
June 23rd, 2008 at 12:02 pm
A stack overflow error would not be a 404 error. 404 is “page not found”. Stack overflow *on the server* would be 500: internal server error.
June 23rd, 2008 at 12:40 pm
IE’s to blame
June 23rd, 2008 at 5:45 pm
Pat H – or the developer coded an infinitely recursive fucntion…
June 23rd, 2008 at 8:26 pm
Or its IE’s fault.
June 24th, 2008 at 9:52 am
>> Why do people only comment about the first and last lines of a post?
> It is odd. I’ve noticed that too, and I (usually) pay special attention to the last line of a blog post.
In psychology, you learn that when learning a list of words, people tend to have the best recall on the beginning and ending of the list. You recall the beginning well because you’ve had the most time to rehearse it, and the end because it’s the most recent.
I suppose the same thing could apply here.
But then having a format like this:
Controversial Opening!!!
…Boring explanation….
Snappy finisher!
might explain it too.
July 9th, 2009 at 10:13 am
I should say that blog.stackoverflow.com has lots of interesting information. Looks like the author did a good job. I will be coming back to blog.stackoverflow.com for new information. Thank you.