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/12425] Confusing python backtrace on iterator end


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

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2011-01-28 17:17:54 UTC ---
With cvs head gdb I get:

(gdb) p it
$1 = {
  first = 
    <error reading variable: Cannot access memory at address 0xfffffff5>, 
  second = {
    a = 134524960, 
    b = 1
  }
}

I think that seems a lot more reasonable.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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