-
Notifications
You must be signed in to change notification settings - Fork 28
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
Closing "Pattern Editor" window crashes whole application #190
Comments
I can reproduce this too, it is quite annoying :( Is this fixed on the new |
I have never been able to reproduce that behavior. If you don't mind, can
you check out the midi_control branch, build for debug, run it under gdb, a
post the backtrace? Thanks!
…On Sat, Feb 1, 2020, 08:41 Filipe Coelho ***@***.***> wrote:
I can reproduce this too, it is quite annoying :(
Is this fixed on the new midi_control branch?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#190?email_source=notifications&email_token=AB45LKC7JDQPIRHYMR7QXTLRAV3XNA5CNFSM4KCX5UW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKQ5MMI#issuecomment-581031473>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB45LKB6WJNBPZM6B42WQ2DRAV3XNANCNFSM4KCX5UWQ>
.
|
I have a trace for when I was running the application regularly, there is nothing about seq64 in there, only qt stuff.
so I think a full debug trace won't be that much more useful my guess is this is qt trying to do some operation on a deleted widget. |
Can confirm this issue under Ubuntu Studio 19.10 |
I finally duplicated some form of the bug in the Qt version, but the bug is in the sequence class and could potentially affect all versions. To duplicate it (I think) I had to add some notes, select 1, and then hit quantize. That function was trying to calculates ticks % 0. I will follow up with more research on mod operations, but the current fix is in place in the midi_control branch. |
Hello,
I am on Ubuntu Studio 19.10 with KX Studio repo added and sequencer64 package installed.
Starting sequencer64 it uses the qseq64 version. I open a pattern editor and when I close it, the whole application crashes:
$ qseq64
qt5ct: using qt5ct plugin
[JACK server already started]
[Initialized, running without JACK sync]
qt5ct: D-Bus global menu: no
Speicherzugriffsfehler (Speicherabzug geschrieben)
Build Information:
Sequencer64
0.96.6
Build features:
C++ version 201402
Native JACK/ALSA (rtmidi) on
Event editor on
Follow progress bar on
Highlight edit pattern on
Highlight empty patterns on
JACK session on
JACK support on
MIDI vector (vs list) on
Seq32 chord generator on
Seq32 LFO window on
Seq32 menu buttons on
Seq32 transpose on
BPM Tap button on
Solid piano-roll grid on
Optional pattern coloring on
Multiple main windows on
Song performance recording on
Pause support on
Save time-sig/tempo on
64-bit support enabled
Options are enabled/disabled via the configure script,
libseq64/include/seq64_features.h, or the build-specific
seq64-config.h file in include or in include/qt/portmidi
I would appreciate your advice. Thanks.
The text was updated successfully, but these errors were encountered: