2007/5/29, Guillaume Denry &lt;<a href="mailto:guillaume.denry@gmail.com">guillaume.denry@gmail.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div><span class="gmail_quote">2007/5/29, Johann Ollivier Lapeyre &lt;<a href="mailto:johann.ollivierlapeyre@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">johann.ollivierlapeyre@gmail.com
</a>&gt;:</span><span class="q"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Bovo was very good in playground, and after the dev approval, it was moved to kdereview, even if the dev had a tmp computer issue.<br><br>But now, the 1st june limit is coming, the aron&#39;s computer is still dead for few days, and the kdereview&#39;s bovo is crashing since at least 1 week. I asked to Guid to look on it, but he didn&#39;t found yet.
</blockquote></span><div><br>Crash finally found. \o/<br>

I&#39;ll send the patch in a few minutes for a review, stay tuned.</div></div></blockquote><div><br>Crash was caused by a multi-referencing of the same Coord pointer (m_coord) in the Move class. (Because of the implicit copy constructor of Move which copied pointers in the back() or last() function of QList)
<br>I replaced &quot;Coord *m_coord;&quot; by &quot;Coord m_coord;&quot; and changed some Move functions consequently, I think it won&#39;t cause any troubles now.<br><br></div></div>Guid<br>