-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Raspberry Pi OS, malloc() when running script #34828
Comments
What does |
Running node under gdb yields the following results:
|
Try excluding that If that doesn't fix it, please report your issue to whoever provided you with the binary (debian?) because I can tell from the fact that it's linked to I'm going to close this but I can move it to nodejs/help if you have follow-up questions. |
Thanks for pointing out that it had nothing to do with the node.js core. |
What steps will reproduce the bug?
Running the program included in the
RMLMapper
subfolder of this repo I'm working on, causes the following output on Raspberry Pi OS (Debian Buster):This doesn't happen when running on windows.
All necessary dependencies are installed through npm and node does run when starting
node
through the command line.How often does it reproduce? Is there a required condition?
Any time I start the program on the raspberry pi.
What is the expected behavior?
The expected behavior is for the program to start running.
What do you see instead?
As already mentioned:
Additional information
Since only a malloc() error is thrown with no further information I suppose it has something to do with the node environment itself, though I'm not sure. In any case there's too little information here for me to debug it on my own.
Any help that might resolve this issue would be really appreciated.
The text was updated successfully, but these errors were encountered: