[issue9163] test_gdb fails

Dave Malcolm report at bugs.python.org
Tue Jul 6 23:57:32 CEST 2010


Dave Malcolm <dmalcolm at redhat.com> added the comment:

Thanks for the info.  The final optimization option passed to gcc is the "-O3", so the build was done with optimization.

It's not going to be possible to determine if and when gdb will be able to work in an optimized build across all different compilers and configurations.  Issue 8605 has a patch to skip test_gdb if optimization was present in the compilation flags, and I think we should apply it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9163>
_______________________________________


More information about the Python-bugs-list mailing list