Date: Sat, 03 Jun 2017 12:02:20 +0000 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 Message-ID: <bug-219705-8-KIcsfw9LRi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219705-8@https.bugs.freebsd.org/bugzilla/> References: <bug-219705-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219705 --- Comment #4 from hakotani000@gmail.com --- /etc/src.conf WITHOUT_DEBUG_FILES=yes WITHOUT_PROFILE=yes 1 comment out WITHOUT_DEBUG_FILES=yes 2 run make -j16 buildworld no error finished 3 make installworld 4 uncomment WITHOUT_DEBUG_FILES=yes 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 <http://gnu.org/licenses/gpl.html> 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: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. 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=lib/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=<optimized out>, ctxt=<optimized out>, flags=3, lengthPtr=<optimized out>, freePtr=<optimized out>) at /usr/src/contrib/bmake/var.c:4061 #3 0x0000000000403d1a in CondGetArg (linePtr=<optimized out>, argPtr=<optimized out>, func=<optimized out>) at /usr/src/contrib/bmake/cond.c:293 #4 0x00000000004031ef in compare_function (doEval=<optimized out>) at /usr/src/contrib/bmake/cond.c:895 #5 CondToken (doEval=1) at /usr/src/contrib/bmake/cond.c:991 #6 0x00000000004033ce in CondT (doEval=1) at /usr/src/contrib/bmake/cond.c:1017 #7 0x0000000000403388 in CondF (doEval=1) at /usr/src/contrib/bmake/cond.c:1065 #8 0x0000000000402df8 in CondE (doEval=1) at /usr/src/contrib/bmake/cond.c:1111 #9 0x0000000000402741 in do_Cond_EvalExpression (value=<optimized out>) at /usr/src/contrib/bmake/cond.c:1200 #10 Cond_EvalExpression (info=<optimized out>, line=0x800a76027 "defined(WITH_${:UDTRACE_TESTS}) && !defined(WITHOUT_${:UDTRACE_TESTS})", value=0x7fffffffd01c, eprint=1, strictLHS=512) at /usr/src/contrib/bmake/cond.c:1184 #11 0x0000000000402c16 in Cond_Eval ( line=0x800a76026 " 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=<optimized out>, fd=<optimized out>) at /usr/src/contrib/bmake/parse.c:3007 #14 0x000000000040d3ae in ReadMakefile (p=0x800a6c155, q=<optimized out>) at /usr/src/contrib/bmake/main.c:1576 #15 0x000000000041fa8a in Lst_FindFrom (l=<optimized out>, ln=0x800a6c160, d=0x0, cProc=0x40d1b0 <ReadMakefile>) at /usr/src/contrib/bmake/lst.lib/lstFindFrom.c:83 #16 0x000000000040c74f in main (argc=3, argv=<optimized out>) at /usr/src/contrib/bmake/main.c:1299 (gdb) -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219705-8-KIcsfw9LRi>
