This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/11407] -stack-list-locals should catch python exceptions and return the error per variable


------- Additional Comments From pmuldoon at redhat dot com  2010-06-18 08:36 -------
The problem is not specific to Python, this can happen anywhere within GDB. 
Python is good at showing these bugs.  There is, imo, a GDB exception not being
handled correctly somewhere within the value printing code.  It has to be caught
and handled much closer to the exception source that my original patch (posted
here).  I'm working on a patch for this today, so hopefully we might see some
relief from it soon.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11407

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]