NodeJS process with WebMIDI crashes upon closing Max 8, if Max was started before starting the NodeJS process #391
Labels
Context: Node.js
Problem specific to Node.js
Type: dependency
Issue that cannot be resolved until a dependency is fixed
Description
My nodeJS process crashes when I include WebMIDI, under the following circumstance:
I first open Max 8, then start a nodeJS process, and then close Max.
Environment:
Specify the environment where you are witnessing the problem:
Details
Here's the contents of a nodeJS process that's crashing on my machine. This
test.js
file contains only:Steps to reproduce:
node test.js
I see the following error in the console, and I see that the nodeJS process thread has terminated.
Segmentation fault: 11
I checked that the same workflow does not cause a crash with Ableton Live 11.
The text was updated successfully, but these errors were encountered: