Skip to content

Error when run simulation with mpi and parameter studies #4

@Vonfry

Description

@Vonfry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions