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

Do not report start-up crashes #26

Closed
ghost opened this issue Jan 18, 2019 · 0 comments
Closed

Do not report start-up crashes #26

ghost opened this issue Jan 18, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 18, 2019

If you fail to load the module, it crashes or throws, or behaves strange or breaks down for the simple examples provided, do not report this as a bug to me.

Failing to load is most probably caused by an unofficial Node.js build, not honoring the official ABI versioning of Node.js.

Official builds, running on official platforms (Tier 1), do follow strict ABI rules and will refuse to load mismatching ABIs.

Platforms like Alpine Linux and Node.js builds that are provided by your package manager of your Linux distribution are very likely to disregard official ABI rules of Node.js.

ABI rules are extremely important, it's what makes it possible to run a native program on other machines. Node.js, being a scripting environment, has largely failed to properly enforce an ABI everywhere.

Report start-up crashes to your Linux distribution, do not report them here. It is impossible to ship native code when people do not follow set rules.

If you wish to run on strange platforms and Node.js builds, you'll have to rebuild this project from source, as described in the readme.

Make sure to update to new versions of µWS.js when new major releases of Node.js ship.

Official builds of Node.js can be downloaded here: https://nodejs.org/

@ghost ghost pinned this issue Jan 18, 2019
@ghost ghost closed this as completed Jan 18, 2019
@ghost ghost locked and limited conversation to collaborators Jan 18, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants