Skip to content

[wasm][aot] Blazor template AOT fails in IcalTableGenerator #51195

Closed
@lewing

Description

@lewing
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018: The "IcallTableGenerator" task failed unexpectedly. [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018: System.NotImplementedException: System.Threading.Thread [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018:    at IcallTableGenerator.AppendType(StringBuilder sb, Type t) [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018:    at IcallTableGenerator.AppendType(StringBuilder sb, Type t) [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018:    at IcallTableGenerator.ProcessType(Type type) [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018:    at IcallTableGenerator.GenIcallTable(String runtimeIcallTableFile, String[] assemblies) [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018:    at IcallTableGenerator.Execute() [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018:    at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() [/Users/lewing/Source/baot/baot.csproj]
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.0-preview.4.21211.7/Sdk/WasmApp.targets(426,4): error MSB4018:    at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [/Users/lewing/Source/baot/baot.csproj]

https://github.com/dotnet/runtime/blob/main/src/tasks/WasmAppBuilder/IcallTableGenerator.cs#L175

current guess is it is from

#49637

Metadata

Metadata

Labels

arch-wasmWebAssembly architectureblockingMarks issues that we want to fast track in order to unblock other important workuntriagedNew issue has not been triaged by the area owner

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions