Skip to content

temporary fix for the floating exception on the debug builders

Martin Lueders requested to merge mgga_debug_test into main

Description

Currently, the debug builders fail randomly with a floating exception, which happens in the 'padded memory' part of a batch. These are irrelevant for production runs, but lead to test failures. A proper fix takes more time of debugging. With this MR we just introduce an extra state, so that the batch is fully occupied with states, which are used (and hence initialized).

News snippet

Temporarily avoid the floating exceptions on the debug builders.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports