https://bugs.kde.org/show_bug.cgi?id=483681
--- Comment #1 from Jakob Petsovits <jpe...@petsovits.com> --- Actually I'll leave out the other threads because they're all just waiting for condition variables, polling, and such. Nothing that seems directly related on first glance. It seems I have access to some actual heap data too though: (gdb) frame 9 #9 0x0000716c1ffd0e3b in KWin::ScreenCastStream::onStreamAddBuffer (this=0x5b0c07708e80, buffer=0x5b0c07b7c3b8) at /home/kpetso/src/kde/plasma/kwin/src/plugins/screencast/screencaststream.cpp:234 234 Q_ASSERT(buffer->buffer->n_datas >= uint(dmabufAttribs->planeCount)); (gdb) print buffer->buffer->n_datas $1 = 1 (gdb) print dmabufAttribs->planeCount $2 = 2 Let me know if you're interested in any other data! -- You are receiving this mail because: You are watching all bug changes.