95de61f74eb75b5d8cb25003162463d69fa2ca26
~Session calls AudioEngine::remove_session(), which fades out, then unsets the session, and then in libs/ardour/audioengine.cc:460 ``` session_removed.signal(); // wakes up thread that initiated session removal ``` Session d'tor continues, and calls Port::PortDrop(), which unregisters all ports one at a time. Concurrently, AudioEngine continues, and calls PortManager::silence_outputs which gets all ports first (!), and then iterates over them. There is a race condition which can lead to DummyAudioBackend::get_buffer: Assertion `valid_port (port)' failed
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%