Date: Mon, 03 Jul 2017 08:48:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220447] lang/perl5.26: crash with PERL_MALLOC Message-ID: <bug-220447-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220447 Bug ID: 220447 Summary: lang/perl5.26: crash with PERL_MALLOC Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: perl@FreeBSD.org Reporter: rozhuk.im@gmail.com Assignee: perl@FreeBSD.org Flags: maintainer-feedback?(perl@FreeBSD.org) 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/<unknown>)] (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 ?? () --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220447-13>