Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deadlocks when using CTRL-C or multiple procedures at the same time #114

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

linouxis9
Copy link
Member

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
    WIP: Some deadlocks still happen :D
    UE stalls on the ue.scenarioChan <- scenario.ScenarioMessage{StateChange: ue.StateMM} in SetStateMM_DEREGISTERED() when deregistering so UE stalls in the trigger.SendDeregistration() and never truly terminates.
    Issue seems to be that the scenario routine does not seem to read on the channels (so for instance, deregistration will never happen since it'll never be caught by scenario routine).
    To be investigated!
  • All new and existing tests passed.
  • I have read the CONTRIBUTING document.
  • Each of my commits messages include Signed-off-by: Author Name <authoremail@example.com> to accept the DCO.

Signed-off-by: Valentin <valentin@devling.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants