From fnaumann@mail.cs.uni-magdeburg.de Fri Jul 30 09:43:04 2004 Message-ID: <4109FAEA.50502@utbm.fr> Date: Fri, 30 Jul 2004 09:38:18 +0200 From: Olivier Landemarre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frank Naumann CC: MiNT Mailing List Subject: Re: [MiNT] xaaes: benchmarktest old vs new ? References: <1090699911.2298.5.camel@localhost.localdomain> <4104DCF1.1030600@utbm.fr> <4104EEC4.4060206@utbm.fr> <410614E8.2000909@utbm.fr> <41061F0F.1070405@utbm.fr> <4109F01F.1060906@utbm.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Level: Score: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on portail1.utbm.fr Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: olivier.landemarre@utbm.fr Precedence: bulk List-help: List-unsubscribe: List-ID: X-List-ID: X-Milter: ClamAV 0.70/0.70kjel X-Milter: milter-regex 1.5jel X-Milter: ClamAV 0.70/0.70kjel X-Milter: milter-regex 1.5jel Frank Naumann wrote: > Hello! > >>> Don't know if it help: >>> >>> PROCESS "KRONOS" KILLED: >>> MEMORY VIOLATION. >>> >>> Type: private PC: 01D098EC >>> Addr: 01D8D66E BP: 01CA8000 >>> >>> If it's gcc compiled (with debug info) you can calculate the source >>> line of the crash from the PC. >> >> >> Yes it is, how can I do? I have no gdb (I can download it if need). > > > gdb is not needed (with gdb you can do source level debugging). > > Compile a KRONOS version with debug (option -g). Then let the version > run, remember the crashing PC and the BP. Now calculate PC - BP - > 0x100 and enter this value into addr2line -e kronos.prg. If the PC is > a useful PC (e.g. the PC is inside the program AND belongs to code > that is compiled with debug info) addr2line print the corresponding > source line. Ok I don't know this I print it. But unfortunatly I'm on hollyday for 3 weeks at the end of the day so I will send you a version with this options in 3 weeks only for know, perhaps at this time there will have a version usefull of Aranym working with MMU for test. Thanks Olivier