Skip to content

quicklisp does not lock system-index.txt file #178

Open
@guicho271828

Description

@guicho271828

When two processes run in parallel, valious asdf-related calls (e.g. system-relative-pathname in my case) simultaneously tries to delete system-index.txt.bak which fail because another process has already deleted it.
Candidate solutions:

  • Take some form of file lock on system-index.txt
  • Ignore the error and just ensure the backup file is deleted
  • Name the backup file with a hash value to minimize the collision

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions