boa icon indicating copy to clipboard operation
boa copied to clipboard

thread 'actix-rt|system:0|arbiter:0' has overflowed its stack error: process didn't exit successfully: `target\debug\runjs.exe` (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)

Open wangjingyu001 opened this issue 8 months ago • 1 comments

Describe the bug when I run some js code, it is panic, and i can not catch this error .

thread 'actix-rt|system:0|arbiter:0' has overflowed its stack error: process didn't exit successfully: target\debug\runjs.exe (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)

To Reproduce Steps to reproduce the issue, or JavaScript code that causes this failure.

but i can show a case that must cause panic .
but also i make my code to a lib.

cargo add html_json_extract use html_json_extract::run; run(html_str) and finaly i run this in python , and pip lib is my_js_parser in python it will not panic , like

pip install my_js_parser from my_js_parser import parser parser.parse_html(html_str) youtube.txt

wangjingyu001 avatar Jul 07 '25 05:07 wangjingyu001

Hi @wangjingyu001 👋

Could you provide the JavaScript example code in this issue that triggers the overflow? So we can come up with a minimal reproducible bug.

HalidOdat avatar Jul 08 '25 22:07 HalidOdat