Your message dated Sun, 27 Jun 1999 17:43:39 +0200 with message-id <19990627174339.G1370@SabPC.faure.org> and subject line Bug#1438: KFM crashes when starting applications has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 21 Jun 1999 15:53:34 +0000 From Mark.Newsam@ee.ed.ac.uk Mon Jun 21 17:53:34 1999 Received: from cox-ee-net2.ee.ed.ac.uk ([129.215.80.253]:25775 "EHLO postbox.ee.ed.ac.uk" ident: "root") by max.tat.physik.uni-tuebingen.de with ESMTP id <741409-27631>; Mon, 21 Jun 1999 17:53:29 +0200 Received: from innominata.ee.ed.ac.uk (min@innominata [129.215.34.25]) by postbox.ee.ed.ac.uk (8.9.1/8.9.1) with ESMTP id QAA22019; Mon, 21 Jun 1999 16:51:21 +0100 (BST) From: Mark I Newsam X-At: Department of Electrical Engineering, The University of Edinburgh Received: (from min@localhost) by innominata.ee.ed.ac.uk (8.9.1/8.9.1) id QAA25815; Mon, 21 Jun 1999 16:51:16 +0100 (BST) Date: Mon, 21 Jun 1999 16:51:16 +0100 (BST) Message-Id: <199906211551.QAA25815@innominata.ee.ed.ac.uk> To: submit@bugs.kde.org, Mark.Newsam@ee.ed.ac.uk Subject: KFM crashes when starting applications X-Sun-Charset: US-ASCII Return-Path: X-Orcpt: rfc822;submit@bugs.kde.org Package: kfm Version: 1.1.1 This problem also appeared in version 1.0 KFM crashes when you try to open a file that does not have a default program to handle the file. It opens up a window asking you to type in the command to execute upon typeing the command and pressing okay kfm crashes and then automatically rebootes itself. To fix this problem I modified a line 29 in the file utils.h from: void openWithOldApplication( const char *_cmd, QStrList& _urlList, const char *_workdir=0L ); to: void openWithOldApplication( const char *_cmd, QStrList& _urlList, const char *_workdir="" ); ie _workdir=0L was causing the strlen in libc to crash simply changing the value to a empty string solves the problem. Hope you find this usefull. I am using a Sun workstation with Solaris 2.6 Adios, Mark Newsam