Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I am so sorry.
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 18 Sep 2019 18:37:57 +0000 (20:37 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 18 Sep 2019 18:37:57 +0000 (20:37 +0200)
src/xbt/exception.cpp

index 94661db..c89f325 100644 (file)
@@ -140,7 +140,8 @@ void install_exception_handler()
 void xbt_throw_impossible(const char* file, int line, const char* func)
 {
   std::stringstream ss;
-  ss << file << ":" << line << ":" << func << ": The Impossible Did Happen (yet again). Please report this bug.";
+  ss << file << ":" << line << ":" << func
+     << ": The Impossible Did Happen (yet again). Please report this bug (after reading https://xkcd.com/2200 :)";
   throw simgrid::xbt::ImpossibleError(ss.str());
 }
 void xbt_throw_unimplemented(const char* file, int line, const char* func)