Bug 9096

Summary: kwrited crashes while starting kde-2.0-beta4 (not very much info :-( )
Product: [Applications] konsole Reporter: Unknown <null>
Component: kwritedAssignee: Konsole Developer <konsole-devel>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: unspecified   
OS: Other   
Latest Commit: Version Fixed In:

Description Bernd Nottelmann 2000-08-26 16:02:41 UTC
(*** This bug was imported into bugs.kde.org ***)

Package: kwrited
Version: 2.0.0 (KDE 1.93 Beta >= 20000813)
Severity: normal

Unfortunenately all kde programs (including qt-2.2-beta2) were compiled without
debugging information so I can give you no further information but maybe this crash
has already occured.
Both qt and kde-programs and libraries have been compiled with compiler flags

CXXFLAGS=-O3 -mpentiumpro -march=pentiumpro -funroll-loops \
 -fschedule-insns2 -fomit-frame-pointer -s -fno-exceptions

and

CFLAGS=-O3 -mpentiumpro -march=pentiumpro -funroll-loops \
 -fschedule-insns2 -fomit-frame-pointer -s

Other config data:
2.4.0-test6-reiserfs-3.6.12-smp (I think it is not so important)
binutils-2.10.0.24
glibc-2.1.3 (compiled it myself)
gcc-2.95.2

Especially lines #7/#8 are interesting ...

Here is a backtrace generated by DrKonqi:
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x40c270d9 in __wait4 () from /lib/libc.so.6
#0  0x40c270d9 in __wait4 () from /lib/libc.so.6
#1  0x40c89cec in __DTOR_END__ () from /lib/libc.so.6
#2  0x404c56e0 in KCrash::defaultCrashHandler ()
   from /opt/kde2/lib/libkdecore.so.3
#3  <signal handler called>
#4  0x40bb2751 in __kill () from /lib/libc.so.6
#5  0x40bb23fa in raise () from /lib/libc.so.6
#6  0x40bb43c6 in abort () from /lib/libc.so.6
#7  0x40f2ae77 in TEPty::makePty () from /opt/kde2/lib/libkonsolepart.so
#8  0x4003ce60 in QStrList virtual table () from /opt/kde2/lib/libDCOP.so.1
#9  0x16ac045 in ?? ()

Hope this helps (but I don't think so)
  Bernd