Skip to content
Snippets Groups Projects
  1. Jan 23, 2019
  2. Sep 05, 2018
  3. Aug 27, 2018
  4. Aug 08, 2018
    • vargheseg's avatar
      Workaround for std::logic_error in 00.08.00 · 3e429f58
      vargheseg authored
      Issue:
      Server throws when there are no device module variables:
      
      terminate called after throwing an instance of 'std::logic_error'
        what():  ReadAnyGroup has no element with AccessMode::wait_for_new_data.
      Aborted (core dumped)
      
      This commit introduces a workaround as proposed by jens:
        void DoocsUpdater::updateLoop(){
             if (_elementsToRead.empty()) {
                 return;
             }
      
      This commit is intended to be reverted if the above strategy has side
      effects.
      3e429f58
  5. Jul 18, 2018
  6. Jul 09, 2018
  7. Jul 04, 2018
  8. Jul 02, 2018
  9. May 03, 2018
  10. Feb 27, 2018
  11. Feb 07, 2018
  12. Jan 22, 2018
  13. Jan 11, 2018
  14. Jan 10, 2018
  15. Jan 08, 2018
  16. Dec 19, 2017
  17. Dec 12, 2017
  18. Dec 11, 2017
  19. Nov 06, 2017
  20. Nov 03, 2017
  21. Oct 31, 2017
  22. Oct 30, 2017
  23. Oct 28, 2017
  24. Oct 27, 2017
  25. Oct 24, 2017
  26. Oct 23, 2017
  27. Oct 20, 2017
  28. Oct 19, 2017
Loading