From owner-freebsd-perl@freebsd.org Mon Jul 3 08:48:00 2017 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BDF49E13BC for ; Mon, 3 Jul 2017 08:48:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 63DC93791 for ; Mon, 3 Jul 2017 08:48:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5FC419E13B9; Mon, 3 Jul 2017 08:48:00 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D5049E13B8 for ; Mon, 3 Jul 2017 08:48:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E1CC378F for ; Mon, 3 Jul 2017 08:48:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v638m0iO028614 for ; Mon, 3 Jul 2017 08:48:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: maintainer-feedback requested: [Bug 220447] lang/perl5.26: crash with PERL_MALLOC Date: Mon, 03 Jul 2017 08:48:00 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 08:48:00 -0000 rozhuk.im@gmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to perl@FreeBSD.org: Bug 220447: lang/perl5.26: crash with PERL_MALLOC https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220447 --- Description --- Fail to build print/texinfo 6.4 with perl5.26 on 11.1 beta3 without PERL_MALLOC builds ok ... gmake[6]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc/tp_api' gmake[5]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc/tp_api' gmake[5]: Entering directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc' restore=3D: && backupdir=3D".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (TEXINFO_DEV_SOURCE=3D1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=3D".." = ; export top_srcdir ; top_builddir=3D".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any --version) >/dev/null 2>&1; then \ for f in texinfo.info texinfo.info-[0-9] texinfo.info-[0-9][0-9] texinfo.i[0-9] texinfo.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=3Dmv; else :; fi; \ done; \ else :; fi && \ if TEXINFO_DEV_SOURCE=3D1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=3D".." ;= export top_srcdir ; top_builddir=3D".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any -I . \ -o texinfo.info `test -f 'texinfo.texi' || echo './'`texinfo.texi; \ then \ rc=3D0; \ else \ rc=3D$?; \ $restore $backupdir/* `echo "./texinfo.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc restore=3D: && backupdir=3D".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (TEXINFO_DEV_SOURCE=3D1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=3D".." = ; export top_srcdir ; top_builddir=3D".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any --version) >/dev/null 2>&1; then \ for f in info-stnd.info info-stnd.info-[0-9] info-stnd.info-[0-9][0-9] info-stnd.i[0-9] info-stnd.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=3Dmv; else :; fi; \ done; \ else :; fi && \ if TEXINFO_DEV_SOURCE=3D1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=3D".." ;= export top_srcdir ; top_builddir=3D".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any -I . \ -o info-stnd.info `test -f 'info-stnd.texi' || echo './'`info-stnd.texi; \ then \ rc=3D0; \ else \ rc=3D$?; \ $restore $backupdir/* `echo "./info-stnd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc Segmentation fault (core dumped) gmake[5]: *** [Makefile:1297: info-stnd.info] Error 139 gmake[5]: *** Waiting for unfinished jobs.... Segmentation fault (core dumped) gmake[5]: *** [Makefile:1237: texinfo.info] Error 139 gmake[5]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc' gmake[4]: *** [Makefile:1440: all-recursive] Error 1 gmake[4]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc' gmake[3]: *** [Makefile:1196: all-recursive] Error 1 gmake[3]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4' gmake[2]: *** [Makefile:1135: all] Error 2 gmake[2]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4' =3D=3D=3D> Compilation failed unexpectedly. ... ... Loaded symbols for /usr/local/lib/perl5/5.26/mach/auto/Unicode/Normalize/Normalize.so Error while reading shared library symbols: ../tp/Texinfo/MiscXS/.libs/MiscXS.so: No such file or directory. Reading symbols from /usr/local/lib/perl5/5.26/mach/auto/re/re.so...done. Loaded symbols for /usr/local/lib/perl5/5.26/mach/auto/re/re.so Error while reading shared library symbols: ../tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.so: No such file or directory. Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000801acd044 in realloc () from /lib/libc.so.7 [New Thread 802016000 (LWP 101857/)] (gdb) bt #0 0x0000000801acd044 in realloc () from /lib/libc.so.7 #1 0x0000000801acd5e1 in free () from /lib/libc.so.7 #2 0x0000000803ae3f76 in ?? () #3 0x0000000000f70650 in ?? () #4 0x0000000000f70638 in ?? () #5 0x00007fffffffce40 in ?? () #6 0x000000080119a78d in pthread_mutex_destroy () from /lib/libthr.so.3 #7 0x0000000803ae6942 in ?? () #8 0x0000000000000000 in ?? ()