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 c++/16435] New: Assertion `!value_lazy (var->value)' failed


https://sourceware.org/bugzilla/show_bug.cgi?id=16435

            Bug ID: 16435
           Summary: Assertion `!value_lazy (var->value)' failed
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
          Assignee: unassigned at sourceware dot org
          Reporter: szotsaki at gmail dot com

Created attachment 7349
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7349&action=edit
C++ code which causes GDB to crash in line 18

I debug a C++ algorithm in Eclipse with GDB. With the attached code I can
reliably reproduce the following GDB crash:

../../gdb/varobj.c:3548: internal-error: c_value_of_variable: Assertion
`!value_lazy (var->value)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

Versions:
OS: openSUSE 13.1
GDB: 7.6.50.20130731
GCC: 4.8.1

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