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:
- webmidi 3.1.6 for NodeJS
- NodeJS v14.20.0
- JavaScript
- MacOS Catalina
Details
Here's the contents of a nodeJS process that's crashing on my machine. This test.js file contains only:
const {WebMidi} = require('webmidi');
WebMidi.enable();
Steps to reproduce:
- open Max 8.
- start the node process:
node test.js
- close Max 8.
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.
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.jsfile contains only:Steps to reproduce:
node test.jsI 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.