-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some simulations seem to crash occasionally #15
Comments
This seems to only happen in the larger simulations, it has not happened in the relatively small number of simulations I have run since this came up, and after some un needed memory that was being used was removed |
Never mind, this seemed to happen again on commit 0e8927b |
Might be helpful if you can print all of the parameters (including the particular seed for that run) at the start of that run so that you can cherry pick those specific parameters and reproduce it. |
The SEM tool will capture all of the parameters used and the the exit code from the simulation code so I can go back and rerun the failed ones with all the same parameters. So far that has been more effective than when I printed out the parameters manually |
Sure makes sense - maybe attach them to the issue then in case they are relevant for reproducing. Just to remind me - the SEM tool is the thing you use to organize the distribution of all of the simulations right? Are there instructions for how to do this in the repo somewhere? |
I'll add some of the commands to the issue after lunch. And sem is the tool, I can send the scrips that I have been using to run the simulations |
Linked to this ns3 issue https://gitlab.com/nsnam/ns-3-dev/-/issues/503 |
There seems to be some sort of memory error with how something to do with the IPv4Interface stack that causes simulations to occasionally crash, the source of this must be identified to ensure that these crashes are not causes other results to be incorrect.
This was run on commit 4d5a7d8 and took over 15 hours of running until the error came up valgrind stack trace:
The text was updated successfully, but these errors were encountered: