Re: [ES40-developers] emulator crash on decompressing
Status: Alpha
Brought to you by:
iamcamiel
From: Camiel V. <iam...@gm...> - 2008-06-03 09:31:28
|
Hi Fausto, The problem in Serial.cpp was not the cause of the crash you saw. I found a hard reference to CPU 1 in the decompression routine in System.cpp. That was probably a remnant of some testing I did. I've removed it, and it seems to fix the problem. I'm sorry I didn't spot it earlier myself. Camiel. On Tue, Jun 3, 2008 at 11:09 AM, Camiel Vanderhoeven <iam...@gm...> wrote: > Hi Fausto, > > I just fixed a semicolon I misplaced in Serial.cpp. I'm not sure it's > related to your crash, but I think it might be. > > Camiel. > > On Tue, Jun 3, 2008 at 10:39 AM, Fausto Saporito <fa...@un...> wrote: >> Hello all, >> >> after a while I started again with my tests with Tru64, and with the >> latest cvs version I have this totally new crash during the rom image >> decompression. >> The progress indicator prints 0% then I have the crash, and there's no >> file (decompressed.rom) created in the directory. >> >> Has anyone encountered this bug before? >> >> thanks, >> Fausto >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Es40-developers mailing list >> Es4...@li... >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> > |