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

--- Comment #52 from RJVB <rjvber...@gmail.com> ---
Sadly, no. I cannot recall having seen this crash, but I also do not normally
get an audio notification when I do a git commit through KDevelop. If ever it
becomes a habit I can try to provoke this while running through valgrind (but
that in itself is a bit more than my machine can handle, for KDevelop at
least).

I noticed this in my backtrace:
    #16 0x00007fc783a11aa8 in QCoreApplication::sendPostedEvents
(receiver=receiver@entry=0x0, event_type=event_type@entry=0) at
/opt/local/var/lnxports/build/_opt_local_site-ports_aqua_qt5-kde-devel/qt5-kde-devel/work/qt-everywhere-opensource-src-5.6.1/qtbase/src/corelib/kernel/qcoreapplication.cpp:1513

is it possible that this crash is the result using delete instead of
->deleteLater() on an object pointer inheriting QObject and representing a
widget (or otherwise be a potential recipient of GUI events)? That would
explain why the crash isn't systematic.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to