-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mono-native 6.12.0.161 build error for Fedora 38 host #180
Comments
How very odd. No I don't really know I am afraid. I only run Ubuntu myself. Have you had a go at restricting parallel builds? It's not related to memory usage is it? |
No, because the mono recipe runs The recipe should use
It doesn't seem so. |
Most odd. Has anybody upstream had anything to say about this maybe? |
This may not be a good idea but potentially we could try to replicate this by making a docker CI build container using Fedora rather than Ubuntu? |
This is indeed strange. The crash dump (i.e. the bytes as shown in the And it WAS working previously. So it's an upgrade that causes this. (after a lot of trial and error today) TADA: 6.2.12 kernel allows building mono-native, 6.2.13 and 6.2.14 started crashing the Mono build. What's left is to
|
Sadly, 6.3.1 also crashes the build. |
Reported the issue in the Fedora bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2196250 |
Very very odd indeed eh |
FWIW, the cross-compiled Mono seems to work with kernel 6.2.14.
|
Not sure what causes this. Kernel 6.2.x? GLIBC? GCC 13?
The same crash occurs a couple of times for different DLLs until the build finally stops.
FWIW, I looked at the Fedora SRPM / spec for possible fixes.
-O1
instead of-O2
didn't workI am out of ideas at the moment.
@ajlennon Any idea?
The text was updated successfully, but these errors were encountered: