Re: [Gems-users] Do I have to delete ruby object from the warm checkpoint file before loading it?


Date: Sun, 4 Apr 2010 15:15:04 -0600
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Do I have to delete ruby object from the warm checkpoint file before loading it?
1. Remove the ruby0 OBJECT.
2. Change timing_model to none, or null, or whatever it says in a cold checkpoints.

On Sun, Apr 4, 2010 at 1:06 PM, lopamudra chatterjee <lopamudralopa@xxxxxxxxxxxxxx> wrote:
Hi,

I am getting error if I delete the ruby object from the warm-checkpoint file & then try to load that checkpoint.
The error is:

Segmentation fault (SIGSEGV) in main thread
The simulation state has been corrupted. Simulation cannot continue.

This message  https://lists.cs.wisc.edu/archive/gems-users/2006-March/msg00143.shtml says that I have to delete the ruby object.

If I don't delete it then I get this error
/***************************************************************************
 > Physical Memory object cannot be found. If you are NOT compiling Ruby and <
 > you see this message, something is wrong.                                 <
 > This message is part of the normal compilation process.                   <
 ***************************************************************************/

Do I have to delete this?
OBJECT ruby0 TYPE ruby {

}

Then should I leave this as it is?(because it has a mention of ruby0):-

OBJECT phys_mem TYPE memory-space {
    queue: cpu0
    map: ((0, memory, 0, 0, 0x40000000, NIL, 0, 0, 0),
              (0x800000000, memory, 0, 0x40000000, 0x40000000, NIL, 0, 0, 0),
              (0x1000000000, memory, 0, 0x80000000, 0x40000000, NIL, 0, 0, 0),
              (0x1800000000, memory, 0, 0xc0000000, 0x40000000, NIL, 0, 0, 0),
              (0x7fff07ffff0, simicsfs, 0, 0, 16, NIL, 0, 0, 0))
    timing_model: ruby0
}

Any help would be much appreciated.

Thanks,
Lopamudra Chatterjee




_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.





--
http://www.cs.wisc.edu/~gibson [esc]:wq!
[← Prev in Thread] Current Thread [Next in Thread→]