1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00
gnss-sdr/src/core/receiver
Carles Fernandez c784dfe125
Fix a bug that could cause a crash on receiver stopping
If a channel event was happening after flowgraph stop and before flowgraph disconnection, it caused a crash. This was avoided by sleeping the control thread during 500 ms after disconnection and before the block destructors were called, so the event could be processed, but this was not a robust solution.
2020-06-27 09:52:59 +02:00
..
CMakeLists.txt Improve consistency of CMake scripts 2020-06-24 11:42:45 +02:00
concurrent_map.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
concurrent_queue.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
control_thread.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
control_thread.h Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
file_configuration.cc Indicate that the property method of configuration is a getter 2020-06-23 11:05:31 +02:00
file_configuration.h Indicate that the property method of configuration is a getter 2020-06-23 11:05:31 +02:00
gnss_block_factory.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
gnss_block_factory.h Redesign of pointer management 2020-06-18 11:49:28 +02:00
gnss_flowgraph.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gnss_flowgraph.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
in_memory_configuration.cc Indicate that the property method of configuration is a getter 2020-06-23 11:05:31 +02:00
in_memory_configuration.h Indicate that the property method of configuration is a getter 2020-06-23 11:05:31 +02:00
tcp_cmd_interface.cc Improve headers, large data members first. Improve nav message interfaces 2020-06-23 09:47:58 +02:00
tcp_cmd_interface.h Improve headers, large data members first. Improve nav message interfaces 2020-06-23 09:47:58 +02:00