Mission-DMX / Project-Editor

This software is responsible for creating and editing project files for the DMX console
GNU General Public License v3.0
0 stars 0 forks source link

Closing the cue editor might crash the gui #155

Open Doralitze opened 1 month ago

Doralitze commented 1 month ago

Sometimes, closing the cue editor crashes the GUI. This issue collects occurrences in order to maybe find the cause. This seams to only occur if there is no live preview selected and changes have been made.

Doralitze commented 1 month ago

(ludwig here): cant find any UI problems: but: segmentation error: (to reproduce) enter the cue editor widget without preview, add a cue and a channel should create the error fixed (more or less), UI dont send any update_column messages anymore if preview is disabled. but we should investigate further-> should the ui could break fish? (Invalid memory access in bank set while calling bank set constructor, src/control_desk/bank_column.cpp:27, malloc(): smallbin double linked list corrupted, probably write after free or something, check with valgrind memcheck)

Show UI crashes if fish does not repsond (while debugging)