[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión

Jesús Cea Avión j...@jcea.es added the comment:

This issue is still bugging OpenIndiana buildbots. The patch is trivial and 
painless. I will patch 2.7, 3.1, 3.2 and 3.x in a few minutes.

--
assignee: dmalcolm - jcea
status: closed - open
versions: +Python 3.1, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión

Jesús Cea Avión j...@jcea.es added the comment:

Uhmm, the test seems to have vanished in 3.x. Uhmmm... Why?.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2011-03-15 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

 Uhmm, the test seems to have vanished in 3.x. Uhmmm... Why?.

Which test are you talking about?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión

Changes by Jesús Cea Avión j...@jcea.es:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión

Jesús Cea Avión j...@jcea.es added the comment:

gdb tests. The python gdb scripting ability.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2011-03-15 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

 gdb tests. The python gdb scripting ability.

?

$ ls Lib/test/test_gdb.py 
Lib/test/test_gdb.py

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión

Jesús Cea Avión j...@jcea.es added the comment:

I don't see it in python 3.1 branch.

Will fix 3.2 and 3.x.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2011-03-15 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset bca545c0941a by Jesus Cea in branch '3.2':
Close issue #8600: test_gdb failures because innocuous warnings
http://hg.python.org/cpython/rev/bca545c0941a

New changeset bbfc6a6ca017 by Jesus Cea in branch 'default':
Merge: Close issue #8600: test_gdb failures because innocuous warnings
http://hg.python.org/cpython/rev/bbfc6a6ca017

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2010-11-26 Thread Jesús Cea Avión

Changes by Jesús Cea Avión j...@jcea.es:


--
nosy: +jcea

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2010-05-05 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

I've committed the patch in r80802 (trunk) and r80803 (py3k).

--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2010-05-03 Thread Dave Malcolm

Dave Malcolm dmalc...@redhat.com added the comment:

Is the message about threads emitted every time you run python under gdb? Does 
gdb work?  If so we should simply filter out the error message.

I'm attaching a patch which strips out that error message from stderr (assuming 
that I reformatted it for line-lengths correctly).

Does this fix things?

--
stage: needs patch - patch review
Added file: http://bugs.python.org/file17192/ignore-stderr-thread-noise.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2010-05-03 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

The patch wasn't exactly good. Here is a working patch. Applying it reveals a 
couple of different failures, but I will open a separate issue.

--
Added file: http://bugs.python.org/file17193/ignore-stderr-thread-noise2.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2010-05-03 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@haypocalc.com:


--
nosy: +haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8600] test_gdb failures

2010-05-02 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

All test_gdb tests fail here with both trunk and py3k. The failure is always 
the same so I'm just quoting one of them below:

==
FAIL: test_basic_command (test.test_gdb.PyBtTests)
Verify that the py-bt command works
--
Traceback (most recent call last):
  File /home/antoine/py3k/__svn__/Lib/test/test_gdb.py, line 604, in 
test_basic_command
cmds_after_breakpoint=['py-bt'])
  File /home/antoine/py3k/__svn__/Lib/test/test_gdb.py, line 126, in 
get_stack_trace
self.assertEquals(err, '')
AssertionError: 
- warning: Unable to find libthread_db matching inferior's thread library, 
thread debugging will not be available.
- warning: Unable to find libthread_db matching inferior's thread library, 
thread debugging will not be available.
- warning: Unable to find libthread_db matching inferior's thread library, 
thread debugging will not be available.
- warning: Unable to find libthread_db matching inferior's thread library, 
thread debugging will not be available.
- warning: Unable to find libthread_db matching inferior's thread library, 
thread debugging will not be available.


This is with:

GNU gdb (GDB) 7.1-1mdv2010.1 (Mandriva Linux release 2010.1)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-mandriva-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.

--
assignee: dmalcolm
components: Tests
messages: 104810
nosy: dmalcolm, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: test_gdb failures
type: behavior
versions: Python 2.7, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8600
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com