Re: [Xen-devel] Kernel panic, reboot in 5 seconds

2015-05-26 Thread Dario Faggioli
On Mon, 2015-05-25 at 15:41 +0200, Mr Idris wrote: > On 5/21/15, Dario Faggioli wrote: > > ret.time is the next time instant you want a timer to fire, as you can > > see right below the call do sched->do_schedule(), in schedule.c. That > > timer, when firing, will cause the scheduler to run again

Re: [Xen-devel] Kernel panic, reboot in 5 seconds

2015-05-25 Thread Mr Idris
On 5/21/15, Dario Faggioli wrote: > On Thu, 2015-05-21 at 15:06 +0200, Mr Idris wrote: >> On 5/18/15, George Dunlap wrote: >> > >> > Fundamentally, the bug you're getting is that you're dereferencing a >> > null pointer, probably into a struct (that's the "Faulting linear >> > address" -- 0xc8 wi

Re: [Xen-devel] Kernel panic, reboot in 5 seconds

2015-05-21 Thread Dario Faggioli
On Thu, 2015-05-21 at 15:06 +0200, Mr Idris wrote: > On 5/18/15, George Dunlap wrote: > >> (XEN) Xen call trace: > >> (XEN)[] schedule+0x408/0x5df > >> (XEN)[] __do_softirq+0x81/0x8c > >> (XEN)[] do_softirq+0x13/0x15 > >> (XEN)[] idle_loop+0x64/0x74 > >> (XEN) > >> (XEN) Pagetable

Re: [Xen-devel] Kernel panic, reboot in 5 seconds

2015-05-21 Thread Mr Idris
On 5/18/15, George Dunlap wrote: > On Thu, May 14, 2015 at 2:00 PM, Mr Idris wrote: >> I'm trying to create cpu scheduler on xen 4.4.1 using debian 7 which >> inspired by arinc653 scheduler. When i use it, it gives me something >> like kernel panic and reboot in 5 secs before go in to the system.

Re: [Xen-devel] Kernel panic, reboot in 5 seconds

2015-05-18 Thread George Dunlap
On Thu, May 14, 2015 at 2:00 PM, Mr Idris wrote: > I'm trying to create cpu scheduler on xen 4.4.1 using debian 7 which > inspired by arinc653 scheduler. When i use it, it gives me something > like kernel panic and reboot in 5 secs before go in to the system. I > don't know how to procced to fix

[Xen-devel] Kernel panic, reboot in 5 seconds

2015-05-14 Thread Mr Idris
I'm trying to create cpu scheduler on xen 4.4.1 using debian 7 which inspired by arinc653 scheduler. When i use it, it gives me something like kernel panic and reboot in 5 secs before go in to the system. I don't know how to procced to fix the errors, Here is some debug errors : (XEN) Debugging c