From c610ea8fc33c48c490a23ff30065c96cdab18bdc Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 5 Apr 2011 11:47:14 +0100 Subject: [PATCH] ENH: ReleaseNotes-dev: added dlclose problem --- ReleaseNotes-dev | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReleaseNotes-dev b/ReleaseNotes-dev index 67e9bc7f33..a19af405e7 100644 --- a/ReleaseNotes-dev +++ b/ReleaseNotes-dev @@ -309,3 +309,8 @@ * Other + compilable with =clang= In your prefs.sh set the WM_COMPILER to Clang + + dlclose error: upon exit of e.g. paraFoam you can get the error + Inconsistency detected by ld.so: dl-close.c: 731: _dl_close: Assertion + `map->l_init_called' failed! + This seems to happen with a mix of system libraries and a thirdParty + compiler.