Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
3
-
9223372036854775807
Description
When shutting down, we could still be processing messages. lnet_parse() can be called, while simoultaneously the ln_state is changed from running to stopping. We need to handle this case with proper locking.