On Thu, 7 Apr 2022 at 11:36, Paul Gevers <elb...@debian.org> wrote:
> I copied some of the output at the bottom of this report. I noticed that > there is a new version of meson in unstable, it fails too, but in a > different way. Can you provide the logs for that? I have looked at the error message and it makes zero sense. It's complaining about a missing argument to a constructor but grepping says that every place we create said classes we pass two arguments. In fact it seems like something goes wrong in Python's serialisation/deserialisation code. In fact I have a vague suspicion that the underlying issue might be the same as for #1004107. Sadly nobody has managed to reproduce either of those. If one could run a full distro built with tsan, this issue would probably reveal itself fairly quickly.