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 xdegaye
Recipients Alex.Willmer, ncoghlan, rhettinger, xdegaye
Date 2016-05-03.19:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462302466.42.0.213956676056.issue26939@psf.upfronthosting.co.za>
In-reply-to
Content
The attached test_output.txt file is the corresponding gdb backtrace[1].

Interestingly, all the tests (issues #26938, #26939, #26940 and #26941) that hang on arm use sys.setswitchinterval() aggressively.


[1] The backtrace is interleaved with:
  * Python Exception <type 'exceptions.UnicodeDecodeError'> 'utf8' codec can't decode byte 0xb8 in posit ion 0: invalid start byte:
    that seem to come from libpython, the python that is embeded in gdb to pretty-print gdb output
  * ---Type <return> to continue, or q <return> to quit---
    sorry, had to resort to copy/paste, gdb 'set logging' does not seem to work
History
Date User Action Args
2016-05-03 19:07:49xdegayesetrecipients: + xdegaye, rhettinger, ncoghlan, Alex.Willmer
2016-05-03 19:07:46xdegayesetmessageid: <1462302466.42.0.213956676056.issue26939@psf.upfronthosting.co.za>
2016-05-03 19:07:46xdegayelinkissue26939 messages
2016-05-03 19:07:46xdegayecreate