I suspect this is not a windows / ubuntu issue. My guess would be that you
somehow do not initialize / delete some variables / messages correctly.
If I remeber correctly, runall runs all configs one after another. However,
inbetween runs omnet does not restart and keeps some state, so if you mess up
with deletion of messages or do not properly initialize some stuff you might
get strange behavior.
I would check, if you get the same errors running each config separately. You
could also check whether you get the same errors using runall in windows.
If the individual configs all run without error, then it is very likely that
you experience what I described above. If so, it may be very hard to debug.
You'll have to dig deep into your code to understand what exactly is causing
the error
Hope this helps
Daniel
--
-----------------------------------------
o Dipl.-Ing. Daniel Willkomm
o TU-Berlin
o Telecommunication Networks Group
o http://www.tkn.tu-berlin.de/~willkomm/
o Mail: will...@tkn.tu-berlin.de
Here is a list of tools that might help:
- valgrind
- stack smashing protection
- a modern alternative to lint
Happy hunting,
Andreas