You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the protocol, if the target does not exist, the kernel should reply with a comm_close message. Therefore, the target must be created before opening a comm.
However, this code is supposed to send the comm_close message, so the crash must be investigated.
Ok the bug is due to this function which instantiates a default xtarget if not found in the map. The default constructor of xtarget cannot initialize its comm manager and I think xtarget should not be default constructible at all.
It crashes upon trying to register the comm on the comm manager:
We should either:
The text was updated successfully, but these errors were encountered: