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 I am initializing grive by running grive -a, after around ten minutes I get the following error:
exception: boost::filesystem::status: Too many levels of symbolic links: "./projects/imapsync-master/W/Mail-IMAPClient-2.2.9/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/IMAPClient/MessageSet.pm
Apparently, the problem is caused by the SymLink inside IMAPClient that points to itself. I think we may simply fix it by skipping any symlink that point back to its own directory (.).
The text was updated successfully, but these errors were encountered:
ymzong
changed the title
Grive Fails on Infinite Recursive Symbolic Links
Grive Init Fails on Infinite Recursive Symbolic Links
Nov 13, 2014
When I am initializing grive by running
grive -a
, after around ten minutes I get the following error:Apparently, the problem is caused by the SymLink inside
IMAPClient
that points to itself. I think we may simply fix it by skipping any symlink that point back to its own directory (.
).The text was updated successfully, but these errors were encountered: