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
When using the function createHubLabelsWithIS() it sometimes produces segfaults. It isn't really predictable either. In one run every permutation works and in others it randomly crashes. The correctness of the produced hub labeling isn't impacted (With no crash point to point queries result in shortest distances and the produced esc is valid). It has probably something to do with the parallelization.
The text was updated successfully, but these errors were encountered:
When using the function
createHubLabelsWithIS()
it sometimes produces segfaults. It isn't really predictable either. In one run every permutation works and in others it randomly crashes. The correctness of the produced hub labeling isn't impacted (With no crash point to point queries result in shortest distances and the produced esc is valid). It has probably something to do with the parallelization.The text was updated successfully, but these errors were encountered: