[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: #include #include #include #include int main(int argc, char **argv) {   int inotifyid = inotify_init();   if(inotifyid == -1) { fprintf(stderr, "Could n

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

2013-10-17 Thread Jussi Pakkanen
** Description changed: Compile this code: #include #include #include #include int main(int argc, char **argv) { - int inotifyid = inotify_init(); - if(inotifyid == -1) { - fprintf(stderr, "Could not init inotify.\n"); - return 1; - } - int wd = inotify_add_watch(

[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: #include #include #include #include int main(int argc, char **argv) { int inotifyid = inotify_init(); if(inotifyid == -1) { fprintf(stderr, "Could not init inotify.\n");