From owner-freebsd-arm@FreeBSD.ORG Sun Dec 8 07:25:02 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3392736 for ; Sun, 8 Dec 2013 07:25:02 +0000 (UTC) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71E39190A for ; Sun, 8 Dec 2013 07:25:02 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id q59so2208238wes.41 for ; Sat, 07 Dec 2013 23:25:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ijESZpeIabvgknCct8AzyEoQnC8UOCt9Qd2x5GLd1WU=; b=y8K90IRK/fyb4uR7aAMnVy7yo4RbLq5aXxvppeXNkQquRHq+nnjdaAbMqckin/N06O QzXnj9MpGMGSuBaUEay7GxB6yAfN8Gq4eAQ42s7jHFvJEGky26QiAGMAl1qmYupqEylE OLIiF9o0TYA9N1ZJrMRHhDiPM+yu8EwkDF5rMyTqZ7Z0Tn5fdBY1OqMSnNLf4mfb1Ksa +MtoMmYlvpAEHbFvkBrky+qe+PMVbXd1oEWKuVukJPTGQOT1VtfrK9C484HywKXaKthn aCkyDSQt/UTe0DqHSeCODAA1qM7mXXLTVCNYNr4UqoSw2J6zxILAG8sBz6P1OpIw4T1w jJog== X-Received: by 10.194.5.138 with SMTP id s10mr90284wjs.91.1386487500373; Sat, 07 Dec 2013 23:25:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.129.129 with HTTP; Sat, 7 Dec 2013 23:24:30 -0800 (PST) From: Jia-Shiun Li Date: Sun, 8 Dec 2013 15:24:30 +0800 Message-ID: Subject: buildworld failing on BBB To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2013 07:25:02 -0000 Hi all, buildworld failed on my BBB with a jemalloc assert from lex, as below (/personal is a nfs mount). The behavior of failing lex command is reproducible. Wondering if anyone sees the same. BTW it also looks like sshd crash a while ago. sshd problem is now gone for me. Now sure if anyone has fixed it because a quick glance did not find directly related svn log messages. the base revision is jsli@beaglebone:~ % uname -a FreeBSD beaglebone 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r258870: Fri Dec 6 00:27:16 CST 2013 jsli@4cbsd:/root/crochet-freebsd/work/obj/arm.armv6/usr/src/sys/BEAGLEBONE arm and source tree revision is jsli@beaglebone:/personal/code/freebsd # svnlite info|grep Revision Revision: 259080 ---8<---------------- jsli@beaglebone:/personal/code/freebsd # time make MAKEOBJDIRPREFIX=/personal/code/bbbobj buildworld buildkernel (.....) ===> kerberos5/tools/asn1_compile (obj,depend,all,install) /personal/code/bbbobj/personal/code/freebsd/tmp/personal/code/freebsd/kerberos5/tools/asn1_compile created for /personal/code/freebsd/kerberos5/tools/asn1_compile yacc -d -o asn1parse.c /personal/code/freebsd/kerberos5/tools/asn1_compile/../../../crypto/heimdal/lib/asn1/ asn1parse.y yacc: 4 shift/reduce conflicts. lex -t /personal/code/freebsd/kerberos5/tools/asn1_compile/../../../crypto/heimdal/lib/asn1/lex.l > lex.c : jemalloc_arena.c:387: Failed assertion: "p[i] == 0" *** Error code 1 Stop. make[3]: stopped in /personal/code/freebsd/kerberos5/tools/asn1_compile *** Error code 1 Stop. make[2]: stopped in /personal/code/freebsd *** Error code 1 Stop. make[1]: stopped in /personal/code/freebsd *** Error code 1 Stop. make: stopped in /personal/code/freebsd 2032.803u 314.359s 1:16:44.35 50.9% -8543+416k 198+3444io 423pf+6w jsli@beaglebone:/personal/code/freebsd # lex -t /personal/code/freebsd/kerberos5/tools/asn1_compile/../../../crypto/heimdal/lib/asn1/lex.l > lex.c : jemalloc_arena.c:387: Failed assertion: "p[i] == 0" jsli@beaglebone:/personal/code/freebsd # Jia-Shiun.