distributed-process icon indicating copy to clipboard operation
distributed-process copied to clipboard

Intermittent test failures

Open hyperthunk opened this issue 12 years ago • 1 comments

t4@iske:distributed-process $ ./dist/build/TestCH/TestCH
Basic features:
  Ping: [OK]
  Math: [OK]
  Timeout: [OK]
  Timeout0: [OK]
  SendToTerminated: [OK]
  TypedChannnels: [OK]
  MergeChannels: [Failed]
ERROR: thread blocked indefinitely in an MVar operation

This could be related to similar problems as issue #87 but I've not had time to investigate yet.

hyperthunk avatar Jan 17 '13 11:01 hyperthunk

And observed this evening (looking at HEAD) - ./dist/build/TestStats/TestStats (which does barely anything at all) can lock up if you run it in a tight loop for long enough. Around 20 iterations is usually enough for me on a dual core I5. Looking at the event log output, some thread is getting stuck in a foreign call - further investigation to follow.

hyperthunk avatar Jan 25 '13 02:01 hyperthunk