Bug 445363 - Konsole leaks memory when used as a part [LSAN]
Summary: Konsole leaks memory when used as a part [LSAN]
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-12 04:50 UTC by Waqar Ahmed
Modified: 2021-11-12 04:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Waqar Ahmed 2021-11-12 04:50:19 UTC
SUMMARY

LSAN reports leaks when using konsole inside another application (e.g., kate). May be false positives but I felt it necessary to report them at least.

Indirect leak of 840 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b2531c38 in QMenu::QMenu(QWidget*) (/usr/lib/libQt5Widgets.so.5+0x2e8c38)
    #2 0x7ff2b3fd635e in KXMLGUI::BuildHelper::createContainer(QWidget*, int, QDomElement const&, QAction*&, KXMLGUIBuilder**) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:780:38
    #3 0x7ff2b3fd2898 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:723:30
    #4 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #5 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #6 0x7ff2b3fd30c9 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:768:41
    #7 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #8 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #9 0x7ff2b3fb7ae9 in KXMLGUIFactory::addClient(KXMLGUIClient*) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory.cpp:253:36
    #10 0x7ff29efdd0dd in Konsole::SessionController::showDisplayContextMenu(QPoint const&) /home/waqar/kde/src/utilities/konsole/src/session/SessionController.cpp:1765:18
    #11 0x7ff29f01810e in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QPoint const&>, void, void (Konsole::SessionController::*)(QPoint const&)>::call(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #12 0x7ff29f017e2e in void QtPrivate::FunctionPointer<void (Konsole::SessionController::*)(QPoint const&)>::call<QtPrivate::List<QPoint const&>, void>(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #13 0x7ff29f017a46 in QtPrivate::QSlotObject<void (Konsole::SessionController::*)(QPoint const&), QtPrivate::List<QPoint const&>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #14 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #15 0x7ff29ec83426 in Konsole::TerminalDisplay::configureRequest(QPoint const&) /home/waqar/kde/build/utilities/konsole/src/konsoleprivate_autogen/DRAQINE3W2/moc_TerminalDisplay.cpp:580:5
    #16 0x7ff29eecb046 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) /home/waqar/kde/src/utilities/konsole/src/terminalDisplay/TerminalDisplay.cpp:1226:20
    #17 0x7ff2b23e7fcd in QWidget::event(QEvent*) (/usr/lib/libQt5Widgets.so.5+0x19efcd)

Indirect leak of 840 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b2531c38 in QMenu::QMenu(QWidget*) (/usr/lib/libQt5Widgets.so.5+0x2e8c38)
    #2 0x7ff2b3fd635e in KXMLGUI::BuildHelper::createContainer(QWidget*, int, QDomElement const&, QAction*&, KXMLGUIBuilder**) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:780:38
    #3 0x7ff2b3fd2898 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:723:30
    #4 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #5 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #6 0x7ff2b3fb7ae9 in KXMLGUIFactory::addClient(KXMLGUIClient*) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory.cpp:253:36
    #7 0x7ff29efdd0dd in Konsole::SessionController::showDisplayContextMenu(QPoint const&) /home/waqar/kde/src/utilities/konsole/src/session/SessionController.cpp:1765:18
    #8 0x7ff29f01810e in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QPoint const&>, void, void (Konsole::SessionController::*)(QPoint const&)>::call(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #9 0x7ff29f017e2e in void QtPrivate::FunctionPointer<void (Konsole::SessionController::*)(QPoint const&)>::call<QtPrivate::List<QPoint const&>, void>(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #10 0x7ff29f017a46 in QtPrivate::QSlotObject<void (Konsole::SessionController::*)(QPoint const&), QtPrivate::List<QPoint const&>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #11 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #12 0x7ff29ec83426 in Konsole::TerminalDisplay::configureRequest(QPoint const&) /home/waqar/kde/build/utilities/konsole/src/konsoleprivate_autogen/DRAQINE3W2/moc_TerminalDisplay.cpp:580:5
    #13 0x7ff29eecb046 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) /home/waqar/kde/src/utilities/konsole/src/terminalDisplay/TerminalDisplay.cpp:1226:20
    #14 0x7ff2b23e7fcd in QWidget::event(QEvent*) (/usr/lib/libQt5Widgets.so.5+0x19efcd)

Indirect leak of 792 byte(s) in 9 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16e20fa in QObjectPrivate::connectImpl(QObject const*, int, QObject const*, void**, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int const*, QMetaObject const*) (/usr/lib/libQt5Core.so.5+0x2f20fa)

Indirect leak of 576 byte(s) in 6 object(s) allocated from:
    #0 0x5651f57373d2 in realloc (/home/waqar/kde/usr/bin/kate+0x24c3d2)
    #1 0x7ff2b14fc8a8 in QListData::realloc_grow(int) (/usr/lib/libQt5Core.so.5+0x10c8a8)

Indirect leak of 360 byte(s) in 9 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16ddc2a in QObjectPrivate::addConnection(int, QObjectPrivate::Connection*) (/usr/lib/libQt5Core.so.5+0x2edc2a)

Indirect leak of 344 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b4845f9e in KIO::Slave::Slave(QString const&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:212:23
    #2 0x7ff2b4849480 in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:24
    #3 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #4 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #5 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #6 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #7 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #8 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #9 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #10 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 160 byte(s) in 4 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16ddc9a in QObjectPrivate::addConnection(int, QObjectPrivate::Connection*) (/usr/lib/libQt5Core.so.5+0x2edc9a)

Indirect leak of 160 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b23cced6 in QWidgetPrivate::createTLExtra() (/usr/lib/libQt5Widgets.so.5+0x183ed6)

Indirect leak of 144 byte(s) in 3 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16e4090 in QObject::setObjectName(QString const&) (/usr/lib/libQt5Core.so.5+0x2f4090)

Indirect leak of 112 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b23ccdd3 in QWidgetPrivate::createExtra() (/usr/lib/libQt5Widgets.so.5+0x183dd3)

Indirect leak of 112 byte(s) in 7 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b150267e in QtSharedPointer::ExternalRefCountData::getAndRef(QObject const*) (/usr/lib/libQt5Core.so.5+0x11267e)

Indirect leak of 96 byte(s) in 6 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b2532419 in QMenu::insertSeparator(QAction*) (/usr/lib/libQt5Widgets.so.5+0x2e9419)

Indirect leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16e8e69 in QObject::QObject(QObject*) (/usr/lib/libQt5Core.so.5+0x2f8e69)
    #2 0x7ff2b4846034 in KIO::Slave::Slave(QString const&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:216:25
    #3 0x7ff2b4849480 in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:24
    #4 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #5 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #6 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #7 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #8 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #9 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #10 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #11 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16e8e69 in QObject::QObject(QObject*) (/usr/lib/libQt5Core.so.5+0x2f8e69)
    #2 0x7ff2b4845fbc in KIO::Slave::Slave(QString const&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:212:7
    #3 0x7ff2b4849480 in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:24
    #4 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #5 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #6 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #7 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #8 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #9 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #10 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #11 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 88 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16e8e69 in QObject::QObject(QObject*) (/usr/lib/libQt5Core.so.5+0x2f8e69)
    #2 0x7ff2b4846285 in KIO::SlavePrivate::SlavePrivate(QString const&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:124:14
    #3 0x7ff2b4845fad in KIO::Slave::Slave(QString const&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:212:27
    #4 0x7ff2b4849480 in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:24
    #5 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #6 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #7 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #8 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #9 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #10 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #11 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #12 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 64 byte(s) in 4 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16e767e in QObject::installEventFilter(QObject*) (/usr/lib/libQt5Core.so.5+0x2f767e)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b3fa057c in KXMLGUIBuilder::createContainer(QWidget*, int, QDomElement const&, QAction*&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguibuilder.cpp:165:24
    #2 0x7ff2b3fd635e in KXMLGUI::BuildHelper::createContainer(QWidget*, int, QDomElement const&, QAction*&, KXMLGUIBuilder**) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:780:38
    #3 0x7ff2b3fd2898 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:723:30
    #4 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #5 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #6 0x7ff2b3fb7ae9 in KXMLGUIFactory::addClient(KXMLGUIClient*) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory.cpp:253:36
    #7 0x7ff29efdd0dd in Konsole::SessionController::showDisplayContextMenu(QPoint const&) /home/waqar/kde/src/utilities/konsole/src/session/SessionController.cpp:1765:18
    #8 0x7ff29f01810e in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QPoint const&>, void, void (Konsole::SessionController::*)(QPoint const&)>::call(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #9 0x7ff29f017e2e in void QtPrivate::FunctionPointer<void (Konsole::SessionController::*)(QPoint const&)>::call<QtPrivate::List<QPoint const&>, void>(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #10 0x7ff29f017a46 in QtPrivate::QSlotObject<void (Konsole::SessionController::*)(QPoint const&), QtPrivate::List<QPoint const&>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #11 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #12 0x7ff29ec83426 in Konsole::TerminalDisplay::configureRequest(QPoint const&) /home/waqar/kde/build/utilities/konsole/src/konsoleprivate_autogen/DRAQINE3W2/moc_TerminalDisplay.cpp:580:5
    #13 0x7ff29eecb046 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) /home/waqar/kde/src/utilities/konsole/src/terminalDisplay/TerminalDisplay.cpp:1226:20
    #14 0x7ff2b23e7fcd in QWidget::event(QEvent*) (/usr/lib/libQt5Widgets.so.5+0x19efcd)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b3fa057c in KXMLGUIBuilder::createContainer(QWidget*, int, QDomElement const&, QAction*&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguibuilder.cpp:165:24
    #2 0x7ff2b3fd635e in KXMLGUI::BuildHelper::createContainer(QWidget*, int, QDomElement const&, QAction*&, KXMLGUIBuilder**) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:780:38
    #3 0x7ff2b3fd2898 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:723:30
    #4 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #5 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #6 0x7ff2b3fd30c9 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:768:41
    #7 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #8 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #9 0x7ff2b3fb7ae9 in KXMLGUIFactory::addClient(KXMLGUIClient*) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory.cpp:253:36
    #10 0x7ff29efdd0dd in Konsole::SessionController::showDisplayContextMenu(QPoint const&) /home/waqar/kde/src/utilities/konsole/src/session/SessionController.cpp:1765:18
    #11 0x7ff29f01810e in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QPoint const&>, void, void (Konsole::SessionController::*)(QPoint const&)>::call(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #12 0x7ff29f017e2e in void QtPrivate::FunctionPointer<void (Konsole::SessionController::*)(QPoint const&)>::call<QtPrivate::List<QPoint const&>, void>(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #13 0x7ff29f017a46 in QtPrivate::QSlotObject<void (Konsole::SessionController::*)(QPoint const&), QtPrivate::List<QPoint const&>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #14 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #15 0x7ff29ec83426 in Konsole::TerminalDisplay::configureRequest(QPoint const&) /home/waqar/kde/build/utilities/konsole/src/konsoleprivate_autogen/DRAQINE3W2/moc_TerminalDisplay.cpp:580:5
    #16 0x7ff29eecb046 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) /home/waqar/kde/src/utilities/konsole/src/terminalDisplay/TerminalDisplay.cpp:1226:20
    #17 0x7ff2b23e7fcd in QWidget::event(QEvent*) (/usr/lib/libQt5Widgets.so.5+0x19efcd)

Indirect leak of 48 byte(s) in 2 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b2530476  (/usr/lib/libQt5Widgets.so.5+0x2e7476)
    #2 0x7ff2b239d1af in QAction::metaObject() const (/usr/lib/libQt5Widgets.so.5+0x1541af)

Indirect leak of 40 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b474efdb in KIO::Connection::Connection(QObject*) /home/waqar/kde/src/frameworks/kio/src/core/connection.cpp:69:9
    #2 0x7ff2b4846034 in KIO::Slave::Slave(QString const&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:216:25
    #3 0x7ff2b4849480 in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:24
    #4 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #5 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #6 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #7 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #8 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #9 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #10 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #11 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 32 byte(s) in 2 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b16e760b in QObject::installEventFilter(QObject*) (/usr/lib/libQt5Core.so.5+0x2f760b)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b4844a30 in QMetaObject::Connection QObject::connect<void (KIO::Connection::*)(), void (KIO::Slave::*)()>(QtPrivate::FunctionPointer<void (KIO::Connection::*)()>::Object const*, void (KIO::Connection::*)(), QtPrivate::FunctionPointer<void (KIO::Slave::*)()>::Object const*, void (KIO::Slave::*)(), Qt::ConnectionType) /usr/include/qt/QtCore/qobject.h:266:28
    #2 0x7ff2b484440d in KIO::Slave::accept() /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:170:5
    #3 0x7ff2b484536c in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::Slave::*)()>::call(void (KIO::Slave::*)(), KIO::Slave*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #4 0x7ff2b484517e in void QtPrivate::FunctionPointer<void (KIO::Slave::*)()>::call<QtPrivate::List<>, void>(void (KIO::Slave::*)(), KIO::Slave*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #5 0x7ff2b4844ecf in QtPrivate::QSlotObject<void (KIO::Slave::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #6 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #7 0x7ff2b4739a4f in KIO::ConnectionServer::newConnection() /home/waqar/kde/build/frameworks/kio/src/core/KF5KIOCore_autogen/EWIEGA46WW/moc_connectionserver.cpp:132:5
    #8 0x7ff2b475362c in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ConnectionServer::*)()>::call(void (KIO::ConnectionServer::*)(), KIO::ConnectionServer*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #9 0x7ff2b475343e in void QtPrivate::FunctionPointer<void (KIO::ConnectionServer::*)()>::call<QtPrivate::List<>, void>(void (KIO::ConnectionServer::*)(), KIO::ConnectionServer*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #10 0x7ff2b475318f in QtPrivate::QSlotObject<void (KIO::ConnectionServer::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #11 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #12 0x7ff2b473a0b2 in KIO::ConnectionBackend::newConnection() /home/waqar/kde/build/frameworks/kio/src/core/KF5KIOCore_autogen/EWIEGA46WW/moc_connectionbackend_p.cpp:181:5
    #13 0x7ff2b47459ac in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ConnectionBackend::*)()>::call(void (KIO::ConnectionBackend::*)(), KIO::ConnectionBackend*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #14 0x7ff2b47457be in void QtPrivate::FunctionPointer<void (KIO::ConnectionBackend::*)()>::call<QtPrivate::List<>, void>(void (KIO::ConnectionBackend::*)(), KIO::ConnectionBackend*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #15 0x7ff2b474550f in QtPrivate::QSlotObject<void (KIO::ConnectionBackend::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #16 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #17 0x7ff2b1a62c01  (/usr/lib/libQt5Network.so.5+0x10ac01)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x5651f5737201 in calloc (/home/waqar/kde/usr/bin/kate+0x24c201)
    #1 0x7ff2ace5618b  (/usr/lib/libfontconfig.so.1+0x2518b)

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b4843000 in QMetaObject::Connection QObject::connect<void (QTimer::*)(QTimer::QPrivateSignal), void (KIO::SlaveInterface::*)()>(QtPrivate::FunctionPointer<void (QTimer::*)(QTimer::QPrivateSignal)>::Object const*, void (QTimer::*)(QTimer::QPrivateSignal), QtPrivate::FunctionPointer<void (KIO::SlaveInterface::*)()>::Object const*, void (KIO::SlaveInterface::*)(), Qt::ConnectionType) /usr/include/qt/QtCore/qobject.h:266:28
    #2 0x7ff2b4842d39 in KIO::SlaveInterface::SlaveInterface(KIO::SlaveInterfacePrivate&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slaveinterface.cpp:32:5
    #3 0x7ff2b4845fbc in KIO::Slave::Slave(QString const&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:212:7
    #4 0x7ff2b4849480 in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:24
    #5 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #6 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #7 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #8 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #9 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #10 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #11 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #12 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 24 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b4846026 in KIO::Slave::Slave(QString const&, QObject*) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:216:21
    #2 0x7ff2b4849480 in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:24
    #3 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #4 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #5 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #6 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #7 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #8 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #9 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #10 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 24 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b484946f in KIO::Slave::createSlave(QString const&, QUrl const&, int&, QString&) /home/waqar/kde/src/frameworks/kio/src/core/slave.cpp:471:20
    #2 0x7ff2b48bcf84 in KIO::ProtoQueue::createSlave(QString const&, KIO::SimpleJob*, QUrl const&) /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:536:20
    #3 0x7ff2b48bb7e3 in KIO::ProtoQueue::startAJob() /home/waqar/kde/src/frameworks/kio/src/core/scheduler.cpp:624:21
    #4 0x7ff2b48d48fc in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (KIO::ProtoQueue::*)()>::call(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #5 0x7ff2b48d470e in void QtPrivate::FunctionPointer<void (KIO::ProtoQueue::*)()>::call<QtPrivate::List<>, void>(void (KIO::ProtoQueue::*)(), KIO::ProtoQueue*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #6 0x7ff2b48d445f in QtPrivate::QSlotObject<void (KIO::ProtoQueue::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #7 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #8 0x7ff2b16eea3e in QTimer::timeout(QTimer::QPrivateSignal) (/usr/lib/libQt5Core.so.5+0x2fea3e)
    #9 0x7ff2b23a3ff5 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (/usr/lib/libQt5Widgets.so.5+0x15aff5)

Indirect leak of 16 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b25303f5  (/usr/lib/libQt5Widgets.so.5+0x2e73f5)
    #2 0x7ff2b3fd635e in KXMLGUI::BuildHelper::createContainer(QWidget*, int, QDomElement const&, QAction*&, KXMLGUIBuilder**) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:780:38
    #3 0x7ff2b3fd2898 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:723:30
    #4 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #5 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #6 0x7ff2b3fd30c9 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:768:41
    #7 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #8 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #9 0x7ff2b3fb7ae9 in KXMLGUIFactory::addClient(KXMLGUIClient*) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory.cpp:253:36
    #10 0x7ff29efdd0dd in Konsole::SessionController::showDisplayContextMenu(QPoint const&) /home/waqar/kde/src/utilities/konsole/src/session/SessionController.cpp:1765:18
    #11 0x7ff29f01810e in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QPoint const&>, void, void (Konsole::SessionController::*)(QPoint const&)>::call(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #12 0x7ff29f017e2e in void QtPrivate::FunctionPointer<void (Konsole::SessionController::*)(QPoint const&)>::call<QtPrivate::List<QPoint const&>, void>(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #13 0x7ff29f017a46 in QtPrivate::QSlotObject<void (Konsole::SessionController::*)(QPoint const&), QtPrivate::List<QPoint const&>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #14 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #15 0x7ff29ec83426 in Konsole::TerminalDisplay::configureRequest(QPoint const&) /home/waqar/kde/build/utilities/konsole/src/konsoleprivate_autogen/DRAQINE3W2/moc_TerminalDisplay.cpp:580:5
    #16 0x7ff29eecb046 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) /home/waqar/kde/src/utilities/konsole/src/terminalDisplay/TerminalDisplay.cpp:1226:20
    #17 0x7ff2b23e7fcd in QWidget::event(QEvent*) (/usr/lib/libQt5Widgets.so.5+0x19efcd)

Indirect leak of 16 byte(s) in 1 object(s) allocated from:
    #0 0x5651f576e779 in operator new(unsigned long) (/home/waqar/kde/usr/bin/kate+0x283779)
    #1 0x7ff2b25303f5  (/usr/lib/libQt5Widgets.so.5+0x2e73f5)
    #2 0x7ff2b3fd635e in KXMLGUI::BuildHelper::createContainer(QWidget*, int, QDomElement const&, QAction*&, KXMLGUIBuilder**) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:780:38
    #3 0x7ff2b3fd2898 in KXMLGUI::BuildHelper::processContainerElement(QDomElement const&, QString const&, QString const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:723:30
    #4 0x7ff2b3fd1cb3 in KXMLGUI::BuildHelper::processElement(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:529:9
    #5 0x7ff2b3fd18c3 in KXMLGUI::BuildHelper::build(QDomElement const&) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory_p.cpp:515:9
    #6 0x7ff2b3fb7ae9 in KXMLGUIFactory::addClient(KXMLGUIClient*) /home/waqar/kde/src/frameworks/kxmlgui/src/kxmlguifactory.cpp:253:36
    #7 0x7ff29efdd0dd in Konsole::SessionController::showDisplayContextMenu(QPoint const&) /home/waqar/kde/src/utilities/konsole/src/session/SessionController.cpp:1765:18
    #8 0x7ff29f01810e in QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QPoint const&>, void, void (Konsole::SessionController::*)(QPoint const&)>::call(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:152:13
    #9 0x7ff29f017e2e in void QtPrivate::FunctionPointer<void (Konsole::SessionController::*)(QPoint const&)>::call<QtPrivate::List<QPoint const&>, void>(void (Konsole::SessionController::*)(QPoint const&), Konsole::SessionController*, void**) /usr/include/qt/QtCore/qobjectdefs_impl.h:185:13
    #10 0x7ff29f017a46 in QtPrivate::QSlotObject<void (Konsole::SessionController::*)(QPoint const&), QtPrivate::List<QPoint const&>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) /usr/include/qt/QtCore/qobjectdefs_impl.h:418:17
    #11 0x7ff2b16ea8c4  (/usr/lib/libQt5Core.so.5+0x2fa8c4)
    #12 0x7ff29ec83426 in Konsole::TerminalDisplay::configureRequest(QPoint const&) /home/waqar/kde/build/utilities/konsole/src/konsoleprivate_autogen/DRAQINE3W2/moc_TerminalDisplay.cpp:580:5
    #13 0x7ff29eecb046 in Konsole::TerminalDisplay::mousePressEvent(QMouseEvent*) /home/waqar/kde/src/utilities/konsole/src/terminalDisplay/TerminalDisplay.cpp:1226:20
    #14 0x7ff2b23e7fcd in QWidget::event(QEvent*) (/usr/lib/libQt5Widgets.so.5+0x19efcd)