Bug 50599 - Somewhat random Konsole crash
Summary: Somewhat random Konsole crash
Status: RESOLVED INTENTIONAL
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-12 13:30 UTC by Luke-Jr
Modified: 2002-11-21 10:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2002-11-12 13:30:52 UTC
Version:            (using KDE KDE 3.0.9)
Installed from:    Compiled From Sources
Compiler:          GCC 3.2 
OS:          Linux

I was just typing a command in BASH when Konsole crashed:
[New Thread 1024 (LWP 7944)]
0x41118599 in __wait4 () at __wait4:-1
	in __wait4
#0  0x41118599 in __wait4 () at __wait4:-1
#1  0x4119cbdc in __DTOR_END__ () from /lib/libc.so.6
#2  0x40f760b3 in waitpid () from /lib/libpthread.so.0
#3  0x406b867d in KCrash::defaultCrashHandler(int) ()
   from /usr/kde-3.1rc2/lib/libkdecore.so.4
#4  0x40f73e1b in pthread_sighandler () from /lib/libpthread.so.0
#5  <signal handler called>
#6  0x40acc985 in QFrame::contentsRect() const ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#7  0x417ccc7d in TEWidget::setImage(ca const*, int, int) ()
   from /usr/kde-3.1rc2/lib/konsole.so
#8  0x417dd12f in TEmulation::qt_invoke(int, QUObject*) ()
   from /usr/kde-3.1rc2/lib/konsole.so
#9  0x417d37cf in TEmuVt102::qt_invoke(int, QUObject*) ()
   from /usr/kde-3.1rc2/lib/konsole.so
#10 0x40a2f7f9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#11 0x40a2f69d in QObject::activate_signal(int) ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#12 0x40d1116b in QTimer::timeout() ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#13 0x40a508d2 in QTimer::event(QEvent*) ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#14 0x409d1c56 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#15 0x409d146b in QApplication::notify(QObject*, QEvent*) ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#16 0x4062ae99 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/kde-3.1rc2/lib/libkdecore.so.4
#17 0x409ad743 in QEventLoop::activateTimers() ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#18 0x4098b298 in QEventLoop::processEvents(unsigned) ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#19 0x409e5896 in QEventLoop::enterLoop() ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#20 0x409e5738 in QEventLoop::exec() ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#21 0x409d1ea1 in QApplication::exec() ()
   from /usr/src/2/qt-x11-free-3.1.0/lib/libqt-mt.so.3
#22 0x417a5028 in main () from /usr/kde-3.1rc2/lib/konsole.so
#23 0x0804d192 in launch(int, char const*, char const*, char const*, int, char const*, bool, char const*, bool, char const*) ()
#24 0x0804ebfb in handle_launcher_request(int) ()
#25 0x0804dd3c in handle_requests(int) ()
#26 0x0804bef3 in main ()
#27 0x4108f142 in __libc_start_main () from /lib/libc.so.6
Comment 1 Stephan Binner 2002-11-16 18:35:52 UTC
Is it reproducable for you? If yes, how? And can you please "configure 
--enable-debug" and "make clean install" in konsole's source directory? 
Comment 2 Luke-Jr 2002-11-17 00:35:50 UTC
It hasn't happened since this one time.
Comment 3 Stephan Binner 2002-11-21 10:49:56 UTC
Let's hope that it's fixed in Qt 3.1 final. I have no idea what Konsole could have 
done wrong that QFrame::contentsRect() fails internally. :-)