Skip to content

Fix Error caused by Monitor-Supervisor conflict in XDAQ

Dylan Oliver Teague requested to merge bugfix/supervisor_monitor_conflict into develop

Description

When trying to run the Supervisor code in XDAQ when the monitor is added, the supervisor code crashes. The fix is as simple as having the supervisor code ignore gem monitor calls

Related Issue

More details of this bug can be found in #53 (closed)

How Has This Been Tested?

The XDAQ code was started and the initialize button was pressed in the Supervisor widget and the error messages don't show up anymore and allows one to go to initialize the supervisor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited by Laurent Petre

Merge request reports