All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Andrews <chris@nodnol.org>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: segfault in VM
Date: Mon, 19 Jul 2004 10:01:54 +0100	[thread overview]
Message-ID: <40FB8E02.3030807@nodnol.org> (raw)
In-Reply-To: <E1BmTxH-0001gS-00@mta1.cl.cam.ac.uk>

Keir Fraser wrote:
>>Keir Fraser wrote:
>>
>>>Clearly there's some fairly random memory corruption going on, which
>>>then causes segfaults (if the corruption hits code pages) and
>>>filesystem corruption (if the corruption hits buffer-cache pages).
>>
>> >
>>
>>>The "Bailing: not a -ve offset" and "GPF (0004):" messages are almost
>>>certainly just symptoms of executing a corrupted block of code. i.e.,
>>>the bug has already triggered some time ago - probably corrupted a
>>>page of glibc or the kernel.
>>>
>>>It would be interesting to see whether or not this is SMP-related.
>>>It's also interesting that someone said they couldn't reproduce
>>>corruption when using 2.6.7 for the non-privileged guest OSes.
>>
>>I'm seeing this corruption on a single CPU machine, with a single 2.4 
>>guest running but idle. I only ran one 2.6.7 guest, and I didn't give it 
>>any work, but it didn't take any load in the 2.4 guest to provoke problems.
> 
> 
> Do you mean a single 2.4 or 2.6 guest in addition to your 2.4 DOM0?

Yes, that's right. With just the 2.4 domain0 on its own, everything 
seems fine.


Chris.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

  reply	other threads:[~2004-07-19  9:01 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-19  5:22 segfault in VM Derek Glidden
2004-07-19  5:50 ` James Harper
2004-07-19  7:27   ` Keir Fraser
2004-07-19  8:28     ` Chris Andrews
2004-07-19  8:57       ` Keir Fraser
2004-07-19  9:01         ` Chris Andrews [this message]
2004-07-19 12:48           ` Wm
2004-07-19 13:22             ` Keir Fraser
2004-07-19 19:06               ` Derek Glidden
2004-07-20  0:01                 ` James Harper
2004-07-20  1:04                   ` James Harper
2004-07-20  7:59                     ` Keir Fraser
2004-07-20 10:42                       ` James Harper
2004-07-20 10:52                       ` Keir Fraser
2004-07-20 13:38                         ` Christian Limpach
2004-07-21  1:14                         ` James Harper
2004-07-21 10:12                           ` Christian Limpach
2004-07-21 13:30                           ` Keir Fraser
2004-07-21 13:47                             ` James Harper
2004-07-21 14:17                               ` Keir Fraser
2004-07-22  4:36                                 ` James Harper
2004-07-22 11:22                                   ` Keir Fraser
2004-07-22 15:38                                     ` Derek Glidden
2004-07-22 17:48                                       ` Keir Fraser
2004-07-23  1:03                                         ` James Harper
2004-07-23  1:11                                           ` Keir Fraser
2004-07-23  4:49                                             ` James Harper
2004-07-23 16:01                                             ` segfault in VM - FIXED! Keir Fraser
2004-07-23 17:44                                               ` Derek Glidden
2004-07-23 17:55                                                 ` Keir Fraser
2004-07-23 19:14                                               ` Chris Andrews
2004-07-26 12:07                                                 ` Keir Fraser
2004-07-24  8:52                                               ` James Harper
2004-07-24 12:47                                                 ` Chris Andrews
2004-07-24 15:54                                                   ` Chris Andrews
2004-07-25  9:27                                                     ` James Harper
2004-07-25 11:24                                                       ` James Harper
2004-07-25 15:08                                                         ` Chris Andrews
2004-07-25 23:23                                                           ` James Harper
2004-07-26 12:12                                                             ` Keir Fraser
2004-07-22  1:48                             ` segfault in VM Derek Glidden
2004-07-22  1:54                               ` Keir Fraser
2004-07-22  2:39                                 ` Derek Glidden
2004-07-22  1:57                             ` James Harper
2004-07-22  2:03                               ` Keir Fraser
2004-07-22  2:48                                 ` James Harper
2004-07-22  2:56                                   ` Keir Fraser
2004-07-22  3:49                                     ` James Harper
2004-07-22 11:54                                       ` Keir Fraser
2004-07-22 12:53                                         ` James Harper
2004-07-22 13:09                                           ` Keir Fraser
2004-07-22 15:32                                           ` Derek Glidden
2004-07-22  5:28                             ` Derek Glidden
2004-07-19 18:58       ` Derek Glidden
2004-07-19 19:34         ` Chris Andrews
2004-07-20  0:04           ` James Harper
2004-07-19 18:56     ` Derek Glidden
2004-07-19 23:06       ` Derek Glidden
2004-07-20  1:01         ` Derek Glidden
2004-07-20  6:56           ` Keir Fraser
2004-07-20 15:51           ` Derek Glidden
2004-07-20 18:10             ` Chris Andrews
2004-07-21 23:39             ` Derek Glidden
2004-07-19 18:52   ` Derek Glidden

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=40FB8E02.3030807@nodnol.org \
    --to=chris@nodnol.org \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.sourceforge.net \
    /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.