ID 245257 - Crash when Reading image files from a StorNext File System. Read from elsewhere, the same Reads do not crash.

Follow

Problem summary
Nuke9.0v9 Windows 7 machines crash when Reading image files from a StorNext File System.   Read from elsewhere, the same Reads do not crash.

Initial analysis from Engineering:
"This looks like it's happening because with the file system they're using Windows can't get the file creation time, which Nuke tries to retrieve to set as metadata on the Read node.
The line that's going wrong in Read.cpp is:
strftime(sbuf, 30, "%Y-%m-%d %H:%M:%S", localtime(&buf.st_ctime));
but localtime() will return null if its input is invalid, so that's probably why it's crashing.
I doubt there's a workaround for this"

Crash Report 67a7615a-7802-4887-b7b0-f22ac261aa79

Customer reported version
nuke.9.0v9

Customer reported platform
windows7

Steps to reproduce

Simply try to Read various types of image files (e.g. .dpx, .exr, .mov) from a StorNext File System.

Workaround
Unknown.

Reproduced by support
Not reproduced by Support due to lack of StorNext File System.

Expected behaviour
Nuke should not crash, even if it cannot get the timestamp for the metadata;  a warning would seem appropriate

Actual behaviour
crash

    We're sorry to hear that

    Please tell us why