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 T.Rex
Recipients Ayappan, David.Edelsohn, Michael.Felt, T.Rex
Date 2020-07-24.14:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595599581.04.0.111859371022.issue38628@roundup.psfhosted.org>
In-reply-to
Content
On Fedora/PPC64LE, where it is OK, the same debug with gdb gives:

(gdb) where
#0  0x00007ffff7df03b0 in __memchr_power8 () from /lib64/libc.so.6
#1  0x00007fffea167680 in ?? () from /lib64/libffi.so.6
#2  0x00007fffea166284 in ffi_call () from /lib64/libffi.so.6
#3  0x00007fffea1a7fdc in _ctypes_callproc () from /usr/lib64/python3.8/lib-dynload/_ctypes.cpython-38-ppc64le-linux-gnu.so
..........
(gdb) i register
r0             0x7fffea167614      140737120728596
r1             0x7fffffffc490      140737488340112
r2             0x7fffea187f00      140737120861952
r3             0x7fffea33a140      140737122640192
r4             0x6464              25700
r5             0x7                 7
r6             0x0                 0
r7             0x7fffea33a147      140737122640199
r8             0x7fffea33a140      140737122640192

(gdb) x/s 0x7fffea33a140
0x7fffea33a140: "abcdef"

r3: string
r4 : 0x6464 : "d" ??
r5: 7 : length of the string !!!
History
Date User Action Args
2020-07-24 14:06:21T.Rexsetrecipients: + T.Rex, David.Edelsohn, Michael.Felt, Ayappan
2020-07-24 14:06:21T.Rexsetmessageid: <1595599581.04.0.111859371022.issue38628@roundup.psfhosted.org>
2020-07-24 14:06:21T.Rexlinkissue38628 messages
2020-07-24 14:06:20T.Rexcreate