Bug#26352: marked as done (flooding stdout caused crash) by John Firebaugh <jfirebaugh at kde.org>

Stephan Kulow owner at bugs.kde.org
Sat Aug 31 04:54:48 UTC 2002


Your message with subj: flooding stdout caused crash

Thank you for your bug report.
The bug that your reported no longer applies to the latest development (CVS) 
version of KDE. This is most probably because the bug has been fixed, the 
application has been substantially modified, or the application no longer 
exists. The bug report will be closed.

has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

(Complete bug history is available at http://bugs.kde.org/db/26/26352.html)

Received: (at submit) by bugs.kde.org; 29 May 2001 13:33:41 +0000
Received: (qmail 29505 invoked by uid 33); 29 May 2001 13:33:40 -0000
Date: 29 May 2001 13:33:40 -0000
Message-ID: <20010529133340.29504.qmail at master.kde.org>
To: submit at bugs.kde.org
Subject: flooding stdout caused crash
From: sassi at piar.hu

Package:           kdevelop
Version:           1.4.1 (using KDE 2.1.2 )
Severity:          normal
Installed from:    Debian Package 4:2.1.2-2 (testing/unstable)
Compiler:          gcc version 2.95.4 20010319 (Debian prerelease)
OS:                Linux
OS/Compiler notes: Not Specified

I done this:

...
unsigned int i;
...

for (i=0;i<1000000;i++)
{
  cout << "1";
}
cout "something" << endl;

when I ran it, the whole KDE deskop crashed.  :-(
I ran kdevelop in vt1 from gdb,
I found a large amount of this:

...
QTableView::setCellWidth: (unnamed) Argument out of range (669701)
...

(gdb) where

#0  0x40e9cc44 in write () from /lib/libc.so.6
#1  0x40dbbe34 in _XlcPublicMethods () from /usr/X11R6/lib/libX11.so.6
#2  0x40d310d3 in _X11TransWrite () from /usr/X11R6/lib/libX11.so.6
#3  0x40d15b7c in _XFlush () from /usr/X11R6/lib/libX11.so.6
#4  0x40d15a84 in _XFlush () from /usr/X11R6/lib/libX11.so.6
#5  0x40d12e81 in XDrawString () from /usr/X11R6/lib/libX11.so.6
#6  0x40924b7f in QPainter::drawText () from /usr/lib/libqt.so.2
#7  0x4098fdf7 in qt_format_text () from /usr/lib/libqt.so.2
#8  0x4098e9c2 in QPainter::drawText () from /usr/lib/libqt.so.2
#9  0x40a44375 in QMultiLineEdit::paintCell () from /usr/lib/libqt.so.2
#10 0x40a791a2 in QTableView::paintEvent () from /usr/lib/libqt.so.2
#11 0x40a77cba in QTableView::repaint () from /usr/lib/libqt.so.2
#12 0x40a78803 in QTableView::updateCell () from /usr/lib/libqt.so.2
#13 0x40a4cf5a in QMultiLineEdit::wrapLine () from /usr/lib/libqt.so.2
#14 0x40a463c6 in QMultiLineEdit::insertAtAux () from /usr/lib/libqt.so.2
#15 0x40a4dd57 in QMultiLineEdit::insertAt () from /usr/lib/libqt.so.2
#16 0x810947a in KDialog::marginHint ()
#17 0x808433c in KDialog::marginHint ()
#18 0x406b0bf7 in KProcess::receivedStdout () from /usr/lib/libkdecore.so.3
#19 0x406b18ca in KProcess::childOutput () from /usr/lib/libkdecore.so.3
#20 0x406b16bf in KProcess::slotChildOutput () from /usr/lib/libkdecore.so.3
#21 0x4098452f in QObject::activate_signal () from /usr/lib/libqt.so.2
#22 0x409db688 in QSocketNotifier::activated () from /usr/lib/libqt.so.2
#23 0x409ba692 in QSocketNotifier::event () from /usr/lib/libqt.so.2
#24 0x409309de in QApplication::notify () from /usr/lib/libqt.so.2
#25 0x4069dfc4 in KApplication::notify () from /usr/lib/libkdecore.so.3
#26 0x408fbdca in qt_set_socket_handler () from /usr/lib/libqt.so.2
#27 0x408fc4ce in QApplication::processNextEvent () from /usr/lib/libqt.so.2
#28 0x40932e1f in QApplication::enter_loop () from /usr/lib/libqt.so.2
#29 0x409033c3 in QApplication::exec () from /usr/lib/libqt.so.2
#30 0x80d8c33 in KDialog::marginHint ()
#31 0x40dfa2eb in __libc_start_main () from /lib/libc.so.6

--
sassi


(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields OS manually changed)





More information about the KDevelop-devel mailing list