[issue8719] buildbot: segfault on FreeBSD (signal 11)

STINNER Victor report at bugs.python.org
Sat May 15 00:19:41 CEST 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

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.

----------
messages: 105775
nosy: haypo
priority: normal
severity: normal
status: open
title: buildbot: segfault on FreeBSD (signal 11)
type: crash
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8719>
_______________________________________


More information about the Python-bugs-list mailing list