From owner-cvs-all@FreeBSD.ORG Sun Jan 15 03:10:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147C116A41F for ; Sun, 15 Jan 2006 03:10:18 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382D143D45 for ; Sun, 15 Jan 2006 03:10:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 2587 invoked by uid 207); 15 Jan 2006 03:10:14 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.3):. Processed in 0.816508 secs); 15 Jan 2006 03:10:14 -0000 Received: from dialup3.ach.sch.gr (HELO flame.pc) ([81.186.70.3]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 15 Jan 2006 03:10:09 -0000 Received: by flame.pc (Postfix, from userid 1001) id B20EB1149E; Sun, 15 Jan 2006 05:08:29 +0200 (EET) Date: Sun, 15 Jan 2006 05:08:29 +0200 From: Giorgos Keramidas To: Jason Evans Message-ID: <20060115030829.GA89140@flame.pc> References: <200601121809.k0CI9QGV028693@repoman.freebsd.org> <20060112182804.GA1047@flame.pc> <20060113012900.GA16082@flame.pc> <554CC8A8-35FB-424A-B883-505C26ECBBE8@FreeBSD.org> <20060114213238.GA15253@flame.pc> <6FD0F2BA-88E3-4E82-A5F8-D89051AEEECA@FreeBSD.org> <20060115024627.GA75521@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060115024627.GA75521@flame.pc> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 03:10:18 -0000 On 2006-01-15 04:46, Giorgos Keramidas wrote: > It seems strange that most of the addresses are in the 0x800000000+ > range and the adress that triggers the core dump is much smaller: > > (gdb) x/s 0x30e3100 > 0x30e3100:
> > But the real string I typed when irssi crashed is available at: > > (gdb) x/s 0x8030e3100 > 0x8030e3100: "/nick" > > Hmmm... this is definitely a bug, but it looks more like a bug in irssi > now. I wonder where that address is stripped from it's highest bit! Solved. I'll submit a patch to the maintainer of the irc/irssi port.