<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, Sep 25, 2018 at 6:18 AM Ben Boeckel <<a href="mailto:ben.boeckel@kitware.com">ben.boeckel@kitware.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I wonder if the file isn't being flushed before it exits? Could that<br>
cause an issue?<br></blockquote><div><br></div><div>That was what I was thinking, too. If so, the newly-added fclose()</div><div>might fix the issue, since fclose() flushes the file.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It also seems to have an issue *opening* the output file. Is it<br>
possible to extract the error message somehow for when this occurs?<br></blockquote><div><br></div><div>We could patch vtkWrapPython.c to print the numerical value of errno</div><div>on failure, and messages for the most likely values (EACCES, ENOENT). </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Maybe an AV is getting in our way?<br></blockquote><div><br></div><div>An AV?</div><div><br></div></div></div>