diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index d76468d17..af5e39de7 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -14,6 +14,16 @@
+ An Abort message and a core-dump may also be generated if the + user's settings allow this. The error is caused by the implementation of the + pthread_cancel() mechanism in NPTL, which uses the C++ exception mechanism + without providing any means to distinguish the cancel exception to regular + C++ exception handlers.FATAL: exception not rethrown