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/14363] New: Pretty-Printing of cyclic referencesproduces infinite recursion


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

             Bug #: 14363
           Summary: Pretty-Printing of cyclic references produces infinite
                    recursion
           Product: gdb
           Version: 7.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: oliver.buchtala@googlemail.com
    Classification: Unclassified


I have a struct Hash which can contain Hashes as values.
This way one can produce a cyclic reference adding two hashes to each other.

Such a cyclic produces an infinite recursion during pretty-printing of
children.

-- 
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]