Etienne Fleurant
2018-12-04 21:19:06 UTC
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 )
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
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()
print attr.name
*---> OUTPUT:*print attr.name
*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*compression*
*nuke/full_layer_names*
*nuke/node_hash*
*nuke/version*
*PixelAspectRatio*
*screenWindowCenter*
*screenWindowWidth*
*openexr:version**Segmentation fault (core dumped)*
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