Date: Sat, 18 May 2024 18:52:17 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 279136] clang-16 frontend command fails with exit code 138 w/out any assertion message on the port security/botan3 Message-ID: <bug-279136-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279136 Bug ID: 279136 Summary: clang-16 frontend command fails with exit code 138 w/out any assertion message on the port security/botan3 Product: Base System Version: 14.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: yuri@freebsd.org 0. Program arguments: c++ -fstack-protector -m64 -pthread -std=3Dc++20 -D_REENTRANT -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=3D5 -Wcast-= align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wshorten-64-to-32 -Wcom= ma -Wdocumentation -DBOTAN_IS_BEING_BUILT -I build/include/public -I build/include/internal -isystem build/include/external -isystem /usr/local/include -c src/tests/test_rng_behavior.cpp -o build/obj/test/test_rng_behavior.o 1. src/tests/test_rng_behavior.cpp:782:70: current parser token ';' 2. src/tests/test_rng_behavior.cpp:44:1: parsing namespace 'Botan_Test= s' 3. src/tests/test_rng_behavior.cpp:46:1: parsing namespace 'Botan_Tests::(anonymous)' 4. src/tests/test_rng_behavior.cpp:757:1: parsing struct/union/class b= ody 'Botan_Tests::(anonymous namespace)::System_RNG_Tests' 5. src/tests/test_rng_behavior.cpp:759:48: parsing function body 'Botan_Tests::(anonymous namespace)::System_RNG_Tests::run' 6. src/tests/test_rng_behavior.cpp:759:48: in compound statement ('{}') 7. src/tests/test_rng_behavior.cpp:778:99: in compound statement ('{}') #0 0x0000000004f90e31 (/usr/bin/c+++0x4f90e31) #1 0x0000000004f8f245 (/usr/bin/c+++0x4f8f245) #2 0x0000000004f375c5 (/usr/bin/c+++0x4f375c5) #3 0x000000082c2aa53f (/lib/libthr.so.3+0x1a53f) #4 0x000000082c2a9afb (/lib/libthr.so.3+0x19afb) #5 0x0000000827b782d3 ([vdso]+0x2d3) #6 0x00000000026a7318 (/usr/bin/c+++0x26a7318) #7 0x00000000026a71ea (/usr/bin/c+++0x26a71ea) ... #87 0x0000000002475f91 (/usr/bin/c+++0x2475f91) #88 0x000000082e355afa __libc_start1 (/lib/libc.so.7+0x84afa) c++: error: clang frontend command failed with exit code 138 (use -v to see invocation) FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg:=20 ******************** 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/test_rng_behavior-4c2d34.cpp c++: note: diagnostic msg: /tmp/test_rng_behavior-4c2d34.sh c++: note: diagnostic msg: --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279136-227>