Summary: | much qDebug output in an application crashes kdevelop | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Holger Schröder <holger-kde> |
Component: | Output Views | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Holger Schröder
2004-02-06 13:14:03 UTC
I'm not surprised.. it's busted in many interesting ways. Still trying to find a good and not too unfeatured solution. ProcessWidget::maybeScrollToBottom() uses processEvents which is very suspicious and is likely to cause unwanted recursion in this case. Not anymore, so maybe it won't crash now. Hmm.. forgot to backport it, I think.. |