xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Vasiliy Tolstov <v.tolstov@selfip.ru>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: xen 4.3 test report
Date: Tue, 28 May 2013 11:31:50 -0400	[thread overview]
Message-ID: <20130528153150.GD4695@phenom.dumpdata.com> (raw)
In-Reply-To: <CACaajQtQWCT0==xNT2kUr=77u-7dHuRDJbUbYBoYWuKXdra-GA@mail.gmail.com>

On Mon, May 27, 2013 at 09:32:51AM +0400, Vasiliy Tolstov wrote:
> 2013/5/25 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>:
> > Is the 3.8.6 crashing at the same point?
> 
> Yes, but now i can't get trace. may be after compile new xen with
> debug printfs that you provide.
> 
> > That looks to be this (https://git.kernel.org/cgit/linux/kernel/git/bwh/linux-3.2.y.git/tree/drivers/xen/events.c)
> >
> >         if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
> >                                                 &bind_virq) != 0)
> >                         BUG();
> >
> > which is odd. Would you be able to instrument evtchn_bind_virq (this is
> > in Xen) with some printks, like this (hand't compile tested it):
> 
> I'm try it.

Thank you.

> 
> 
> Another bug happened while i change memory inside domU (ubuntu lts
> precise 10.04 with stock kernel)

I don't understand what you mean by 'change memory' What is it that you do to
'change memory'?

Is that with a PV guest? HVM guest?
> 
> (XEN) traps.c:3072: GPF (0060): ffff82c4c015e73e -> ffff82c4c022a3ff
> (XEN) mm.c:2348:d17 Bad type (saw 7400000000000001 != exp
> 1000000000000000) for mfn 1156e85 (pfn 10fb9)
> (XEN) mm.c:2990:d17 Error while pinning mfn 1156e85
> (XEN) mm.c:2348:d17 Bad type (saw 7400000000000001 != exp
> 1000000000000000) for mfn 11ae21b (pfn 39c23)
> (XEN) mm.c:2990:d17 Error while pinning mfn 11ae21b
> (XEN) mm.c:2348:d17 Bad type (saw 7400000000000001 != exp
> 1000000000000000) for mfn 1156e85 (pfn 10fb9)
> (XEN) mm.c:903:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1293:d17 Failure in alloc_l2_table: entry 392
> (XEN) mm.c:2095:d17 Error while validating mfn 1157cf3 (pfn 1014b) for
> type 2000000000000000: caf=8000000000000003 taf=2000000000000001
> (XEN) mm.c:945:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1375:d17 Failure in alloc_l3_table: entry 3
> (XEN) mm.c:2095:d17 Error while validating mfn 11ae976 (pfn 394c8) for
> type 3000000000000000: caf=8000000000000003 taf=3000000000000001
> (XEN) mm.c:969:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1434:d17 Failure in alloc_l4_table: entry 0
> (XEN) mm.c:2095:d17 Error while validating mfn 11ac89d (pfn 3b5a1) for
> type 4000000000000000: caf=8000000000000003 taf=4000000000000001
> (XEN) mm.c:2990:d17 Error while pinning mfn 11ac89d
> (XEN) mm.c:2348:d17 Bad type (saw 7400000000000001 != exp
> 1000000000000000) for mfn 1156e85 (pfn 10fb9)
> (XEN) mm.c:903:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1293:d17 Failure in alloc_l2_table: entry 392
> (XEN) mm.c:2095:d17 Error while validating mfn 1157cf3 (pfn 1014b) for
> type 2000000000000000: caf=8000000000000003 taf=2000000000000001
> (XEN) mm.c:945:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1375:d17 Failure in alloc_l3_table: entry 3
> (XEN) mm.c:2095:d17 Error while validating mfn 11ae976 (pfn 394c8) for
> type 3000000000000000: caf=8000000000000002 taf=3000000000000001
> (XEN) mm.c:969:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1434:d17 Failure in alloc_l4_table: entry 0
> (XEN) mm.c:2095:d17 Error while validating mfn 11ad971 (pfn 3a4cd) for
> type 4000000000000000: caf=8000000000000003 taf=4000000000000001
> (XEN) mm.c:2990:d17 Error while pinning mfn 11ad971
> (XEN) mm.c:2015:d17 Error pfn 11ae976: rd=ffff8308098ca000,
> od=0000000000000000, caf=180000000000000, taf=3000000000000001
> (XEN) mm.c:618:d17 Could not get page ref for pfn 11ae976
> (XEN) mm.c:969:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1434:d17 Failure in alloc_l4_table: entry 0
> (XEN) mm.c:2095:d17 Error while validating mfn 11ac89d (pfn 3b5a1) for
> type 4000000000000000: caf=8000000000000003 taf=4000000000000001
> (XEN) mm.c:2758:d17 Error while installing new baseptr 11ac89d
> (XEN) mm.c:2015:d17 Error pfn 11ae976: rd=ffff8308098ca000,
> od=0000000000000000, caf=180000000000000, taf=3000000000000001
> (XEN) mm.c:618:d17 Could not get page ref for pfn 11ae976
> (XEN) mm.c:969:d17 Attempt to create linear p.t. with write perms
> (XEN) mm.c:1434:d17 Failure in alloc_l4_table: entry 0
> (XEN) mm.c:2095:d17 Error while validating mfn 11ad971 (pfn 3a4cd) for
> type 4000000000000000: caf=8000000000000003 taf=4000000000000001
> (XEN) mm.c:3116:d17 Error while installing new mfn 11ad971
> 
> 
> 
> --
> Vasiliy Tolstov,
> e-mail: v.tolstov@selfip.ru
> jabber: vase@selfip.ru

  reply	other threads:[~2013-05-28 15:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-24 10:40 xen 4.3 test report Vasiliy Tolstov
2013-05-24 12:46 ` George Dunlap
2013-05-24 13:15   ` Vasiliy Tolstov
2013-05-24 14:11   ` Konrad Rzeszutek Wilk
2013-05-24 14:38     ` George Dunlap
2013-05-24 20:15       ` Vasiliy Tolstov
2013-05-25 11:40         ` Konrad Rzeszutek Wilk
2013-05-27  5:32           ` Vasiliy Tolstov
2013-05-28 15:31             ` Konrad Rzeszutek Wilk [this message]
2013-05-28 20:58               ` Vasiliy Tolstov
2013-05-31  4:56           ` Vasiliy Tolstov
2013-06-03 14:08             ` Konrad Rzeszutek Wilk
2013-06-04 12:17               ` Vasiliy Tolstov
2013-06-05 18:50                 ` Is: events not being cleared during fast migration over InfiniBand Was: " Konrad Rzeszutek Wilk
2013-06-06  9:23                   ` George Dunlap
2013-06-06  9:25                   ` George Dunlap
2013-06-13 11:22                     ` Vasiliy Tolstov
2013-06-13 13:14                       ` Konrad Rzeszutek Wilk
2013-06-13 13:17                         ` Vasiliy Tolstov
2013-06-13 11:24                   ` Vasiliy Tolstov
2013-05-25 11:27       ` Konrad Rzeszutek Wilk
2013-05-24 20:13     ` Vasiliy Tolstov

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=20130528153150.GD4695@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=v.tolstov@selfip.ru \
    --cc=xen-devel@lists.xen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).