Open giordano opened 4 months ago
It is probably an upstream libunwind bug, based on what that test is, and the way that libunwind tends to fix this code only on one platform at a time, even though the code is identical but copied separately for each platform
With #52434 seemingly fixed, we now have new exciting(?) intermittent test failures on aarch64-linux-gnu, this time in the
Profile
testset: example 1example 2:
Edit: I could reproduce the failure with
for _ in 1:50; Base.runtests("Profile"; seed=0x19c9238c8613eb4b179e96f98dc04cb6); end
(doing a loop to increase the chances to reproduce this, it isn't systematic, but with that seed it seems to reproduce quite frequently) back in Julia v1.6.0 (didn't go farther back)