Issue 25329: test_json crashes with stack overflow on Windows (original) (raw)

Issue25329

Created on 2015-10-06 20:41 by zach.ware, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg252432 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-10-06 20:41
See for example: http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Non-Debug%203.4/builds/224 Possibly related to #25222.
msg252433 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-10-06 20:50
Note that this is not a consistent failure, see for example build 223[1] where test_json passes. I've noticed that the sooner test_json starts, the more likely it is to pass (it's the 28th test in 223, 117th in 224). [1] http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Non-Debug%203.4/builds/223
msg252644 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-10-09 20:03
See also #25342 and its list of related failures.
msg343026 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-05-21 12:12
No activity for 4 years. I close the issue. See bpo-36973 for a similar issue in 2019.
History
Date User Action Args
2022-04-11 14:58:22 admin set github: 69516
2019-05-21 12:12:17 vstinner set status: open -> closedresolution: out of datemessages: + stage: needs patch -> resolved
2015-10-09 20:03:31 terry.reedy set nosy: + terry.reedymessages: +
2015-10-06 20:50:14 zach.ware set messages: +
2015-10-06 20:41:01 zach.ware create