Comment 3 for bug 1936735

Revision history for this message
Be (be.ing) wrote :

Interesting... it looks like PortMidi is trying to dereference a pointer to an address which is no longer valid. I suppose the DDJ-SX3 (or the driver?) is resetting the USB connection or something. Unfortunately PortMidi does not support hotplug although we have been talking about implementing hotplug support in Mixxx for a long time.

I just forked the unmaintained PortMidi library to our GitHub organization and rewrote the build system yesterday: https://github.com/mixxxdj/portmidi
Feel free to dig in and get to the root of this.