[Gems-users] Ruby Debugging


Date: Mon, 26 Jun 2006 14:33:03 +0200
From: "Daniele Bordes" <daniele.bordes@xxxxxxxxx>
Subject: [Gems-users] Ruby Debugging
Hi all. I'm trying to debug ruby by using gdb debugger with tester.exec.
As ruby configuration, I use MOESI_CMP_NUCA as protocol and "Network
File Specified" as Network topology. I run the tester passing a little
trace file to it. The problem is that the simulation aborts when the
assert in the following fuction fails:

NUCAMovementRequest GenericNUCAPredictor::getNUCARequest(const
NUCAPotentialMoveMsg& infoMsg)
{
 assert(NULL != m_predictor_ptr);
 return m_predictor_ptr->getNUCARequest(infoMsg);
}


Please, could someone explain me what is wrong?
Sorry to be a nuisance.
Thank you very much.
[← Prev in Thread] Current Thread [Next in Thread→]