Re: [Paraview] dlclose assertion error with boost::regex

2014-06-21 Thread Ben Boeckel
On Fri, Jun 20, 2014 at 21:27:01 -0600, Andrew Ho wrote: The one thing I can do to get this message to go away is to change the target_link_libraries to INTERFACE, but then the code will crash on trying to run RequestData because it can't find the symbols. This tells CMake that anything that

[Paraview] dlclose assertion error with boost::regex

2014-06-20 Thread Andrew Ho
I am trying to build a server plugin which utilizes the boost::regex library, and for some reason when I quit paraview I get this message: Inconsistency detected by ld.so: dl-close.c: 762: _dl_close: Assertion `map-l_init_called' failed! I've setup a basic project which demonstrates the issue: