Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #1080

Closed
Open
Opened Aug 31, 2009 by Trac@tracbot

Unable to purge disk cache on Windows

Polipo should be run with the -x switch periodically to remove or truncate cache files to keep the cache tree from growing too large. However, on Windows, Polipo fails with this error: Couldn't fts_open disk cache: Function not implemented

GDB indicates that the failure occurs when fts_open() calls change_to_dir(). change_to_dir() relies on the fchdir() syscall, which seems to have no analog on Windows. Therefore, change_to_dir() remains unimplemented on that platform.

[Automatically added by flyspray2trac: Operating System: All]

Trac:
Username: loafier

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#1080