[gem5-users] Re: Segmentation fault when restoring checkpoint in with DerivO3CPU

2021-10-05 Thread Eliot Moss via gem5-users
On 10/5/2021 8:01 AM, Đức Anh wrote: > Hi Eliot, > > How could you restore the checkpoint with fs.py? What command option did you use? I read through the > fs.py file so I believed m5.instatiate() is enough. I am using > - gem5 version [DEVELOP-FOR-V21.2] > - commit 6811158b28bd293487fb5e4bbbfb4b

[gem5-users] Re: Segmentation fault when restoring checkpoint in with DerivO3CPU

2021-10-05 Thread Đức Anh via gem5-users
Hi Eliot, How could you restore the checkpoint with fs.py? What command option did you use? I read through the fs.py file so I believed m5.instatiate() is enough. I am using - gem5 version [DEVELOP-FOR-V21.2] - commit 6811158b28bd293487fb5e4bbbfb4bc2d5c259cb - GCC version 7.5.0 and 11.1.0 (I tried

[gem5-users] Re: Segmentation fault when restoring checkpoint in with DerivO3CPU

2021-10-04 Thread Eliot Moss via gem5-users
On 10/4/2021 4:46 PM, Đức Anh via gem5-users wrote: Dear all, I am trying to use the checkpoint feature to skip the long and tired Linux booting part of the ARM FS simulation. However, Gem5 throws the Segmentation fault when I try to restore the checkpoint. It works fine with AtomicSimpleCPU,