On Tue, Dec 4, 2012 at 8:15 AM, Qiuyun Wang <[email protected]> wrote:
> Hello all, > > I ran into a debugging problem of MARSS which is a kind of depressing. > > The problem is that I have changed a small part of the code in MARSS > directory. The code has been compiled successfully with QEMU. However, when > I was using the run_bench.py script to run a benchmark, the application was > not able to run. It finished immediately. I changed the code back to > default one. Then it's running again. > > Does anybody know how to debug in this case? In which environment should I > debug? Or what could possibly cause this kind of problem? > > First thing you can try is running one instance via gdb rather than trying to run under script. Once you are able to run one benchmark without any issue then you should move to script. Also putting some debugging messages (writing to ptl_logfile) and compiling with debugging mode (add debug=1 to scons) should help. - Avadh Thank you for your time! > > Best, > -Qiuyun > > > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
