From: Antti Kantee <pooka@iki.fi>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>,
Martin Lucina <martin@lucina.net>,
xen-devel@lists.xensource.com,
rumpkernel-users@lists.sourceforge.net,
rumpkernel-builds@lists.sourceforge.net
Subject: Re: [rumpuserxen test] 33416: regressions - FAIL [and 1 more messages]
Date: Fri, 16 Jan 2015 14:45:16 +0000 [thread overview]
Message-ID: <54B923FC.50805@iki.fi> (raw)
In-Reply-To: <21688.62270.732066.461473@mariner.uk.xensource.com>
On 16/01/15 11:17, Ian Jackson wrote:
> The latter is the GPF turning out to be unreproducible.
>
> I guess we should keep an eye out in case it turns out to be a race
> rather than a cosmic ray.
I do not believe in cosmic rays.
Some notes in case it resurfaces:
1) the topmost caller address appears to be on the stack (??)
2) "calling main()" seems to be output properly, the next line ("running
demos") doesn't. there is exactly one function call (~20 instructions)
between these two lines
3) the first printf goes to stderr, while the second, supposedly failing
one, goes to stdout (no idea why)
4) it's crashing calling fp->_swrite(). notably, the execution of
__sflush() might or might not go that far if fp upon entry points to
garbage (existing garbage, not page faulting garbage)
5) the call is made as:
6018b: 41 ff 54 24 50 callq *0x50(%r12)
from the output:
R12: 000000000000e02b
(e02b is somewhere in the middle of xenbus_xb_write, highly unlikely to
be relevant, more likely to be some random garbage)
from the image:
rump-kernel$ nm rump-kernel | grep __sF
0000000000299d60 D __sF
(stdout is __sF[1])
There are no (user) threads active yet. I currently have no theories
how the failure is reachable, at least assuming that the console output
is accurate. I still don't believe in cosmic rays, though ;)
prev parent reply other threads:[~2015-01-16 14:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-15 7:28 [rumpuserxen test] 33416: regressions - FAIL xen.org
2015-01-15 17:54 ` Martin Lucina
2015-01-15 18:05 ` Ian Jackson
2015-01-15 18:24 ` Martin Lucina
2015-01-15 18:32 ` [Xen-devel] " Martin Lucina
2015-01-15 18:37 ` Ian Jackson
2015-01-16 10:22 ` [rumpuserxen test] 33434: tolerable FAIL - PUSHED xen.org
2015-01-16 11:17 ` [rumpuserxen test] 33416: regressions - FAIL [and 1 more messages] Ian Jackson
2015-01-16 14:45 ` Antti Kantee [this message]
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=54B923FC.50805@iki.fi \
--to=pooka@iki.fi \
--cc=Ian.Jackson@eu.citrix.com \
--cc=martin@lucina.net \
--cc=rumpkernel-builds@lists.sourceforge.net \
--cc=rumpkernel-users@lists.sourceforge.net \
--cc=xen-devel@lists.xensource.com \
/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.