Closed
Description
Application referencing skiasharp packages in Debug configuration are triggering these errors during runtime in chrome:
CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[error] Error in mono_download_assets: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[error] Error in mono_download_assets: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
[ERROR] PageError: Error: Failed to start platform. Reason: CompileError: WebAssembly.compileStreaming(): Compiling function #16745:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+5989718
at en (http://localhost:5191/_framework/blazor.webassembly.js:1:55760)
It is also reproducible on CI, #109232 is now triggering this problem.