Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_json crashes with stack overflow on Windows #69516

Closed
zware opened this issue Oct 6, 2015 · 4 comments
Closed

test_json crashes with stack overflow on Windows #69516

zware opened this issue Oct 6, 2015 · 4 comments
Labels
OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@zware
Copy link
Member

zware commented Oct 6, 2015

BPO 25329
Nosy @rhettinger, @terryjreedy, @pfmoore, @pitrou, @vstinner, @tjguk, @ezio-melotti, @zware, @zooba

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2019-05-21.12:12:17.267>
created_at = <Date 2015-10-06.20:41:01.636>
labels = ['type-bug', 'tests', 'OS-windows']
title = 'test_json crashes with stack overflow on Windows'
updated_at = <Date 2019-05-21.12:12:17.267>
user = 'https://github.com/zware'

bugs.python.org fields:

activity = <Date 2019-05-21.12:12:17.267>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2019-05-21.12:12:17.267>
closer = 'vstinner'
components = ['Tests', 'Windows']
creation = <Date 2015-10-06.20:41:01.636>
creator = 'zach.ware'
dependencies = []
files = []
hgrepos = []
issue_num = 25329
keywords = []
message_count = 4.0
messages = ['252432', '252433', '252644', '343026']
nosy_count = 9.0
nosy_names = ['rhettinger', 'terry.reedy', 'paul.moore', 'pitrou', 'vstinner', 'tim.golden', 'ezio.melotti', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue25329'
versions = ['Python 3.4']

@zware
Copy link
Member Author

zware commented Oct 6, 2015

@zware zware added tests Tests in the Lib/test dir OS-windows type-bug An unexpected behavior, bug, or error labels Oct 6, 2015
@zware
Copy link
Member Author

zware commented Oct 6, 2015

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

@terryjreedy
Copy link
Member

See also bpo-25342 and its list of related failures.

@vstinner
Copy link
Member

No activity for 4 years. I close the issue. See bpo-36973 for a similar issue in 2019.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants