From owner-freebsd-ports@FreeBSD.ORG Sat Aug 23 07:28:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2565316A4BF; Sat, 23 Aug 2003 07:28:01 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A5743FDD; Sat, 23 Aug 2003 07:28:00 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h7NERxUK022529; Sat, 23 Aug 2003 10:27:59 -0400 (EDT) Date: Sat, 23 Aug 2003 10:27:59 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Larry Rosenman In-Reply-To: <173720000.1061647722@lerlaptop.lerctr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Michael Nottebrock cc: freebsd-ports@freebsd.org Subject: Re: KDE Konsole, crashes, on a SIGABRT... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 14:28:01 -0000 On Sat, 23 Aug 2003, Larry Rosenman wrote: > > --On Saturday, August 23, 2003 15:22:35 +0200 Michael Nottebrock > wrote: > > > On Saturday 23 August 2003 14:51, Larry Rosenman wrote: > > > >> I'm not sure how to switch to a libkse'd world. > > > > You have to explicitly make and install both libkse and libthr: > > > > cd /usr/src/lib/libpthread && make && make install (will give you libkse) > > cd /usr/src/lib/libthr && make && make install (will give you libthr) > > > > Then, create /etc/libmap.conf to map libc_r to either libthr or libkse, > > globally or just for single executables. Look at the libmap.conf manpage, > > is has a nice example and all the information. > libkse and libthr are built by default now. > > konsole crashes with all 3 (libc_r, libthr, libkse). > > How can I help figure this out? We (threads guys) think it's a problem with konsole. It is trying to change ownership of the pty and is failing to do so. We don't know why. Sometimes it works, sometimes it doesn't. konsole aborts itself when it can't change/open the pty, so SIGABRT is expected. -- Dan Eischen