From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: hang in creating the trinity-testfileX Date: Tue, 2 Sep 2014 13:37:32 -0400 Message-ID: <20140902173732.GA19354@redhat.com> References: <5404B2AB.8080500@gmx.de> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <5404B2AB.8080500@gmx.de> Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Toralf =?iso-8859-1?Q?F=F6rster?= Cc: trinity@vger.kernel.org On Mon, Sep 01, 2014 at 07:53:47PM +0200, Toralf F=F6rster wrote: > Trinity sometimes hangs infinitely in a KVM while trying to create t= he testfiles, eg .: >=20 > ... > [main] fd[668] =3D timerfd > [main] fd[669] =3D fopen("trinity-testfile1", O_RDWR) > [main] fd[670] =3D fopen("trinity-testfile2", O_RDWR) so creating the 3rd file is where it hangs ? weird. =20 > Ctrl-C works fortunately Can you gdb it and find out where it's looping ? Dave