Summary: | Horizontal Scrolling of Tabs Causes Crash | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | rdnetto |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | mklapetek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Output from GDB (incl backtrace) |
Description
rdnetto
2013-11-18 12:34:20 UTC
Do you know if this happens on any other KDE/Qt application as well? Also, to know better what's going on, we'll need a backtrace from you. You can do that by running gdb --args /usr/lib/kde4/libexec/ktp-text-ui --persist (paths may be different) then gdb loads, type 'run', empty window should appear, then just open two chats and do the scroll. gdb should say the program crashed, so type 'bt' and you'll get a backtrace. Then please paste the backtrace here. Thank you. Created attachment 83623 [details]
Output from GDB (incl backtrace)
This bug does affect other KDE programs - I was able to reproduce it in Dolphin's preferences window under the view modes section.
The QtCore library is from package dev-qt/qtcore-4.8.5
Additional info: it only happens when you scroll on the blank area next to the tabs, not on the tabs themselves.
The backtrace seems to go on indefinitely, so I only included the first page of output.
Cool, that means the problem is not in our code, but rather more "upstream". Reassigning to kdelibs. *** This bug has been marked as a duplicate of bug 314082 *** |