[issue14171] warnings from valgrind about openssl as used by CPython

2012-03-04 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 9a69b47f194e by Martin v. Löwis in branch 'default': Issue #14171: Add valgrind suppressions for OpenSSL issue. http://hg.python.org/cpython/rev/9a69b47f194e -- nosy: +python-dev

[issue14171] warnings from valgrind about openssl as used by CPython

2012-03-04 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: It may indeed be that recompiling OpenSSL properly could fix this. I added this anyway since it probably doesn't cause harm. Thanks for the patch. -- resolution: - fixed status: open - closed

[issue14171] warnings from valgrind about openssl as used by CPython

2012-03-03 Thread Stefan Krah
Stefan Krah stefan-use...@bytereef.org added the comment: # generated on buildbot.rubenkerkhof.com, which had, according to Ruben # Fedora's package openssl-1.0.1-0.1.beta2.fc17.x86_64 I think openssl needs to be compiled with -DPURIFY to avoid this. -- nosy: +skrah

[issue14171] warnings from valgrind about openssl as used by CPython

2012-03-03 Thread STINNER Victor
STINNER Victor victor.stin...@gmail.com added the comment: It remembers me a funny story. http://wiki.debian.org/SSLkeys -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14171

[issue14171] warnings from valgrind about openssl as used by CPython

2012-03-02 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Why are you reporting this issue here? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14171 ___

[issue14171] warnings from valgrind about openssl as used by CPython

2012-03-02 Thread Zooko O'Whielacronx
Zooko O'Whielacronx zo...@zooko.com added the comment: Oh, I'm sorry I didn't make that clear at first. First of all, so that others who encounter these warnings can see how I worked-around them so that they can do that as well. Second, because Python comes with a valgrind suppressions file.

[issue14171] warnings from valgrind about openssl as used by CPython

2012-03-01 Thread Zooko O'Whielacronx
New submission from Zooko O'Whielacronx zo...@zooko.com: The buildbot for the Tahoe-LAFS and pycryptopp projects runs CPython under valgrind on Fedora, and valgrind emits warnings like this: ==30127== Conditional jump or move depends on uninitialised value(s) ==30127== at 0x4C2AD01: bcmp