[Python-Dev] [Python-3000] Reminder: last alphas next Wednesday 07-May-2008 (original) (raw)

Ralf Schmitt schmir at gmail.com
Mon May 5 13:28:06 CEST 2008


On Thu, May 1, 2008 at 10:26 PM, Barry Warsaw <barry at python.org> wrote:

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

This is a reminder that the LAST planned alpha releases of Python 2.6 and 3.0 are scheduled for next Wednesday, 07-May-2008. Please be diligent over the next week so that none of your changes break Python. The stable buildbots look moderately okay, let's see what we can do about getting them all green: http://www.python.org/dev/buildbot/stable/ We have a few showstopper bugs, and I will be looking at these more carefully starting next week.

http://bugs.python.org/issue?@columns=title,id,activity,versions,status&@sort=activity&@filter=priority,status&@pagesize=50&@startwith=0&priority=1&status=1&@dispname=Showstoppers

running the testsuite segfaults on my 64 bit debian testing in test_pyexpat. This does not happen in a debug build:

test_pyclbr test_pydoc test_pyexpat

Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x2b573851a6e0 (LWP 19486)] 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x00002aaaaf694f0a in doContent (parser=0x1b4bab0, startTagLevel=0, enc=0x1b4dba0, s=0x1b4cb3c "", ' ' <repeats 23 times>, "frozenset([frozenset([2]),\n", ' ' <repeats 67 times>, "frozenset([0,\n", ' ' <repeats 65 times>..., end=0x1b4cb40 ' ' <repeats 23 times>, "frozenset([frozenset([2]),\n", ' ' <repeats 67 times>, "frozenset([0,\n", ' ' <repeats 69 times>..., nextPtr=0x1b4bae0, haveMore=1 '\001') at extensions/expat/lib/xmlparse.c:2540 #2 0x00002aaaaf6972ee in contentProcessor (parser=0x1b4bab0, start=0x0, end=0x1b4c470 " q\001", endPtr=0x0) at extensions/expat/lib/xmlparse.c:2003 #3 0x00002aaaaf698662 in doProlog (parser=0x1b4bab0, enc=0x1b4dba0, s=0x1b4c738 "", 'a' <repeats 197 times>..., end=0x1b4cb40 ' ' <repeats 23 times>, "frozenset([frozenset([2]),\n", ' ' <repeats 67 times>, "frozenset([0,\n", ' ' <repeats 69 times>..., tok=29, next=0x1b4c738 "", 'a' <repeats 197 times>..., nextPtr=0x1b4bae0, haveMore=1 '\001') at extensions/expat/lib/xmlparse.c:3803 #4 0x00002aaaaf69adc3 in prologInitProcessor (parser=0x1b4bab0, s=0x1b4c710 "", 'a' <repeats 157 times>..., end=0x1b4cb40 ' ' <repeats 23 times>, "frozenset([frozenset([2]),\n", ' ' <repeats 67 times>, "frozenset([0,\n", ' ' <repeats 69 times>..., nextPtr=0x1b4bae0) at extensions/expat/lib/xmlparse.c:3551 #5 0x00002aaaaf68cc61 in XML_ParseBuffer (parser=0x1d20670, len=28625724, isFinal=0) at extensions/expat/lib/xmlparse.c:1562 #6 0x00002aaaaf689467 in xmlparse_Parse (self=0x1d20670, args=) at extensions/pyexpat.c:922 #7 0x0000000000419b9d in PyObject_Call (func=0x1a52b48, arg=0x2b7a710, kw=0x1b4c610) at Objects/abstract.c:2490 #8 0x00000000004902f8 in PyEval_EvalFrameEx (f=0x8cba40, throwflag=) at Python/ceval.c:3944 #9 0x0000000000494824 in PyEval_EvalCodeEx (co=0x2b5738764558, globals=, locals=, args=0x23aa130, argcount=4, kws=0x23aa150, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2908 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20080505/bf87b1bd/attachment.htm>



More information about the Python-Dev mailing list