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

[Known Bug] erlpack broken as optional dependencies on armv7 #902

Open
Hazmi35 opened this issue Dec 13, 2021 · 0 comments
Open

[Known Bug] erlpack broken as optional dependencies on armv7 #902

Hazmi35 opened this issue Dec 13, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Hazmi35
Copy link
Owner

Hazmi35 commented Dec 13, 2021

Originally reported by @XaaRii in #900

erlpack was not functioning properly on Raspberry PI with ARMv7 architecture. It will throw corrupted double-linked list and sometimes segfault. So with that, all the optional dependencies is actually working properly except erlpack.

I don't know the exact reason why that is happening, erlpack functions correctly with this code:

const erlpack = require("erlpack");
const dataPacked = erlpack.pack("Hello, World!");

console.log(erlpack.unpack(dataPacked));

But with discord.js code, it will throw corrupted-double-linked list and sometimes segfault. I'll try to debug what the exact reason that causes this issue

The current workaround is: Uninstall erlpack using $ npm remove erlpack and you're good to go

Originally posted by @Hazmi35 in #900 (comment)

@Hazmi35 Hazmi35 added the bug Something isn't working label Dec 14, 2021
@Hazmi35 Hazmi35 added the help wanted Extra attention is needed label Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant