[issue35561] Valgrind reports Syscall param epoll_ctl(event) points to uninitialised byte(s)

Stefan Krah report at bugs.python.org
Sat Dec 22 10:44:44 EST 2018


Stefan Krah <stefan at bytereef.org> added the comment:

"--with-valgrind --with-pydebug" looks suspicious, it essentially
mixes two different memory checkers.

1) CFLAGS="-O0 -g" --without-pymalloc

2) CFLAGS="-O0 -g" --with-valgrind

should both work.


Can you try if this fixes the error?

----------
nosy: +skrah

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35561>
_______________________________________


More information about the Python-bugs-list mailing list