Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Node.js Application Termination When Including 'sizeof' Package in Nexe Packaging #1060

Open
soumyamitragit opened this issue Sep 21, 2023 · 0 comments
Labels

Comments

@soumyamitragit
Copy link

What happened: While running a packaged Node.js application that includes the sizeof package, the application encountered an unknown issue, resulting in unexpected termination or stoppage.

What you expected to happen: I expected the packaged application to run without errors, just as it does when not packaged with Nexe.

How to reproduce it (as minimally and precisely as possible):
Package a Node.js application using Nexe.
Include the sizeof package in the application.
create a object stack and keep increasing its size with random data
use sizeof functionality to determine the object's size on realtime
Attempt to run the packaged application.

Anything else we need to know?:
The issue occurs specifically when the sizeof package is included in the packaged application, implementation before sizeof was included it was working fine after packaging.
No error messages or logs were generated, making it challenging to identify the root cause of the problem.

Environment:

  • Platform(OS/Version): WIndows 10
  • Host Node Version: 16.13.2
  • Target Node Version: 16.13.2
  • Nexe version: nexe@4.0.0-rc.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant