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
I pulled down the code of Dash from github and change the workload with the one we generated ourselves, I ran into a segment fault when I run concurr_search after inserting 50 million data, and when I located it with gdb, I found that it happened in this line: SSE_CMP8(*curr_FingerArray, meta_hash);、
Do you know what caused this problem?
Thanks!
The text was updated successfully, but these errors were encountered:
I pulled down the code of Dash from github and change the workload with the one we generated ourselves, I ran into a segment fault when I run concurr_search after inserting 50 million data, and when I located it with gdb, I found that it happened in this line:
SSE_CMP8(*curr_FingerArray, meta_hash);
、Do you know what caused this problem?
Thanks!
The text was updated successfully, but these errors were encountered: