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 skip.montanaro
Recipients larry, pablogsal, skip.montanaro
Date 2021-07-07.20:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625690759.2.0.835484054459.issue43941@roundup.psfhosted.org>
In-reply-to
Content
I routinely build with -O0 and have been getting test_gdb failures building the 3.10 branch. I tried adding -g3 to my configure flags:

nice ./configure OPT="-O0 -g3 -Wall" --with-pydebug --with-trace-refs

but test_gdb still fails. Output attached. Note that I have been getting CRC mismatches between a couple files. They are copious in the test output, so I won't elaborate here.
History
Date User Action Args
2021-07-07 20:45:59skip.montanarosetrecipients: + skip.montanaro, larry, pablogsal
2021-07-07 20:45:59skip.montanarosetmessageid: <1625690759.2.0.835484054459.issue43941@roundup.psfhosted.org>
2021-07-07 20:45:59skip.montanarolinkissue43941 messages
2021-07-07 20:45:59skip.montanarocreate