<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Sun, Jul 8, 2018 at 11:00 PM Alan W. Irwin <<a href="mailto:Alan.W.Irwin1234@gmail.com">Alan.W.Irwin1234@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">My parallel builds on my Linux OS (currently Debian Buster, but this<br>
also happened for Debian Jessie so this is a long-standing problem)<br>
have ascii null ('\0) characters inserted in the output while the<br>
corresponding non-parallel build does not have those extra characters.<br></blockquote><div><br></div><div>I narrowed it down with Ninja which buffers command outputs in parallel builds which makes it easier to match output to specific commands.</div><div>Alternatively I think CTest launchers might have helped with this too. CMake uses them to redirect build command outputs to distinct files for CTest submissions.</div><div><br></div><div>I see null bytes coming from the "cat test.error" in the script file generated from <a href="https://sourceforge.net/p/plplot/plplot/ci/master/tree/plplot_test/test_c.sh.in">https://sourceforge.net/p/plplot/plplot/ci/master/tree/plplot_test/test_c.sh.in</a></div><div><br></div><div>If this only shows up in parallel builds perhaps multiple processes are reading/writing the same test.error file in parallel?</div><div>Haven't looked closer than that. You probably know better where to look from there.</div><div><br></div><div>Nils<br></div></div></div>