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
We didn't allocate any space for the 'rr_node_costs' vector and accessed it
directly using operator[], resulting in segfaults. This commit fixes the
crash by preallocating all the needed space before any accesses.
0 commit comments