[k3b] [Bug 383835] Crash after closing audio project

Mark bugzilla_noreply at kde.org
Thu Aug 24 21:42:52 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=383835

--- Comment #9 from Mark <phobian at vivaldi.net> ---
This edit makes a workaround:
Extractor::~Extractor()
{
    //delete d->m_plugin;
    d->m_plugin = NULL;
    delete d;
}

Removing /opt/kf5/lib/plugins/kf5/kfilemetadata/*extractor.so also fixes the
issue. So it would seem the problem is with my installation of kfilemetadata.
Problem is, every other thing that depends on kfilemetadata works correctly -
baloo, digikam, kdenlive. I just built Tellico and ran the test suite, all
good.

I only use k3b to burn audio so is it possible to make depending on
kfilemetadata optional? I presume taglib would be enough.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the k3b mailing list