From owner-freebsd-amd64@FreeBSD.ORG Sat Jun 5 09:33:38 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F317016A4CE; Sat, 5 Jun 2004 09:33:37 -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 DBCE143D49; Sat, 5 Jun 2004 09:33:37 -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 18D5FFD1D6; Sat, 5 Jun 2004 09:33:33 -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 06189-05; Sat, 5 Jun 2004 09:33:32 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 97352FD1D5; Sat, 5 Jun 2004 09:33:32 -0700 (PDT) From: Sean McNeil To: Daniel Eischen In-Reply-To: References: Content-Type: text/plain Message-Id: <1086453212.96822.10.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 05 Jun 2004 09:33:32 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-amd64@freebsd.org cc: freebsd-threads@freebsd.org Subject: Re: All my amd64 problems appear to be KSE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 16:33:38 -0000 On Sat, 2004-06-05 at 09:16, Daniel Eischen wrote: > On Sat, 5 Jun 2004, Daniel Eischen wrote: > > > On Sat, 5 Jun 2004, Sean McNeil wrote: > > > > > > > > I would have to say that is extremely myopic of you. Regardless of > > > whether you trust me or not, it doesn't change what I have reported. > > > kse is broken in some respect on amd64. > > > > What I ask is very reasonable. You've already used libmap.conf > > to map libpthread.* to libc_r. Is it that hard for you to edit > > the file and try it the other way around? If you want help, you > > should be willing to answer very simple questions such as that. > > I would also make sure that libkse isn't being used (either > remove it from your system or use libmap.conf). I would think > that trying to use libc_r and libkse together would present > the same sort of problem as using libpthread and libkse > together, but just to be sure... There hasn't been a libkse on my system in a very long time. Just to make sure, I have searched the whole computer and it was not found. Also, I have done the libmap.conf of libc_r: libc_r.so.5 libpthread.so.1 libc_r.so libpthread.so.1 I can now claim that I am no_one without a doubt. I got the same failures as before. With regards to gnome-specific or if KDE has the same issue, I cannot answer. I do not use KDE. It would appear to be gnome-specific (gtk-specific?). Emacs has never given me any problems, but neither has nautilus, the panel, or a number of other gnome applications. For the moment, I highly suspect this is a pthread/readline interaction causing the crashes. Please let me know what I can do to help here. Sean