Erratic icon indicating copy to clipboard operation
Erratic copied to clipboard

segfault macos: ErraticInstruments::MPEToCV

Open dirkleas opened this issue 7 years ago • 3 comments
trafficstars

adding/removing ErraticInstruments::MPEToCV via package manager in a patching workflow session causes segfault on macos w/ rack 0.6.0. trace shows macos MIDI issues -- would you like a full stack trace?

terminating with uncaught exception of type RtMidiError: MidiInCore::initialize: error creating OS-X MIDI client object (-50).

dirkleas avatar May 15 '18 23:05 dirkleas

Hi dirkleas, does the same happen with you use the MiditoCv module? They should act very similarly... a stack trace would help but I'm not sure I understand exactly what you are doing to trigger this, otherwise I could try and repeat it myself :)

bafonso avatar May 17 '18 14:05 bafonso

I was generating dox patches of varying size/complexity/number of modules as well as testing multiple File.Revert invocations. it occasionally occurs with MiditoCv as well -- I'm assuming the root cause is the MIDI macos service/usage, but it's not clear whether it's a Rack core thing or a module API or instance thing

dirkleas avatar May 30 '18 17:05 dirkleas

There's some new updates to midi and seems like there are still some glitches. I'm guessing the problem is the underlying midi library Rack uses.

bafonso avatar Jun 14 '18 03:06 bafonso