Date: Sat, 29 Apr 2006 05:29:20 -0400 From: Parv <parv@pair.com> To: f-ports <freebsd-ports@freebsd.org> Subject: devel/p5-Devel-ptkdb 1.1091 dumps core Message-ID: <20060429092920.GA27294@holestein.holy.cow>
next in thread | raw e-mail | index | archive | help
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 --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060429092920.GA27294>