[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-02-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Actually this is #23381, not #23881. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22765 ___ ___

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 30e6c8caa5b9 by Serhiy Storchaka in branch '3.4': Issue #23881: Only use entry-values with gdb 7.4 in tests. https://hg.python.org/cpython/rev/30e6c8caa5b9 New changeset 981e108039f1 by Serhiy Storchaka in branch 'default': Issue #23881: Only use

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22765 ___

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-02-05 Thread STINNER Victor
STINNER Victor added the comment: A workaround is to check (once) that the command set print entry-values no and set print address off are supported. Gdb provides its version in the Python API as a string: gdb.VERSION (ex: 'Fedora 7.8.2-38.fc21'). --

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-02-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch which adds command 'set print entry-values no' only for gdb version = 7.4. -- Added file: http://bugs.python.org/file38020/test_gdb_entry_values.patch ___ Python tracker rep...@bugs.python.org

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-02-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5b5a581d91c8 by Serhiy Storchaka in branch '3.4': Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. https://hg.python.org/cpython/rev/5b5a581d91c8 Since this change, test_gdb fails on AMD64 OpenIndiana 3.x:

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-01-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Bohuslav. -- resolution: - fixed stage: commit review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22765

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 47a9cb7ec0cb by Serhiy Storchaka in branch '2.7': Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. https://hg.python.org/cpython/rev/47a9cb7ec0cb New changeset 5b5a581d91c8 by Serhiy Storchaka in branch '3.4': Issue #22765:

[issue22765] Fixes for test_gdb (first frame address, entry values)

2015-01-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22765 ___ ___

[issue22765] Fixes for test_gdb (first frame address, entry values)

2014-12-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +serhiy.storchaka stage: - patch review type: - behavior versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22765

[issue22765] Fixes for test_gdb (first frame address, entry values)

2014-12-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: test_gdb is failed on my computer (gdb 7.7) and I confirm that the patch fixes it. -- stage: patch review - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22765

[issue22765] Fixes for test_gdb (first frame address, entry values)

2014-10-30 Thread Bohuslav Slavek Kabrda
New submission from Bohuslav Slavek Kabrda: The attached patch fixes two test_gdb problems that can occur under some circumstances: - With new GDB (I think version = 7.4.0, but I'm not sure about the precise version), GDB sometimes prints entry-values for variables, which can lead to

[issue22765] Fixes for test_gdb (first frame address, entry values)

2014-10-30 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +dmalcolm ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22765 ___ ___ Python-bugs-list mailing