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