Summary: | Konsole crashes on startup | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Albert Tsai <agtsai> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandrake RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Albert Tsai
2002-12-19 22:20:30 UTC
I get almost exactly the same backtrace: *snipped messages about no debugging symobols* (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...0x40e21a39 in wait4 () from /lib/libc.so.6 #0 0x40e21a39 in wait4 () from /lib/libc.so.6 #1 0x40e94ba0 in sys_sigabbrev () from /lib/libc.so.6 #2 0x40cb5061 in waitpid () from /lib/libpthread.so.0 #3 0x4053ba20 in KCrash::defaultCrashHandler () from /usr/lib/libkdecore.so.4 #4 0x40dae898 in sigaction () from /lib/libc.so.6 #5 0x41103bae in Konsole::makeGUI () from /usr/lib/konsole.so #6 0x4110b533 in Konsole::activateSession () from /usr/lib/konsole.so #7 0x4110b187 in Konsole::activateSession () from /usr/lib/konsole.so #8 0x4110ab4b in Konsole::runSession () from /usr/lib/konsole.so #9 0x4110c7de in Konsole::newSession () from /usr/lib/konsole.so #10 0x41103535 in Konsole::Konsole () from /usr/lib/konsole.so #11 0x411029d5 in main () from /usr/lib/konsole.so #12 0x0804ce66 in strcpy () #13 0x0804dafb in strcpy () #14 0x0804df45 in strcpy () #15 0x0804ed67 in strcpy () #16 0x40d9d9f1 in __libc_start_main () from /lib/libc.so.6 I notice similar bugs which have been traced back to the Qt version.. could be the same problem here, the same packages did not crash on another of my machines running an older version of Qt - can't be precise as to the version as it's now being rebuilt. This machine currently has the Debian Qt 3.1.1+cvs.2 package installed. Additionally, running gdb konsole from an xterm, throws up lots of lines about no debugging symbols before throwing the following: 0x407b6747 in QObject::inherits () from /usr/lib/libqt-mt.so.3 Version: KDE 3.0.4 Operating System: Linux Distribution: Debian (Unstable) Installation Method: Debian packages (from KDE site) (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 364)] (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)... 0x40e1ba39 in wait4 () from /lib/libc.so.6 #0 0x40e1ba39 in wait4 () from /lib/libc.so.6 #1 0x40e8eba0 in sys_sigabbrev () from /lib/libc.so.6 #2 0x40caf061 in waitpid () from /lib/libpthread.so.0 #3 0x4053aa20 in KCrash::defaultCrashHandler () from /usr/lib/libkdecore.so.4 #4 0x40da8898 in sigaction () from /lib/libc.so.6 #5 0x410fbbae in Konsole::makeGUI () from /usr/lib/konsole.so #6 0x41103533 in Konsole::activateSession () from /usr/lib/konsole.so #7 0x41103187 in Konsole::activateSession () from /usr/lib/konsole.so #8 0x41102b4b in Konsole::runSession () from /usr/lib/konsole.so #9 0x411047de in Konsole::newSession () from /usr/lib/konsole.so #10 0x410fb535 in Konsole::Konsole () from /usr/lib/konsole.so #11 0x410fa9d5 in main () from /usr/lib/konsole.so #12 0x0804ce66 in strcpy () #13 0x0804dafb in strcpy () #14 0x0804df45 in strcpy () #15 0x0804ed67 in strcpy () #16 0x40d979f1 in __libc_start_main () from /lib/libc.so.6 I have tried to fix the problem by removing the unexistant directories from the path. It did not work for both the root account and normal users. I have both thread (3.1.1+cvs.2002) and non-thread (3.1.1+cvs.2002) QT3 installed on my system. Is anyone reading more than the bug report title? Comment 1 and comment 2 are totally different to the original report. Cannot reproduce this. |