View Issue Details

IDProjectCategoryView StatusLast Update
0008867ardourbugspublic2022-01-31 22:19
Reporterkgorelov Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformUbuntuOSLinuxOS Version(any)
Product VersionMixbus 7.x 
Summary0008867: Deadlock while adding VCA Master track
DescriptionArdour deadlocks while trying to add a "VCA Masters" track.
The GUI stops responding.

Here's a backtrace obtained in GDB:

#2 0x0000555555c52ff0 in Glib::Threads::Mutex::Lock::Lock(Glib::Threads::Mutex&) (this=0x7fffffffbb10, mutex=...)
    at /usr/include/glibmm-2.4/glibmm/threads.h:687
#3 0x00007ffff6dfc53c in ARDOUR::VCAManager::vcas[abi:cxx11]() const (this=0x555558a73000) at ../libs/ardour/vca_manager.cc:77
0000004 0x00007ffff6c4ad05 in ARDOUR::Session::get_stripables(std::__cxx11::list<boost::shared_ptr<ARDOUR::Stripable>, std::allocator<boost::shared_ptr<ARDOUR::Stripable> > >&, ARDOUR::PresentationInfo::Flag) const (this=0x555558eb8800, sl=
    std::__cxx11::list = {...}, fl=127) at ../libs/ardour/session.cc:3932
0000005 0x00007ffff6c400f8 in ARDOUR::Session::ensure_stripable_sort_order() (this=0x555558eb8800) at ../libs/ardour/session.cc:2617
#6 0x00007ffff6c5b41f in ARDOUR::Session::notify_presentation_info_change(PBD::PropertyChange const&) (this=0x555558eb8800, what_changed=...) at ../libs/ardour/session.cc:6997
...
Steps To Reproduce1. From the top menu choose:
Track -> Add

2. Choose "VCA Masters" track type

3. Click the "Add and Close" button
Additional Information[~] $ uname -r
5.4.0-91-lowlatency
[~] $ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"

Ardour configuration:
./waf configure --with-backends=jack,alsa,pulseaudio,dummy

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-01-31 22:19 kgorelov New Issue