openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] undefined symbol: _ZN9IlmThread5MutexD1Ev on exit


From: Richard Addison-Wood
Subject: Re: [Openexr-devel] undefined symbol: _ZN9IlmThread5MutexD1Ev on exit
Date: Mon, 04 Mar 2013 11:08:32 +1300
User-agent: Thunderbird 2.0.0.23 (X11/20090827)

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]