[issue36024] ctypes: test_ctypes test_callbacks() crash on AArch64

STINNER Victor report at bugs.python.org
Mon Feb 18 12:09:48 EST 2019


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

Sadly, even with debug symbols on RHEL8 and gcc -g -O0 -fno-omit-frame-pointer, gdb is unable to retrieve the backtrace when the crash occurs :-(

Program received signal SIGILL, Illegal instruction.
0x0000ffffbe7a0058 in ?? ()
(gdb) where
#0  0x0000ffffbe7a0058 in ?? ()
#1  0x0000ffffffffe8a0 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

----------

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


More information about the Python-bugs-list mailing list