Your message dated Fri, 07 Mar 2008 10:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468975: fixed in ll-xist 2.15.5-1.1
has caused the Debian Bug report #468975,
regarding ll-xist: 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.)
--
468975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468975
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ll-xist
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: ll-xist
Source-Version: 2.15.5-1.1
We believe that the bug you reported is fixed in the latest version of
ll-xist, which is due to be installed in the Debian FTP archive:
ll-xist_2.15.5-1.1.diff.gz
to pool/main/l/ll-xist/ll-xist_2.15.5-1.1.diff.gz
ll-xist_2.15.5-1.1.dsc
to pool/main/l/ll-xist/ll-xist_2.15.5-1.1.dsc
python-ll-xist_2.15.5-1.1_i386.deb
to pool/main/l/ll-xist/python-ll-xist_2.15.5-1.1_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 ll-xist 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, 05 Mar 2008 23:55:48 +0100
Source: ll-xist
Binary: python-ll-xist
Architecture: source i386
Version: 2.15.5-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Thomas Viehmann <[EMAIL PROTECTED]>
Description:
python-ll-xist - Extensible HTML and XML generator and DOM parser
Closes: 468975
Changes:
ll-xist (2.15.5-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix python memory handling. Closes: #468975
* Move Homepage in debian/control.
* Bump standards to 3.7.3. (No changes)
Files:
63ca9e0b32c7a0d1aa3af3c4e5c82642 957 python optional ll-xist_2.15.5-1.1.dsc
18eb8a81d280bce54ae5d868437b4d5e 8450 python optional
ll-xist_2.15.5-1.1.diff.gz
655ee774039865694b292a9f324b7774 255848 python optional
python-ll-xist_2.15.5-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH0HZzriZpaaIa1PkRAj4qAKC6EJrBzIlpGRsGkqjP+FNMQIS2fwCg029f
Bzu5de6IdfojAL4pAVV4pqw=
=l70O
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team