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

[BUG] - FileSystemException: lock failed ... (OS Error: Bad file descriptor, errno = 9) #172

Closed
felipebueno opened this issue Feb 13, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@felipebueno
Copy link

felipebueno commented Feb 13, 2025

I had this problem trying to run a new vania app on Linux (Ubuntu 22.04 based distro)

FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9)

To Reproduce
vania serve

open http://localhost:8000/ in the browser

Environment

  • Dart Version: 3.7.0
  • Vania Version: 0.8.1
  • Operating System: Ubuntu 22.04

Logs

[2025-02-13 10:50:56] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/ed3fddef7e201ad05bd17c05ef31a54886a6a321b77bc1804ff159ef6c3690a2' (OS Error: Bad file descriptor, errno = 9)
[2025-02-13 10:51:44] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9)
[2025-02-13 10:54:37] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9)
[2025-02-13 10:56:20] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9)
[2025-02-13 10:57:04] ERROR: FileSystemException: lock failed, path = 'storage/framework/sessions/4102d6687bdcd95b949071603951a6fc600344cff8d555a49cb1825c67085570' (OS Error: Bad file descriptor, errno = 9)
@felipebueno felipebueno added the bug Something isn't working label Feb 13, 2025
javad-zobeidi added a commit to javad-zobeidi/framework that referenced this issue Feb 13, 2025
@javad-zobeidi javad-zobeidi mentioned this issue Feb 13, 2025
@javad-zobeidi
Copy link
Collaborator

@felipebueno Please update to 0.8.2 and test

@felipebueno
Copy link
Author

It works!! :)

Thanks @javad-zobeidi

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants