Bug 168337 - konsole crashes when started from an ssh shell
Summary: konsole crashes when started from an ssh shell
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.0
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-04 14:58 UTC by Steven Legowik
Modified: 2008-08-04 21:58 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 Steven Legowik 2008-08-04 14:58:13 UTC
Version:           2.0 (using 4.0.5 (KDE 4.0.5), 4.0.5-5.fc9 Fedora)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.9-76.fc9.i686

I am trying to start an instance of konsole through a remote ssh login with X forwarding.  I have done this with previous versions of KDE without any problems.  Now, however, konsole crashes almost immediately with the following message:

[legowik@tahiti ~]$ konsole
<unknown program name>(1456)/: Communication problem with  "konsole" , it probably crashed.
Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." "
Comment 1 Steven Legowik 2008-08-04 15:26:48 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

Comment 2 Robert Knight 2008-08-04 15:32:15 UTC
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

Comment 3 Steven Legowik 2008-08-04 16:42:03 UTC
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?
Comment 4 Dominik Tritscher 2008-08-04 17:36:58 UTC
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.
Comment 5 Steven Legowik 2008-08-04 21:48:16 UTC
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.


Comment 6 Steven Legowik 2008-08-04 21:58:19 UTC
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.