[Bug 254778] usr.sbin/pmc make buildworld error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 5 08:08:22 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254778

            Bug ID: 254778
           Summary: usr.sbin/pmc make buildworld error
           Product: Base System
           Version: 13.0-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: xxjack12xx at gmail.com

When doing a make buildworld, it stops in /usr/src/usr.sbin/pmc with the
following error

root at media:/usr/src/usr.sbin/pmc # make
c++  -O2 -pipe -fno-common -march=athlon64-sse3 -I/usr/src/lib/libpmcstat
-DNDEBUG -MD -MF.depend.cmd_pmc_filter.o -MTcmd_pmc_filter.o
-Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef
-Wno-address-of-packed-member -Qunused-arguments  -O0 -std=c++14   
-Wno-c++11-extensions   -c /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc -o
cmd_pmc_filter.o
PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the
crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.      Program arguments: c++ -O2 -pipe -fno-common -march=athlon64-sse3
-I/usr/src/lib/libpmcstat -DNDEBUG -MD -MF.depend.cmd_pmc_filter.o
-MTcmd_pmc_filter.o -Wno-format-zero-length -fstack-protector-strong
-Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith
-Wno-uninitialized -Wno-empty-body -Wno-string-plus-int
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
-Wno-unused-local-typedef -Wno-address-of-packed-member -Qunused-arguments -O0
-std=c++14 -Wno-c++11-extensions -c /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc -o
cmd_pmc_filter.o
1.      <eof> parser at end of file
2.      Code generation
3.      Running pass 'Function Pass Manager' on module
'/usr/src/usr.sbin/pmc/cmd_pmc_filter.cc'.
4.      Running pass 'X86 DAG->DAG Instruction Selection' on function
'@_ZL18pmc_filter_handlerPjiS_iPcS0_S0_bbii'
#0 0x0000000003436c1e (/usr/bin/c+++0x3436c1e)
#1 0x0000000003434f65 (/usr/bin/c+++0x3434f65)
#2 0x00000000033db4e1 (/usr/bin/c+++0x33db4e1)
#3 0x00000008045e7bee (/lib/libthr.so.3+0x19bee)
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 11.0.1 (git at github.com:llvm/llvm-project.git
llvmorg-11.0.1-0-g43ff75f2c3fe)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
c++: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/cmd_pmc_filter-0e650e.cpp
c++: note: diagnostic msg: /tmp/cmd_pmc_filter-0e650e.sh
c++: note: diagnostic msg:

********************
*** Error code 254

Stop.
make: stopped in /usr/src/usr.sbin/pmc

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list