Re: hang in creating the trinity-testfileX
Dave Jones <[email protected]> Tue, 2 Sep 2014 13:37:32 -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)
so creating the 3rd file is where it hangs ? weird.
> Ctrl-C works fortunately
Can you gdb it and find out where it's looping ?
Dave