-
Notifications
You must be signed in to change notification settings - Fork 379
Client crash on MIDI mixdown when using multiple connections #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Dmitry Baikov wrote this code… back in 2007. Not sure he even read this list anymore. Any way for you to debug the code yourself with the test case you have? Stéphane Le 21 déc. 2013 à 05:41, falkTX notifications@github.com a écrit :
|
I'll build jack2 in debug mode and see what I can find about this. |
@falkTX the described setup seems to work (now) as expected in jackd 1.9.12, please confirm. |
Ah yes, this was handled in fb87a14 |
I'm having a crash (assertion failure) in latest git jack2 code.
it crashes during jack_port_get_buffer function.
Running the app normally prints to terminal:
jack_midi_dump: ../common/JackMidiPort.cpp:130: void Jack::MidiBufferMixdown(void*, void**, int, jack_nframes_t): Assertion
next_event != 0' failed.and through GDB:
0x00007ffff6af2302 in __GI___assert_fail (assertion=0x7fffe92e8fbb "next_event != 0", file=0x7fffe92e8fa0 "../common/JackMidiPort.cpp", line=130, function=0x7fffe92e8fe0 "void Jack::MidiBufferMixdown(void*, void**, int, jack_nframes_t)") at assert.c:101`I was able to get a simple test for the crash (in Linux).
a single or both jack_midi_dump tools will abort due to an assertion failure.
The text was updated successfully, but these errors were encountered: