All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Sven Köhler" <skoehler@upb.de>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] plenty of "/proc/mm map failed" in syslog
Date: Sun, 14 Mar 2004 16:11:56 +0100	[thread overview]
Message-ID: <c31sqm$ett$1@sea.gmane.org> (raw)

Hi,

i wrote a simple test-program to stress-test UML.

#!/usr/bin/perl
while (true)
{
   push @a, "a";
}

While executing it, i got plenty of thos messages in syslog:
Mar 14 15:59:01 localhost kernel:  12
Mar 14 15:59:01 localhost kernel: map : /proc/mm map failed, err = 12
Mar 14 15:59:02 localhost last message repeated 1321 times
Mar 14 15:59:02 localhost kernel:  12
Mar 14 15:59:02 localhost kernel: map : /proc/mm map failed, err = 12
Mar 14 15:59:02 localhost last message repeated 3216 times
Mar 14 15:59:02 localhost kernel:  12
Mar 14 15:59:02 localhost kernel: map : /proc/mm map failed, err = 12
Mar 14 15:59:02 localhost last message repeated 786 times
Mar 14 15:59:03 localhost kernel:  12
Mar 14 15:59:03 localhost kernel: map : /proc/mm map failed, err = 12

I expected perl to get killed or get an "out of memory"-error, cause the 
UML didn't have swap and only 128MB memory.

So are those errors normal?
I'm using 2.6.4-um1 in SKAS-mode running on 2.6.4 host patched with 
BlaisorBlades's 2.6.3-skas3 patch.

If i run the script on the host-machine, perl get's killed as expected.
(the new "kill best process"-stuff is not turned on in the host's 
kernel-config)

Thx
   Sven



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

             reply	other threads:[~2004-03-14 15:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-14 15:11 Sven Köhler [this message]
2004-03-14 19:10 ` [uml-devel] plenty of "/proc/mm map failed" in syslog Adrian Phillips
2004-03-14 22:25   ` [uml-devel] " Sven Köhler
2004-03-14 22:46   ` Sven Köhler

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='c31sqm$ett$1@sea.gmane.org' \
    --to=skoehler@upb.de \
    --cc=user-mode-linux-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.