Skip to content

[Wasm][AOT] Profiled AOT compilation fails with Segmentation fault #70773

@jeromelaban

Description

@jeromelaban

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

495d08f

Other information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions