<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>(1) I explained to Fons in person and to everyon on the jack-devel mailing list what the issues with Fons' original patch. Robin Gareus has eloquently restated the basic point, but I'll do it again: the ability to REVIEW code changes is critical to long-lived projects, and when a change consists of 85% or more white-space/code style changes and only 15% actual functional differences, code review becomes all but impossible. I would like to bequeath future JACK1 maintainers the ability to go back and understand the changes from Fons, but that is absurdly hard to do when so much of the commit would be absolutely irrelevant. <br><br></div>(2) I also documented my process for attempting to test Fons' changes. To repeat:<br><br></div>        (1) copy the entire code tree, twice<br></div>        (2) clean up the first copy with uncrustify, which implies a canonical coding style throughout. test this version for several days to identify any obvious regressions from what should be a no-op.<br></div>        (3) apply fons' patches to the second copy<br></div>        (4) run uncrustify on the result, which makes it similarly canonical in terms of coding style.<br></div>        (5) generate a diff between the two copies which theoretically should show only the functional differences introduced by fons<br></div>        (6) apply the diff and commit<br></div>        (7) test<br><br></div>Initially, things seemed to go well during test (otherwise I would not have pushed). But over a period of a couple of weeks, which in my case typically involves running Ardour endless times a day, often crashing it, while other clients run along in the background, I got the distinct impression that the server was no longer stable in the face of misbehaving clients. I did a git bisect, as did others, and we confirmed that commit that occured at step (6) above was responsible. I then reverted that commit (visible on jack-devel).<br><br></div><div>There are many other important changes in jack1 git that need to be released. Unless someone can identify what is wrong with the reverted commit, it will remain reverted, and I will release 0.125 without it (and then depart for post-JACK-ness nirvana). <br><br>--p<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 24, 2016 at 5:04 PM, Fons Adriaensen <span dir="ltr"><<a href="mailto:fons@linuxaudio.org" target="_blank">fons@linuxaudio.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Mar 24, 2016 at 09:49:00PM +0100, Filipe Coelho wrote:<br>
> On <a href="tel:24.03.2016%2021" value="+12403201621">24.03.2016 21</a>:24, Fons Adriaensen wrote:<br>
> >Conclusion: I have been wasting my time. Ciao,<br>
><br>
> With all due respect... please send a proper patch next time.<br>
<br>
</span>It was a proper patch. Changing the 'sorting' algo required some<br>
new data structures, and everything that depended on the old ones<br>
had to be changed. This was not something that could be done in<br>
small steps.<br>
<br>
If only parts of the patch are applied I can't be held responsible<br>
for the result. The complete patch was tested, and not only with<br>
simple cases but with some purposely designed to reveal problems.<br>
Everything worked here, and has been working since.<br>
<span class="im HOEnZb"><br>
> This is something I'd love to try too, I even attempted to start<br>
> cleaning up the patch myself too but then Paul said he would do it..<br>
> If the patch was good from the get-go we wouldn't be having this discussion.<br>
><br>
><br>
> _______________________________________________<br>
> Linux-audio-user mailing list<br>
> <a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
> <a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" rel="noreferrer" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
<br>
</span><span class="im HOEnZb">--<br>
FA<br>
<br>
A world of exhaustive, reliable metadata would be an utopia.<br>
It's also a pipe-dream, founded on self-delusion, nerd hubris<br>
and hysterically inflated market opportunities. (Cory Doctorow)<br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" rel="noreferrer" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</div></div></blockquote></div><br></div>