[issue34007] test_gdb fails in s390x SLES buildbots

STINNER Victor report at bugs.python.org
Sat Jun 30 06:10:47 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

In gdb source code, frame_unwind_pc(), I see:

else if (this_frame->prev_pc.status == CC_NOT_SAVED)
    throw_error (OPTIMIZED_OUT_ERROR, _("PC not saved"));

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34007>
_______________________________________


More information about the Python-bugs-list mailing list