-
-
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
SIGSEGV on cloning pattern #4789
Comments
Looks a little like what was reported in #4738 . @megahertz commented
Looks like qt5 5.12.0-3 has broken it again. |
@StinaIsNormallyDistributed seems this is happening on exit:
|
Looking at the QPixmap documentation, this is obsolete since 5.12 and needs to be changed within lmms in these files. |
This seems to trickle down to Qcursor:
Don't have much time for a debug build, but might do that in the coming days |
While dragging a It won't crash with this patch: include/Track.h
src/core/Track.cpp
|
Looks similar to #3926 to me. |
@cyberdevilnl can you test against #4870 and confirm that it fixes this bug? If so, we'll close it as duplicate of #3926. |
@tresf nope #4870 won’t solve this issue. Here is a list of files that probably should be updated to. Only
|
When ctrl-clicking to drag-clone any pattern (beat, pianoroll or automation), lmms segfaults without further error.
The text was updated successfully, but these errors were encountered: