linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Starr <spstarr@sh0n.net>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@osdl.org>
Subject: Random SIGSEGVs and 2.6.0-test10
Date: Wed, 26 Nov 2003 20:55:55 -0500	[thread overview]
Message-ID: <3FC559AB.7000806@sh0n.net> (raw)

It's funny you mention random userland SIGSEGV's.

I don't know if this some of the fallout wrt CONFIG_PREEMPT being 
enabled or not but using vmware and running my ncurses mp3 player seems 
to trigger an oddity:

Apon using vmware, it may sometimes crap out with a internal bug # and 
in doing so, sometimes my mp3 player will segfault for no reason. This 
randomly happens. I do have preempt enabled. Even more odd is the fact 
that even if I have only say 4500K left out of 576MB, there is 0 swap 
usage. The kernel malloc fails if there is no physical memory? If I have 
a huge swap file/disk wouldn't it malloc some of that virtual memory? 
There is no OOM kill either happening since there's no log of that from 
the kernel saying it did an OOM kill.

I would certainly like to debug any weird oddities. My systems seem to 
be good test grounds for such things :-)

Thanks,

> List:     linux-kernel
> Subject:  Re: What exactly are the issues with 2.6.0-test10 preempt?
> From:     Linus Torvalds <torvalds () osdl ! org>
> Date:     2003-11-24 23:00:40
> [Download message RAW]
>
> On Mon, 24 Nov 2003, Bradley Chapman wrote:
> >
> > Indeed. Do the same subsystems usually show the memory corruption 
> issue with
> > preempt active, or does it just pop up all over the place, 
> unpredictably?
>
> There are a few reports of "predictable" memory corruption, in the sense
> that the same people tend to see the same kinds of oopses _without_ any
> other signs of memory corruption (ie no random SIGSEGV's in user space
> etc).
>
> There's the magic slab corruption thing, there's a strange thread data
> corruption (one person), and there's the sunrpc timer bug. All are
> "impossible" bugs that would indicate a small amount of data corruption in
> some core data structure.
>
> They are hard to trigger, which makes me personally suspect some
> user-after-free thing, where the bug happens only when somebody else
> allocates (and uses) the entry immediately afterwards (so that the old
> user overwrites stuff that just got initialized for the new user).
>
> It's not likely to be a wild pointer: those tend to corrupt random memory,
> and that in turn is a lot more likely to result in _user_ corruptions
> (causing SIGSEGV's, corrupted files that magically become ok again when
> re-read, etc), since 99% of all memory tends to be non-kernel data
> structures.
>
> The PAGEFREE debug option works well for page allocations, but the slab
> cache is not very amenable to it. For slab debugging, it would be
> wonderful if somebody made a _truly_ debugging slab allocator that didn't
> use the slab cache at all, but used the page allocator (and screw the fact
> that you use too much memory ;) instead.
>
> (Sadly, some slab users actually use that stupid "initialize" crap. We
> should rip it out: it's a disaster from a data cache standpoint too, since
> it tends to do all the wrong things there, even though it's literally
> meant to help).
>
>         Linus


             reply	other threads:[~2003-11-27  1:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-27  1:55 Shawn Starr [this message]
2003-12-02  3:10 ` Random SIGSEGVs and 2.6.0-test10 Bill Davidsen

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=3FC559AB.7000806@sh0n.net \
    --to=spstarr@sh0n.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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 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).