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
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:
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 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:
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 issueThe current workaround is: Uninstall erlpack using
$ npm remove erlpack
and you're good to goOriginally posted by @Hazmi35 in #900 (comment)
The text was updated successfully, but these errors were encountered: