xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* xen-4.3 (unstable) panic
@ 2012-10-01 19:24 Igor Kozhukhov
  2012-10-02  6:37 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Kozhukhov @ 2012-10-01 19:24 UTC (permalink / raw)
  To: xen-devel


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

Hello All,

I try port xen-unstable to illumos-based platform.

I have made some changes on illumos and built xen, but have panic - take a
look http://pastebin.com/fZSrExek

I'd like to see some comments - what I need to check/update.

---
Best regards,
Igor Kozhukhov
IRC# igork



[-- Attachment #1.2: Type: text/html, Size: 771 bytes --]

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: xen-4.3 (unstable) panic
  2012-10-01 19:24 xen-4.3 (unstable) panic Igor Kozhukhov
@ 2012-10-02  6:37 ` Pasi Kärkkäinen
  2012-10-02  8:17   ` Igor Kozhukhov
  0 siblings, 1 reply; 3+ messages in thread
From: Pasi Kärkkäinen @ 2012-10-02  6:37 UTC (permalink / raw)
  To: Igor Kozhukhov; +Cc: xen-devel

On Mon, Oct 01, 2012 at 11:24:06PM +0400, Igor Kozhukhov wrote:
>    Hello All,
>    I try port xen-unstable to illumos-based platform.
>    I have made some changes on illumos and built xen, but have panic - take a
>    look [1]http://pastebin.com/fZSrExek
>    I'd like to see some comments - what I need to check/update.

kmdb: single-step stop on division by zero (#de) trap
kmdb: target stopped at:
sti+0x85:       popq   %r10
[0]> $C
ffffff0003ed1c20 sti+0x85()
ffffff0003e05970 switch_sp_and_call+0x13()
ffffff0003e059d0 do_interrupt+0x14a()
ffffff0003e05a80 xen_callback_handler+0x42d(ffffff0003e05a90, fffffffffbc1d778)
ffffff0003e05a90 xen_callback+0x18f()
ffffff0003e05ba0 __hypercall2+0xa()
ffffff0003e05bb0 HYPERVISOR_block+0x10()
ffffff0003e05bc0 mach_cpu_idle+0x1d()
ffffff0003e05bf0 cpu_idle+0xfe()
ffffff0003e05c00 cpu_idle_adaptive+0x13()
ffffff0003e05c20 idle+0x41()
ffffff0003e05c30 thread_start+8()

So it stopped/crashed because of a division by zero in the dom0 kernel? 
You need to fix the kernel not to do a divizion by zero?

-- Pasi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: xen-4.3 (unstable) panic
  2012-10-02  6:37 ` Pasi Kärkkäinen
@ 2012-10-02  8:17   ` Igor Kozhukhov
  0 siblings, 0 replies; 3+ messages in thread
From: Igor Kozhukhov @ 2012-10-02  8:17 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel

Yes - I try to find panic on dom0.

I see differences in XEN_SYSCTL_cpu_hotplug implementation between xen-3.x
and xen-4.x - was removed response on 4.x.

---
Best regards,
Igor Kozhukhov
IRC# igork




On 10/2/12 10:37 AM, "Pasi Kärkkäinen" <pasik@iki.fi> wrote:

>On Mon, Oct 01, 2012 at 11:24:06PM +0400, Igor Kozhukhov wrote:
>>    Hello All,
>>    I try port xen-unstable to illumos-based platform.
>>    I have made some changes on illumos and built xen, but have panic -
>>take a
>>    look [1]http://pastebin.com/fZSrExek
>>    I'd like to see some comments - what I need to check/update.
>
>kmdb: single-step stop on division by zero (#de) trap
>kmdb: target stopped at:
>sti+0x85:       popq   %r10
>[0]> $C
>ffffff0003ed1c20 sti+0x85()
>ffffff0003e05970 switch_sp_and_call+0x13()
>ffffff0003e059d0 do_interrupt+0x14a()
>ffffff0003e05a80 xen_callback_handler+0x42d(ffffff0003e05a90,
>fffffffffbc1d778)
>ffffff0003e05a90 xen_callback+0x18f()
>ffffff0003e05ba0 __hypercall2+0xa()
>ffffff0003e05bb0 HYPERVISOR_block+0x10()
>ffffff0003e05bc0 mach_cpu_idle+0x1d()
>ffffff0003e05bf0 cpu_idle+0xfe()
>ffffff0003e05c00 cpu_idle_adaptive+0x13()
>ffffff0003e05c20 idle+0x41()
>ffffff0003e05c30 thread_start+8()
>
>So it stopped/crashed because of a division by zero in the dom0 kernel?
>You need to fix the kernel not to do a divizion by zero?
>
>-- Pasi
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-02  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 19:24 xen-4.3 (unstable) panic Igor Kozhukhov
2012-10-02  6:37 ` Pasi Kärkkäinen
2012-10-02  8:17   ` Igor Kozhukhov

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).