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 vstinner
Recipients vstinner, xxm
Date 2021-03-22.08:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616400063.68.0.783070444419.issue43587@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce the crash. It's a not a bug in Python but in yp_master(). On my Fedora 33, this function comes from libnsl2 (/lib64/libnsl.so.2):

* https://bugz.fedoraproject.org/libnsl2
* https://github.com/thkukuk/libnsl

"""
This package contains the libnsl library. This library contains
the public client interface for NIS(YP) and NIS+.
This code was formerly part of glibc, but is now standalone to
be able to link against TI-RPC for IPv6 support.
"""

Please report the bug to https://bugz.fedoraproject.org/libnsl2 (or to you nis implementation).
History
Date User Action Args
2021-03-22 08:01:03vstinnersetrecipients: + vstinner, xxm
2021-03-22 08:01:03vstinnersetmessageid: <1616400063.68.0.783070444419.issue43587@roundup.psfhosted.org>
2021-03-22 08:01:03vstinnerlinkissue43587 messages
2021-03-22 08:01:03vstinnercreate