[issue22327] test_gdb failures on Ubuntu 14.10

2019-03-24 Thread Cheryl Sabella
Cheryl Sabella added the comment: I'm going to close this issue as out of date since Ubuntu 14.10 is an older release and this doesn't seem to happen on later releases. Please reopen if it's still an issue. -- nosy: +cheryl.sabella resolution: -> out of date stage: -> resolved sta

[issue22327] test_gdb failures on Ubuntu 14.10

2014-10-14 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue22327] test_gdb failures on Ubuntu 14.10

2014-10-09 Thread Matěj Stuchlík
Matěj Stuchlík added the comment: While with Python3.5's test_gdb does fail when building in Koji [0], it seems to pass fine in our other build system - Copr [1]. Comparing the two [2][3], it seems the only big difference is the kernel version - 2.6.32 in Copr and 3.16.3 in Koji. Not sure how

[issue22327] test_gdb failures on Ubuntu 14.10

2014-10-09 Thread STINNER Victor
STINNER Victor added the comment: Is it only a warning or python-gdb.py doesn't work at all? If it's a warning, attached test_gdb.patch should fix it. -- keywords: +patch nosy: +haypo Added file: http://bugs.python.org/file36849/test_gdb.patch ___ Py

[issue22327] test_gdb failures on Ubuntu 14.10

2014-10-08 Thread Matěj Stuchlík
Matěj Stuchlík added the comment: FYI I'm seeing the error with the new 3.4.2 release as well. https://kojipkgs.fedoraproject.org//work/tasks/599/7800599/build.log -- ___ Python tracker ___

[issue22327] test_gdb failures on Ubuntu 14.10

2014-10-06 Thread Matěj Stuchlík
Matěj Stuchlík added the comment: Suddenly started to see the same error on Fedora rawhide [0]. [0] https://kojipkgs.fedoraproject.org//work/tasks/3551/7773551/build.log -- nosy: +sYnfo ___ Python tracker

[issue22327] test_gdb failures on Ubuntu 14.10

2014-09-26 Thread Stefan Krah
Stefan Krah added the comment: I'm seeing the same, it could be an Ubuntu issue: https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1348275 -- nosy: +skrah ___ Python tracker __

[issue22327] test_gdb failures on Ubuntu 14.10

2014-09-08 Thread Philippe Devalkeneer
Changes by Philippe Devalkeneer : -- nosy: +flupke ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue22327] test_gdb failures on Ubuntu 14.10

2014-09-02 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue22327] test_gdb failures on Ubuntu 14.10

2014-09-02 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue22327] test_gdb failures on Ubuntu 14.10

2014-09-02 Thread Barry A. Warsaw
New submission from Barry A. Warsaw: Lots of them, just like this: == FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully -