perl-ide / App-perlimports

Make implicit Perl imports explicit
Other
16 stars 7 forks source link

Segfaults in test suite #111

Open eserte opened 3 days ago

eserte commented 3 days ago

The test suite of App-perlimports-0.000054 fails on some of my smoker systems. Either just some of the test files are affected (t/annotations.t, t/cli-args.t, t/cli.t, t/switches-in-import.t), or all test files fail, and in all cases the reason for the failures are segfaults. I don't see a pattern regarding os (freebsd 14, fedora and centos7 may fail) and perl versions (failures may happen for 5.26.2 .. 5.38.2).

oalders commented 3 days ago

That's interesting. I don't think there's anything controversial in the latest release. There has been a new PPI in the meantime as well, but I don't think there's an issue there either. 🤔

oalders commented 1 day ago

@eserte do you get segfaults with 0.000053?