George Joseph e19edb28ff 
	
	
	channelstorage_cpp_map_name_id.cc: Refactor iterators for thread-safety. ... 
			The fact that deleting an object from a map invalidates any iterator
that happens to currently point to that object was overlooked in the initial
implementation.  Unfortunately, there's no way to detect that an iterator
has been invalidated so the result was an occasional SEGV triggered by modules
like app_chanspy that opens an iterator and can keep it open for a long period
of time.  The new implementation doesn't keep the underlying C++ iterator
open across calls to ast_channel_iterator_next() and uses a read lock
on the map to ensure that, even for the few microseconds we use the
iterator, another thread can't delete a channel from under it.  Even with
this change, the iterators are still WAY faster than the ao2_legacy
storage driver.
Full details about the new implementation are located in the comments for
iterator_next() in channelstorage_cpp_map_name_id.cc.
Resolves : #1309 
(cherry picked from commit e50d0cf741 
		
	 
		2025-09-10 19:55:23 +00:00 
	 
	
	
	
		 
	
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2021-11-15 17:33:27 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
	
		
	
		
			
			
			
			
			
			2018-12-07 09:06:08 -05:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2024-07-11 13:23:24 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2024-01-12 18:32:13 +00:00 
		 
	
		
			
			
			
			
			
			2023-04-03 07:58:23 -05:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2024-01-12 18:32:13 +00:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2023-01-13 08:32:33 -06:00 
		 
	
		
			
			
			
			
			
			2020-06-02 11:35:07 -05:00 
		 
	
		
			
			
			
			
			
			2024-11-14 20:01:34 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2019-09-23 07:35:48 -04:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-07-03 11:19:33 -05:00 
		 
	
		
	
		
			
			
			
			
			
			2024-09-12 18:46:27 +00:00 
		 
	
		
			
			
			
			
			
			2020-04-06 10:23:20 -05:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-01-23 18:39:41 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2025-06-26 12:12:21 -06:00 
		 
	
		
			
			
			
			
			
			2025-06-26 12:12:21 -06:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2025-07-10 10:44:35 -05:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2025-07-03 11:19:16 -05:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2025-07-10 10:44:35 -05:00 
		 
	
		
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2024-01-12 18:32:12 +00:00 
		 
	
		
			
			
			
			
			
			2024-03-07 14:18:41 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2022-03-23 17:13:03 -05:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2024-11-14 20:01:34 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2020-04-15 13:56:40 -05:00 
		 
	
		
			
			
			
			
			
			2022-07-07 08:19:14 -05:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2023-01-10 14:07:44 -06:00 
		 
	
		
			
			
			
			
			
			2024-09-05 10:40:18 -06:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2021-12-02 10:37:38 -06:00 
		 
	
		
			
			
			
			
			
			2020-06-10 09:33:28 -05:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2021-12-02 10:37:38 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2020-04-28 13:05:55 -05:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2024-11-14 20:01:34 +00:00 
		 
	
		
			
			
			
			
			
			2024-03-07 14:18:41 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2019-03-11 11:39:35 -03:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2024-09-12 18:46:27 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2018-03-14 05:20:12 -04:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2025-05-01 12:41:16 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2024-03-07 14:18:41 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2021-01-04 05:00:58 -06:00 
		 
	
		
			
			
			
			
			
			2024-03-07 14:18:41 +00:00 
		 
	
		
			
			
			
			
			
			2025-06-26 12:15:04 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2021-11-15 17:33:27 -06:00 
		 
	
		
			
			
			
			
			
			2021-11-15 17:33:27 -06:00 
		 
	
		
	
		
	
		
	
		
	
		
			
			
			
			
			
			2025-05-01 12:41:16 +00:00 
		 
	
		
			
			
			
			
			
			2024-03-07 14:18:41 +00:00 
		 
	
		
			
			
			
			
			
			2024-03-07 14:18:41 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2024-05-09 13:48:09 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-05-01 12:41:16 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2018-05-20 13:55:26 +02:00 
		 
	
		
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2020-10-02 12:58:18 -05:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2025-01-23 18:39:42 +00:00 
		 
	
		
			
			
			
			
			
			2025-06-26 12:12:21 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-05-01 12:41:16 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2019-01-28 12:26:58 -07:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2018-05-21 11:03:10 -05:00 
		 
	
		
			
			
			
			
			
			2021-12-02 10:37:38 -06:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2019-03-11 11:39:35 -03:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2021-08-06 09:04:28 -05:00 
		 
	
		
	
		
	
		
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-09-10 19:55:23 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2022-01-21 10:06:57 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2019-11-18 11:05:24 -05:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
	
		
	
		
			
			
			
			
			
			2021-11-15 17:33:27 -06:00 
		 
	
		
			
			
			
			
			
			2024-05-09 13:48:09 +00:00 
		 
	
		
			
			
			
			
			
			2019-02-04 14:40:35 -06:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2019-03-11 11:39:35 -03:00 
		 
	
		
			
			
			
			
			
			2021-11-18 14:46:42 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 10:37:38 -06:00 
		 
	
		
			
			
			
			
			
			2023-06-09 18:19:53 +00:00 
		 
	
		
			
			
			
			
			
			2022-05-09 08:20:46 -05:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:20 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2020-05-08 13:44:08 -05:00 
		 
	
		
			
			
			
			
			
			2024-11-14 20:01:34 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-06-26 12:15:05 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-05-01 12:41:16 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2021-09-08 19:10:54 -05:00 
		 
	
		
			
			
			
			
			
			2025-01-23 18:39:41 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
	
		
			
			
			
			
			
			2022-03-24 12:00:58 -05:00 
		 
	
		
	
		
			
			
			
			
			
			2024-03-07 14:18:41 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
	
		
			
			
			
			
			
			2024-01-12 18:32:13 +00:00 
		 
	
		
			
			
			
			
			
			2023-03-01 09:50:02 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2021-12-02 15:02:09 -06:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00 
		 
	
		
			
			
			
			
			
			2025-03-20 18:29:21 +00:00