openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] OpenEXR from shared libs.


From: Nikolaj Thygesen
Subject: Re: [Openexr-devel] OpenEXR from shared libs.
Date: Sat, 03 Mar 2007 23:08:12 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070128)

Neat, that did the trick, and even my own code runs now. Thanks for your help!

   br - N :o)

Florian Kainz wrote:
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.









reply via email to

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