I am trying to debug my simulations, and currently I face the following problem:
The command ./ns3 run "<program-name> <--options>" is run on one shell and the python control script is run on a separate shell. The parameters used for both programs are the same.
The moment traffic starts to flow in the simulation script, the Python process restarts, which causes the simulation script to hold. Specifically, an empty observation is received from the sim process, which causes the python process to crash.
This started happening recently and I cannot pinpoint the reason.
Hi,
I am trying to debug my simulations, and currently I face the following problem: The command
./ns3 run "<program-name> <--options>"
is run on one shell and the python control script is run on a separate shell. The parameters used for both programs are the same. The moment traffic starts to flow in the simulation script, the Python process restarts, which causes the simulation script to hold. Specifically, an empty observation is received from the sim process, which causes the python process to crash. This started happening recently and I cannot pinpoint the reason.