oar-team / batsim

Batsim: Infrastructure simulator for job and I/O scheduling
GNU Lesser General Public License v3.0
30 stars 15 forks source link

Memory leak on kill: msg_task_t being executed #33

Closed mpoquet closed 3 years ago

mpoquet commented 7 years ago

When a MSG-like job is killed, its associated msg_task is not freed. Unfortunately, freeing the msg_task leads to a SG deadlock :(.

mickours commented 5 years ago

Now that MSG is gone, can we close this one @mpoquet ?

mpoquet commented 5 years ago

As I write these lines (548cd4b) MSG is not gone yet :(.

Parallel tasks are still created by MSG_parallel_task_create and executed with MSG_parallel_task_execute. Parallel tasks cannot be killed in s4u yet, but we (Martin and I) recently worked on parallel tasks in s4u for this purpose.

Mommessc commented 4 years ago

MSG is gone forever now. But if I remember @mpoquet you spotted some memory leaks anyway?

mpoquet commented 3 years ago

Closing this issue as MSG is gone. Please open another issue to track memory leaks if needed.