X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ccc7b5398547d61580481a20c1175a82a3afaa1f..6a129bffd3c52dcece93628305ae1dd161199aa7:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ccdd6eca46..bb734ee740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ SimGrid (3.17) UNRELEASED (release target: September 22 2017) Even very long simulations will preserve your memory: our testsuite stresses SimGrid for over 45mn on fast machines, and there is only - one single known leak, of about 4kb. + one single known leak, of about 4kb. S4U @@ -31,20 +31,20 @@ SimGrid (3.17) UNRELEASED (release target: September 22 2017) backtraces. Misc - - Removed header files obsolete since SimGrid 3.12: + - Removed header files obsolete since SimGrid 3.12: msg/datatypes.h, msg/msg.h, simdag/datatypes.h, simdag/simdag.h. - Fix many bugs: - #3: SD_exit should be made optional - #120: Memory leak when the processes are forcefully killed - #159: Threading test regression in Actor refcounting - - #170: simgrid::s4u::Comm::wait_any() returns too many comms - - #185: simgrid::s4u::Engine::instance()->shutdown() segfaults + - #170: simgrid::s4u::Comm::wait_any() returns too many comms + - #185: simgrid::s4u::Engine::instance()->shutdown() segfaults - #186: Actor::killAll() segfaults if some process is blocked on wait() - - #191: VM migration and pstate + - #191: VM migration and pstate - #192: Updating the energy consumptions of all hosts crashes with VMs - #195: All actors have PID=0 in the logs - #204: Sometimes segfault with thread contexts and mmap privatization - - #222: Actor::kill() doesn't really kill and segfaults + - #222: Actor::kill() doesn't really kill and segfaults - #225: Actor::kill() doesn't really kill when victims are doing a join() SimGrid (3.16) Released June 22. 2017.