From owner-freebsd-bugs@freebsd.org Sat Jun 3 12:02:20 2017 Return-Path: Delivered-To: freebsd-bugs@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 16016BF061B for ; Sat, 3 Jun 2017 12:02:20 +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 040306A470 for ; Sat, 3 Jun 2017 12:02:20 +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 v53C2J47040513 for ; Sat, 3 Jun 2017 12:02:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 219705] buildworld A failure has been detected in another branch of the parallel make Date: Sat, 03 Jun 2017 12:02:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hakotani000@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 12:02:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219705 --- Comment #4 from hakotani000@gmail.com --- /etc/src.conf WITHOUT_DEBUG_FILES=3Dyes WITHOUT_PROFILE=3Dyes 1 comment out WITHOUT_DEBUG_FILES=3Dyes 2 run make -j16 buildworld no error finished 3 make installworld 4 uncomment WITHOUT_DEBUG_FILES=3Dyes i get make.core root@riku:/usr/obj/usr/src/lib/libmagic # gdb /usr/bin/make make.core 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/bin/make...Reading symbols from /usr/lib/debug//usr/bin/make.debug...done. done. [New LWP 101243] Core was generated by `make all DIRPRFX=3Dlib/libmagic/'. Program terminated with signal SIGBUS, Bus error. #0 0x0000000000478c64 in __je_arena_dalloc () (gdb) where #0 0x0000000000478c64 in __je_arena_dalloc () #1 0x0000000000433e78 in free () #2 0x000000000041b5ba in Var_Parse (str=3D,=20 ctxt=3D, flags=3D3, lengthPtr=3D,=20 freePtr=3D) at /usr/src/contrib/bmake/var.c:4061 #3 0x0000000000403d1a in CondGetArg (linePtr=3D,=20 argPtr=3D, func=3D) at /usr/src/contrib/bmake/cond.c:293 #4 0x00000000004031ef in compare_function (doEval=3D) at /usr/src/contrib/bmake/cond.c:895 #5 CondToken (doEval=3D1) at /usr/src/contrib/bmake/cond.c:991 #6 0x00000000004033ce in CondT (doEval=3D1) at /usr/src/contrib/bmake/cond.c:1017 #7 0x0000000000403388 in CondF (doEval=3D1) at /usr/src/contrib/bmake/cond.c:1065 #8 0x0000000000402df8 in CondE (doEval=3D1) at /usr/src/contrib/bmake/cond.c:1111 #9 0x0000000000402741 in do_Cond_EvalExpression (value=3D) at /usr/src/contrib/bmake/cond.c:1200 #10 Cond_EvalExpression (info=3D,=20 line=3D0x800a76027 "defined(WITH_${:UDTRACE_TESTS}) && !defined(WITHOUT_${:UDTRACE_TESTS})", value=3D0x7fffffffd01c, eprint=3D1, strictLHS=3D512) at /usr/src/contrib/bmake/cond.c:1184 #11 0x0000000000402c16 in Cond_Eval ( line=3D0x800a76026 " defined(WITH_${:UDTRACE_TESTS}) && !defined(WITHOUT_${:UDTRACE_TESTS})") at /usr/src/contrib/bmake/cond.c:1385 #12 0x0000000000414558 in ParseReadLine () at /usr/src/contrib/bmake/parse.c:2902 #13 Parse_File (name=3D, fd=3D) at /usr/src/contrib/bmake/parse.c:3007 #14 0x000000000040d3ae in ReadMakefile (p=3D0x800a6c155, q=3D) at /usr/src/contrib/bmake/main.c:1576 #15 0x000000000041fa8a in Lst_FindFrom (l=3D, ln=3D0x800a6c1= 60,=20 d=3D0x0, cProc=3D0x40d1b0 ) at /usr/src/contrib/bmake/lst.lib/lstFindFrom.c:83 #16 0x000000000040c74f in main (argc=3D3, argv=3D) at /usr/src/contrib/bmake/main.c:1299 (gdb) --=20 You are receiving this mail because: You are the assignee for the bug.=