-
Notifications
You must be signed in to change notification settings - Fork 247
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
Listen 0.4.3 crashes when emacs lock files disappear #39
Comments
I think we should actually rescue What do you think @thibaudgg, @Maher4Ever? |
Yeah, good idea. I'll do that. |
Done in version 0.4.5 |
@thibaudgg Thank you, it seems to works perfectly fine now ! |
thanks! i had to |
I'm seeing the same problem with vim .swp files even with the 0.4.5 release. There's a race condition where the file existence check is performed in I fixed the problem locally by rescuing |
@dkubb yeah I think rescuing Pull request would be much appreciated, thanks! |
@thibaudgg Ok, I've sent pull request #45 that fixes the problem I saw. |
Released 0.4.6. Thanks! |
When I save a change in emacs 24, listen 0.4.3 crashes with the following backtrace:
This doesn't happen with listen 0.4.2. Looking at 89b630f...master it looks like something introduced in the dynamic-detection of
mtime
. I guess a similar crash will happen with any very short-lived file.Current workaround is to revert to listen 0.4.2 or configure listen to ignore lock files.
The text was updated successfully, but these errors were encountered: