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 vstinner
Recipients vstinner
Date 2010-05-14.22:19:38
SpamBayes Score 0.014103332
Marked as misclassified No
Message-id <1273875581.36.0.231394687131.issue8719@psf.upfronthosting.co.za>
In-reply-to
Content
There are segfaults on x86 FreeBSD 7.2 3.x. It looks like it's a regression introduced by r80876.

---

Build 556:
...
test_coding
test_hash
test_strtod
test_float
test_runpy
*** Signal 11

Build 555:
...
test_int
test_smtplib
test_asynchat
test_runpy
*** Signal 11

Build 554:
...
test_lib2to3
test_pickle
test_xml_etree
test_sys
[34438 refs]
[34470 refs]
[34728 refs]
[34468 refs]
*** Signal 11

Build 553:
...
test_robotparser
test_plistlib
test_signal
test_runpy
*** Signal 11

Build 552:
...
test_importlib
test_crypt
test_sort
test_runpy
*** Signal 11

Build 551:
...
./python -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform
[34466 refs]
./python -Wd -E -bb ./Lib/test/regrtest.py -uall -rwW -l 
== CPython 3.2a0 (py3k:81134, May 13 2010, 14:25:32) [GCC 4.2.1 20070719 [FreeBSD]]
==   FreeBSD-7.2-RELEASE-i386-32bit-ELF
==   /usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/build/test_python_22056
Using random seed 3201291
test_exceptions
*** Signal 11

Build 550:
...
test_codecencodings_tw
test_zipfile
test_import
test_exceptions
*** Signal 11

Build 549:
...
test___future__
test_smtpnet
test_exceptions
*** Signal 11

(...)

Build 530 (r80876): ... signal 11
(Build 526..529 failed with svn exceptions)
Build 525 (r80775) didn't crashed.
History
Date User Action Args
2010-05-14 22:19:41vstinnersetrecipients: + vstinner
2010-05-14 22:19:41vstinnersetmessageid: <1273875581.36.0.231394687131.issue8719@psf.upfronthosting.co.za>
2010-05-14 22:19:39vstinnerlinkissue8719 messages
2010-05-14 22:19:38vstinnercreate