Message61324
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 |
|
Date |
User |
Action |
Args |
2008-01-20 18:44:21 | georg.brandl | set | spambayes_score: 0.000452608 -> 0.000452608 recipients:
+ georg.brandl, _doublep |
2008-01-20 18:44:21 | georg.brandl | set | spambayes_score: 0.000452608 -> 0.000452608 messageid: <1200854661.48.0.395832833123.issue1878@psf.upfronthosting.co.za> |
2008-01-20 18:44:19 | georg.brandl | link | issue1878 messages |
2008-01-20 18:44:18 | georg.brandl | create | |
|