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
while the original node executable can be packed fine.
Could you confirm if the packed original node executable also runs without errors? (I'm asking because I just tried using upx 4.0.2 from brew on the original Node.js v20.2.0 official x86_64 macOS binary and it looks like upx works without errors but running the resultant executable segfaults)
Also, does passing the --force-execve option to upx, as suggested in the error, help in any way?
I followed NodeJS Official SEA instructions and ended up with an executable that seems works fine.
After that I was advancing to pack the postject-ed executable with upx packer but it turns out to be failing with an error:
while the original node executable can be packed fine.
Don't know what's happening, I wonder is this a limitation or why is this be happening?
The text was updated successfully, but these errors were encountered: