From owner-freebsd-current@FreeBSD.ORG Wed Sep 15 12:22:14 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 44AB416A4E5 for ; Wed, 15 Sep 2004 12:22:14 +0000 (GMT) Received: from pengo.systems.pipex.net (pengo.systems.pipex.net [62.241.160.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 015D343D39 for ; Wed, 15 Sep 2004 12:22:14 +0000 (GMT) (envelope-from calculus@softhome.net) Received: from SPECULUSHX1THE (81-178-247-213.dsl.pipex.com [81.178.247.213]) by pengo.systems.pipex.net (Postfix) with SMTP id AC7D94C00396 for ; Wed, 15 Sep 2004 13:22:10 +0100 (BST) Message-ID: <000401c49b1e$a56ec240$0d00000a@SPECULUSHX1THE> From: "cali" To: References: <018501c499cb$0b7786d0$0d00000a@SPECULUSHX1THE> Date: Wed, 15 Sep 2004 13:08:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: xtermset core dumps 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: Wed, 15 Sep 2004 12:22:14 -0000 ----- Original Message ----- From: "cali" >I installed beta3 from cd then installed xtermset from ports, it crashes if >i try and use it: > > xtermset -T $PWD > > using gdb on the core file shows the following stack trace: > > #0 0x080495ca in term_last () at term.c:66 > #1 0x08049635 in term_new (comp_type=-791621424, name=0xbfbfe471 "rxvt", > len=4) at term.c:39 > #2 0x08049862 in term_loadall () at term.c:144 > #3 0x08048e4b in main (argc=3, argv=0xbfbfe934) at xtermset.c:65 > > line 66 says: > > n = n->next > > if I do: > > p n->next > > in gdb it gives: > > Cannot access memory at address 0xd0d0d1d4 > > I can't try it on current because my buildworld fails (See other post). Since I managed to get buildworld working, and do a portupgrade, this no longer happens and xtermset works correctly. cheers cali