You're right, it typically shouldn't.  If your problem is something like a
memory allocation bug (use after free, or something like that) then
executing the DPRINTFs could change where it manifests itself.

Steve


On Wed, Apr 3, 2013 at 12:01 PM, Rio Xiangyu Dong <riosher...@gmail.com>wrote:

> My modified code got an assertion error.  I tried to debug it using the
> --debug-flags feature.  However, the previous assertion error was gone, and
> I ended up with another assertion error in another place.  I assume the
> DPRINTF should not change any program running behavior.  Anyone can explain
> why?****
>
> ** **
>
> Thank you!****
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to