Message87940
Confirmed in trunk:
~/trunk-py$ ./configure --with-pydebug --without-pymalloc && make
[...]
~/trunk-py$ valgrind --suppressions=Misc/valgrind-python.supp ./python
==29730== Memcheck, a memory error detector.
[...]
Python 2.7a0 (trunk:72608M, May 16 2009, 17:31:09)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> exec ""
==29730== Conditional jump or move depends on uninitialised value(s)
==29730== at 0x805BF14: parsetok (parsetok.c:193)
==29730== by 0x805BB96: PyParser_ParseStringFlagsFilenameEx
(parsetok.c:66)
==29730== by 0x812A0D3: PyParser_ASTFromString (pythonrun.c:1434)
==29730== by 0x8129B43: PyRun_StringFlags (pythonrun.c:1299)
==29730== by 0x8101D37: exec_statement (ceval.c:4631)
[...]
[40389 refs]
>>>
[exit]
==29730==
==29730== Conditional jump or move depends on uninitialised value(s)
==29730== at 0x805BF14: parsetok (parsetok.c:193)
==29730== by 0x805BCF0: PyParser_ParseFileFlagsEx (parsetok.c:106)
==29730== by 0x812A214: PyParser_ASTFromFile (pythonrun.c:1462)
==29730== by 0x812829C: PyRun_InteractiveOneFlags (pythonrun.c:823)
[...] |
|
Date |
User |
Action |
Args |
2009-05-16 22:15:00 | ajaksu2 | set | recipients:
+ ajaksu2, loewis, akuchling, brett.cannon, kristjan.jonsson |
2009-05-16 22:15:00 | ajaksu2 | set | messageid: <1242512100.2.0.627659826398.issue3367@psf.upfronthosting.co.za> |
2009-05-16 22:14:57 | ajaksu2 | link | issue3367 messages |
2009-05-16 22:14:57 | ajaksu2 | create | |
|