From owner-freebsd-ports@FreeBSD.ORG Sat Apr 29 09:29:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D257E16A400 for ; Sat, 29 Apr 2006 09:29:02 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773BD43D45 for ; Sat, 29 Apr 2006 09:29:02 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060429092901.GGEL14145.mta10.adelphia.net@default.chvlva.adelphia.net> for ; Sat, 29 Apr 2006 05:29:01 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id DB227B789; Sat, 29 Apr 2006 05:29:20 -0400 (EDT) Date: Sat, 29 Apr 2006 05:29:20 -0400 From: Parv To: f-ports Message-ID: <20060429092920.GA27294@holestein.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: devel/p5-Devel-ptkdb 1.1091 dumps core X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 09:29:02 -0000 I am having trouble with devel/p5-Devel-ptkdb port. When i run (perl -d:ptkdb core.pl) with the following in 'core.pl' file ... #!/usr/local/bin/perl use warnings; use strict; my $p; ... a window flashes, and following messages are generated ... assertion botched (free()ed/realloc()ed-away memory was overwritten?): !(MallocCfg[MallocCfg_filldead] && MallocCfg[MallocCfg_fillcheck]) || !cmp_pat_4bytes((unsigned char*)(p + 1), (((1 << ((bucket) >> 0)) + ((bucket >= 15 * 1) ? 4096 : 0)) - (sizeof(union overhead) + sizeof (unsigned int))) + sizeof (unsigned int), fill_deadbeef) (malloc.c:1533) zsh: abort (core dumped) /usr/local/bin/perl -d:ptkdb core.pl I have filed a bug, complete with backtrace ... http://rt.cpan.org/Public/Bug/Display.html?id=18977 Is anybody else seeing this? Running here is FreeBSD/i386 6.1-RC (around Apr 19 2006). - Parv --