[libcxx-dev] ifstream destructor crash with unstable ABI

Raul Tambre via libcxx-dev libcxx-dev at lists.llvm.org
Sat Dec 12 02:29:42 PST 2020


I looked into this more and the issue seems to have been due to an 
incorrect relocation for the std::basic_ifstream when calling the 
destructor.

This seems to have been a bug in the X86FastISel fixed in this commit 
<https://github.com/llvm/llvm-project/commit/687b83ceabafe81970cd4639e7f0c89036402081>.


More information about the libcxx-dev mailing list