From mint-bounce@lists.fishpool.fi Thu Feb 19 14:34:08 2009 Message-ID: <499DB360.4050103@atari-source.org> Date: Thu, 19 Feb 2009 14:30:40 -0500 From: Mark Duckworth User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Petr Stehlik CC: =?UTF-8?B?VmluY2VudCBSaXZpw6hyZQ==?= , mint Subject: Re: [MiNT] malloc bug References: <499C9349.8000705@atari-source.org> <499D6785.1090505@atari-source.org> <499D68A8.2010109@freesbee.fr> <1235054472.17877.130.camel@petr> In-Reply-To: <1235054472.17877.130.camel@petr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-SA-Score: -1.4 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Petr Stehlik wrote: > Vincent Rivière píše v Čt 19. 02. 2009 v 15:11 +0100: > >> Mark Duckworth wrote: >> >>> This is on aranym but it will happen on my CT60 too in a similar >>> manner. Right now I am getting whole system freeze after a big compile >>> which isn't looking good. >>> >> You could try ARAnyM MMU instead of JIT in order to see what happens? >> > > That's what I've been suggesting last time Mark reported problems. The > JIT is really fast but is also very fragile. Any wild pointer or memory > overflow can (and will) cause serious problems that only the host memory > protection can catch (and that is usually too late). > > If you want a real stable sandbox then go for standard ARAnyM (non-JIT) > which should never be killed by a program running inside it - and if > you'd like real memory protection against stack overflows then let > FreeMiNT handle memory errors - run it under aranym-mmu and enable the > memory protection in FreeMiNT. > > Petr > > No such luck. I checked the docs. Am I missing something? This is a CVS mint aranym kernel under 0.9.7beta MMU. It boots fine without enabling memory protection. http://aoi.atari-source.org/~mduckworth/crashola.png Thanks, Mark