New submission from Phil Muldoon:

(gdb) py-bt

#2 Frame 0xef8180, for file <string>, line 1, in <module> ()
Python Exception <type 'exceptions.IOError'> (2, 'No such file or directory', 
'<string>'): 
Error occurred in Python command: (2, 'No such file or directory', '<string>')

This is the actual raw frame data:

#0  frapy_pc (self=<gdb.Frame at remote 0x7ffff1ab28b0>, args=0x0) at 
../../gdb/gdb/python/py-frame.c:223
#1  0x0000003edf4dcfd6 in call_function (oparg=<optimized out>, 
pp_stack=0x7fffffffd378) at /usr/src/debug/Python-2.7.3/Python/ceval.c:4082
#2  PyEval_EvalFrameEx (f=f@entry=Frame 0xef8180, for file <string>, line 1, in 
<module> (), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.3/Python/ceval.c:2740
#3  0x0000003edf4ddcbf in PyEval_EvalCodeEx (
During symbol reading, Multiple children of DIE 0x3904c refer to DIE 0x38d87 as 
their abstract origin.
co=co@entry=0x7ffff1adb8b0, globals=globals@entry=
    {'g': <gdb.Frame at remote 0x7ffff1ab28b0>, '__builtins__': <module at 
remote 0x7ffff1ba9ad0>, 'GdbRemoveReadlineFinder': <classobj at remote 
0x7ffff1ac81f0>, '__package__': None, 'sys': <module at remote 0x7ffff1ba9b78>, 
'gdb': <module at remote 0x7ffff1af2130>, '__name__': '__main__', '__doc__': 
None}, locals=locals@entry=
    {'g': <gdb.Frame at remote 0x7ffff1ab28b0>, '__builtins__': <module at 
remote 0x7ffff1ba9ad0>, 'GdbRemoveReadlineFinder': <classobj at remote 
0x7ffff1ac81f0>, '__package__': None, 'sys': <module at remote 0x7ffff1ba9b78>, 
'gdb': <module at remote 0x7ffff1af2130>, '__name__': '__main__', '__doc__': 
None}, args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, 
kwcount=kwcount@entry=0, defs=defs@entry=0x0, 
    defcount=defcount@entry=0, closure=closure@entry=0x0) at 
/usr/src/debug/Python-2.7.3/Python/ceval.c:3330

----------
components: Demos and Tools
messages: 191131
nosy: dmalcolm, pmuldoon
priority: normal
severity: normal
status: open
title: py-bt errors on backtrace
type: crash
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18213>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to