All of lore.kernel.org
 help / color / mirror / Atom feed
* 4.0.0 rc2: possible bugs
@ 2010-02-02 11:12 Yasir Assam
  2010-02-02 16:47 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 3+ messages in thread
From: Yasir Assam @ 2010-02-02 11:12 UTC (permalink / raw)
  To: xen-devel

I built rc2 and used the pvops kernel pulled from git for dom0 (make 
linux-2.6-pvops-build).

dom0 runs much slower than the the vanilla kernel (without xen), and the 
system as a whole, including the domUs I'm running, seems sluggish.

More of a concern is that I'm getting random segfaults in the domUs. I 
have 2 domUs running: one using the 2.6.18-xen (built for 3.4.2), and 
another using kernel.org 2.6.32.7. I can't be sure it's not a hardware 
problem (as I've also upgraded my MB) but both the RAM (tested with 
Memtest86) and the HD (tested with the WD diagnostic tool) seem ok.

Here's a sample of the domU segfaults (I can't reproduce them - they're 
random):

gnome-panel[3232]: segfault at 7f5264a27390 ip 00007f5263a8205d sp 
00007fff74ce9630 error 4 in libc-2.10.2.so[7f5263a11000+14a000]

sshd[6373]: segfault at 000000ffadffd8ff rip 000000ffadffd8ff rsp 
00007fffb61abab8 error 14

At one point I was using the dom0 kernel for one of the domUs and that 
crashed a few times, so I switched to kernel.org's 2.6.32.7

The domU using 2.6.18-xen has always been rock-solid before under 3.4.2 
and earlier (it uses Debian Stable).

Let me know if you want log/config files.

Thanks,
Yasir

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

* Re: 4.0.0 rc2: possible bugs
  2010-02-02 11:12 4.0.0 rc2: possible bugs Yasir Assam
@ 2010-02-02 16:47 ` Pasi Kärkkäinen
  2010-02-02 22:41   ` Yasir Assam
  0 siblings, 1 reply; 3+ messages in thread
From: Pasi Kärkkäinen @ 2010-02-02 16:47 UTC (permalink / raw)
  To: Yasir Assam; +Cc: xen-devel

On Tue, Feb 02, 2010 at 10:12:21PM +1100, Yasir Assam wrote:
> I built rc2 and used the pvops kernel pulled from git for dom0 (make  
> linux-2.6-pvops-build).
>
> dom0 runs much slower than the the vanilla kernel (without xen), and the  
> system as a whole, including the domUs I'm running, seems sluggish.
>
> More of a concern is that I'm getting random segfaults in the domUs. I  
> have 2 domUs running: one using the 2.6.18-xen (built for 3.4.2), and  
> another using kernel.org 2.6.32.7. I can't be sure it's not a hardware  
> problem (as I've also upgraded my MB) but both the RAM (tested with  
> Memtest86) and the HD (tested with the WD diagnostic tool) seem ok.
>
> Here's a sample of the domU segfaults (I can't reproduce them - they're  
> random):
>
> gnome-panel[3232]: segfault at 7f5264a27390 ip 00007f5263a8205d sp  
> 00007fff74ce9630 error 4 in libc-2.10.2.so[7f5263a11000+14a000]
>
> sshd[6373]: segfault at 000000ffadffd8ff rip 000000ffadffd8ff rsp  
> 00007fffb61abab8 error 14
>
> At one point I was using the dom0 kernel for one of the domUs and that  
> crashed a few times, so I switched to kernel.org's 2.6.32.7
>
> The domU using 2.6.18-xen has always been rock-solid before under 3.4.2  
> and earlier (it uses Debian Stable).
>
> Let me know if you want log/config files.
>

Is your pv_ops dom0 kernel 32bit? Is your kernel.org 2.6.32.7 kernel 32bit? 

If yes, do you have CONFIG_HIGHPTE=y in .config?

-- Pasi

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

* Re: 4.0.0 rc2: possible bugs
  2010-02-02 16:47 ` Pasi Kärkkäinen
@ 2010-02-02 22:41   ` Yasir Assam
  0 siblings, 0 replies; 3+ messages in thread
From: Yasir Assam @ 2010-02-02 22:41 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel


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

Hi Pasi,

All the kernels are 64-bit.

Thanks,
Yasir
> On Tue, Feb 02, 2010 at 10:12:21PM +1100, Yasir Assam wrote:
>    
>> I built rc2 and used the pvops kernel pulled from git for dom0 (make
>> linux-2.6-pvops-build).
>>
>> dom0 runs much slower than the the vanilla kernel (without xen), and the
>> system as a whole, including the domUs I'm running, seems sluggish.
>>
>> More of a concern is that I'm getting random segfaults in the domUs. I
>> have 2 domUs running: one using the 2.6.18-xen (built for 3.4.2), and
>> another using kernel.org 2.6.32.7. I can't be sure it's not a hardware
>> problem (as I've also upgraded my MB) but both the RAM (tested with
>> Memtest86) and the HD (tested with the WD diagnostic tool) seem ok.
>>
>> Here's a sample of the domU segfaults (I can't reproduce them - they're
>> random):
>>
>> gnome-panel[3232]: segfault at 7f5264a27390 ip 00007f5263a8205d sp
>> 00007fff74ce9630 error 4 in libc-2.10.2.so[7f5263a11000+14a000]
>>
>> sshd[6373]: segfault at 000000ffadffd8ff rip 000000ffadffd8ff rsp
>> 00007fffb61abab8 error 14
>>
>> At one point I was using the dom0 kernel for one of the domUs and that
>> crashed a few times, so I switched to kernel.org's 2.6.32.7
>>
>> The domU using 2.6.18-xen has always been rock-solid before under 3.4.2
>> and earlier (it uses Debian Stable).
>>
>> Let me know if you want log/config files.
>>
>>      
> Is your pv_ops dom0 kernel 32bit? Is your kernel.org 2.6.32.7 kernel 32bit?
>
> If yes, do you have CONFIG_HIGHPTE=y in .config?
>
> -- Pasi
>    
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.733 / Virus Database: 271.1.1/2662 - Release Date: 02/01/10 23:37:00
>
>    


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

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

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

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

end of thread, other threads:[~2010-02-02 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-02 11:12 4.0.0 rc2: possible bugs Yasir Assam
2010-02-02 16:47 ` Pasi Kärkkäinen
2010-02-02 22:41   ` Yasir Assam

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.