[Python-Dev] current 2.5 issues (original) (raw)
Neal Norwitz nnorwitz at gmail.com
Mon Jun 19 08:12:26 CEST 2006
- Previous message: [Python-Dev] When to branch release25-maint?
- Next message: [Python-Dev] TRUNK FREEZE IMMINENT FOR 2.5 BETA 1 - 00:00 UTC, 20-JUNE-2006
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
valgrind reports a problem when running test_doctest. I haven't spotted a problem with the code, but the report is consistent (hmm, I thought there were 3 warnings, but now there's only 1):
==19291== Conditional jump or move depends on uninitialised value(s) ==19291== at 0x49D8B5: maybe_call_line_trace (ceval.c:3260) ==19291== by 0x493334: PyEval_EvalFrameEx (ceval.c:857) ==19291== by 0x49C617: PyEval_EvalCodeEx (ceval.c:2832) ==19291== by 0x492E61: PyEval_EvalCode (ceval.c:494) ==19291== by 0x4C50B7: run_mod (pythonrun.c:1232) ==19291== by 0x4C4F89: PyRun_StringFlags (pythonrun.c:1199) ==19291== by 0x4A04F0: exec_statement (ceval.c:4196) ==19291== by 0x4977BC: PyEval_EvalFrameEx (ceval.c:1665) ==19291== by 0x49C617: PyEval_EvalCodeEx (ceval.c:2832) ==19291== by 0x49EABE: fast_function (ceval.c:3661) ==19291== by 0x49E763: call_function (ceval.c:3586) ==19291== by 0x49A3B5: PyEval_EvalFrameEx (ceval.c:2269)
Buildbot failures:
openbsd: test_ctypes fails tru64 alpha: test_signal sometimes hangs s/390: test_socket_ssl fails probably due to firewall issue in cygwin: hopeless
debian hppa sometimes hangs when running a forking test (fork1, wait[34], possibly subprocess). I am working on a patch to help debug this situation (already checked in once and reverted). I can't reproduce this failure.
Some tests fail when run under regrtest.py -R 4:3: . There are at least these problems:
- test_logging
- test_optparse
- test_sqlite
- test_threaded_import
test test_logging crashed -- <type 'exceptions.KeyError'>: <logging.StreamHandler instance at 0x184d420>
test test_optparse failed -- Traceback (most recent call last): File "/home/neal/build/python/svn/trunk-clean/Lib/test/test_optparse.py", line 622, in test_float_default self.assertHelp(self.parser, expected_help) File "/home/neal/build/python/svn/trunk-clean/Lib/test/test_optparse.py", line 202, in assertHelp actual_help + '"\n') AssertionError: help text failure; expected:
test_sqlite Traceback (most recent call last): File "/home/neal/build/python/svn/trunk-clean/Lib/sqlite3/test/userfunctions.py", line 41, in func_raiseexception 5/0 ZeroDivisionError: integer division or modulo by zero
test test_threaded_import crashed -- <type 'exceptions.KeyError'>: 'test.threaded_import_hangers'
- Previous message: [Python-Dev] When to branch release25-maint?
- Next message: [Python-Dev] TRUNK FREEZE IMMINENT FOR 2.5 BETA 1 - 00:00 UTC, 20-JUNE-2006
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]