|
From: | Florian Kainz |
Subject: | Re: [Openexr-devel] OpenEXR from shared libs. |
Date: | Fri, 02 Mar 2007 16:13:47 -0800 |
User-agent: | Mozilla Thunderbird 1.0 (X11/20041207) |
Darby, Nikolaj, I wonder if the problem has something to do with the size of the stack when threads are enabled. Could you please try this: In file IlmImf/ImfAutoArray.h, replace the line that reads #if defined (HAVE_DARWIN) || defined (_WIN32) || defined (_WIN64) with #if 1 Then rebuild from scratch and re-run the convidence tests. Florian darby johnston wrote:
--- Florian Kainz <address@hidden> wrote:Is it possible that you are running into the same problem as Jim Hourihan, where the build conflicts with an older version that's already installed?I double-checked with ldd and it looked ok.Without access to FreeBSD, I don't know how to debug this issue.Disabling threading seems to be a workaround. Also, after looking at the stack trace I tried running the tests with threading enabled, but without using PIZ compression, and the tests passed.
[Prev in Thread] | Current Thread | [Next in Thread] |