Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 10, 2019
  3. Apr 02, 2019
  4. Mar 06, 2019
  5. Feb 22, 2019
  6. Feb 21, 2019
  7. Feb 13, 2019
  8. Feb 12, 2019
  9. Feb 11, 2019
  10. Jan 29, 2019
  11. Jan 23, 2019
  12. Sep 05, 2018
  13. Aug 27, 2018
  14. 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
  15. Jul 18, 2018
  16. Jul 09, 2018
  17. Jul 04, 2018
  18. Jul 02, 2018
  19. May 03, 2018
  20. Feb 27, 2018
  21. Feb 07, 2018
  22. Jan 22, 2018
Loading