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

Redis + Kill may lead to segmentation fault #39

Closed mpoquet closed 3 years ago

mpoquet commented 7 years ago

The reason is unknown but it happened in https://gitlab.inria.fr/batsim/batsim/builds/9158. The crash is deterministic.

mpoquet commented 7 years ago

Might be related to the callback function after process exit.

MSG_process_on_exit(execute_profile_cleanup, cleanup_data);
mpoquet commented 7 years ago

@adfaure: if you are looking for some funny debugging sessions, this bug can help you :D

mickours commented 5 years ago

Is this still happening?

mpoquet commented 5 years ago

Currently (548cd4b):

mpoquet commented 3 years ago

Closing this issue as this should be fixed AND because redis is about to vanish.