[issue33914] test_gdb fails for Python 2.7.15

2018-06-29 Thread STINNER Victor
STINNER Victor added the comment: > Thanks STINNER for your help.The issue has been resolved.It was related to > gdb itself and not Python. Oh good! Happy to see that you solved your issue! -- resolution: -> fixed stage: -> resolved status: open -> closed _

[issue33914] test_gdb fails for Python 2.7.15

2018-06-29 Thread STINNER Victor
Change by STINNER Victor : -- resolution: fixed -> not a bug ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33914] test_gdb fails for Python 2.7.15

2018-06-29 Thread Vibhuti
Vibhuti added the comment: Thanks STINNER for your help.The issue has been resolved.It was related to gdb itself and not Python. -- ___ Python tracker ___ ___

[issue33914] test_gdb fails for Python 2.7.15

2018-06-27 Thread STINNER Victor
STINNER Victor added the comment: > Could not trace the inferior process. Your issue doesn't seem to be related to Python, but more to gdb in general. Can you try very basic commands like: $ gdb -args python3 -c pass (gdb) run Starting program: /usr/bin/python3 -c pass [Inferior 1 (process 2

[issue33914] test_gdb fails for Python 2.7.15

2018-06-25 Thread Vibhuti
Vibhuti added the comment: STINNER Hi I tried the commit but it did not work.The same failure is observed. -- ___ Python tracker ___ __

[issue33914] test_gdb fails for Python 2.7.15

2018-06-25 Thread Vibhuti
Vibhuti added the comment: Hi ,sorry for the delayed reply The architecture is s390x and the OS is SLES 12 SP3 (however test_gdb fails on SLES 11 SP4 too) Python was installed using https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tar.xz The whole output of `./python -Werror -m test -v

[issue33914] test_gdb fails for Python 2.7.15

2018-06-21 Thread STINNER Victor
STINNER Victor added the comment: Vibhuti: Hi! Would you mind to describe your environment? What is your operating system (name, version)? Are you running test_gdb as root or as your normal user? How did you install Python? Note: I recently backported python-gdb.py a few enhancements from ma

[issue33914] test_gdb fails for Python 2.7.15

2018-06-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I think it's a problem with user-level permission error not being able to create a process (Wild guess to try sudo?). The tests run without error for me. Please add in information regarding you environment, gdb version and perhaps the whole output

[issue33914] test_gdb fails for Python 2.7.15

2018-06-20 Thread Vibhuti
New submission from Vibhuti : == FAIL: test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack -- Trace