[Bug 71858] Recursive crash when app being debug writes to stderr
Waldo Bastian
bastian at kde.org
Wed Feb 18 22:32:05 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=71858
------- Additional Comments From bastian kde org 2004-02-18 22:14 -------
I think it is pretty clear that the problem is the ugly
qApp->processEvents();
hack in ProcessWidget::maybeScrollToBottom()
Better keep a timer around and set that to scroll to the bottom.
Can't you use ensureCurrentVisible(), centerCurrentItem() or setBottomItem instead?
More information about the KDevelop-devel
mailing list