Your message dated Fri, 13 Mar 2020 22:41:45 +0000 with message-id <[email protected]> and subject line Bug#953824: Removed package(s) from unstable has caused the Debian Bug report #744032, regarding python-inotifyx: Inotifyx has memoryleak, missing decref. to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 744032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744032 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-inotifyx Version: all Severity: important Tags: upstream patch Dear Maintainer, * What led up to the situation? I'm using python-inotifyx to monitor a folder (and subfolders) for new files and noticed my application continue to grow in memory consumption (starts at 300kb and after an hour it's at 500MB and very slow) * What exactly did you do (or not do) that was effective (or ineffective)? * What outcome did you expect instead? I tracked it down to the inotifyx c-library not decreasing references after it passes the event on. the change is simple: --- inotifyx/binding.c 2011-07-09 20:45:10.000000000 +0000 +++ inotifyx/binding.c.new 2014-04-09 12:11:01.597888661 +0000 @@ -194,6 +194,7 @@ if(PyList_Append(retvalue, value) == -1) { return NULL; } + Py_DECREF(value); i += EVENT_SIZE + event->len; } * What was the outcome of this action? I've run this in production for months without memory growth or other issues. (application stays at <2MB memory usage) I've created a ticket on the projects launchpad page, but haven't received response for about a year so i guess the original maintainer has lost interest. -- System Information: Debian Release: 7.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.8.13-999-generic (SMP w/32 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---Version: 0.2.0-1+rm Dear submitter, as the package inotifyx has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/953824 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

