[Bug 279136] clang-16 frontend command fails with exit code 138 w/out any assertion message on the port security/botan3 on amd64, arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 23:23:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279136 --- Comment #2 from Matthias Andree <mandree@FreeBSD.org> --- Yuri: 138 resolves to 128 (core dump) + 10 = SIGBUS. Assertion errors usually end up in std::terminate() or abort(), hence SIGABRT, resulting in status codes 6 or 134. -- You are receiving this mail because: You are the assignee for the bug.