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

Random crash while running ekam -c #1

Open
jparyani opened this issue Jan 29, 2015 · 1 comment
Open

Random crash while running ekam -c #1

jparyani opened this issue Jan 29, 2015 · 1 comment

Comments

@jparyani
Copy link

The following happened randomly while I was doing a bunch of git rebase commands in the sandstorm directory while running make continuous

install: sandstorm/sandstorm.ekam-manifest
terminate called after throwing an instance of 'ekam::OsError'
  what():  inotify_rm_watch(inotify): Invalid argument
Aborted
Makefile:139: recipe for target 'continuous' failed
make: *** [continuous] Error 134
@kentonv
Copy link
Member

kentonv commented Jan 31, 2015

Yeah, inotify is notoriously difficult, so ekam sometimes barfs when a lot of stuff changes at once.

At some point I want to rewrite things to be in terms of KJ primitives, and add an inotify primitive to KJ with a sane interface, after which these issues should be gone. In the meantime it doesn't happen too often in my experience...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants