[Kernel-packages] [Bug 1240857] Re: Inotify is broken in saucy

2013-10-17 Thread Jussi Pakkanen
apport information ** Tags added: apport-collected ** Description changed: Compile this code: #includesys/inotify.h #includestdio.h #includestring.h #includeerrno.h int main(int argc, char **argv) { int inotifyid = inotify_init(); if(inotifyid == -1) {

[Kernel-packages] [Bug 1240857] Re: Inotify is broken in saucy

2013-10-17 Thread Jussi Pakkanen
** Description changed: Compile this code: #includesys/inotify.h #includestdio.h #includestring.h #includeerrno.h int main(int argc, char **argv) { - int inotifyid = inotify_init(); - if(inotifyid == -1) { - fprintf(stderr, Could not init inotify.\n); - return 1; -

[Kernel-packages] [Bug 1240857] Re: Inotify is broken in saucy

2013-10-17 Thread Jussi Pakkanen
** Description changed: + * EDIT * This turned out to be a watch leak somewhere else. Sorry. + + Compile this code: #includesys/inotify.h #includestdio.h #includestring.h #includeerrno.h int main(int argc, char **argv) {   int inotifyid = inotify_init();   if(inotifyid ==