Re: abort during exit() with a dynamically loaded C++ library

2014-07-07 Thread jojelino
On 2014-07-07 PM 10:58, Jon TURNEY wrote: On 17/06/2014 19:11, Jon TURNEY wrote: I think I have found a problem when building programs using the latest mesa library, where abort is being called during exit() The main concern of this crash is the order mismatch between loading and unloading dy

Re: abort during exit() with a dynamically loaded C++ library

2014-07-07 Thread Jon TURNEY
On 17/06/2014 19:11, Jon TURNEY wrote: I think I have found a problem when building programs using the latest mesa library, where abort is being called during exit() This seems to be x86 specific, and looks like it is somehow related to having a C++ library dynamically loaded by a C program. I