Hi!
When a simulation (or in general, a program that is running) is ended
with such kind of error codes, is because of some abnormal termination
situation. When in an omnet++ simulation such exit codes appear, it
can either be that a pointer to a non existing memory area has been
directed, or when a never-ending loop has been detected (happens to me
a lot ;), that sometimes I forget to increase the value of a counter
in a while loop, or to generate a condition for the loop to end).
In that case, checking your code for such cases is the way to go. If
you cant find any data in the .log of the simulation, at least to me,
it gives me the clue that the error might be in the initialization,
before I even generate the first "ev<<" in the code. You can start
there :).
Cheers!
Lia.
http://tldp.org/LDP/abs/html/exitcodes.html