This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients _doublep, georg.brandl
Date 2008-01-20.18:44:18
SpamBayes Score 0.00045260752
Marked as misclassified No
Message-id <1200854661.48.0.395832833123.issue1878@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry, but I can't get this to run. With a clean 0.1.14 tarball, I get

Building extension...
running build_ext
building 'notify.gc' extension
creating build
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/notify
i686-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC
-I/usr/include/python2.5 -c notify/gc.c -o
build/temp.linux-i686-2.5/notify/gc.o
creating build/lib.linux-i686-2.5
creating build/lib.linux-i686-2.5/notify
i686-pc-linux-gnu-gcc -pthread -shared
build/temp.linux-i686-2.5/notify/gc.o -L/usr/lib -lpython2.5 -o
build/lib.linux-i686-2.5/notify/gc.so
[1]    28189 segmentation fault  ~/devel/python/python run-tests.py

when running with a trunk python (note the "2.5" in the paths...)

When I build the extension manually and comment out the building command
in run-tests.py, I get


Note that most of the time is spent in gc.collect() calls, not in this
package

..............................................................Fatal
Python error: Objects/classobject.c:2311 object at 0x82dd2bc has
negative ref count -606348326
[1]    28540 abort      ~/devel/python/python run-tests.py
History
Date User Action Args
2008-01-20 18:44:21georg.brandlsetspambayes_score: 0.000452608 -> 0.00045260752
recipients: + georg.brandl, _doublep
2008-01-20 18:44:21georg.brandlsetspambayes_score: 0.000452608 -> 0.000452608
messageid: <1200854661.48.0.395832833123.issue1878@psf.upfronthosting.co.za>
2008-01-20 18:44:19georg.brandllinkissue1878 messages
2008-01-20 18:44:18georg.brandlcreate