From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 18:52:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A11916A4CE for ; Fri, 6 Feb 2004 18:52:03 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02D743D48 for ; Fri, 6 Feb 2004 18:52:02 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 92A1572DBF; Fri, 6 Feb 2004 18:52:02 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 8D29972DB5; Fri, 6 Feb 2004 18:52:02 -0800 (PST) Date: Fri, 6 Feb 2004 18:52:02 -0800 (PST) From: Doug White To: Jesse Guardiani In-Reply-To: Message-ID: <20040206185032.L20313@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: kdesu crash under 5.2-RELEASE with libkse via libmap.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 02:52:03 -0000 On Wed, 4 Feb 2004, Jesse Guardiani wrote: > If I run this: > > /usr/local/bin/kdesu --nonewdcop '/usr/local/bin/kcmshell clock --lang en_US' > > And my libmap.conf looks like this: > > # /etc/libmap.conf > # > # candidate mapping > # > libc_r.so.5 libkse.so.1 # Everything uses 'libkse' by default > libc_r.so libkse.so > > > Then I get this: > > (no debugging symbols found)...(no debugging symbols found)... This isn't a crash, it looks like a hang that you grabbed with gdb. KDE seems to work OK on my -current boxes at work, but I'll see if I can test this later, or Monday. It appears as if the subprocess properly spawned, and kdesu is waiting for it to finish. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org