What is this big error I'm getting? (911497)

Unity 2021.3.19f1

Hello guys. I really have no idea what is this, can someone help me with that please?

NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Graphs.Edge.WakeUp () (at <7f4fd65f7fa04406a223a05659029fd6>:0)
UnityEditor.Graphs.Graph.DoWakeUpEdges (System.Collections.Generic.List`1[T] inEdges, System.Collections.Generic.List`1[T] ok, System.Collections.Generic.List`1[T] error, System.Boolean inEdgesUsedToBeValid) (at <7f4fd65f7fa04406a223a05659029fd6>:0)
UnityEditor.Graphs.Graph.WakeUpEdges (System.Boolean clearSlotEdges) (at <7f4fd65f7fa04406a223a05659029fd6>:0)
UnityEditor.Graphs.Graph.WakeUp (System.Boolean force) (at <7f4fd65f7fa04406a223a05659029fd6>:0)
UnityEditor.Graphs.Graph.WakeUp () (at <7f4fd65f7fa04406a223a05659029fd6>:0)
UnityEditor.Graphs.Graph.OnEnable () (at <7f4fd65f7fa04406a223a05659029fd6>:0)

Yes need reopen this post after ~8 years passed, from 2015! What is this big error I'm getting? (579827)

The same answer from 2015 applies:

Same as the one yesterday and in 2021 too.

without restart?

I need to understand how to avoid this, and not restart every time
https://discussions.unity.com/t/579827/24

There isn’t really any avoiding it other than:

  • Using a version of Unity that doesn’t have the error (good luck)
  • Getting Unity to fix it by reporting the bug(s)
  • Not using the features of Unity that exhibit the bug.

Wow