From owner-freebsd-current@FreeBSD.ORG Thu Jun 3 13:05:45 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 C572916A4CE; Thu, 3 Jun 2004 13:05:45 -0700 (PDT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903F343D31; Thu, 3 Jun 2004 13:05:45 -0700 (PDT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id BE4DBFD029; Thu, 3 Jun 2004 13:05:44 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31719-02; Thu, 3 Jun 2004 13:05:44 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 3D8C8FD01A; Thu, 3 Jun 2004 13:05:44 -0700 (PDT) From: Sean McNeil To: dfeustel@mindspring.com In-Reply-To: <200406031457.57841.dfeustel@mindspring.com> References: <1086254809.81807.10.camel@server.mcneil.com> <1086289932.53327.1.camel@server.mcneil.com> <200406031457.57841.dfeustel@mindspring.com> Content-Type: text/plain Message-Id: <1086293143.73536.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 03 Jun 2004 13:05:44 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-current@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: bash core dumping when resize gnome-terminal on amd64 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: Thu, 03 Jun 2004 20:05:45 -0000 On Thu, 2004-06-03 at 12:57, Dave Feustel wrote: > On Thursday 03 June 2004 02:12 pm, Sean McNeil wrote: > > > I did some investigation into a core dump of bash that I have been > > > having. First, I do not know if this problem exists with the i386 arch, > > > but it is possible. I never noticed it. > > Resizing vi inside of a kde shell window will very often crash vi. > This has been going on for some time. It is not a serious problem. I have fixed the issue for bash (see thread). Are you using nss_ldap? If so, my fix may help your vi issue as well. I actually think there is a latent bug somewhere in sigaction. I get all kinds of crashes that have the feeling of improperly handled signals. The bash resize issue was related to restarting the sigaction in libpthread. I'm just hiding the real issue by making sure that the pthread library isn't pulled in just because of nss_ldap. Sean