From owner-freebsd-ports@freebsd.org Sun Jul 2 17:25:07 2017 Return-Path: Delivered-To: freebsd-ports@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 F1D8BDA9BC5 for ; Sun, 2 Jul 2017 17:25:06 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C46A571248 for ; Sun, 2 Jul 2017 17:25:06 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=orKVpJrkQXRc0u4isL8hJ/eugnilIsHTDZl1o0cAZu8=; b=OGsiYDZ5Hx3vEyUsPoMzRswiJM jxE/zG0EmUGff3QO7/pMkJQIpPKi2b5NccVFZQbJ3gdJPGsl0b/5ESR44ZiJHHPG7tsXEIwPzhaMp XMHtlWqxhngQvBbDFFj9DwQrFpXNo+tqBf+Ei3nkLjKL9vEKouviadiT9I9q0otDXR+M=; Received: from [2001:470:1f0f:42c:8091:18f6:1518:6e96] (port=51561 helo=lrosenman.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dRicK-0006Il-3v for freebsd-ports@FreeBSD.org; Sun, 02 Jul 2017 12:25:04 -0500 Date: Sun, 2 Jul 2017 12:25:03 -0500 From: Larry Rosenman To: freebsd-ports@FreeBSD.org Subject: print/texinfo build, and httpd dying? Message-ID: <20170702172503.4coiswwr577gcc43@lrosenman.lerctr.org> Mail-Followup-To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: NeoMutt/20170609 (1.8.3) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2017 17:25:07 -0000 Upgraded my -CURRENT system today, and httpd dies on a SIGSEGV, and I can't build print/texinfo. anyone else having issues building texinfo on -CURRENT? panic: bad free, ->next->prev=80509aaa0, header=80509aaa0, ->prev->next=a5a5a5a5a5a50020 at ../tp/Texinfo/Parser.pm line 3907. panic: bad free, ->next->prev=5a5a5a5a5a5a5a5a, header=80509a9b0, ->prev->next=80509a9b0 during global destruction. gmake[4]: *** [Makefile:1297: info-stnd.info] Error 25 gmake[4]: *** Waiting for unfinished jobs.... Assertion failed: (header->next->prev == header), function Perl_safesysrealloc, file util.c, line 243. Abort trap (core dumped) [12:19] I also can’t get my httpd up it sigsegv’s in parsing it’s config [12:19] driving me nuts today [12:20] borg.lerctr.org /usr/local/poudriere/data/logs/bulk/live-host-ports/2017-07-02_12h16m20s/logs/errors $ uname -aKU FreeBSD borg.lerctr.org 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r320573: Sun Jul 2 10:50:05 CDT 2017 root@borg.lerctr.org:/usr/obj/usr/src/sys/VT-LER amd64 1200037 1200037 borg.lerctr.org /usr/local/poudriere/data/logs/bulk/live-host-ports/2017-07-02_12h16m20s/logs/errors $ [12:21] borg.lerctr.org / $ gdb -c httpd.core /usr/local/sbin/httpd GNU gdb (GDB) 7.12.1 [GDB v7.12.1 for FreeBSD] Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type “show copying” and “show warranty” for details. This GDB was configured as “x86_64-portbld-freebsd12.0”. Type “show configuration” for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type “help”. Type “apropos word” to search for commands related to “word”... Reading symbols from /usr/local/sbin/httpd...(no debugging symbols found)...done. [New LWP 101514] Core was generated by `/usr/local/sbin/httpd -DNOHTTPACCEPT -t’. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000000801d09b90 in strcmp () from /lib/libc.so.7 (gdb) bt #0 0x0000000801d09b90 in strcmp () from /lib/libc.so.7 #1 0x0000000000457d9a in process_resource_config_fnmatch () #2 0x0000000000457d2f in process_resource_config_fnmatch () #3 0x0000000000457d2f in process_resource_config_fnmatch () #4 0x0000000000457d2f in process_resource_config_fnmatch () #5 0x0000000000457d2f in process_resource_config_fnmatch () #6 0x0000000000457d2f in process_resource_config_fnmatch () #7 0x0000000000457a69 in ap_process_fnmatch_configs () #8 0x0000000000448eb0 in include_config () #9 0x0000000000459ac8 in invoke_cmd () #10 0x0000000000456cda in ap_build_config_sub () #11 0x00000000004571ab in ap_build_config () #12 0x00000000004578d9 in ap_process_resource_config () #13 0x0000000000458d81 in ap_read_config () #14 0x0000000000430c8d in main () (gdb) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281