Your message dated Wed, 05 Mar 2008 09:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468967: fixed in cyphesis-cpp 0.5.15-2
has caused the Debian Bug report #468967,
regarding cyphesis-cpp: 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.)


-- 
468967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468967
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cyphesis-cpp
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: cyphesis-cpp
Source-Version: 0.5.15-2

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

cyphesis-cpp-clients_0.5.15-2_amd64.deb
  to pool/main/c/cyphesis-cpp/cyphesis-cpp-clients_0.5.15-2_amd64.deb
cyphesis-cpp-mason_0.5.15-2_all.deb
  to pool/main/c/cyphesis-cpp/cyphesis-cpp-mason_0.5.15-2_all.deb
cyphesis-cpp_0.5.15-2.diff.gz
  to pool/main/c/cyphesis-cpp/cyphesis-cpp_0.5.15-2.diff.gz
cyphesis-cpp_0.5.15-2.dsc
  to pool/main/c/cyphesis-cpp/cyphesis-cpp_0.5.15-2.dsc
cyphesis-cpp_0.5.15-2_amd64.deb
  to pool/main/c/cyphesis-cpp/cyphesis-cpp_0.5.15-2_amd64.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.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated cyphesis-cpp 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 22:56:33 +0100
Source: cyphesis-cpp
Binary: cyphesis-cpp cyphesis-cpp-clients cyphesis-cpp-mason
Architecture: source all amd64
Version: 0.5.15-2
Distribution: unstable
Urgency: low
Maintainer: Michael Koch <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 cyphesis-cpp - WorldForge game server
 cyphesis-cpp-clients - WorldForge game server - clients to control the server
 cyphesis-cpp-mason - WorldForge game server - game data for Mason
Closes: 468967
Changes: 
 cyphesis-cpp (0.5.15-2) unstable; urgency=low
 .
   * Added debian/patches/cyphesis-cpp-python2.5.patch to fix Python
     memory management. Closes: #468967.
   * Removed "-1" in versions in Build-Depends to easy backporting.
Files: 
 1e3339fd066e95bab99694af8bbcd1bd 970 games optional cyphesis-cpp_0.5.15-2.dsc
 1114444f5cddf42014ff4575e3267a28 19139 games optional 
cyphesis-cpp_0.5.15-2.diff.gz
 7ac71eb31c1df21dbcff6dc891fba297 207568 games optional 
cyphesis-cpp-mason_0.5.15-2_all.deb
 dd3c2c1e2b4e0248a955b296305ec73e 776676 games optional 
cyphesis-cpp_0.5.15-2_amd64.deb
 aae4d5f6700d819af154c70de5c1c3df 860016 games optional 
cyphesis-cpp-clients_0.5.15-2_amd64.deb

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

iD8DBQFHzmHWWSOgCCdjSDsRAv9CAJ9juOW3F2cJCeQk0zmss2NtmJLWlgCeN4lA
2kmdeeOqBSGL1sx2l96EoeM=
=0j5Y
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to