Your message dated Sun, 09 Mar 2008 10:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468972: fixed in jack 3.1.1+cvs20050801-23
has caused the Debian Bug report #468972,
regarding jack: 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.)


-- 
468972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468972
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: jack
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: jack
Source-Version: 3.1.1+cvs20050801-23

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

jack_3.1.1+cvs20050801-23.diff.gz
  to pool/main/j/jack/jack_3.1.1+cvs20050801-23.diff.gz
jack_3.1.1+cvs20050801-23.dsc
  to pool/main/j/jack/jack_3.1.1+cvs20050801-23.dsc
jack_3.1.1+cvs20050801-23_amd64.deb
  to pool/main/j/jack/jack_3.1.1+cvs20050801-23_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.
Martin Michlmayr <[EMAIL PROTECTED]> (supplier of updated jack 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: Sun, 09 Mar 2008 11:17:14 +0100
Source: jack
Binary: jack
Architecture: source amd64
Version: 3.1.1+cvs20050801-23
Distribution: unstable
Urgency: medium
Maintainer: Michael Banck <[EMAIL PROTECTED]>
Changed-By: Martin Michlmayr <[EMAIL PROTECTED]>
Description: 
 jack       - Rip and encode CDs with one command
Closes: 458384 468972
Changes: 
 jack (3.1.1+cvs20050801-23) unstable; urgency=medium
 .
   * debian/patches/61_pymem_del.patch: Fix a bug in the way
     the memory API is used since this would lead to a segfault
     with Python 2.5.  Thanks Barry deFreese and Thomas Viehmann
     for the patch; closes: #468972.
   * debian/patches/69_document_freedb_dir.patch: Document
     freedb_dir since this option doesn't show up with --longhelp;
     closes: #458384.
Files: 
 5bb80e82df94c7b7cfeb44e2f4b698e5 727 sound optional 
jack_3.1.1+cvs20050801-23.dsc
 0aeb91774fb776b9f92e57efccd7c4bc 64956 sound optional 
jack_3.1.1+cvs20050801-23.diff.gz
 05c3489d64d3ec881d65b9b82bcb3939 155646 sound optional 
jack_3.1.1+cvs20050801-23_amd64.deb

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

iD8DBQFH07tHKb5dImj9VJ8RAnSWAJ0V+blKd0KqG0HAkAKbp+aK2RWCCwCfaQay
rVq0bQSaZVdRjRftjfQaW3U=
=MteL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to