Index: tools/inspect/inspect.cpp =================================================================== --- tools/inspect/inspect.cpp (revision 52524) +++ tools/inspect/inspect.cpp (working copy) @@ -450,6 +450,10 @@ void worst_offenders_count() { + if ( msgs.empty() ) + { + return; + } string current_library( msgs.begin()->library ); int err_count = 0; for ( error_msg_vector::iterator itr ( msgs.begin() );