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

            Bug ID: 108097
           Summary: std::stacktrace AddressSanitizer:
                    new-delete-type-mismatch on 0x615000000080 in thread
                    T0
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

Created attachment 54089
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54089&action=edit
stacktrace sanitizer stderr

I try to crossback compiling stacktrace from windows to linux
D:\hg\fast_io\.wunao>x86_64-pc-linux-gnu-g++ -o stacktrace stacktrace.cc -Ofast
-std=c++23 -g -march=native -I../include -lstdc++_libbacktrace
-fsanitize=address,undefined

$ ./stacktrace 2>err.txt
     at D:\hg\fast_io\.wunao/stacktrace.cc:6
     at :0
     at :0
     at :0

Reply via email to