Skip to content
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

Error when run simulation with mpi and parameter studies #4

Open
Vonfry opened this issue Oct 12, 2020 · 0 comments · May be fixed by #5
Open

Error when run simulation with mpi and parameter studies #4

Vonfry opened this issue Oct 12, 2020 · 0 comments · May be fixed by #5

Comments

@Vonfry
Copy link

Vonfry commented Oct 12, 2020

error msg:

Calling finish() at end of Run #1...
terminate called after throwing an instance of 'omnetpp::cRuntimeError'
  what():  Object App Registration Event is currently in (omnetpp::cEventHeap)simulation.scheduled-events, it cannot be deleted. If this error occurs inside omnetpp::cEventHeap, it needs to be changed to call drop() before it can delete that object. If this error occurs inside omnetpp::cEventHeap's destructor and App Registration Event is a class member, omnetpp::cEventHeap needs to call drop() in the destructor

In files(KBasicUBMApp.cc, KHeraldApp.cc and KMessengerApp.cc) finish(), before delete appRegistrationEvent;, drop may be called.

@Vonfry Vonfry linked a pull request Oct 12, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant