I recently started to experience SIGBUS: Bus error crashes in my
simulations after deploying to a new hardware environment. While
running valgrind to track down the problem i ran across these leaks:
the system is running CentOS 5.3 64-bit Linux and omnet 4.1
$ cd omnetpp-4.1
$ . setenv
$ ./configure && make MODE=debug
$ cd samples/tictoc
add "sim-time-limit=10s" to [Config Tictoc1]
$ valgrind --leak-check=yes ./tictoc -c Tictoc1 -r 0 -u Cmdenv
produces this output
http://www.ece.uvic.ca/~emillman/mcout-tictoc1-0.log
and when i follow the same steps for omnet4.0p1 i get
http://www.ece.uvic.ca/~emillman/mcout40p1-tictoc1-0.log