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 pablogsal
Recipients larry, pablogsal
Date 2021-04-27.12:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619528063.72.0.678355651878.issue43941@roundup.psfhosted.org>
In-reply-to
Content
Can you try to do this:

% make distclean
% export CFLAGS='-O0 -g3'
% ./configure
% make -j
% ./python -m test test_gdb -m test_wrapper_call -v

My guess is that the DWARF generated is not sufficient for whatever reason (hence the -g3) in my proposal.
History
Date User Action Args
2021-04-27 12:54:23pablogsalsetrecipients: + pablogsal, larry
2021-04-27 12:54:23pablogsalsetmessageid: <1619528063.72.0.678355651878.issue43941@roundup.psfhosted.org>
2021-04-27 12:54:23pablogsallinkissue43941 messages
2021-04-27 12:54:23pablogsalcreate