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:10:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595599845.79.0.181876256244.issue38628@roundup.psfhosted.org>
In-reply-to
Content
On AIX in 32bit, we have:

Thread 2 hit Breakpoint 2, 0xd01407e0 in memchr () from /usr/lib/libc.a(shr.o)
(gdb) where
#0  0xd01407e0 in memchr () from /usr/lib/libc.a(shr.o)
#1  0xd438f480 in ffi_call_AIX () from /opt/freeware/lib/libffi.a(libffi.so.6)
#2  0xd438effc in ffi_call () from /opt/freeware/lib/libffi.a(libffi.so.6)
....
(gdb) i register
r0             0xd01407e0       3490973664
r1             0x2ff20f80       804392832
r2             0xf07a3cc0       4034542784
r3             0xb024c558       2955199832
r4             0x64     100
r5             0x7      7
r6             0x0      0
...

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

r5 is OK.
History
Date User Action Args
2020-07-24 14:10:45T.Rexsetrecipients: + T.Rex, David.Edelsohn, Michael.Felt, Ayappan
2020-07-24 14:10:45T.Rexsetmessageid: <1595599845.79.0.181876256244.issue38628@roundup.psfhosted.org>
2020-07-24 14:10:45T.Rexlinkissue38628 messages
2020-07-24 14:10:45T.Rexcreate