Re: hang in creating the trinity-testfileX

Dave Jones <[email protected]> Wed, 10 Sep 2014 13:59:20 -0400
Newsgroups org.kernel.vger.trinity
Message-ID <[email protected]>
On Mon, Sep 01, 2014 at 07:53:47PM +0200, Toralf Förster wrote:
 > Trinity sometimes hangs infinitely in a KVM while trying to create the testfiles, eg .:
 > 
 > ...
 > [main] fd[668] = timerfd
 > [main] fd[669] = fopen("trinity-testfile1", O_RDWR)
 > [main] fd[670] = fopen("trinity-testfile2", O_RDWR)
 > 
 > 
 > Ctrl-C works fortunately

I just hit this myself. It happens if the test files already exist.
For now just clear out tmp/* before re-running.

I'll push out some changes later to deal with this (and other problems).

	Dave