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

--- Comment #4 from Kishore Gopalakrishnan <kishor...@gmail.com> ---
Created attachment 136910
  --> https://bugs.kde.org/attachment.cgi?id=136910&action=edit
Output of valgrind on repeadtedly triggering the activity manager sidebar

Hi, I am attaching the valgrind output from a run of plasmashell. On opening it
in Massif-Visualizer, I can see a linear growth of heap memory under
`QObjectPrivate::connectImpl(QObject const*, int, QObject const*, void**,
QtPrivate::QSlotObjectBase*, Qt::ConnectionType, int const*, QMetaObject
const*) (qobject.cpp:5050)`. Hopefully this is useful to find out the root
cause of this bug. 

Here are the steps I used to generate this file:
```
kquitapp5 plasmashell #Kill already running plasmashell
valgrind --tool=massif plasmashell
#Do stuff to trigger the memory leak (run the script in my report for a while
or just click around on various widgets)
kquitapp5 plasmashell #Kill plasmashell after some time.
```
In case you want me to compile any other packages with debug symbols or pass
any other options to valgrind, please let me know.

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

Reply via email to