Ticket #5440 (closed bug: fixed)

Opened 22 months ago

Last modified 22 months ago

Unexpected SafeLang13 failure

Reported by: daniel.is.fischer Owned by:
Priority: normal Milestone:
Component: Compiler Version: 7.3
Keywords: Cc: davidterei@…
Operating System: Linux Architecture: x86
Type of failure: Incorrect result at runtime Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

During a validate run, SafeLang?13 unexpectedly failed with differing stdout:

 H "Hello World"
 G 1
+Should be 3 := 2
+G 2
 Should be 3 := 3
-G 3
-Should be 3 := 4

Running the test alone afterwards passed repeatedly, so it looks like a weird interaction on a busy box.

Change History

Changed 22 months ago by simonmar

  • cc davidterei@… added

I've seen this too, probably a race condition in the test (validate uses 2 threads by default). David, could you take a look?

Changed 22 months ago by dterei

OK should be fixed in ed4d1722c4cadb530952a586eb4b70cd131d3db0.

Changed 22 months ago by dterei

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.