Re: [m5-users] Fwd: alpha_fs disk image with the PARSEC benchmarks

2009-01-02 Thread Eduardo Olmedo Sanchez
Hello, I am having problems with the PARSEC benchmarks, I am getting this error running x264, bodytrack, canneal, swaptions in a 4 core system, in Full System mode, with 4 threads and with the small workload. warn: allocating bonus target for snoop m5.opt: build/ALPHA_FS/mem/tport.cc:97: virtual

Re: [m5-users] Fwd: alpha_fs disk image with the PARSEC benchmarks

2009-01-02 Thread Eduardo Olmedo Sanchez
Hello Ali, you were right, I tried the workload in a non modified installation and it was working right, finally I traced the error to these lines that I added in the function recvTiming of bus.cc. I will post the lines that were causing the problem, because maybe it is helpful for someone in the

Re: [m5-users] Fwd: alpha_fs disk image with the PARSEC benchmarks

2009-01-02 Thread Ali Saidi
You can use GDB, that is the way most people debug issues with M5. Depending on the optimization level GDB may have some issues finding the exact line that you're executing but generally it works. Looking at those 3 lines I don't understand how they could be causing a problem. Perhaps your

Re: [m5-users] Fwd: alpha_fs disk image with the PARSEC benchmarks

2009-01-02 Thread Eduardo Olmedo Sanchez
Hello the problem was a very bad programming that I did, I defined this counters to count the number of the access depending on the src: static double My_counters[9][9]; I did that for SE mode and using the flags I verify that the maximum src number for SE it was 9, so I put that 9 in the