THIS ONE. This is the thread for which I meant to reply: For those following along at home, Michel and I have been discussing this off-list, and thanks to his investigation, it turns out that the real issue is explained and fixed with this patch:
https://github.com/OpenImageIO/oiio/pull/1441 > On Jun 22, 2016, at 8:40 AM, Michel Lerenard <[email protected]> wrote: > > Hi, > > I've started to do a bit of debug in the libraries to understand a few > crashes I'm experiencing, and i'm puzzled by a bit of code in exrinput.cpp. > > When looking for a subimage, the creation line 875 of a Imf::TiledInputPart > object fails because the Imf Header says the image is scanline. > What puzzles me is that we catch the exception that is thrown, send an error > message to m_errmessage, clean pointers and then assert: > line 885: ASSERT(0); > > Why assert ? I removed the assert, and since the function correctly returns > false afterwards, the program can continue. (btw, leaving the assert prevent > the error message from being retrieved). > > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
