Live data from Hacker News

This page crashes Internet Explorer, even version 9 and 10.

crashie8.com

31–40 of 94 posts

Re: This page crashes Internet Explorer, even version 9 and 10.

#31

Earlier quoted context omitted.

I agree, it's unbelievable. End users don't care about incorrect markup, they care about their browser hanging.

Obviously this is a bug in IE that needs to be fixed and it's Microsoft's responsibility to ensure that their browser doesn't crash in invalid input, but end users don't actually care about the browser either (they don't even know what a browser is), they care about your site crashing.

100% correct in my experience.

Re: This page crashes Internet Explorer, even version 9 and 10.

#32
post #22
post #13

Earlier quoted context omitted.

Looks like the crash doesn't happen if you provide the tag, so that looks like it. Edit with more info: Looks like removing any of the markup prevents the crash. "Removing the CSS, the div, the table, etc all cause this code to not crash IE"

The minimal variant with which I repeated the crash was: #a { margin: 0 10px 10px; } #b { width: 100%; } Removing the second td is enough to make the html not crashing on IE 9. The "crash" manifests itself in some kind of an infinite loop (one thread jumps to 100% CPU and stays so). Then the "recovery" mechanisms kick in, reloading the page, blocking again... :) Can anybody reduce it even more?

Removing the TR's produces the same results. Change div to p still results in the crash, but removing that level entirely doesn't.

Re: This page crashes Internet Explorer, even version 9 and 10.

#33

I think the most shocking thing is when you follow it through to the MSDN bug discussion—and you find people blaming the author for writing invalid HTML. Apparently IE doesn’t need to follow the robustness principle. http://en.wikipedia.org/wiki/Robustness_principle

It does not crash the IE build that came with the RC of windows 8. So probably all the comments and the page should use a past tense?

Re: This page crashes Internet Explorer, even version 9 and 10.

#34
post #11

I think the most shocking thing is when you follow it through to the MSDN bug discussion—and you find people blaming the author for writing invalid HTML. Apparently IE doesn’t need to follow the robustness principle. http://en.wikipedia.org/wiki/Robustness_principle

Agree. It's a horrible read. Good thing their marketing department hasn't caught up with this... yet

It probably did. Long time ago. IE on RC build of Windows 8 does not crash.

Re: This page crashes Internet Explorer, even version 9 and 10.

#35
post #16

I don't see why it's such a big deal. Ya I mean it's kind of a dumb thing to cause a browser to crash, but I am sure any browser has a dumb thing here or there that will cause a crash. Seems like we're just trying to pick on IE here.

I'd agree. On a side note, took me about ten seconds of googling to find HTML/Javascript that reliably crashes firefox (but does not crash IE8). I expect Chrome would have similar cases where there could be something that causes crashes (at least, there are bug reports asserting this). (FYI here's some HTML/JS for the Firefox bug... Resizing the browser caused the issue to manifest in Win7 with FF 13.0.1:) http://www…

Known for a year with no fix in sight :( https://bugzilla.mozilla.org/show_bug.cgi?id=626963

Re: This page crashes Internet Explorer, even version 9 and 10.

#37
post #16

I don't see why it's such a big deal. Ya I mean it's kind of a dumb thing to cause a browser to crash, but I am sure any browser has a dumb thing here or there that will cause a crash. Seems like we're just trying to pick on IE here.

I'd agree. On a side note, took me about ten seconds of googling to find HTML/Javascript that reliably crashes firefox (but does not crash IE8). I expect Chrome would have similar cases where there could be something that causes crashes (at least, there are bug reports asserting this). (FYI here's some HTML/JS for the Firefox bug... Resizing the browser caused the issue to manifest in Win7 with FF 13.0.1:) http://www…

Are people really downvoting because you pointed out that other browsers have bugs too? Amazing!

Re: This page crashes Internet Explorer, even version 9 and 10.

#38
post #16

I don't see why it's such a big deal. Ya I mean it's kind of a dumb thing to cause a browser to crash, but I am sure any browser has a dumb thing here or there that will cause a crash. Seems like we're just trying to pick on IE here.

I'd agree. On a side note, took me about ten seconds of googling to find HTML/Javascript that reliably crashes firefox (but does not crash IE8). I expect Chrome would have similar cases where there could be something that causes crashes (at least, there are bug reports asserting this). (FYI here's some HTML/JS for the Firefox bug... Resizing the browser caused the issue to manifest in Win7 with FF 13.0.1:) http://www…

Uh yeah, it's really easy to find code that crashes browsers with open bug trackers. Just go search them.

Re: This page crashes Internet Explorer, even version 9 and 10.

#39
I'm the author that discovered this bug - and went way out of my way to tell the Internet Explorer team about it. I uncovered the error while working on a client's SharePoint site and figuring out why a certain page always caused their computer to freeze up.

The most amazing part of this exercise has been analyzing the traffic trends. This page gets a crazy amount of traffic in Japan and China - I still can't figure out why.

It has also been a remarkable insight into the dysfunction that is Microsoft; I'll hear from some random Microsoft employee twice a year who became aware of the site and wants to fix it, after pointing to the closed "not a bug" thread on MSDN they all vanish (apparently keenly aware of how atrocious the IE team reacts to external interest/support.)

Post reply on HN