I moved a project to another drive, which I then removed, but the Manifest still contained one absolute path pointing to the old drive, which lead to: ```julia pkg> add MathTeXEngine Updating registry at `C:\Users\sdani\.julia\registries\General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... ERROR: StackOverflowError: ``` The reason is, that `safe_realpath` recursion anchor is `ispath`, which returns false for paths from a removed drive.