Summary: | konsole crashes when started from an ssh shell | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Steven Legowik <legowik> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Steven Legowik
2008-08-04 14:58:13 UTC
Something I missed in my original report is that it displays the window briefly after returning to the shell. Then the following message is displayed on the terminal and the konsole window vanishes: QDBusConnection received a message of type 3 that it shouldn't have Can you please run Konsole in gdb with the --nofork argument and get a backtrace when it crashes: gdb konsole > set args --nofork > run <crash> > bt The debugger says that it cannot find any symbols. I guess that mean I have to compile konsole from scratch. Where do I go to get the source? You don't have to compile it necessarily by yourself. Most distributions provide extra packages with debugging symbols. See http://techbase.kde.org/Contribute/Bugsquad/How_to_create_useful_crash_reports for infos on your distro. I got the debug symbols installed, but the problem went away. A problem cropped up with the configuration of the color tags in ls that I fixed with a local version of .dir_colors (something to do with the CAPABILITY tag). It was causing /etc/csh.login to bomb out. When I fixed that, the problem with konsole seems to have gone away as well. The symptom of that problem was the error message: Unknown colorls variable `ca'. That pops up every time you start a new shell. The error messages I reported earlier still pop up in the shell where konsole is started, so they don't have anything to do with the problem I was having. |