Message87940
| Author |
ajaksu2 |
| Recipients |
ajaksu2, akuchling, brett.cannon, kristjan.jonsson, loewis |
| Date |
2009年05月16日.22:14:57 |
| SpamBayes Score |
1.212259e-06 |
| Marked as misclassified |
No |
| Message-id |
<1242512100.2.0.627659826398.issue3367@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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)
[...] |
|