openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] stack overflow in openexr


From: Florian Kainz
Subject: Re: [Openexr-devel] stack overflow in openexr
Date: Fri, 03 Mar 2006 21:55:30 -0800
User-agent: Mozilla Thunderbird 1.0 (X11/20041207)

Hi Nicholas,

can you give more details where exactly the stack overflow occurs?
Do you have a stack trace?

I wonder if your problem is really the same as the one described
in the April 2003 message.  That particular error occurs only on
OS X, where the size of the run-time stack is limited to 64 kBytes,
and we put an OS X-specific workaround in the code (large local
arrays are allocated on the heap rather than on the stack).
As far as I know, the 64-kByte limit does not apply on Windows.

Florian


Nicholas Chapman wrote:
Hi,
I'm running into a stack overflow problem when trying to save a RGBA .exr image. It's the same error as described here: http://lists.gnu.org/archive/html/openexr-devel/2003-04/msg00011.html
Compiler is MS visual studio 2003 C++.
I'm using OpenEXR 1.2.2.
Is there a workaround/fix for this? thanks,
    Nicholas Chapman


------------------------------------------------------------------------

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




reply via email to

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