<div dir="ltr">Ok, how can I fix the unload order then?</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 17, 2014 at 12:02 PM, Thiago Macieira <span dir="ltr"><<a href="mailto:thiago@kde.org" target="_blank">thiago@kde.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 Sunday 16 November 2014 18:18:07 Jeremy Whiting wrote:<br>
> ==22353==  Address 0x1cd1b758 is not stack'd, malloc'd or (recently) free'd<br>
<br>
</span>This looks like the case of accessing memory from a plugin that has been<br>
unloaded.<br>
<br>
Note how the backtrace started from qlibraryCleanup in qlibrary.cpp, which is<br>
unloading all plugins.<br>
<br>
This is a plugin-unload-order problem. The KDE platform plugin got unloaded<br>
after the bearer manager plugin.<br>
<span class="HOEnZb"><font color="#888888">--<br>
Thiago Macieira - thiago (AT) <a href="http://macieira.info" target="_blank">macieira.info</a> - thiago (AT) <a href="http://kde.org" target="_blank">kde.org</a><br>
   Software Architect - Intel Open Source Technology Center<br>
      PGP/GPG: 0x6EF45358; fingerprint:<br>
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358<br>
<br>
</font></span></blockquote></div><br></div>