Open
Description
From @ayakael #77667 (comment)
I'm getting an execution failure when trying to run the resulting SDK. Running dotnet --info with the following SDK in linux-musl-x86 chroot yields a freeze, and then eventually a Failed to create CoreCLR, HRESULT: 0x8007000E. It seems like CoreCLR tries to allocate all of the available memory for some reason. @am11 I see that you got the build-rootfs.sh script working for linux-musl-x86, have you managed a successful crossbuild to linux-musl-x86?
I tried stracing it, but could only attach the process after execution.
strace.txt
Edit: The following patchset is used to build the SDK: https://lab.ilot.io/ayakael/dotnet-stage0