Your message dated Thu, 06 Mar 2008 17:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469010: fixed in zope-textindexng3 1:3.2.2-1
has caused the Debian Bug report #469010,
regarding zope-textindexng3: 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.)


-- 
469010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469010
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: zope-textindexng3
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: zope-textindexng3
Source-Version: 1:3.2.2-1

We believe that the bug you reported is fixed in the latest version of
zope-textindexng3, which is due to be installed in the Debian FTP archive:

zope-textindexng3-lib_3.2.2-1_amd64.deb
  to pool/main/z/zope-textindexng3/zope-textindexng3-lib_3.2.2-1_amd64.deb
zope-textindexng3_3.2.2-1.diff.gz
  to pool/main/z/zope-textindexng3/zope-textindexng3_3.2.2-1.diff.gz
zope-textindexng3_3.2.2-1.dsc
  to pool/main/z/zope-textindexng3/zope-textindexng3_3.2.2-1.dsc
zope-textindexng3_3.2.2-1_all.deb
  to pool/main/z/zope-textindexng3/zope-textindexng3_3.2.2-1_all.deb
zope-textindexng3_3.2.2.orig.tar.gz
  to pool/main/z/zope-textindexng3/zope-textindexng3_3.2.2.orig.tar.gz



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.
Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated zope-textindexng3 
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: Thu, 06 Mar 2008 16:51:07 +0100
Source: zope-textindexng3
Binary: zope-textindexng3 zope-textindexng3-lib
Architecture: source all amd64
Version: 1:3.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope team <[EMAIL PROTECTED]>
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 zope-textindexng3 - full text index for Zope objects
 zope-textindexng3-lib - full text index for Zope objects
Closes: 469010
Changes: 
 zope-textindexng3 (1:3.2.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/python2.5: applied patch to fix memory issues with
     python2.5, thanks to Thomas Viehmann for providing a patch.
     (Closes: #469010)
Files: 
 9414db4190dea1fc6964f2969053ae2a 895 web extra zope-textindexng3_3.2.2-1.dsc
 468e69488866676293301a021eadda54 4325997 web extra 
zope-textindexng3_3.2.2.orig.tar.gz
 bc8a568e66a049be7260d2bf75324369 4394 web extra 
zope-textindexng3_3.2.2-1.diff.gz
 f52746c60f5c67b0a872852670e588cd 33304 web extra 
zope-textindexng3_3.2.2-1_all.deb
 27823b62800bb3c6270dcb9317d927ff 274568 web extra 
zope-textindexng3-lib_3.2.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH0CEGK/juK3+WFWQRAiUZAJ9+PNBS1aha1Y1atQtnfcsm45uDdgCfVptn
iD9+0U2kTohvkspHIc37vhI=
=FKW8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to