Hi, We are getting a seg fault when iterating on an image extra_attribs in python.
Here's a code example: srcBuf = OpenImageIO.ImageBuf( inputPath ) > srcBufSpec = srcBuf.spec() > for attr in srcBufSpec.extra_attribs: > print attr.name *---> OUTPUT:* > > *oiio:ColorSpace* > *compression* > *nuke/full_layer_names* > *nuke/node_hash* > *nuke/version* > *PixelAspectRatio* > *screenWindowCenter* > *screenWindowWidth* > *openexr:version**Segmentation fault (core dumped)* The inputPath is a simple .exr file exported from Nuke, just a simple colorbar. Tested with a .tif file also with the same result. I could upload one of those files somewhere if needed. We are using OIIO v2.0.1-RC1 on CentOS7. Thanks in advance, Etienne
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
