[gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode

2021-12-17 Thread Portero, Antonio via gem5-users
: Gelin Fu via gem5-users Date: Monday, 22 November 2021 at 12:26 To: gem5-users@gem5.org Cc: Gelin Fu <20153...@cqu.edu.cn> Subject: [gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode Hi, Giacomo.Thanks for your reply. I am not familiar with gdb in se mode. So I try to use

[gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode

2021-12-14 Thread Jordi Vaquero via gem5-users
m5-users <mailto:gem5-users@gem5.org> Date: Monday, 22 November 2021 at 12:26 To: mailto:gem5-users@gem5.org <mailto:gem5-users@gem5.org> Cc: Gelin Fu <mailto:20153...@cqu.edu.cn> Subject: [gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode Hi, Giacomo.

[gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode

2021-11-29 Thread Gelin Fu via gem5-users
Hello Giacomo, I check my gem5 and I am sure I am compiling the gem5 with debug mode. And I run the gem5 simulation with gem5.debug. So it may not be because of the wrong choice of the gem5 execution mode. The outputs when i use gdb to run gem5.debug are as below: gem5 version 21.1.0.2 gem5 c

[gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode

2021-11-22 Thread Giacomo Travaglini via gem5-users
.cn> Subject: [gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode Hi, Giacomo.Thanks for your reply. I am not familiar with gdb in se mode. So I try to use debug functions such as curTick() and eventqDump(). But gdb tells me that there is no symbol about eventqDump() and curTick

[gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode

2021-11-22 Thread Gelin Fu via gem5-users
Hi, Giacomo.Thanks for your reply. I am not familiar with gdb in se mode. So I try to use debug functions such as curTick() and eventqDump(). But gdb tells me that there is no symbol about eventqDump() and curTick. So I only use backtrace when the program aborted. I am using the command as below:

[gem5-users] Re: Problem with checkpoint and restoration in gem5 se mode

2021-11-17 Thread Giacomo Travaglini via gem5-users
Hi Gelin, thanks for reporting this. Would you mind running it with gdb and let us know which is the event failing the assertion? (gem5.opt: build/ARM/sim/eventq.hh:766: void gem5::EventQueue::schedule(gem5::Event*, gem5::Tick, bool): Assertion `when >= getCurTick()' failed) Kind regards Giac