All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xen.org
Cc: George Dunlap <george.dunlap@citrix.com>,
	Dario Faggioli <dfaggioli@suse.com>
Subject: Re: crash in csched_load_balance after xl vcpu-pin
Date: Tue, 10 Apr 2018 17:59:49 +0200	[thread overview]
Message-ID: <20180410155949.GB7177@aepfle.de> (raw)
In-Reply-To: <20180410085729.GA472@aepfle.de>


[-- Attachment #1.1: Type: text/plain, Size: 3715 bytes --]

On Tue, Apr 10, Olaf Hering wrote:

> (XEN) Xen BUG at sched_credit.c:1694

And another one with debug=y and this config:
memory=4444
vcpus=36
cpu="nodes:1,^node:0"
cpu_soft="nodes:1,^node:0"
(nodes=1 cycles between 1-3 for each following domU).

(XEN) Assertion 'CSCHED_PCPU(cpu)->nr_runnable >= 1' failed at sched_credit.c:269
(XEN) ----[ Xen-4.11.20180407T144959.e62e140daa-4.bug1087289_411  x86_64  debug=y   Not tainted ]----
(XEN) CPU:    18
(XEN) RIP:    e008:[<ffff82d08022b2e8>] sched_credit.c#csched_schedule+0x8fe/0xd42
(XEN) RFLAGS: 0000000000010046   CONTEXT: hypervisor (d0v18)
(XEN) rax: ffff830779e9e970   rbx: ffff83007ba44000   rcx: 0000000000000046
(XEN) rdx: 00000036f953b080   rsi: ffff83077a738140   rdi: ffff830779e9a18e
(XEN) rbp: ffff83077a737e18   rsp: ffff83077a737d18   r8:  000000000000000b
(XEN) r9:  ffff83077a7383c0   r10: 0000000000000000   r11: 0000017e70349000
(XEN) r12: ffff8309d55879f0   r13: 0000000000000044   r14: ffff830779eae188
(XEN) r15: ffff8309d55879f0   cr0: 000000008005003b   cr4: 00000000001526e0
(XEN) cr3: 0000000dd1056000   cr2: 0000557e1f370028
(XEN) fsb: 0000000000000000   gsb: ffff880885080000   gss: 0000000000000000
(XEN) ds: 002b   es: 002b   fs: 0000   gs: 0000   ss: e010   cs: e008
(XEN) Xen code around <ffff82d08022b2e8> (sched_credit.c#csched_schedule+0x8fe/0xd42):
(XEN)  10 18 83 78 18 00 75 02 <0f> 0b 48 8d 05 0f 3e 73 00 48 8b 44 10 18 83 68
(XEN) Xen stack trace from rsp=ffff83077a737d18:
(XEN)    0000000000000004 00000000ef047000 ffff82d08095f0e0 ffff830779eae188
(XEN)    0000017e6f25c71c ffff82d08095f0c0 0000000100000044 ffff82d08095f0c0
(XEN)    0000000001c9c380 ffff83077a737e60 ffff83077ffe7720 ffff82d08095f100
(XEN)    ffff83077a6c59e0 ffff82d08095f0c0 0000001200000000 ffff83077a73c570
(XEN)    ffff82d08095f100 0000000100000028 ffff830700000046 0000004400000012
(XEN)    ffff82d08023d5f0 ffff83077a7381a0 7ffb5fe000000000 00000000000000bd
(XEN)    0000000000000000 0000000000000000 0000000000000092 ffff830060ae3000
(XEN)    ffff82d08095f100 ffff83077a738188 0000017e6f25c71c 0000000000000012
(XEN)    ffff83077a737ea8 ffff82d080236406 ffff82d080372434 ffff83077a7381a0
(XEN)    0000001200737ef8 ffff83077a738180 ffff83077a737ee8 ffff82d08036a04a
(XEN)    02ff82d080372434 0000000000000001 0000000000000000 deadbeefdeadf00d
(XEN)    deadbeefdeadf00d ffff82d080934500 ffff82d080933c00 ffffffffffffffff
(XEN)    ffff83077a737fff 0000000000000000 ffff83077a737ed8 ffff82d080239ec5
(XEN)    ffff830060ae3000 0000000000000000 0000000000000000 0000000000000000
(XEN)    ffff83077a737ee8 ffff82d080239f1a 00007cf8858c80e7 ffff82d08036e566
(XEN)    ffff880181710000 ffff880181710000 ffff880181710000 0000000000000000
(XEN)    0000000000000012 ffffffff81d4c180 0000000000000246 0000000000007ff0
(XEN)    0000000000000001 0000000000000000 0000000000000000 ffffffff810013aa
(XEN)    0000000000000012 deadbeefdeadf00d deadbeefdeadf00d 0000010000000000
(XEN)    ffffffff810013aa 000000000000e033 0000000000000246 ffff880181713ee0
(XEN) Xen call trace:
(XEN)    [<ffff82d08022b2e8>] sched_credit.c#csched_schedule+0x8fe/0xd42
(XEN)    [<ffff82d080236406>] schedule.c#schedule+0x107/0x627
(XEN)    [<ffff82d080239ec5>] softirq.c#__do_softirq+0x85/0x90
(XEN)    [<ffff82d080239f1a>] do_softirq+0x13/0x15
(XEN)    [<ffff82d08036e566>] x86_64/entry.S#process_softirqs+0x6/0x10
(XEN) ****************************************
(XEN) Panic on CPU 18:
(XEN) Assertion 'CSCHED_PCPU(cpu)->nr_runnable >= 1' failed at sched_credit.c:269
(XEN) ****************************************
(XEN) Reboot in five seconds...



dom0 is still alive after that attempt to reboot and for some reason triple
ctrl-a appears to work. But it seems 'R' still fails.

Olaf

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2018-04-10 15:59 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10  8:57 crash in csched_load_balance after xl vcpu-pin Olaf Hering
2018-04-10  9:34 ` George Dunlap
2018-04-10 10:33   ` Dario Faggioli
2018-04-10 10:59     ` George Dunlap
2018-04-10 11:29       ` Dario Faggioli
2018-04-10 15:25         ` George Dunlap
2018-04-10 15:36           ` Dario Faggioli
     [not found]           ` <960702b6d9dfb67bfae72ae02ae502210695416b.camel@suse.com>
2018-04-10 20:37             ` Olaf Hering
2018-04-10 22:59               ` Dario Faggioli
2018-04-11  7:31                 ` Dario Faggioli
2018-04-11  7:39                   ` Juergen Gross
2018-04-11  7:42                     ` Dario Faggioli
2018-04-11 10:00                   ` Olaf Hering
     [not found]                     ` <298ec681a9c38eb7618e6b3e226486691e9eab4d.camel@suse.com>
2018-04-11 11:02                       ` George Dunlap
2018-04-11 12:31                         ` Jan Beulich
2018-04-11 15:03                     ` Olaf Hering
2018-04-11 15:27                       ` Olaf Hering
2018-04-11 17:20                         ` Dario Faggioli
2018-04-11 20:43                           ` Olaf Hering
2018-04-11 21:31                             ` Dario Faggioli
     [not found]                               ` <5ACE29E00200005B03782666@prv1-mh.provo.novell.com>
     [not found]                                 ` <5ACE443D020000E603784221@prv1-mh.provo.novell.com>
     [not found]                                   ` <5ACE73C402000076046FD1E0@prv1-mh.provo.novell.com>
     [not found]                                     ` <5ACE7F370200002F0378782F@prv1-mh.provo.novell.com>
2018-04-12  7:18                                       ` Jan Beulich
2018-04-12  9:38                               ` George Dunlap
2018-04-12 10:16                                 ` Dario Faggioli
2018-04-12 12:45                                   ` Olaf Hering
2018-04-12 13:15                                     ` Dario Faggioli
2018-04-12 15:38                                       ` Dario Faggioli
2018-04-12 17:25                                         ` Dario Faggioli
2018-04-13  6:23                                           ` Olaf Hering
2018-04-13  9:01                                             ` Dario Faggioli
2018-04-13  9:03                                           ` George Dunlap
2018-04-13  9:25                                             ` Dario Faggioli
2018-04-13 10:38                                               ` Olaf Hering
2018-04-13 11:29                                               ` George Dunlap
2018-04-13 11:41                                                 ` Dario Faggioli
2018-04-13 10:47                                             ` Dario Faggioli
     [not found]                       ` <5ACE23DF0200002D03781F6A@prv1-mh.provo.novell.com>
2018-04-11 15:38                         ` Jan Beulich
2018-04-11 15:48                           ` Olaf Hering
     [not found]                 ` <9c857d1a-d592-8db5-827c-30fbc97477e0@citrix.com>
2018-04-11 11:00                   ` Dario Faggioli
2018-04-10 11:30       ` Dario Faggioli
2018-04-10 11:31       ` Dario Faggioli
2018-04-10 11:32       ` Dario Faggioli
2018-04-10 11:33       ` Dario Faggioli
2018-04-10 15:18 ` Olaf Hering
2018-04-10 15:29   ` George Dunlap
2018-04-10 15:59 ` Olaf Hering [this message]
2018-04-10 16:28   ` Dario Faggioli
2018-04-10 19:03     ` Olaf Hering
2018-04-10 20:02       ` Dario Faggioli
2018-04-10 20:09         ` Olaf Hering
2018-04-10 20:13           ` Olaf Hering
2018-04-10 20:41             ` Dario Faggioli
2018-04-11  6:23               ` Olaf Hering
2018-04-11  8:42                 ` Dario Faggioli
2018-04-11  8:48                   ` Olaf Hering
2018-04-11 10:20                     ` Dario Faggioli
2018-04-11 12:45                       ` Olaf Hering
2018-04-17 12:39                         ` Dario Faggioli
2018-04-11 10:20                     ` Dario Faggioli

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=20180410155949.GB7177@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=dfaggioli@suse.com \
    --cc=george.dunlap@citrix.com \
    --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 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.