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
Cause:
assert failed in function get_dpn().
When table is empty, it hasn't created a dpn and m_idx.size()=0.
Solution:
If m_idx.size()==0, return directly in (Un)lockPackFromUse function.
Cause:
assert failed in function get_dpn().
When table is empty, it hasn't created a dpn and m_idx.size()=0.
Solution:
If m_idx.size()==0, return directly in (Un)lockPackFromUse function.
Is your feature request related to a problem? Please describe.
previous working issue: #964
commit id: 85a200f
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: