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
What did you expect to see?
stopped with some errors.
What did you see instead?
No errors. busy loop
The text was updated successfully, but these errors were encountered:
hirochachacha
changed the title
os: Stat never stop if the path is a circular symbolic link on windows.
os: Stat never stops if the path is a circular symbolic link on windows
Jul 29, 2016
A simple fix (as used by Unix) is to limit the maximum number
of iterations the loop at https://tip.golang.org/src/os/stat_windows.go#L64
executes.
However, determining that threshold seems tricky. For Linux,
MAXSYMLINKS is defined to be 40.
Please answer these questions before submitting your issue. Thanks!
go version
)?go1.6.3
go env
)?windows/amd64
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
stopped with some errors.
No errors. busy loop
The text was updated successfully, but these errors were encountered: