From mboxrd@z Thu Jan 1 00:00:00 1970 To: quanstro@coraid.com CC: 9fans@9fans.net Subject: Re: [9fans] odd out-of-memory behavior From: "Russ Cox" Date: Sat, 26 Jul 2008 22:20:10 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080727021801.3414C1E8C1C@holo.morphisms.net> Topicbox-Message-UUID: f213d23c-ead3-11e9-9d60-3106f5b1d025 > 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 > :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