<div dir="ltr">I wish I had submitted this way back when I wrote it, because I would remember exactly where the bug is exposed, but alas I didn&#39;t.<br><br>I suspect it was in source/blender/yafray/intern/export_Plugin.cpp, where the result is pumped directly to std::cerr&#39;s operator&lt;&lt;.&nbsp; In certain C++ standard libraries, passing NULL for the char* overload results in undefined behavior, or at least platform-defined behavior.&nbsp; In my case of course, the platform defined it to mean &quot;CRASH.&quot;<br>
<br>Again, it was months ago that I debugged it, so I don&#39;t recall which call to the function caused the problem, but I made the patch in response to Blender crashing on the farm, so I figure now that I&#39;ve got some time to review the changes we&#39;ve made for our Blender support, I should submit it.<br>
<br>-- Early Ehlinger, President, ResPower, Inc.<br></div>