[quickjs-devel] Re: Segmentation faults when dealing with infinite async recursive call

  • From: Fabrice Bellard <fabrice@xxxxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Thu, 21 May 2020 11:24:26 +0200

Thank you for the report. It will be fixed in the next release.

Best regards,

Fabrice.

On 05/20/2020 11:22 AM, Liew Darren wrote:

There are bug reports about segmentation faults due to stack overflow

to reproduce it

fn();
async function fn() {
     fn();
}

details of the bug report can be fault here

https://github.com/ldarren/QuickJS/issues/13
https://github.com/ldarren/QuickJS/issues/12
https://github.com/ldarren/QuickJS/issues/11
https://github.com/ldarren/QuickJS/issues/9

Thanks for your attention

--
Best regards,
Darren Liew


Other related posts: