Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading and attaching spyx/pyx files -- automatic compilation and nsf locking #1992

Closed
williamstein opened this issue Jan 31, 2008 · 2 comments

Comments

@williamstein
Copy link
Contributor

When

 sage: load filename.spyx

is done repeatedly on a specific single file filename.spyx, after about 3-4
tries Sage tries to delete some files. On some NFS mounted filesystems, there
are lock files, and these can't be deleted for permissions reasons. Instead of
sage gracefully continuing on it fails at this point, and bombs out. This makes
loading cython files fail henceforth, making spyx files completely useless.

The fix is probably just to put a try/except block around any code that deletes files that is related to attaching and loading [s]pyx files.

Component: user interface

Issue created by migration from https://trac.sagemath.org/ticket/1992

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Jan 31, 2008

comment:1

This is a dupe of #1559 - so which one should we close?

Cheers,

Michael

@williamstein
Copy link
Contributor Author

comment:2

closed as a dupe

@sagetrac-mabshoff sagetrac-mabshoff mannequin removed this from the sage-2.10.1 milestone Jan 31, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant