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
Unfortunately we weren't able to reproduce the crash locally, but it happens on arm devices in
art.c:578 -
add_child4(new_node, ref, l->key[depth+longest_prefix], SET_LEAF(l));
As far as I can tell, it's the access to l->key[depth+longest_prefix]
Unfortunately we weren't able to reproduce the crash locally, but it happens on arm devices in
art.c:578 -
add_child4(new_node, ref, l->key[depth+longest_prefix], SET_LEAF(l));
As far as I can tell, it's the access to l->key[depth+longest_prefix]
The assembly produced:
I don't understand how it can happen, but it happens. Any ideas?
The text was updated successfully, but these errors were encountered: