Robin Gareus
464df06419
Fix signal emission order ambiguity (record regionview)
...
A rec-region is added to the streamview just like any other region
(::add_region_view_internal). This subscribes to region->DropReferences.
When the DropReferences is handled first by StreamView::remove_region_view
the corresponding RegionView is destroyed.
This can happen even while recording is still active, eg. when locating
(which stops the current recording).
MidiStreamView::setup_rec_box() is called and crashes in
`dynamic_cast<MidiRegionView*> (rec_regions.back().second);`
due to a use after free.
Strictly speaking this is a logic error in how ::setup_rec_box()
determines if to add or remove the rec-box. But due to the
asynchronous nature of signal emission and transport-state changes
the best solution is to destroy the rec-region at the same
when the RegionView is destroyed.
To reproduce:
* create a session with a MIDI track
* disconnect the input (empty MIDI regions are removed)
* Preferences > Transport > *enable* latched-record-enable
* use the Dummy backend's MIDI generator
* connect Hardware > MIDI > MMC -> Ardour misc > MMC in
OR use JACK-transport to locate while recording.
2023-06-04 21:42:02 +02:00
..
2023-03-28 01:39:36 +02:00
2023-05-07 18:19:45 +02:00
2023-06-04 17:34:02 +02:00
2023-05-18 01:26:52 +02:00
2023-03-24 14:19:16 -06:00
2023-03-24 14:19:15 -06:00
2023-05-07 18:19:45 +02:00
2023-03-24 14:19:15 -06:00
2023-04-26 17:19:50 -06:00
2023-06-04 16:49:10 +02:00
2023-05-19 23:27:01 +02:00
2023-06-04 16:08:11 +02:00
2023-05-26 13:16:37 -05:00
2023-05-18 03:45:14 +02:00
2023-06-04 02:56:22 +02:00
2023-03-24 14:19:15 -06:00
2023-03-25 00:07:56 +01:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 23:20:50 +01:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-06-04 20:21:41 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-18 02:18:02 +02:00
2023-04-18 02:18:02 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-05-17 02:04:52 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-05-01 08:49:27 -05:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-08 11:44:21 -06:00
2023-04-28 15:57:42 -06:00
2023-04-08 11:44:21 -06:00
2023-04-08 11:44:21 -06:00
2023-05-26 13:16:37 -05:00
2023-05-28 04:39:06 +02:00
2023-05-17 01:50:51 +02:00
2023-06-01 21:37:40 +02:00
2023-06-01 21:37:40 +02:00
2023-06-01 21:37:40 +02:00
2023-03-24 14:19:15 -06:00
2023-05-17 01:50:51 +02:00
2023-05-18 03:45:14 +02:00
2023-03-24 14:19:15 -06:00
2023-06-01 21:37:40 +02:00
2023-06-02 18:11:53 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-17 01:53:40 +02:00
2023-05-17 01:53:40 +02:00
2023-05-31 15:53:12 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-18 01:26:35 +02:00
2023-04-06 02:13:51 +02:00
2023-03-24 14:19:15 -06:00
2023-06-02 18:11:53 +02:00
2023-06-01 21:37:37 +02:00
2023-06-02 22:31:02 +02:00
2023-06-02 22:31:02 +02:00
2023-04-28 15:57:42 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-29 01:08:36 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-09 14:36:03 -06:00
2023-04-09 14:36:03 -06:00
2023-04-21 00:41:30 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-24 07:15:01 +02:00
2023-03-24 14:19:15 -06:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-19 03:08:31 +02:00
2023-05-19 03:08:31 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-22 22:15:00 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-06 16:20:01 +02:00
2023-05-06 16:20:01 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-25 00:07:56 +01:00
2023-04-08 13:58:25 -06:00
2023-05-18 01:26:35 +02:00
2023-05-18 01:26:35 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-06-04 20:21:41 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-06-04 01:15:14 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-26 17:19:50 -06:00
2023-03-24 14:19:15 -06:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-05-22 02:01:42 +02:00
2023-05-24 07:14:57 +02:00
2023-05-24 04:07:30 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-31 21:36:24 +02:00
2023-05-31 21:36:24 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-27 14:31:41 +02:00
2023-05-27 14:31:41 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-31 16:53:38 +02:00
2023-03-24 14:19:15 -06:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-05-15 22:47:36 +02:00
2023-05-15 22:47:36 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-05-17 01:53:40 +02:00
2023-05-27 16:18:10 +02:00
2023-03-24 14:19:15 -06:00
2023-05-18 18:58:40 +02:00
2023-05-19 00:53:38 +02:00
2023-03-24 14:19:15 -06:00
2023-05-17 01:50:51 +02:00
2023-05-31 21:36:24 +02:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-29 18:05:34 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-06 02:13:51 +02:00
2023-04-06 02:13:51 +02:00
2023-05-18 01:26:35 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-08 00:15:37 +02:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-15 15:34:43 -05:00
2023-03-24 14:19:15 -06:00
2023-04-22 17:58:28 -06:00
2023-04-22 17:58:28 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-15 22:47:36 +02:00
2023-05-15 22:47:36 +02:00
2023-05-19 03:08:38 +02:00
2023-05-19 03:08:38 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-31 18:07:02 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-29 18:04:27 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-06-04 21:42:02 +02:00
2023-06-04 20:21:41 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-19 03:08:31 +02:00
2023-06-04 01:15:14 +02:00
2023-03-24 14:19:15 -06:00
2023-06-04 16:44:18 +02:00
2023-06-03 15:13:04 +02:00
2023-04-06 02:13:51 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-04-04 01:38:33 +02:00
2023-03-29 01:48:25 +02:00
2023-04-08 00:15:37 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-17 23:30:13 +02:00
2023-04-08 11:44:21 -06:00
2023-04-08 11:44:21 -06:00
2023-04-18 02:18:02 +02:00
2023-04-18 02:18:02 +02:00
2023-05-15 15:34:43 -05:00
2023-03-30 19:04:36 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-13 17:08:47 +02:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-25 00:07:56 +01:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-03-24 14:19:15 -06:00
2023-05-24 04:07:30 +02:00