ENH: ReleaseNotes-dev: added dlclose problem

This commit is contained in:
mattijs 2011-04-05 11:47:14 +01:00
parent e6b7c7f445
commit c610ea8fc3

View File

@ -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.