New submission from TAGAMI Yukihiro <tagami.yukih...@gmail.com>:
Some tests, which are related to pyexpat, get failed with `./configure --with-system-expat`. ``` 11 tests failed: test_minidom test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn test_plistlib test_pulldom test_pyexpat test_sax test_xml_etree test_xml_etree_c test_xmlrpc ``` Since 3.10.0b2, `Modules/pyexpat.c` has been broken. I guess this is caused by accessing freed memory. For more detail, please refer to the attached file. ---------- components: Extension Modules files: pyexpat-log.txt messages: 402949 nosy: y-tag priority: normal severity: normal status: open title: pyexpat: segmentation fault when `--with-system-expat` is specified type: crash versions: Python 3.10, Python 3.11 Added file: https://bugs.python.org/file50317/pyexpat-log.txt _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45329> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com