9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: quanstro@coraid.com
Cc: 9fans@9fans.net
Subject: Re: [9fans] odd out-of-memory behavior
Date: Sat, 26 Jul 2008 22:20:10 -0400	[thread overview]
Message-ID: <20080727021801.3414C1E8C1C@holo.morphisms.net> (raw)
In-Reply-To: <b1ec00ed49bc1829e2333a72fb573d2e@coraid.com>

> it's not immediately obvious what i am doing wrong:
>
> akin# acid -k -l kernel 1 /386/9pccpu
> /386/9pccpu:386 plan 9 boot image
> /sys/lib/acid/port
> /sys/lib/acid/386
> /sys/lib/acid/kernel
> acid: include("acid")
> acid: include("procacid")
> acid: stacks()
> =========================================================
> 0xf0312008 1: init dennis pc 0x00008984 Await (Wakeme) ut 2 st 2 qpc 0x00000000
> <stdin>:5: (error) no stack frame: can't translate address 0xf001bf30

i forgot to say you should

	mappc()

first.  the pc kernel maps some extra data memory
below the text segment, which isn't accounted for
in the default acid map.

russ



  reply	other threads:[~2008-07-27  2:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-25 16:44 erik quanstrom
2008-07-25 18:09 ` Russ Cox
2008-07-25 18:25   ` erik quanstrom
2008-07-25 19:39     ` Russ Cox
2008-07-27  1:20   ` erik quanstrom
2008-07-27  2:20     ` Russ Cox [this message]
2008-07-27  2:21     ` Russ Cox

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=20080727021801.3414C1E8C1C@holo.morphisms.net \
    --to=rsc@swtch.com \
    --cc=9fans@9fans.net \
    --cc=quanstro@coraid.com \
    /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).