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.

Author martin.panter
Recipients behackett, emptysquare, martin.panter, vstinner
Date 2015-09-24.01:43:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443058986.94.0.453193077626.issue25222@psf.upfronthosting.co.za>
In-reply-to
Content
I saw this error recently on some 3.4 builtbots:

http://buildbot.python.org/all/builders/AMD64%20Windows10%203.4/builds/74/steps/test/logs/stdio (failed last 4/5 builds)

[306/390] test_json
Fatal Python error: Cannot recover from stack overflow.

Current thread 0x00000fd8 (most recent call first):
  File "D:\buildarea\3.4.bolen-windows10\build\lib\json\encoder.py", line 250 in iterencode
  File "D:\buildarea\3.4.bolen-windows10\build\lib\json\encoder.py", line 192 in encode
  File "D:\buildarea\3.4.bolen-windows10\build\lib\test\test_json\test_recursion.py", line 96 in test_endless_recursion

http://buildbot.python.org/all/builders/x86%20XP-4%203.4/builds/1224/steps/test/logs/stdio (only failed 1/5 builds, stack trace essentially the same)
History
Date User Action Args
2015-09-24 01:43:06martin.pantersetrecipients: + martin.panter, vstinner, emptysquare, behackett
2015-09-24 01:43:06martin.pantersetmessageid: <1443058986.94.0.453193077626.issue25222@psf.upfronthosting.co.za>
2015-09-24 01:43:06martin.panterlinkissue25222 messages
2015-09-24 01:43:06martin.pantercreate