[issue44411] regrtests fail with segfault after failing calls to malloc

2021-06-16 Thread Jack DeVries
Jack DeVries added the comment: I'm closing this because I have the sense that this is a problem with my system, but I'm continuing to investigate. -- ___ Python tracker ___

[issue44411] regrtests fail with segfault after failing calls to malloc

2021-06-16 Thread Jack DeVries
Change by Jack DeVries : -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue44411] regrtests fail with segfault after failing calls to malloc

2021-06-13 Thread Jack DeVries
Change by Jack DeVries : -- keywords: +patch pull_requests: +25295 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26707 ___ Python tracker ___

[issue44411] regrtests fail with segfault after failing calls to malloc

2021-06-13 Thread Jack DeVries
Change by Jack DeVries : -- components: +Library (Lib), macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___

[issue44411] regrtests fail with segfault after failing calls to malloc

2021-06-13 Thread Jack DeVries
New submission from Jack DeVries : When running regrtests via `./python.exe -m test` on my system, several warnings about failing calls to malloc are generated during `test_decorators`. Then, a segmentation fault happens shortly thereafter in `test_descrtut`. The most recent commit on the