Changes between Initial Version and Version 1 of Ticket #1395


Ignore:
Timestamp:
08/29/17 21:14:01 (7 years ago)
Author:
Mario Domenech Goulart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1395 – Description

    initial v1  
    11For some months now scsh-process' tests have been randomly hanging on the Linux salmonella machines (maybe also on the FreeBSD machine?).  When the test script hangs, it blocks the whole salmonella execution.  On the Linux salmonella machines, it hangs at least twice per week (that's a very conservative estimate).
     2
     3I think the problem started around 9 of June.  I realized it on the 14th (I know that because I checked the IRC log when I mentioned that).  We have a gap between 9 and 14 in the salmonella linux x86-64: https://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2017/06/ (I probably only realized the hang on the 14th).
     4
     5The issue might be related to releases 0.8 (2017-05-23) or 0.8.1 (2017-06-03) of scsh-process.
    26
    37I've installed a hack on the Linux salmonella machines to periodically check if scsh-process' test script is hanging and kill the parent of the defunct process (see ec0cffb94f in the chicken-infrastructure repo).