[issue8482] test_gdb, gdb/libpython.py: Unable to read information on python frame

2010-07-08 Thread Dave Malcolm

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

 test_gdb fails (Unable to read information on python frame) on my i386 
 computer (32 bits) with -O1 (but it doesn't with -O0). I'm using Debian
 Sid: gcc 4.4.3 and gdb 7.1.
This should be fixed now that issue 8605 is resolved: we now skip test_gdb if 
the compiler optimization level is above -O0

--
resolution:  - fixed
stage: needs patch - committed/rejected

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



[issue8482] test_gdb, gdb/libpython.py: Unable to read information on python frame

2010-07-08 Thread Dave Malcolm

Changes by Dave Malcolm dmalc...@redhat.com:


--
status: open - closed

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



[issue8482] test_gdb, gdb/libpython.py: Unable to read information on python frame

2010-06-05 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti

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



[issue8482] test_gdb, gdb/libpython.py: Unable to read information on python frame

2010-04-22 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

 the issue is that on 64-bit gcc builds with enough optimization, 
 the argument PyFrameObject *f is passed as a register, 
 and that gets clobbered at various locations within the
 implementation of PyEval_EvalFrameEx.

test_gdb fails (Unable to read information on python frame) on my i386 computer 
(32 bits) with -O1 (but it doesn't with -O0). I'm using Debian Sid: gcc 4.4.3 
and gdb 7.1.

--
title: test_gdb - (unable to read python frame information) mismatch - 
test_gdb, gdb/libpython.py: Unable to read information on python frame

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