Last active
June 4, 2025 21:00
-
-
Save virtuosonic/adc5f3eba25c0dd8b82068328d363b50 to your computer and use it in GitHub Desktop.
js2cxxtest backtrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #0 0x566196fc0e02 in std::_Rb_tree<QString, std::pair<QString const, QVariant>, std::_Select1st<std::pair<QString const, QVariant> >, std::less<QString>, std::allocator<std::pair<QString const, QVariant> > >::begin() const /usr/include/c++/14/bits/stl_tree.h:998 | |
| #1 0x566196fbf5dd in std::__cxx1998::map<QString, QVariant, std::less<QString>, std::allocator<std::pair<QString const, QVariant> > >::begin() const /usr/include/c++/14/bits/stl_map.h:378 | |
| #2 0x566196fbea3a in std::__debug::map<QString, QVariant, std::less<QString>, std::allocator<std::pair<QString const, QVariant> > >::cbegin() const /usr/include/c++/14/debug/map.h:211 | |
| #3 0x566196fbc5c6 in QMap<QString, QVariant>::begin() const /home/ge/Qt/6.8.3/gcc_64/include/QtCore/qmap.h:601 | |
| #4 0x566196fba81d in QMap<QString, QVariant>::constBegin() const /home/ge/Qt/6.8.3/gcc_64/include/QtCore/qmap.h:602 | |
| #5 0x566196fb9077 in QDebug QtPrivate::printAssociativeContainer<QMap<QString, QVariant> >(QDebug, char const*, QMap<QString, QVariant> const&) /home/ge/Qt/6.8.3/gcc_64/include/QtCore/qdebug.h:306 | |
| #6 0x566196fb85d9 in std::enable_if<conjunction_v<std::disjunction<std::is_base_of<QMap<QString, QVariant>, QString>, QTypeTraits::has_ostream_operator<QDebug, QString, void> >, std::disjunction<std::is_base_of<QMap<QString, QVariant>, QVariant>, QTypeTraits::has_ostream_operator<QDebug, QVariant, void> > >, QDebug>::type operator<< <QString, QVariant>(QDebug, QMap<QString, QVariant> const&) /home/ge/Qt/6.8.3/gcc_64/include/QtCore/qdebug.h:371 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment