Blazor WebAssembly RangeError: Maximum call stack size exceeded

Stimulsoft Reports.NET discussion
Post Reply
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Blazor WebAssembly RangeError: Maximum call stack size exceeded

Post 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
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Post by Lech Kulikowski »

Hello,

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

Thank you.
#3829
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Post by Lech Kulikowski »

Hello,

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

Thank you.
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Post 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
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Post by Lech Kulikowski »

Hello,

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

Thank you.
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Post by mrapi »

thanks
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Blazor WebAssembly RangeError: Maximum call stack size exceeded

Post by Lech Kulikowski »

Hello,

You are welcome!
Post Reply