Hello there, after the latest update I’m no longer able to load any existing or new projects on Fedora 43.
When attempting to open a project, the application freezes and becomes unresponsive without showing any logs or error messages.
To rule out compatibility issues, I created a new project using the updated version and then attempted to load it, but the same behavior occurs, even with an empty project. However, manually recreating the same setup (adding VST plugins and configuring audio routing from scratch) works without any issues. The problem only occurs when loading a saved project.
As a workaround, I downgraded to the previous version, which restores normal behavior.
I don’t currently have much insight into the cause, since no logs are generated and the application does not crash, but I’d happy to provide system details or run specific tests if that would help diagnose the issue.
@schlvf can you file a bug on Fedora bugzilla? I think the important test to do is to install gdb and run carla --gdb, type run, enable debuginfo when asked, wait for it to hang, then ^C and thread apply all bt. That should identify where it hangs.
This is the first time that I've done a bug report so I really hope that everything was done correctly. I'll remain attentive to any updates on this, and in case there is anything else that I can test or provide please let me know.
This update has been submitted for testing by martinkg.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Crashes on PipeWire due to buffer size changes are fixed
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.
Hello there, after the latest update I’m no longer able to load any existing or new projects on Fedora 43.
When attempting to open a project, the application freezes and becomes unresponsive without showing any logs or error messages.
To rule out compatibility issues, I created a new project using the updated version and then attempted to load it, but the same behavior occurs, even with an empty project. However, manually recreating the same setup (adding VST plugins and configuring audio routing from scratch) works without any issues. The problem only occurs when loading a saved project.
As a workaround, I downgraded to the previous version, which restores normal behavior.
I don’t currently have much insight into the cause, since no logs are generated and the application does not crash, but I’d happy to provide system details or run specific tests if that would help diagnose the issue.
Kind regards.
@schlvf can you file a bug on Fedora bugzilla? I think the important test to do is to install gdb and run
carla --gdb, typerun, enable debuginfo when asked, wait for it to hang, then ^C andthread apply all bt. That should identify where it hangs.@hoshinolina Thank you so much for the prompt response and the guidance. I've followed your suggested debug steps and reported the findings in Bugzilla as requested (See https://bugzilla.redhat.com/show_bug.cgi?id=2457554).
This is the first time that I've done a bug report so I really hope that everything was done correctly. I'll remain attentive to any updates on this, and in case there is anything else that I can test or provide please let me know.
Thanks once more.