Sometimes you are able to cause a Segmentation Fault when using the "Move Right"/"Move Left" functionality on mixer channels.
I was not able to identify how to reproduce this error deterministically, but you should be able to trigger this just moving nearby channels at the rightmost part of the mixer.
The backtrace shows that this is the offending line:
|
contextMenu->exec( QCursor::pos() ); |
Full backtrace here: https://gist.github.com/badosu/54bf4c6cd2d504daaab0
Sometimes you are able to cause a Segmentation Fault when using the "Move Right"/"Move Left" functionality on mixer channels.
I was not able to identify how to reproduce this error deterministically, but you should be able to trigger this just moving nearby channels at the rightmost part of the mixer.
The backtrace shows that this is the offending line:
lmms/src/gui/widgets/FxLine.cpp
Line 208 in 4043868
Full backtrace here: https://gist.github.com/badosu/54bf4c6cd2d504daaab0