On Thu, 10 Jan 2013, Nilay Vaish wrote:

Your trace was not of much help since it is not immediately clear as to what pointer is being dereferenced incorrectly (one of the major causes of segmentation faults). But I was able to reproduce the problem. The following variable is invalid:

   typedef DecodeCache::AddrMap<Decoder::InstBytes> DecodePages;
   DecodePages *decodePages;

What is surprising is that checkpoint restore is working (with other errors) in FS mode. But in SE mode, the simulation crashes right at the beginning. It appears to be an initialization issue to me, but I was not able to figure out the exact cause.


I have posted a patch to the review board that should fix the problem that you were observing. This is the link -- http://reviews.gem5.org/r/1618/

--
Nilay
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to