b1b57571e764e96255ff4bc7f1c8d4f557156a8e
It can happen that the EventQueue fills up with SessionEvent::RealTimeOperation. Those are to scheduled to be free()ed later the GUI thread via event_loop->call_slot(). However it can happen that the GUI EventPool is full, so the request to call Session::rt_cleanup, is never executed. In this case the SessionEvent pool can fill up with RealTime Operations which remain there permanently.
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%