Also I have debugging symbols enabled but get no backtrace.<br><br>Also for some reason on ubuntu I dont get the wallpaper previewing app- anyone know where I can find it?<br><br><div class="gmail_quote">On Tue, Sep 15, 2009 at 7:51 PM, Amir Taaki <span dir="ltr">&lt;<a href="mailto:genjix@gmail.com">genjix@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">oops that slipped my attention. but still removing the offending code the crash is still present<br>
<br><div class="gmail_quote"><div><div></div><div class="h5">On Tue, Sep 15, 2009 at 7:43 PM, Aaron J. Seigo <span dir="ltr">&lt;<a href="mailto:aseigo@kde.org" target="_blank">aseigo@kde.org</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5"><div>On September 15, 2009, Amir Taaki wrote:<br>

&gt; Basically was having some trouble in my plugin so I&#39;ve hacked this small<br>
&gt; testcase. It consists of one threaded object writing to an image read by<br>
&gt;  the main Plasma Wallpaper object and drawn to the screen.<br>
<br>
</div>Tutorial1::Tutorial1(QObject *parent, const QVariantList &amp;args)<br>
        : Plasma::Wallpaper(parent, args), mutex(new QMutex), blaa(parent,<br>
mutex, &amp;img)<br>
{<br>
  img = NULL;<br>
  mutex = new QMutex;<br>
<br>
you&#39;re assigning mutex twice, once in the ctor init list and once in the body<br>
of the ctor.<br>
<br>
that means that Tutorial1 and Blaa are using separate mutexes, which defeats<br>
the purpose of having one ;)<br>
<font color="#888888"><br>
--<br>
Aaron J. Seigo<br>
humru othro a kohnu se<br>
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43<br>
<br>
KDE core developer sponsored by Qt Development Frameworks<br>
</font><br></div></div>_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org" target="_blank">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
<br></blockquote></div><br>
</blockquote></div><br>