[Bug libstdc++/82366] std::regex constructor called from shared library throws std::bad_cast

2023-10-27 Thread a1ba.omarov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82366

--- Comment #11 from Alibek Omarov  ---
I reproduced it with the game engine loading game mod, on Ubuntu Linux system.
Both the engine and the mod are open source, but I'm trying to craft a smaller
example.

[Bug libstdc++/82366] std::regex constructor called from shared library throws std::bad_cast

2023-10-26 Thread a1ba.omarov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82366

Alibek Omarov  changed:

   What|Removed |Added

 CC||a1ba.omarov at gmail dot com

--- Comment #7 from Alibek Omarov  ---
Can confirm, it still happens with GCC/libstdc++ 13.0. However, in my case,
it's in static initializer.