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
The call to Breadcrumb.build assumes that parent is still valid.
One option is to move the check closer to Breadcrumb.build function, another option would be change the assertion to an exception and catch the exception in Breadcrumb_builder.
The text was updated successfully, but these errors were encountered:
We recently have seen that multiple user nodes crashed with "dangling mask error" (#6731) which is caused by the following scenario:
To be specific, here:
mina/src/lib/transition_handler/breadcrumb_builder.ml
Line 97 in 0c6c242
The call to Breadcrumb.build assumes that parent is still valid.
One option is to move the check closer to Breadcrumb.build function, another option would be change the assertion to an exception and catch the exception in Breadcrumb_builder.
The text was updated successfully, but these errors were encountered: