Page 1 of 1

Blazor WebAssembly RangeError: Maximum call stack size exceeded

Posted: Tue Mar 30, 2021 7:21 am
by mrapi
Hi
running Blazor WebAssembly "Change viewer options" sample from https://github.com/stimulsoft/Samples-B ... ebAssembly (updated to version 2021.2.2)
switch the browser to mobile view,after about of 20 seconds of loading got:

Code: Select all

dotnet.5.0.4.js:1 Uncaught (in promise) RangeError: Maximum call stack size exceeded
    at ccall (dotnet.5.0.4.js:1)
    at dotnet.5.0.4.js:1
    at _mono_wasm_invoke_js_blazor (dotnet.5.0.4.js:1)
    at do_icall (:50502/<anonymous>:wasm-function[10596]:0x194e4e)
    at do_icall_wrapper (:50502/<anonymous>:wasm-function[3305]:0x79df9)
    at interp_exec_method (:50502/<anonymous>:wasm-function[2155]:0x44ad3)
    at interp_runtime_invoke (:50502/<anonymous>:wasm-function[7862]:0x12efff)
    at mono_jit_runtime_invoke (:50502/<anonymous>:wasm-function[7347]:0x118e5f)
    at do_runtime_invoke (:50502/<anonymous>:wasm-function[3304]:0x79d42)
    at mono_runtime_invoke_checked (:50502/<anonymous>:wasm-function[493]:0xf65d)
thanks

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Posted: Fri Apr 02, 2021 9:12 am
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
#3829

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Posted: Fri Apr 02, 2021 11:55 am
by Lech Kulikowski
Hello,

We couldn't reproduce the issue. Please provide more detailed information - which system, browser, etc.

Thank you.

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Posted: Fri Apr 02, 2021 12:59 pm
by mrapi
Hi
windows 10 64 Home,Opera/Chrome x64
run it normally:it will work
then go to Inspect element,select mobile S,refresh the page and got the error

thanks

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Posted: Mon Apr 05, 2021 8:13 am
by Lech Kulikowski
Hello,

The issue is fixed. The fix will be available in the next release build.

Thank you.

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Posted: Mon Apr 05, 2021 10:00 am
by mrapi
thanks

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Posted: Tue Apr 06, 2021 6:44 am
by Lech Kulikowski
Hello,

You are welcome!