Re: Possible bug in midi device editor?

Ted Felix <ted-Ll1PANez7xxWk0Htik3J/[email protected]> Thu, 21 Nov 2024 13:19:07 -0500
Newsgroups gmane.comp.audio.rosegarden.user
Message-ID <[email protected]>
   I tried a debug and a release build and I did not see a crash using 
your procedures.

   Maybe try a "make clean" then a "make"?

   If that doesn't help, try deleting your "build" directory and 
starting from scratch with the usual process:

mkdir build
cd build
cmake ..
make

   If it is still crashing, you might want to try a debug build (see the 
README) then run with gdb and get a back trace.  We can walk you through 
that if you want.  But it is likely there's something not right about 
your system (library issues) and there's little we can do about it.

Ted.

On 11/20/24 5:37 PM, MST wrote:
> Hello everyone!
> 
> While working on the translation file for the upcoming v24.12, I possibly encountered the following bug (which I think is a regression) in the latest git release from November, 20th:
> 
> I open the MIDI device editor window and create a new playback device.
> I do not enter any data (name, ports, ...)
> I click on the close button of the MIDI device editor window.
> Rosegarden crashes.
> 
> It also crashes when I delete the newly created device before closing the editor window.
> It also crashes when I create a new record device and perform the same procedure.
> 
> Can someone confirm this behavior?
> 
> Greetings, Michael
>