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 am getting only blank lines when running demo/L3-capture. After checking, found that it's because nsets is 0. That is l3_getSets(l3) is returning 0 at line 35 of L3-capture.c
UPDATE: Manually setting the value of nsets (e.g., 256, 2048 etc.) results in segmentation fault.
The text was updated successfully, but these errors were encountered:
I am getting only blank lines when running demo/L3-capture. After checking, found that it's because nsets is 0. That is l3_getSets(l3) is returning 0 at line 35 of L3-capture.c
UPDATE: Manually setting the value of nsets (e.g., 256, 2048 etc.) results in segmentation fault.
The text was updated successfully, but these errors were encountered: