Skip to content

Commit

Permalink
doc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoquet committed Aug 2, 2023
1 parent 906ffa6 commit c49f1c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Added
- New :ref:`usage_trace_replay_profile` profile, that enables the replay of usage traces over time.
This is especially helpful to replay applications from their power consumption traces.

Fixed
~~~~~
- Using ``simgrid::s4u::Mailbox::put_async`` led to invalid memory management of ``simgrid::s4u::Comm`` objects.
This sometimes resulted in segmentation faults, especially when using SimGrid 3.34.0.
Batsim no longer calls ``put_async``.
- Batsim's memory consumption increased over time due to lazy/bad ZeroMQ buffers management — cf. `issue 2 (framagit) <https://framagit.org/batsim/batsim/-/issues/2>`_.

........................................................................................................................

v4.1.0
Expand Down

0 comments on commit c49f1c6

Please sign in to comment.