[Bug libstdc++/108097] std::stacktrace AddressSanitizer: new-delete-type-mismatch on 0x615000000080 in thread T0

unlvsur at live dot com gcc-bugzilla@gcc.gnu.org
Wed Dec 14 11:39:54 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108097

--- Comment #1 from cqwrteur <unlvsur at live dot com> ---
#include<fast_io.h>
#include<stacktrace>

int main()
{
        for(auto const & e : std::stacktrace::current())
        {
                println(std::to_string(e));
        }
}


More information about the Gcc-bugs mailing list