[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2021-09-15 Thread STINNER Victor
STINNER Victor added the comment: test_gdb now pass on ARM Raspbian 3.x. I'm not sure why test_gdb fails on 3.10 but pass on 3.x. For me, it looks more like a gcc or gdb issue, rather than a Python bug. ARM Raspbian 3.10: https://buildbot.python.org/all/#/builders/685/builds/76

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-09-14 Thread Łukasz Langa
Łukasz Langa added the comment: Downgrading since this missed rc1 anyway. -- priority: release blocker -> high ___ Python tracker ___

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-09-11 Thread STINNER Victor
STINNER Victor added the comment: gdb doesn't work fully when Python is built with -Og. I don't think that there is much that we can do. I suggest to skip test_gdb on 32-bit ARM when Python is built with -Og. I don't think that this regular requires the "release blocker" priority. It would

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: Note: 3.9.0b5, the last beta before 3.9.0, is next week. -- ___ Python tracker ___ ___

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-06-29 Thread Łukasz Langa
Łukasz Langa added the comment: This will miss 3.9.0b4. -- nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I closed bpo-17737 "test_gdb fails on armv7hl" as out of date. -- ___ Python tracker ___ ___

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: > Marking release blocker as this isn't present in 3.8 or earlier, we've got a > regression here. FYI we have issue with test_gdb on Fedora for at least 5 years. Most issues come from -Og optimization level of test_gdb. Recently, I modified test_gdb to

[issue40746] test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8)

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- title: test_gdb failing on Raspbian on 3.9, regression from 3.8 -> test_gdb failing on 32-bit armv7l when built with GCC -Og (fail on Raspbian on 3.9, regression from 3.8) ___ Python tracker