Your message dated Fri, 07 Mar 2008 10:02:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#445392: fixed in newt 0.52.2-11.2 has caused the Debian Bug report #468979, regarding newt: may use different memory API for a given memory block 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.) -- 468979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468979 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: newt Severity: important User: [EMAIL PROTECTED] Usertags: goal-python2.5 The C API requires using the same memory API for a given memory block, which will show up as a segfault, at least in python2.5. This code was found by a search of all sources build-depending on python-dev, having a PyObject_ function for allocation and a PyMem_ function for deallocation in the same file. This may be a real problem, or a false positive. The most common error seen is of the form: PyObject * new_wadobject(WadFrame *f, int count) { wadobject *self; self = PyObject_NEW(wadobject, &WadObjectType); [...] } static void wadobject_dealloc(wadobject *self) { PyMem_DEL(self); } This particular example can be fixed with replacing PyMem_DEL with PyObject_Del. For more information, see http://docs.python.org/api/memory.html http://docs.python.org/api/memoryExamples.html Please set the severity of this report to "serious", if it is a real problem, please close the report if it is a false positive. Ask the [EMAIL PROTECTED] ML for help. Archive of the search results: http://ftp-master.debian.org/~he/affected-files.tar.gz
--- End Message ---
--- Begin Message ---Source: newt Source-Version: 0.52.2-11.2 We believe that the bug you reported is fixed in the latest version of newt, which is due to be installed in the Debian FTP archive: libnewt-dev_0.52.2-11.2_i386.deb to pool/main/n/newt/libnewt-dev_0.52.2-11.2_i386.deb libnewt-pic_0.52.2-11.2_i386.deb to pool/main/n/newt/libnewt-pic_0.52.2-11.2_i386.deb libnewt0.52_0.52.2-11.2_i386.deb to pool/main/n/newt/libnewt0.52_0.52.2-11.2_i386.deb newt-tcl_0.52.2-11.2_i386.deb to pool/main/n/newt/newt-tcl_0.52.2-11.2_i386.deb newt_0.52.2-11.2.diff.gz to pool/main/n/newt/newt_0.52.2-11.2.diff.gz newt_0.52.2-11.2.dsc to pool/main/n/newt/newt_0.52.2-11.2.dsc python-newt_0.52.2-11.2_i386.deb to pool/main/n/newt/python-newt_0.52.2-11.2_i386.deb whiptail_0.52.2-11.2_i386.deb to pool/main/n/newt/whiptail_0.52.2-11.2_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Viehmann <[EMAIL PROTECTED]> (supplier of updated newt package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 04 Mar 2008 23:33:17 +0100 Source: newt Binary: libnewt-dev libnewt-pic newt-tcl python-newt libnewt0.52 whiptail Architecture: source i386 Version: 0.52.2-11.2 Distribution: unstable Urgency: low Maintainer: Alastair McKinstry <[EMAIL PROTECTED]> Changed-By: Thomas Viehmann <[EMAIL PROTECTED]> Description: libnewt-dev - Developer's toolkit for newt windowing library libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit libnewt0.52 - Not Erik's Windowing Toolkit - text mode windowing with slang newt-tcl - A newt module for Tcl python-newt - A NEWT module for Python whiptail - Displays user-friendly dialog boxes from shell scripts Closes: 445392 445392 Changes: newt (0.52.2-11.2) unstable; urgency=low . * Non-maintainer upload. * Apply ubuntu patch to use actually use pycentral. Thanks to Steve Langasek for forwarding. Closes: #445392. * Fix python memory handling. Closes: #445392. Files: 7bdae63f542e2ae7e4527ea348bdc177 850 devel optional newt_0.52.2-11.2.dsc 96c7fee9a41c1318a432f2ca1eda0e25 104871 devel optional newt_0.52.2-11.2.diff.gz ec05aaa0e5f473f717907dbeaa80e073 67198 base important libnewt0.52_0.52.2-11.2_i386.deb 26b0725b78f12586117ccae32111f14c 88250 libdevel optional libnewt-dev_0.52.2-11.2_i386.deb 921e9e85c9ba2ab0fa2b79db01a8d653 59496 libdevel extra libnewt-pic_0.52.2-11.2_i386.deb fdb443d371ee5e55dde4d4818b2442af 29084 interpreters extra newt-tcl_0.52.2-11.2_i386.deb 80723efd19b2508d8c776a72a2da43d0 53844 python standard python-newt_0.52.2-11.2_i386.deb 8d607d60e7b1d8e9a8fa45735038150a 34770 utils important whiptail_0.52.2-11.2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH0HZ2riZpaaIa1PkRApOPAJwLPuPxoMBgOWuMEJx5IiZ15rtE6gCfQYsq nomGs6SBTad2GCimxsCaTWg= =sa1a -----END PGP SIGNATURE-----
--- End Message ---

