Skip to main content


Hello fellow #Ubuntu #clang peeps: answers.launchpad.net/ubuntu/+…
in reply to daniel:// stenberg://

turns out to be #GitHub breakage: github.com/actions/runner-imag…
in reply to daniel:// stenberg://

kernel patch introduced here:

bugs.launchpad.net/bugs/198335…

The adjustable sysctl setting is vm.mmap_rnd_compat_bits. We set it back to 28 and CI unblocked.

in reply to Philip

@delayload yes thanks, I'm inserting the sysctl now into or CI jobs as a work-around
in reply to daniel:// stenberg://

@delayload

What a coincidence, we just added that workaround to our CI as well! Hopefully Ubuntu ships a fixed gcc/asan package soon. github.com/SerenityOS/serenity…

in reply to Andrew Kaster

@akaster @delayload I opted to also make it "continue-on-error: true" because not all our Linux images can actually run that sysctl command...

github.com/curl/curl/pull/1312…