From owner-freebsd-current@FreeBSD.ORG Thu Apr 29 10:25:29 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F14DD106566B for ; Thu, 29 Apr 2010 10:25:29 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 872428FC1F for ; Thu, 29 Apr 2010 10:25:29 +0000 (UTC) Received: by wwb13 with SMTP id 13so359035wwb.13 for ; Thu, 29 Apr 2010 03:25:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5aXWnBvuLkfDhTXpvDVrETB3yygVdsLMHqZ1k5HThlw=; b=A01vIE7g1x9gV6votMX0hZniHsnd7pUThIuJRUvz9tuuggzRzKSsTBk9XucX2+Zkog 0MFrEdVlfvXwce8xFejSvZmkJAVtviU+o/8K9wkL8LnemIvjz7xtOa5W0Chh9dIli2SF eSZlTRNFJpvaloB5pIwUDeClMMetHZVBLtpTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ukGcbXtcg7hrqX8cQIteG+td8BAevexiEKW9Y0f0y1sN872T1rRdlUb+7iyqDCqUXX /09bHM0t4ZWFCJ4sVuQKr/dZjw/paqoKoE5MMrgAFE55nwS064Gu0hOOadDNthHBuQoE tSSHWMoNwvCSOoM4ShSPNUbqN//rr5HeC6G6Q= MIME-Version: 1.0 Received: by 10.216.90.20 with SMTP id d20mr6694729wef.29.1272536725750; Thu, 29 Apr 2010 03:25:25 -0700 (PDT) Received: by 10.216.180.10 with HTTP; Thu, 29 Apr 2010 03:25:25 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Apr 2010 12:25:25 +0200 Message-ID: From: Lucius Windschuh To: Dmitry Krivenok Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Failed assertion: "(run->regs_mask[elm] & (1U << bit)) == 0" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 29 Apr 2010 10:25:30 -0000 Hi Dmitry. 2010/4/29 Dmitry Krivenok : > Hello Hackers! > > I have a problem with FreeBSD-CURRENT system: > FreeBSD host 9.0-CURRENT FreeBSD 9.0-CURRENT #16 r207299: Wed Apr 28 > 04:15:07 UTC 2010 =A0 =A0 root@host:/usr/obj/usr/src/sys/GENERIC =A0amd64 > > Perl aborts with the following error on exiting cpan shell: > > cpan[2]> q > Lockfile removed. > perl: (malloc) /usr/src/lib/libc/stdlib/malloc.c:2628: Failed assertion: > "(run->regs_mask[elm] & (1U << bit)) =3D=3D 0" > Abort trap: 6 (core dumped) Can you determine if the CPAN shell is using Term::ReadLine and you have devel/p5-ReadLine-Gnu installed? If this is the case, you probably ran into this bug: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D131664 Replacing p5-ReadLine-Gnu with p5-ReadLine-Perl should avoid this problem. I was still unable to track this futher bug down and this port is broken for a while. :-/ Regards, Lucius