-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Milestone
Description
Description
Unknown crash with AOT compiling the attached repro.
Reproduction Steps
Under Linux, using the following archive: 70773-workAot.zip
Run with the following parameters:
cd workAot
MONO_PATH=./aot-in:./linker-out dotnet-runtime-wasm-linux-33813c4-59b2dd9fa37-2492148814-Release/runtimes/browser-wasm/native/cross/browser-wasm/mono-aot-cross --debug --wasm-exceptions --aot=,llvmonly,asmonly,no-opt,static,direct-icalls,deterministic,nodebug,llvm-path="~/.uno/emsdk/emsdk-3.1.7/emsdk/upstream/bin",profile="./aot.profile",profile-only,interp,,depfile=./linker-out/Syncfusion.SfChart.Uno.dll.depfile,llvm-outfile=./Syncfusion.SfChart.Uno.dll.bc.tmp ./linker-out/Syncfusion.SfChart.Uno.dll
Expected behavior
No crash
Actual behavior
Mono Ahead of Time compiler - compiling assembly workAot/linker-out/Syncfusion.SfChart.Uno.dll
Using profile data file './aot.profile'
Segmentation fault (core dumped)
Regression?
yes
Known Workarounds
None
Configuration
Other information
No response
Reactions are currently unavailable