Closed
Description
On my machine the run-pass/issue-10626.rs goes nuts. It takes all my memory (8GB RAM, with a few things running, but not really much) and then started to swap (another 8GB then my disk was full).
When I ps aux
I can see more and more processes called x86_64-unknown-linux-gnu/test/run-pass/issue-10626.stage2-x86_64-unknown-linux-gnu
spinning up. The highest number I saw before it got very unresponsive was around 2800 processes.
All this was a make check
on a recent master 69186efc199d48afca9427e448363212b0a59454
. I had one of my own commits on top of that, but I really don't think that commit can cause this issue (I currently rerun with a clean master though).