Hi all,

         I am using Gem5 to run SPEC-CPU 2006 benchmarks in SE mode. When I
fast forward several instructions and switch to detailed simulation, I get
the following error:

 

info: Entering event queue @ 500189000.  Starting simulation...

gem5.opt: build/ALPHA_SE/python/swig/pyevent.cc:84: void
cleanupCountedDrain(Event*): Assertion `event->getCount() == 0' failed.

Program aborted at cycle 500189000

         

         My command is: ./build/ALPHA_SE/gem5.opt configs/example/cmp.py �C
caches �Cn 4 �CF 1000000 �Cs �CI 100000000 �Cb zeusmp 

 

( I am running Gem5 in 4-cores. The cmp.py script is derived from
http://www.gem5.org/SPEC2006_benchmarks with little modification. )

 

I used cgdb and find the value of ‘event->getCount()’ is 4. But If I set
the assertion to 4, it will cause another error.

 

         Does anyone have ideas to solve this problem?

Thanks a lot!



Fei Xia

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to