On Wed, Feb 12, 2025 at 1:19 AM Martin Gansser <martin.gans...@gmail.com> wrote:
> i want to compile tntnet [2] on rawhide (f34) but this fails with this error 
> message [1]:
>
> str-Test::testCompare_charp: OK
> /usr/include/c++/15/bits/stl_list.h:1650: std::__cxx11::list<_Tp, 
> _Allocator>::reference std::__cxx11::list<_Tp, _Allocator>::front() [with _Tp 
> = cxxtools::Connection; _Alloc = std::allocator<cxxtools::Connection>; 
> reference = cxxtools::Connection&]: Assertion '!this->empty()' failed.

That means that somewhere in the code, an empty std::list was created,
and the front() method was called on that empty list.  If you can run
the test under gdb, the backtrace will show you which std::list is
involved.
-- 
Jerry James
http://www.jamezone.org/
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to