Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle libstdc++ header assert messages #1025

Open
tysmith opened this issue Nov 12, 2024 · 0 comments
Open

Handle libstdc++ header assert messages #1025

tysmith opened this issue Nov 12, 2024 · 0 comments

Comments

@tysmith
Copy link
Contributor

tysmith commented Nov 12, 2024

Bug 1270832 turn on debug mode for libstdc++ headers is now helping us find issues but the assertion message is not parsed. It can be found in stdout and looks like this:

/builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/bits/stl_algo.h:3721: const _Tp &std::clamp(const _Tp &, const _Tp &, const _Tp &) [_Tp = double]: Assertion '!(__hi < __lo)' failed.

I assume there are other messages as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant