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/21165] New: [8.0 Regression] FAIL: gdb.ada/info_locals_renaming.exp: info locals (GDB internal error)


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

            Bug ID: 21165
           Summary: [8.0 Regression] FAIL:
                    gdb.ada/info_locals_renaming.exp: info locals (GDB
                    internal error)
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: palves at redhat dot com
  Target Milestone: ---

Diffing current master (7.12.50.20170215-git) gdb.sum against a log from
20161209, I see this regression:

 -PASS: gdb.ada/info_locals_renaming.exp: compilation foo.adb 
 -FAIL: gdb.ada/info_locals_renaming.exp: info locals (GDB internal error) 

gdb.log shows:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(gdb) info locals
gv = /home/pedro/gdb/mygit/src/gdb/value.c:372: internal-error: int
value_bits_any_optimized_out(const value*, int, int): Assertion `!value->lazy'
failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) FAIL: gdb.ada/info_locals_renaming.exp:
info locals (GDB internal error)
Resyncing due to internal error.
n

This is a bug, please report it.  For instructions, see:
<http://www.gnu.org/software/gdb/bugs/>.

/home/pedro/gdb/mygit/src/gdb/value.c:372: internal-error: int
value_bits_any_optimized_out(const value*, int, int): Assertion `!value->lazy'
failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) n

(gdb) testcase
/home/pedro/gdb/mygit/src/gdb/testsuite/gdb.ada/info_locals_renaming.exp
completed in 1 seconds
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bisecting points at:

e8b24d9ff5b9419fc079f5fe975fac6f499f8bfb is the first bad commit
commit e8b24d9ff5b9419fc079f5fe975fac6f499f8bfb
Author: Yao Qi <yao.qi@linaro.org>
Date:   Tue Nov 8 16:02:42 2016 +0000

    Remove parameter valaddr from la_val_print

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