I can not attach gdb because the error appears quickly. I see this message 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
but when I want to attach from another terminal, soon I get error Switch at curTick count:10000 info: Entering event queue @ 29033580035000. Starting simulation... Switched CPUS @ tick 29033580045000 Changing memory mode to timing switching cpus **** REAL SIMULATION **** info: Entering event queue @ 29033580045000. Starting simulation... m5.opt: build/ALPHA_FS/mem/request.hh:436: int Request::threadId() const: Assertion `privateFlags.isSet(VALID_THREAD_ID)' failed. Program aborted at cycle 29033589782000 Aborted One thing that I found is that if I remove "--l2cache", there is no problem with resuming the checkpoint. On 9/15/11, Ali Saidi <[email protected]> wrote: > You'll have to run gdb and see what you can find. > Ali > > > On Thu, 15 Sep 2011 18:38:30 +0430, Mahmood Naderan > <[email protected]> wrote: >> Hi >> I want to resume from a checkpoint in ALPHA_FS mode with this command >> >> build/ALPHA_FS/m5.opt configs/example/fs.py --detailed --caches >> --l2cache -r 1 >> >> but I get this error: >> info: Entering event queue @ 29033580045000. Starting simulation... >> m5.opt: build/ALPHA_FS/mem/request.hh:436: int Request::threadId() >> const: Assertion `privateFlags.isSet(VALID_THREAD_ID)' failed. >> Program aborted at cycle 29033589782000 >> Aborted >> >> Where is the fault? thanks >> _______________________________________________ >> gem5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
