Activity log for bug #115655

Date Who What changed Old value New value Message
2007-05-19 18:58:14 David Ross bug added bug
2007-05-19 19:01:06 David Ross description 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 immediate. Upstream is broken too. 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 immediate.
2007-05-19 19:03:25 David Ross python-fam: status Unconfirmed Confirmed
2007-05-19 19:03:25 David Ross python-fam: statusexplanation
2007-05-19 19:12:04 Scott Kitterman python-fam: importance Undecided Medium
2007-05-19 20:24:50 David Ross bug added attachment 'python-fam-patch1.diff' (python-fam-patch1.diff)
2007-05-20 18:20:13 David Ross bug added attachment 'python-fam-patch2.diff' (Updated patch)
2007-05-20 19:34:42 David Ross bug added attachment 'python-fam-feisty-proposed-p1.diff' (feisty-proposed patch)
2007-05-20 19:49:04 David Ross bug added subscriber Ubuntu Stable Release Updates Team
2007-05-20 20:06:05 David Ross description 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 immediate. 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 Anybody running Python 2.5 and python-fam release or package 1.1.1-2.1build1 or lower will experience problems, specifically To reproduce, use a program which utlizes Python 2.5 and python-fam. A webware example below. apt-get install python-fam wget http://www.webwareforpython.org/downloads/Webware/Webware-0.9.3.tar.gz tar zxvf Webware-0.9.3.tar.gz ./Webware-0.9.3/bin/MakeAppWorkDir.py Crash cd Crash open Configs/AppServer.config for editing change "AutoReload = False" to "AutoReload = True" run ./AppServer *** glibc detected *** python: double free or corruption (out): 0x084ff410 *** the python instance is completely unresponsive. On my full blown webware apps, python segfaults. Bug afflicts: Python 2.5: unresponsive application or segfault Python 2.4: unaffected
2007-05-20 20:14:11 David Ross description 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 Anybody running Python 2.5 and python-fam release or package 1.1.1-2.1build1 or lower will experience problems, specifically To reproduce, use a program which utlizes Python 2.5 and python-fam. A webware example below. apt-get install python-fam wget http://www.webwareforpython.org/downloads/Webware/Webware-0.9.3.tar.gz tar zxvf Webware-0.9.3.tar.gz ./Webware-0.9.3/bin/MakeAppWorkDir.py Crash cd Crash open Configs/AppServer.config for editing change "AutoReload = False" to "AutoReload = True" run ./AppServer *** glibc detected *** python: double free or corruption (out): 0x084ff410 *** the python instance is completely unresponsive. On my full blown webware apps, python segfaults. Bug afflicts: Python 2.5: unresponsive application or segfault Python 2.4: unaffected 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 Anybody running Python 2.5 and python-fam release or package 1.1.1-2.1build1 or lower will experience problems, specifically To reproduce, use a program which utlizes Python 2.5 and python-fam. A webware example below. apt-get install fam apt-get install python-fam wget http://www.webwareforpython.org/downloads/Webware/Webware-0.9.3.tar.gz tar zxvf Webware-0.9.3.tar.gz ./Webware-0.9.3/bin/MakeAppWorkDir.py Crash cd Crash open Configs/AppServer.config for editing change "AutoReload = False" to "AutoReload = True" run ./AppServer *** glibc detected *** python: double free or corruption (out): 0x084ff410 *** the python instance is completely unresponsive. Bug afflicts: Python 2.5: unresponsive application Python 2.4: unaffected
2007-05-20 20:14:11 David Ross title using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to segfault using PyMem_DEL() instead of PyObject_FREE() causes python 2.5 to double free or corrupt
2007-05-20 22:14:53 David Ross description 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 Anybody running Python 2.5 and python-fam release or package 1.1.1-2.1build1 or lower will experience problems, specifically To reproduce, use a program which utlizes Python 2.5 and python-fam. A webware example below. apt-get install fam apt-get install python-fam wget http://www.webwareforpython.org/downloads/Webware/Webware-0.9.3.tar.gz tar zxvf Webware-0.9.3.tar.gz ./Webware-0.9.3/bin/MakeAppWorkDir.py Crash cd Crash open Configs/AppServer.config for editing change "AutoReload = False" to "AutoReload = True" run ./AppServer *** glibc detected *** python: double free or corruption (out): 0x084ff410 *** the python instance is completely unresponsive. Bug afflicts: Python 2.5: unresponsive application Python 2.4: unaffected Binary package hint: python-fam SEE "CONCERNS" 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 Anybody running Python 2.5 and python-fam release or package 1.1.1-2.1build1 or lower will experience problems, specifically To reproduce, use a program which utlizes Python 2.5 and python-fam. A webware example below. apt-get install fam apt-get install python-fam wget http://www.webwareforpython.org/downloads/Webware/Webware-0.9.3.tar.gz tar zxvf Webware-0.9.3.tar.gz ./Webware-0.9.3/bin/MakeAppWorkDir.py Crash cd Crash open Configs/AppServer.config for editing change "AutoReload = False" to "AutoReload = True" run ./AppServer *** glibc detected *** python: double free or corruption (out): 0x084ff410 *** the python instance is completely unresponsive. Bug afflicts: Python 2.5: unresponsive application Python 2.4: unaffected CONCERNS: Using python2.4 and python-fam work just fine with gamin. How come Python2.5 and python-fam segfault? There issue of the improper use of PyMem is still valid, but this is concerning. Users would/must use the fam package and family to use python-fam with 2.5. Perhaps this can be fixed before ant uploading to the update server. Will create a separate bug report for this.
2007-05-20 22:19:43 David Ross description Binary package hint: python-fam SEE "CONCERNS" 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 Anybody running Python 2.5 and python-fam release or package 1.1.1-2.1build1 or lower will experience problems, specifically To reproduce, use a program which utlizes Python 2.5 and python-fam. A webware example below. apt-get install fam apt-get install python-fam wget http://www.webwareforpython.org/downloads/Webware/Webware-0.9.3.tar.gz tar zxvf Webware-0.9.3.tar.gz ./Webware-0.9.3/bin/MakeAppWorkDir.py Crash cd Crash open Configs/AppServer.config for editing change "AutoReload = False" to "AutoReload = True" run ./AppServer *** glibc detected *** python: double free or corruption (out): 0x084ff410 *** the python instance is completely unresponsive. Bug afflicts: Python 2.5: unresponsive application Python 2.4: unaffected CONCERNS: Using python2.4 and python-fam work just fine with gamin. How come Python2.5 and python-fam segfault? There issue of the improper use of PyMem is still valid, but this is concerning. Users would/must use the fam package and family to use python-fam with 2.5. Perhaps this can be fixed before ant uploading to the update server. Will create a separate bug report for this. 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 Anybody running Python 2.5 and python-fam release or package 1.1.1-2.1build1 or lower will experience problems, specifically To reproduce, use a program which utlizes Python 2.5 and python-fam. A webware example below. apt-get install fam apt-get install python-fam wget http://www.webwareforpython.org/downloads/Webware/Webware-0.9.3.tar.gz tar zxvf Webware-0.9.3.tar.gz ./Webware-0.9.3/bin/MakeAppWorkDir.py Crash cd Crash open Configs/AppServer.config for editing change "AutoReload = False" to "AutoReload = True" run ./AppServer *** glibc detected *** python: double free or corruption (out): 0x084ff410 *** the python instance is completely unresponsive. Bug afflicts: Python 2.5: unresponsive application Python 2.4: unaffected Tested the fix and it also allows the python-fam to use the libgamin supplied libfam which I accidently reported earlier as another issue.
2007-06-15 09:32:00 Martin Pitt python-fam: status Unconfirmed Needs Info
2007-06-15 09:32:00 Martin Pitt python-fam: statusexplanation Setting to needsinfo to get it out of the focus of ubutu-sru. Please set it back to confirmed once it is fixed in gutsy.
2007-06-21 19:24:40 David Ross bug added subscriber Ubuntu Sponsors for universe
2007-06-26 15:45:25 Scott Kitterman python-fam: status Confirmed In Progress
2007-06-26 15:45:25 Scott Kitterman python-fam: assignee kitterman
2007-06-26 16:22:23 Scott Kitterman python-fam: status In Progress Fix Committed
2007-06-26 16:22:23 Scott Kitterman python-fam: assignee kitterman david-ross
2007-06-26 16:22:23 Scott Kitterman python-fam: statusexplanation Patched and uploaded for Gutsy. You need to mention the maintainer change in debian/changelog (I fixed it this time). Please monitor and make sure it builds correctly. Once it's built, you can pick up work on your SRU.
2007-06-27 20:37:22 Scott Kitterman python-fam: status Fix Committed Fix Released
2007-06-27 20:37:22 Scott Kitterman python-fam: statusexplanation Patched and uploaded for Gutsy. You need to mention the maintainer change in debian/changelog (I fixed it this time). Please monitor and make sure it builds correctly. Once it's built, you can pick up work on your SRU.
2007-06-27 21:39:13 Scott Kitterman python-fam: status Incomplete In Progress
2007-06-27 21:39:13 Scott Kitterman python-fam: statusexplanation Setting to needsinfo to get it out of the focus of ubutu-sru. Please set it back to confirmed once it is fixed in gutsy. Uploaded for feisty-proposed.
2007-06-29 14:20:01 Martin Pitt python-fam: status In Progress Fix Committed
2007-06-29 14:20:01 Martin Pitt python-fam: statusexplanation Uploaded for feisty-proposed. Accpeted into -proposed. Please go ahead with QA testing
2007-06-30 17:22:15 Scott Kitterman python-fam: assignee kitterman
2007-06-30 17:22:15 Scott Kitterman python-fam: statusexplanation Accpeted into -proposed. Please go ahead with QA testing
2007-11-16 16:06:02 Martin Pitt python-fam: status Fix Committed Fix Released