Bug 62571 - konsole crash to start
Summary: konsole crash to start
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 20:25 UTC by fgomez
Modified: 2003-09-01 08:30 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 fgomez 2003-08-12 20:25:50 UTC
Version:           desconocido (using KDE 3.1.2)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3.1 20030626 (Debian prerelease)
OS:          Linux (i686) release 2.4.20

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 16384 (LWP 8047)]

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x40f71af9 in wait4 () from /lib/libc.so.6
#0  0x40f71af9 in wait4 () from /lib/libc.so.6
#1  0x40fe4f60 in sys_sigabbrev () from /lib/libc.so.6
#2  0x00000400 in ?? ()
#3  0x40f71aab in waitpid () from /lib/libc.so.6
#4  0x40d9e061 in waitpid () from /lib/libpthread.so.0
#5  0x405c3344 in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4
#6  <signal handler called>
#7  0x41224251 in TEWidget::calcGeometry() () from /usr/lib/konsole.so
#8  0x412243ed in TEWidget::makeImage() () from /usr/lib/konsole.so
#9  0x41221bc5 in TEWidget::propagateSize() () from /usr/lib/konsole.so
#10 0x4121f215 in TEWidget::fontChange(QFont const&) () from /usr/lib/konsole.so
#11 0x4093afb6 in QWidget::setFont(QFont const&) () from /usr/lib/libqt-mt.so.3
#12 0x4121f2e4 in TEWidget::setVTFont(QFont const&) () from /usr/lib/konsole.so
#13 0x4120ea3d in Konsole::setFont(int) () from /usr/lib/konsole.so
#14 0x4120d734 in Konsole::readProperties(KConfig*, QString const&, bool) () from /usr/lib/konsole.so
#15 0x412056bb in Konsole::Konsole(char const*, QString const&, QStrList&, int, bool, bool, bool, bool, QString const&, QString const&, QCString, QString const&, bool, QString const&) () from /usr/lib/konsole.so
#16 0x41203c5a in main () from /usr/lib/konsole.so
#17 0x0804c56f in strcpy ()
#18 0x00000001 in ?? ()
#19 0x08059548 in ?? ()
#20 0xbffff6c8 in ?? ()
#21 0x0804c582 in strcpy ()
Comment 1 Aaron J. Seigo 2003-08-22 20:17:09 UTC
if you move your $KDEHOME/share/config/konsolerc file out of the way (where 
$KDEHOME is usually ~/.kde) does this crash persist? if so, can you pls post your 
konsolerc file as an attachment to this bug report? 
 
the most probable thing that i can see that might be going wrong is that Qt is returning 
0 for the font width and height, which would result in a division by zero. 
 
if it isn't your konsolerc, then perhaps we'll try putting in a font value by hand into the 
config and see if that helps any... 
Comment 2 fgomez 2003-09-01 08:30:40 UTC
OK, I move my $KDEHOME/share/config/konsolerc file out of the way (where 
$KDEHOME is usually ~/.kde) and Konsole start OK.

Thanks.