Skip Montanaro <skip.montan...@gmail.com> added the comment:

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.

----------
nosy: +skip.montanaro
Added file: https://bugs.python.org/file50140/test_gdb.out

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43941>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to