From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 7 Sep 2011 10:05:34 -0400 Message-ID: Subject: Re: [9fans] Plan 9 stack limit? From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 1adb6966-ead7-11e9-9d60-3106f5b1d025 On Wed, Sep 7, 2011 at 9:43 AM, Comeau At9Fans wr= ote: > The app. =C2=A09vx will continue to run after it. =C2=A0It give a little = dump thing on > the screen with "1476 The.App fault 0x4 no segment" send to the shell > account 9vx was started from. =C2=A0Running acid on the app does not appe= ar to > bring up a line of code that should really be having a problem (though of > course if it's a bug I could be wrong). regs() might be interesting, along with asm(*PC). If I remember the output format correctly that looks like it faulted accessing 0x4, which seems more likely a null pointer deref than stack overflow. > What will be the difference in this version in regards to a problem > like the one I'm seeing? Probably nothing at all. If 9vx had been crashing then the difference would hopefully have been '9vx doesn't crash anymore'. :-) Russ