-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.
Description
- Version: 14.7.0
- Platform: Raspberry Pi OS (32-bit) Lite
- Subsystem: Debian Buster
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):
node index.mjs
malloc(): invalid size (unsorted)
Aborted
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:
node index.mjs
malloc(): invalid size (unsorted)
Aborted
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.
Metadata
Metadata
Assignees
Labels
wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.