This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients vstinner, xdegaye
Date 2017-12-09.09:07:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512810479.69.0.213398074469.issue32252@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2017-12-09 09:07:59xdegayesetrecipients: + xdegaye, vstinner
2017-12-09 09:07:59xdegayesetmessageid: <1512810479.69.0.213398074469.issue32252@psf.upfronthosting.co.za>
2017-12-09 09:07:59xdegayelinkissue32252 messages
2017-12-09 09:07:59xdegayecreate