Message69667
| Author |
pitrou |
| Recipients |
benjamin.peterson, pitrou, rhettinger |
| Date |
2008年07月14日.23:17:42 |
| SpamBayes Score |
0.0003030961 |
| Marked as misclassified |
No |
| Message-id |
<1216077457.6110.3.camel@fsol> |
| In-reply-to |
<1216076074.14.0.66261671257.issue3356@psf.upfronthosting.co.za> |
| Content |
On another machine, with another distro (Debian stable) and another gcc
version (4.1.2 instead of 4.3.1), I even get a segmentation fault on
test_distutils:
$ ./python Lib/test/test_set.py
test_add (__main__.TestSet) ... ok
test_and (__main__.TestSet) ... ok
test_badcmp (__main__.TestSet) ... ok
test_c_api (__main__.TestSet) ... Fatal Python error:
Objects/setobject.c:2429 object at 0xb761ce04 has negative ref count -1
Abandon
$ ./python Lib/test/test_distutils.py
test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) ...
Erreur de segmentation |
|