improve comment

This commit is contained in:
Glenn Maynard
2003-12-28 22:27:51 +00:00
parent 10c8d51d94
commit a01daf6f8e
+2 -2
View File
@@ -1016,8 +1016,8 @@ int main(int argc, char* argv[])
catch( const exception &e )
{
/* This can be things like calling std::string::reserve(-1), or out of memory.
* This can happen even as we're shutting things down above, and we make no
* attempt to gracefully shut down if it happens--get a crash dump. */
* This can also happen if we throw a RageException during a ctor, in which case
* we want a crash dump. */
CHECKPOINT_M( e.what() );
*(char*)0=0; /* crash */
}