We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Fedora 34, with gcc 11.2.1,make check fails on tracing_smoke_test:
make check
Traceback (most recent call last): File "/home/nyh/osv.tmp2/osv/scripts/loader.py", line 1004, in unique_ptr_get return u['_M_t']['_M_t']['_M_head_impl'] gdb.error: Request for member '_M_head_impl' is ambiguous in type 'std::tuple<char*, void (*)(void*)>'. Candidates are: '<unnamed type> std::_Head_base<1, void (*)(void*), false>::_M_head_impl' (std::tuple<char*, void (*)(void*)> -> std::_Tuple_impl<0, char*, void (*)(void*)> -> std::_Tuple_impl<1, void (*)(void*)> -> std::_Head_base<1, void (*)(void*), false>) '<unnamed type> std::_Head_base<0, char*, false>::_M_head_impl' (std::tuple<char*, void (*)(void*)> -> std::_Tuple_impl<0, char*, void (*)(void*)> -> std::_Head_base<0, char*, false>)
I don't know how we never saw this failure on Jenkins (I was under the impression it had Fedora 34 too, but maybe it doesn't?).
The text was updated successfully, but these errors were encountered:
7f5c281
No branches or pull requests
On Fedora 34, with gcc 11.2.1,
make check
fails on tracing_smoke_test:I don't know how we never saw this failure on Jenkins (I was under the impression it had Fedora 34 too, but maybe it doesn't?).
The text was updated successfully, but these errors were encountered: