1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00
gnss-sdr/src
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
..
algorithms Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
core Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
main Redesign of pointer management 2020-06-18 11:49:28 +02:00
tests Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
utils CMake formatting 2020-06-23 11:06:26 +02:00
CMakeLists.txt Improve headers 2020-02-12 00:04:29 +01:00