DynamicDevices / meta-mono

A Yocto / OpenEmbedded layer providing Mono and dotNet support
MIT License
15 stars 26 forks source link

Fix mmap segfault on recent kernels #183

Closed zboszor closed 1 year ago

zboszor commented 1 year ago

@ajlennon The patch from https://github.com/mono/mono/issues/21651#issuecomment-1539830484 fixes the segfault when building mono-native. Tested with kernel 6.3.1 on the Fedora 38 build host.

Fixes #180

zboszor commented 1 year ago

@ajlennon Apparently msbuild failed to build:

curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 32

I get to run into such an error, it is usually a server-side problem and transient. Please re-run the failed test.

ajlennon commented 1 year ago

Seemed to have blocked building msbuild after the patch step