<div dir="ltr">Honestly, I didn't try with other command variations. There are many commands that do not hang when run from os:cmd, regardless of the OTP version. But this particular command does hang with one OTP version, and not with the other OTP version. So the difference is in OTP, and I want to find out what has changed.<div><br></div><div>Daniel</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 26 Jul 2017 at 21:34 Dmytro Lytovchenko <<a href="mailto:dmytro.lytovchenko@gmail.com">dmytro.lytovchenko@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is it something lbzip2 related?<div>Did you try normal single-thread bzip2? (-j flag or --bzip2)</div><div>What is you use gzip? (-z or --gzip)</div></div><div class="gmail_extra"><br><div class="gmail_quote"></div></div><div class="gmail_extra"><div class="gmail_quote">2017-07-26 21:27 GMT+02:00 Dániel Szoboszlay <span dir="ltr"><<a href="mailto:dszoboszlay@gmail.com" target="_blank">dszoboszlay@gmail.com</a>></span>:<br></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I've encountered a strange problem with os:cmd when running tar and lbzip2. Steps to reproduce:</div><div><br></div><div><pre class="m_-2495971627260676471m_-4595760503427139461inbox-inbox-code-java" style="margin-top:0px;margin-bottom:0px;padding:0px;max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal;color:rgb(51,51,51);font-size:12px;background-color:rgb(245,245,245)"># create some lbzip2 compressed data</pre><pre class="m_-2495971627260676471m_-4595760503427139461inbox-inbox-code-java" style="margin-top:0px;margin-bottom:0px;padding:0px;max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal;color:rgb(51,51,51);font-size:12px;background-color:rgb(245,245,245)">dd <span class="m_-2495971627260676471m_-4595760503427139461inbox-inbox-code-keyword" style="color:rgb(0,0,145)">if</span>=/dev/urandom of=/tmp/testfile count=10
tar -cf - -C /tmp testfile | lbzip2 -6 -n 4 | dd of=/tmp/tartest status=none</pre><pre class="m_-2495971627260676471m_-4595760503427139461inbox-inbox-code-java" style="margin-top:0px;margin-bottom:0px;padding:0px;max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal;color:rgb(51,51,51);font-size:12px;background-color:rgb(245,245,245)"><br></pre><pre class="m_-2495971627260676471m_-4595760503427139461inbox-inbox-code-java" style="margin-top:0px;margin-bottom:0px;padding:0px;max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal;color:rgb(51,51,51);background-color:rgb(245,245,245)"># try to extract the archive from Erlang with os:cmd</pre><pre class="m_-2495971627260676471m_-4595760503427139461inbox-inbox-code-java" style="margin-top:0px;margin-bottom:0px;padding:0px;max-height:30em;overflow:auto;word-wrap:normal;background-color:rgb(245,245,245)"><font color="#333333"><span style="white-space:pre-wrap">erl -noinput -eval 'os:cmd("tar -C /tmp/ -xf /tmp/tartest --use-compress-program=lbzip2"), init:stop().'</span></font></pre><br class="m_-2495971627260676471m_-4595760503427139461inbox-inbox-Apple-interchange-newline">This worked fine with OTP 17.5.6.7, but with OTP 18.3.4.5 the command hangs: lbzip2 just sits in a rt_sigsuspend syscall waiting for a USR2, PIPE or XFSZ signal. And its parent, the tar process waits in a wait4 syscall for lbzip2 to terminate.</div><div><br></div><div>I don't have at the moment any newer OTP version installed, I'm not sure how OTP 19 or 20 would behave.</div><div><br></div><div>I tried to strace the processes, but there's too much noise, I couldn't yet figure out anything interesting there.</div><div><br></div><div>I also tried to diff OTP 17 & 18, but os:cmd/1 and friends didn't change. I'm not sure about the port code, but at least the release notes didn't mention anything major. Or did I miss something? Does anyone have an idea what may have changed between these OTP versions?</div><div><br></div><div>Thanks,</div><div>Daniel</div></div>
<br></blockquote></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>
</blockquote></div>