Skip to content

Conversation

thunder-coding
Copy link

This commit fixes crashes of nodejs on 32 bit due to incorrect V8 API usage leading to GC inside GC situations on Linux.

I was able to reproduce crash is reproducible on FreeBSD i686 VM, but I haven't tested this fix on the VM as I have limited experience working with FreeBSD. I would appreciate if you guys could test this and ensure that this is fixing the crash proplerly

Bug originally reported in termux/termux-packages#25455
Fix sent upstream in nodejs/node#59623
Full report of the crash https://hackerone.com/reports/3302484

This commit fixes crashes of nodejs on 32 bit due to incorrect V8 API
usage leading to GC inside GC situations.

Bug originally reported in termux/termux-packages#25455
Fix sent upstream in nodejs/node#59623
Full report of the crash https://hackerone.com/reports/3302484
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant