From owner-freebsd-current@FreeBSD.ORG Sun Aug 24 07:55:44 2003 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 62C5116A4BF for ; Sun, 24 Aug 2003 07:55:44 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E2B643FB1 for ; Sun, 24 Aug 2003 07:55:42 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 20674 invoked by uid 85); 24 Aug 2003 14:55:48 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.061284 secs); 24 Aug 2003 14:55:48 -0000 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 24 Aug 2003 14:55:47 -0000 From: Arjan van Leeuwen To: deischen@freebsd.org Date: Sun, 24 Aug 2003 16:55:40 +0200 User-Agent: KMail/1.5.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308241655.40626.avleeuwen@piwebs.com> cc: current@freebsd.org Subject: Re: KDE Konsole, crashes, on a SIGABRT... 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: Sun, 24 Aug 2003 14:55:44 -0000 On Saturday 23 August 2003 18:03, Daniel Eischen wrote: > On Sat, 23 Aug 2003, Larry Rosenman wrote: > > --On Saturday, August 23, 2003 10:27:59 -0400 Daniel Eischen > > (...) > > > > > > 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. > > > > Interestingly, if I use /etc/libmap.conf to map libc_r.(so|so.5) to > > libc_r.(so.4|so.4) > > it works starting from within an XTerm, but not from the bar at the > > bottom. > > > > Now, I have **NOT** rebooted yet. > > > > This seems to have started with thursday's world, the previous world was > > ~2 weeks ago. > > > > Prior to Thursday, it worked just fine. > > I can't explain it. Someone is going to have to debug konsole and > figure out what is going on. It is a problem that has appeared in the last two weeks, and it was triggered by a change in (apparently) libc_r as well as libkse, as it doesn't start with both now. With the patch that Michael Nottebrock provided on this list, it was perfectly possible to run Konsole with libkse (and libc_r) on a -CURRENT from august 15. So something was broken in the threads code between august 15 and now. I don't think that we should point to Konsole here, something went wrong in the threads code. Best regards, Arjan