menios icon indicating copy to clipboard operation
menios copied to clipboard

bug: test_while_loops_until_counter_limit causes infinite loop

Open pbalduino opened this issue 3 months ago • 1 comments

Description

The test test_while_loops_until_counter_limit in test/test_mosh_exec.c:362 is causing an infinite loop and getting stuck during execution.

Root Cause

This issue was introduced by incomplete development in issue #155 (https://github.com/pbalduino/menios/issues/155), specifically in commit c0f634834d1125792698e2b3fc047d6938339802.

Impact

  • Not a blocker
  • Test suite may hang when this test is executed

Location

  • File: test/test_mosh_exec.c
  • Line: 362
  • Test function: test_while_loops_until_counter_limit

Related

  • Issue #155
  • Commit: c0f634834d1125792698e2b3fc047d6938339802

pbalduino avatar Oct 09 '25 14:10 pbalduino