[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread Scott Kitterman
** Changed in: python-fam (Ubuntu) Importance: Undecided => Medium -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread David Ross
** Attachment added: "python-fam-patch1.diff" http://librarian.launchpad.net/7715145/python-fam-patch1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
Please copy and paste the line to a comment with the line number if you see any error. I don't see any instance of Del and PyObject on the same line. -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notifica

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
I see what you were asking now. http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h Comments say... Unless you have specific memory management requirements, use ! PyObject_{New, NewVar,

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
A patch for feisty-proposed ** Attachment added: "feisty-proposed patch" http://librarian.launchpad.net/7721834/python-fam-feisty-proposed-p1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notific

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
** Description changed: Binary package hint: python-fam Please read: http://effbot.org/pyfaq/why-does-my-c-extension-suddenly-crash-under-2.5.htm Ubuntu Release: 7.04 Python Version: 2.5.1~rc1-0ubuntu3 Python-Fam: 1.1.1-2.1build1 - Incorrect use. Please fix as it is very immed

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
Please copy and paste the line to a comment with the line number if you see any error. I don't see any instance of Del and PyObject on the same line. -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notifica

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
I see what you were asking now. http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h Comments say... Unless you have specific memory management requirements, use ! PyObject_{New, NewVar,

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
A patch for feisty-proposed ** Attachment added: "feisty-proposed patch" http://librarian.launchpad.net/7721834/python-fam-feisty-proposed-p1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notific

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
** Description changed: Binary package hint: python-fam Please read: http://effbot.org/pyfaq/why-does-my-c-extension-suddenly-crash-under-2.5.htm Ubuntu Release: 7.04 Python Version: 2.5.1~rc1-0ubuntu3 Python-Fam: 1.1.1-2.1build1 - Incorrect use. Please fix as it is very immed

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread Scott Kitterman
** Changed in: python-fam (Ubuntu) Importance: Undecided => Medium -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread David Ross
** Attachment added: "python-fam-patch1.diff" http://librarian.launchpad.net/7715145/python-fam-patch1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread Scott Kitterman
** Changed in: python-fam (Ubuntu) Importance: Undecided => Medium -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread David Ross
** Attachment added: "python-fam-patch1.diff" http://librarian.launchpad.net/7715145/python-fam-patch1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
Please copy and paste the line to a comment with the line number if you see any error. I don't see any instance of Del and PyObject on the same line. -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notifica

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
I see what you were asking now. http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h Comments say... Unless you have specific memory management requirements, use ! PyObject_{New, NewVar,

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
A patch for feisty-proposed ** Attachment added: "feisty-proposed patch" http://librarian.launchpad.net/7721834/python-fam-feisty-proposed-p1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notific

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
** Description changed: Binary package hint: python-fam Please read: http://effbot.org/pyfaq/why-does-my-c-extension-suddenly-crash-under-2.5.htm Ubuntu Release: 7.04 Python Version: 2.5.1~rc1-0ubuntu3 Python-Fam: 1.1.1-2.1build1 - Incorrect use. Please fix as it is very immed

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread Scott Kitterman
** Changed in: python-fam (Ubuntu) Importance: Undecided => Medium -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread David Ross
** Attachment added: "python-fam-patch1.diff" http://librarian.launchpad.net/7715145/python-fam-patch1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
Please copy and paste the line to a comment with the line number if you see any error. I don't see any instance of Del and PyObject on the same line. -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notifica

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
I see what you were asking now. http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h Comments say... Unless you have specific memory management requirements, use ! PyObject_{New, NewVar,

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
A patch for feisty-proposed ** Attachment added: "feisty-proposed patch" http://librarian.launchpad.net/7721834/python-fam-feisty-proposed-p1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notific

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
** Description changed: Binary package hint: python-fam Please read: http://effbot.org/pyfaq/why-does-my-c-extension-suddenly-crash-under-2.5.htm Ubuntu Release: 7.04 Python Version: 2.5.1~rc1-0ubuntu3 Python-Fam: 1.1.1-2.1build1 - Incorrect use. Please fix as it is very immed

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread Scott Kitterman
** Changed in: python-fam (Ubuntu) Importance: Undecided => Medium -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread David Ross
** Attachment added: "python-fam-patch1.diff" http://librarian.launchpad.net/7715145/python-fam-patch1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
Please copy and paste the line to a comment with the line number if you see any error. I don't see any instance of Del and PyObject on the same line. -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notifica

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
I see what you were asking now. http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h Comments say... Unless you have specific memory management requirements, use ! PyObject_{New, NewVar,

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
A patch for feisty-proposed ** Attachment added: "feisty-proposed patch" http://librarian.launchpad.net/7721834/python-fam-feisty-proposed-p1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notific

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
** Description changed: Binary package hint: python-fam Please read: http://effbot.org/pyfaq/why-does-my-c-extension-suddenly-crash-under-2.5.htm Ubuntu Release: 7.04 Python Version: 2.5.1~rc1-0ubuntu3 Python-Fam: 1.1.1-2.1build1 - Incorrect use. Please fix as it is very immed

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread Scott Kitterman
** Changed in: python-fam (Ubuntu) Importance: Undecided => Medium -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-19 Thread David Ross
** Attachment added: "python-fam-patch1.diff" http://librarian.launchpad.net/7715145/python-fam-patch1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notification because you are a member of Ubunt

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
Please copy and paste the line to a comment with the line number if you see any error. I don't see any instance of Del and PyObject on the same line. -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notifica

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
I see what you were asking now. http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h Comments say... Unless you have specific memory management requirements, use ! PyObject_{New, NewVar,

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
A patch for feisty-proposed ** Attachment added: "feisty-proposed patch" http://librarian.launchpad.net/7721834/python-fam-feisty-proposed-p1.diff -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad.net/bugs/115655 You received this bug notific

[Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread David Ross
** Description changed: Binary package hint: python-fam Please read: http://effbot.org/pyfaq/why-does-my-c-extension-suddenly-crash-under-2.5.htm Ubuntu Release: 7.04 Python Version: 2.5.1~rc1-0ubuntu3 Python-Fam: 1.1.1-2.1build1 - Incorrect use. Please fix as it is very immed

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > ** Attachment added: "python-fam-patch1.diff" >http://librarian.launchpad.net/7715145/python-fam-patch1.diff > shouldn't PyObject_Del be used instead of PyObject_FREE ? -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > I see what you were asking now. > > http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h > http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h > > Comments say... > Unless you have specific memory management requireme

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > ** Attachment added: "python-fam-patch1.diff" >http://librarian.launchpad.net/7715145/python-fam-patch1.diff > shouldn't PyObject_Del be used instead of PyObject_FREE ? -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > I see what you were asking now. > > http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h > http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h > > Comments say... > Unless you have specific memory management requireme

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > ** Attachment added: "python-fam-patch1.diff" >http://librarian.launchpad.net/7715145/python-fam-patch1.diff > shouldn't PyObject_Del be used instead of PyObject_FREE ? -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > I see what you were asking now. > > http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h > http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h > > Comments say... > Unless you have specific memory management requireme

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > ** Attachment added: "python-fam-patch1.diff" >http://librarian.launchpad.net/7715145/python-fam-patch1.diff > shouldn't PyObject_Del be used instead of PyObject_FREE ? -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > I see what you were asking now. > > http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h > http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h > > Comments say... > Unless you have specific memory management requireme

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > ** Attachment added: "python-fam-patch1.diff" >http://librarian.launchpad.net/7715145/python-fam-patch1.diff > shouldn't PyObject_Del be used instead of PyObject_FREE ? -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > I see what you were asking now. > > http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h > http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h > > Comments say... > Unless you have specific memory management requireme

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > ** Attachment added: "python-fam-patch1.diff" >http://librarian.launchpad.net/7715145/python-fam-patch1.diff > shouldn't PyObject_Del be used instead of PyObject_FREE ? -- using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault https://bugs.launchpad

Re: [Bug 115655] Re: using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault

2007-05-20 Thread Matthias Klose
David Ross schrieb: > I see what you were asking now. > > http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h > http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h > > Comments say... > Unless you have specific memory management requireme