Summary: | crash on exit in ~NotifyByAudio() | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-knotifications | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alejandrohp, antoine.viallon, antonioni.rocha, ants.karner, bufalo1973, bugseforuns, christoph, chuck.eastus, dap.darkness, dennis.schridde, derkweijers, elvis.angelaccio, gplm+kde, houstonjohnr, j.mairboeck, jcarricksmith, juampa2345, kde, kdelibs-bugs, lambdasoftware, liferer, mike, nasus.maximos, nick.haflinger, opensuse.lietuviu.kalba, parajulidarshan2, piotr.mierzwinski, rdieter, reinhardauner, s.foschi, simonandric5, stakanov.s, stefanolessismc, stepes27, stephan.peichl, thesirdmz, umvmac, vikigoyal, wbarker, Wolfgang.Reh, xavier.besnard, zwo |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.32.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/knotifications/59bfcffc43d298d5b123337aa2ae13dbe8dc79d6 | Version Fixed In: | 5.47 |
Sentry Crash Report: |
Description
RJVB
2017-05-23 09:48:15 UTC
*** Bug 379786 has been marked as a duplicate of this bug. *** *** Bug 377278 has been marked as a duplicate of this bug. *** *** Bug 370311 has been marked as a duplicate of this bug. *** *** Bug 373882 has been marked as a duplicate of this bug. *** *** Bug 346621 has been marked as a duplicate of this bug. *** *** Bug 366482 has been marked as a duplicate of this bug. *** *** Bug 379724 has been marked as a duplicate of this bug. *** *** Bug 378920 has been marked as a duplicate of this bug. *** *** Bug 381371 has been marked as a duplicate of this bug. *** IMHO double delete, will fix that. Posted patch: https://phabricator.kde.org/D6376 Thanks for the report, ugly :/ *** Bug 381228 has been marked as a duplicate of this bug. *** *** Bug 381962 has been marked as a duplicate of this bug. *** *** Bug 382387 has been marked as a duplicate of this bug. *** *** Bug 383449 has been marked as a duplicate of this bug. *** *** Bug 383777 has been marked as a duplicate of this bug. *** *** Bug 384017 has been marked as a duplicate of this bug. *** *** Bug 384124 has been marked as a duplicate of this bug. *** *** Bug 383347 has been marked as a duplicate of this bug. *** *** Bug 386195 has been marked as a duplicate of this bug. *** *** Bug 386559 has been marked as a duplicate of this bug. *** *** Bug 386770 has been marked as a duplicate of this bug. *** *** Bug 386184 has been marked as a duplicate of this bug. *** *** Bug 386022 has been marked as a duplicate of this bug. *** *** Bug 387954 has been marked as a duplicate of this bug. *** *** Bug 387237 has been marked as a duplicate of this bug. *** *** Bug 387752 has been marked as a duplicate of this bug. *** *** Bug 387780 has been marked as a duplicate of this bug. *** *** Bug 388052 has been marked as a duplicate of this bug. *** *** Bug 388958 has been marked as a duplicate of this bug. *** *** Bug 391833 has been marked as a duplicate of this bug. *** Git commit 59bfcffc43d298d5b123337aa2ae13dbe8dc79d6 by Albert Astals Cid. Committed on 14/05/2018 at 17:46. Pushed by aacid into branch 'master'. Fix crashes in NotifyByAudio when closing applications Summary: We have a race between close() and onAudioFinished() that resulted in the same Phonon::MediaObject being added twice to m_reusablePhonons, which would result in a crash Reviewers: #frameworks, cullmann, rjvbb, apol Reviewed By: apol Subscribers: cfeck, rjvbb, mpyne Tags: #frameworks Differential Revision: https://phabricator.kde.org/D11891 M +9 -0 src/notifybyaudio.cpp https://commits.kde.org/knotifications/59bfcffc43d298d5b123337aa2ae13dbe8dc79d6 *** Bug 393587 has been marked as a duplicate of this bug. *** *** Bug 394718 has been marked as a duplicate of this bug. *** *** Bug 395663 has been marked as a duplicate of this bug. *** *** Bug 395999 has been marked as a duplicate of this bug. *** *** Bug 396545 has been marked as a duplicate of this bug. *** *** Bug 400426 has been marked as a duplicate of this bug. *** *** Bug 408185 has been marked as a duplicate of this bug. *** *** Bug 393772 has been marked as a duplicate of this bug. *** |