Skip to content

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

@Hazmi35

Description

@Hazmi35

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions