varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
185 stars 86 forks source link

varnish-modules-0.19.0 checks fails when built with gcc-12 on aarch64 #194

Closed ingvarha closed 2 years ago

ingvarha commented 2 years ago

When fedora rawhide switched from gcc-11 to gcc-12, make check started failing on aarch64, with tests segfaulting.

https://kojipkgs.fedoraproject.org//work/tasks/9989/81449989/build.log

Ingvar

dridi commented 2 years ago

Looks like segmentation faults in varnishtest.

gquintard commented 2 years ago

if so I would assume varnish to exhibit the same behavior. @ingvarha , did you get the same issue with it?

dridi commented 2 years ago

Not necessarily, since not all test cases failed, but quite likely.

ingvarha commented 2 years ago

Last build of varnish was before the gcc update, so this wasn't catched then. It fails now:

https://kojipkgs.fedoraproject.org//work/tasks/8869/81758869/build.log

gquintard commented 2 years ago

thanks @ingvarha , since that's an upstream issue (https://github.com/varnishcache/varnish-cache/issues/3776), I'll close this