Comment 6 for bug 115152

Revision history for this message
^rooker (rooker) wrote :

I've recompiled sooperlooper v1.6.3 with debugging symbols and it seems that mine is segfaulting in "SooperLooper::MidiBridge".
Here's gdb's output:

0x08081c54 in SooperLooper::MidiBridge::get_current_host_time (this=0x0) at midi_bridge.cpp:909
909 if (_port) {

Walking "up" the stack in gdb, says it's being called by "SooperLooper::Engine::generate_sync()":
(gdb) up
#1 0x08050ad4 in SooperLooper::Engine::generate_sync (this=0x80d2f48, offset=0, nframes=2048) at engine.cpp:2181
2181 _beatstamp = _midi_bridge->get_current_host_time();