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
LINE failed to write to an output file which was in a directory owned by others / root and raised a segment fault.
After https://github.com/tangjianpku/LINE/blob/master/linux/line.cpp#L359, it needs a fo == NULL check to make sure current user has permission to write file.
The text was updated successfully, but these errors were encountered:
Hi, great work!
LINE failed to write to an output file which was in a directory owned by others / root and raised a segment fault.
After
https://github.com/tangjianpku/LINE/blob/master/linux/line.cpp#L359
, it needs afo == NULL
check to make sure current user has permission to write file.The text was updated successfully, but these errors were encountered: