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 gdb/13669] New: Infinite recursion in cp_print_value_fields


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

             Bug #: 13669
           Summary: Infinite recursion in cp_print_value_fields
           Product: gdb
           Version: 7.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: orgads@gmail.com
    Classification: Unclassified


Created attachment 6199
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6199
Stack trace

cp_print_value_fields calls cp_print_static_field (cp-valprint.c:357), which in
turn calls cp_print_value_fields (cp-valprint.c:670).

I couldn't find a MWE, but this causes under some circumstances infinite
recursion...

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