You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How often does it reproduce? Is there a required condition?
✔️ If addon is built on CentOS and run from CentOS - it works
✔️ If addon is built on Ubuntu and run from Ubuntu - it works
❌ If addon is built on CentOS and run from Ubuntu - it doesn't work
What is the expected behavior? Why is that the expected behavior?
The addon has been successfully imported.
What do you see instead?
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Additional information
This works for NodeJS 20 and older.
The text was updated successfully, but these errors were encountered:
Version
v22.14.0
Platform
Subsystem
No response
What steps will reproduce the bug?
addon.cpp
using regex.CMakeLists.txt
.How often does it reproduce? Is there a required condition?
✔️ If addon is built on CentOS and run from CentOS - it works
✔️ If addon is built on Ubuntu and run from Ubuntu - it works
❌ If addon is built on CentOS and run from Ubuntu - it doesn't work
What is the expected behavior? Why is that the expected behavior?
The addon has been successfully imported.
What do you see instead?
Additional information
This works for NodeJS 20 and older.
The text was updated successfully, but these errors were encountered: