-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Segmentation fault on quit in MidiPort::setMode(...) #3357
Comments
I see this crash a whole lot and will try and find a reliable method/project to reproduce it. |
A little bit different
#0 0x0000000000e9ace0 in ?? ()
#1 0x00000000005913a7 in MidiPort::updateMidiPortMode() ()
#2 0x00007ffff4ac8d2a in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3 0x00000000004ce6bc in AutomatableModel::setValue(float) ()
#4 0x000000000058fead in MidiPort::~MidiPort() ()
#5 0x000000000058e737 in MidiController::~MidiController() ()
#6 0x000000000058e749 in MidiController::~MidiController() ()
#7 0x00000000004ed20f in ControllerConnection::~ControllerConnection() ()
#8 0x00000000004ed369 in ControllerConnection::~ControllerConnection() [clone .localalias.11] ()
#9 0x00000000004cfae0 in AutomatableModel::~AutomatableModel() ()
#10 0x0000000000562317 in Song::~Song() ()
#11 0x0000000000562369 in Song::~Song() () I'm investigating this... |
|
Crash on exit, LinuxMint 17.3
Version 1.2.0-rc49.7 (Linux/x86_64, Qt 4.8.6, GCC 4.8.5)
(gdb) bt full
The text was updated successfully, but these errors were encountered: