quisp icon indicating copy to clipboard operation
quisp copied to clipboard

[wasm] Application exit (RangeError: Maximum call stack size exceeded)

Open bsiegelwax opened this issue 2 years ago • 9 comments

https://aqua.sfc.wide.ad.jp/quisp-online/0.2.1/ is displaying:

Application exit (RangeError: Maximum call stack size exceeded)

bsiegelwax avatar Jan 08 '24 11:01 bsiegelwax

thanks for reporting it. the v0.2.1 is an old version. it might be fixed in the master branch https://aqua.sfc.wide.ad.jp/quisp-online/master/ or https://aqua.sfc.wide.ad.jp/quisp-online/v0.3.0/ I'd be happy if you provide what you did in the simulator to reproduce this error.

note that inherently the WebAssembly version has several limitations for the execution like memory size and stack depth because it should run on a web page.

you can see other revisions in quisp wasm version here https://github.com/sfc-aqua/quisp-online .

zigen avatar Jan 10 '24 05:01 zigen

I haven't done anything with the simulator. If I click on the 0.2.1, master, or v0.3.0 links, I see that error message before I can even see what the simulator looks like.

bsiegelwax avatar Jan 10 '24 07:01 bsiegelwax

hmm, that sounds weird. could you tell me the full stack trace and your OS and browser version?

zigen avatar Jan 10 '24 09:01 zigen

Windows 11 Home Single Language 22H2 Microsoft Edge Version 120.0.2210.121 (Official build) (64-bit) quisp

bsiegelwax avatar Jan 10 '24 09:01 bsiegelwax

thanks! i haven't tried it on Edge. i'll try it tomorrow.

i confirmed it works on Google Chrome.

zigen avatar Jan 10 '24 09:01 zigen

I tried it but it works. Windows 10 Pro 22H2 19045.3930 Microsoft Edge 120.0.2210.121

zigen avatar Jan 11 '24 12:01 zigen

That's my screenshot. It starts off and stays just like that. Any other ideas?

bsiegelwax avatar Jan 12 '24 14:01 bsiegelwax

could you show me the stacktrace in web console? I think there's more detailed log.

zigen avatar Jan 15 '24 08:01 zigen

All it shows is:

console.trace
(anonymous) @ VM95:1

bsiegelwax avatar Jan 15 '24 13:01 bsiegelwax