attica_kde.so closing crash

Thiago Macieira thiago at kde.org
Mon Nov 17 19:02:34 GMT 2014


On Sunday 16 November 2014 18:18:07 Jeremy Whiting wrote:
> ==22353==  Address 0x1cd1b758 is not stack'd, malloc'd or (recently) free'd

This looks like the case of accessing memory from a plugin that has been 
unloaded.

Note how the backtrace started from qlibraryCleanup in qlibrary.cpp, which is 
unloading all plugins.

This is a plugin-unload-order problem. The KDE platform plugin got unloaded 
after the bearer manager plugin.
-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358





More information about the kde-core-devel mailing list