hakonhagland / perl-math-gsl

Building Math::GSL with GitHub Actions
1 stars 2 forks source link

Segmentation fault when installing perl with GitHub Actions #8

Closed hakonhagland closed 2 months ago

hakonhagland commented 9 months ago

Seems like we get a segfault when installing perl on ubuntu for perl <= 5.30, see for example:

https://github.com/hakonhagland/perl-math-gsl/actions/runs/7050216973/job/19191749162#step:5:8600

./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl.  Please run make minitest; exit 1'
Attempt to free unreferenced scalar: SV 0x5637ab62ea80.
Segmentation fault (core dumped)
Failed to build miniperl. Please run make minitest
make: *** [makefile:364: lib/buildcustomize.pl] Error 1
hakonhagland commented 2 months ago

Closing this issue since it is no longer relevant