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.

classification
Title: test_json crashes with stack overflow on Windows
Type: behavior Stage: resolved
Components: Tests, Windows Versions: Python 3.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, paul.moore, pitrou, rhettinger, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Priority: normal Keywords:

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:22adminsetgithub: 69516
2019-05-21 12:12:17vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg343026

stage: needs patch -> resolved
2015-10-09 20:03:31terry.reedysetnosy: + terry.reedy
messages: + msg252644
2015-10-06 20:50:14zach.waresetmessages: + msg252433
2015-10-06 20:41:01zach.warecreate