Hi Paul,

For your plugin that provides EXR support, are you linking with dynamic versions (.so) or static versions (.a) of the libImf* libraries?

Which options are you using when linking the plugin?

What does this:

readelf -d /path/to/plugin

report?

On 03/02/13 02:50, Paul Miller wrote:
I have a report of this happening on Linux (Fedora 15) during exit of my application. The full error is a symbol lookup error in libIlmImf.so.7: undefined symbol: ZN9IlmThread5MutexD1Ev

EXR support is implemented in a plugin, so I expect this is happening when the plugin is unloaded during exit. But it doesn't happen if an EXR image is never loaded.

Any ideas what could cause this?


_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to