How to kill a web browser
Posted Oct 21, 2004 9:38 UTC (Thu) by
nix (subscriber, #2304)
In reply to:
How to kill a web browser by nathan
Parent article:
How to kill a web browser
Definitely you can. The old `confused by earlier errors, bailing out' message in GCC, and the new `internal compiler error' messages are definitely crashes... Have a look at:
<http://gcc.gnu.org/bugzilla/buglist.cgi?keywords=ice-on-i...;
At the time of writing, that's 689 cases of crashing a C (and C++, Ada, Java, Fortran) compiler with invalid code. Add an &component=c to the end of that URI, and you find 56 examples of crashing the C compiler.
(
Log in to post comments)