Michael137 wrote:

Ok with ASAN I could trigger this quite consistently. Turns out we can't 
iterate over the `StaticDataMemberDefinitionsToEmit` using a `for each` because 
during `EmitGlobalVariable` we can end up adding more things to the vector, 
invalidating the iterators. Will push a fix for this shortly

https://github.com/llvm/llvm-project/pull/71780
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to