Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created July 23, 2015 at 10:33 AM
Updated July 24, 2015 at 4:23 PM
Resolved July 24, 2015 at 4:23 PM
A channel (CMPChannel) in MP can be in use, whilst another thread removes it, causing a crash.
This is unusual and is only likely to happen, when there is a severe blockage, causing a sender/receiver to be in the midst of a send/recv. , whilst another thread detects the channel has a) closed and b) is out of dates and removes it.
The code should ensure the channel object remains valid whilst in use.