From: Dave Jones <davej@redhat.com>
To: "Toralf Förster" <toralf.foerster@gmx.de>
Cc: trinity@vger.kernel.org
Subject: Re: [child0:1694] <timed out>
Date: Thu, 14 Aug 2014 18:27:22 -0400 [thread overview]
Message-ID: <20140814222722.GA19056@redhat.com> (raw)
In-Reply-To: <53ECEF3C.3080604@gmx.de>
On Thu, Aug 14, 2014 at 07:17:48PM +0200, Toralf Förster wrote:
> With latest git tree I do get now a lot of lines like :
>
> [child0:1694] <timed out>
> [child0:1694] <timed out>
> [child0:1694] <timed out>
> [child1:1695] <timed out>
> [child0:1694] <timed out>
> [child0:1694] <timed out>
> [child1:1695] <timed out>
>
> for a command like this: MALLOC_CHECK_=2 trinity -C 2 -N 100000 -x mremap -q -V /tmp/victims/v1/v2
>
> It is intended ?
It's not a new thing (at least from Trinity's perspective).
If a syscall takes more than a second to complete, we send it a kill
signal. Some syscalls might be blocking on an fd though, and will
ignore those signals. You might try checking out /proc/1694/stack
and seeing where it's stuck. Much of the time it'll be doing sometihng
like a read() on a network socket. You could then exclude those
by specifiying just a specific network protocol with -P, or if you're
running current git, you can exclude sockets entirely with
--disable-fds=sockets
Dave
next prev parent reply other threads:[~2014-08-14 22:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-14 17:17 [child0:1694] <timed out> Toralf Förster
2014-08-14 22:27 ` Dave Jones [this message]
2014-08-15 18:02 ` Toralf Förster
2014-08-15 18:15 ` Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140814222722.GA19056@redhat.com \
--to=davej@redhat.com \
--cc=toralf.foerster@gmx.de \
--cc=trinity@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.