the-moisrex / webpp

C++ web framework | web development can be done with C++ as well.
https://t.me/webpp
MIT License
132 stars 9 forks source link

Mustache View Test Crash in Clang #471

Open the-moisrex opened 10 months ago

the-moisrex commented 10 months ago

System information:

Bug

image

It works on GCC though.

Tasks

the-moisrex commented 10 months ago

image

It's about allocators, don't know why it's happening though!

image

stop reason = signal SIGSEGV: address access protected
the-moisrex commented 10 months ago

Switching the order of the tests has some weird consequences.

I suspect enable_owner_traits and the allocator pack.

the-moisrex commented 10 months ago

It'll fail if I switch to std_traits instead of std_pmr_traits for GCC as well.