[issue32252] test_regrtest leaves a test_python_* directory in TEMPDIR

Xavier de Gaye report at bugs.python.org
Sat Dec 9 04:07:59 EST 2017


Xavier de Gaye <xdegaye at gmail.com> added the comment:

> Can you please explain how to reproduce the bug? (Which commands should I type?)

./python -m test test_regrtest

> What is your /proc/sys/kernel/core_pattern?

$ cat /proc/sys/kernel/core_pattern
core-%e.%s
$ ulimit -c
unlimited

FWIW on archlinux (my platform) coredumps are handled by systemd and to enable coredumps the file /etc/sysctl.d/50-coredump.conf has to be updated to contain:

kernel.core_pattern=core-%e.%s

----------

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


More information about the Python-bugs-list mailing list