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/17015] New: gdb.trace/collection.exp failures


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

            Bug ID: 17015
           Summary: gdb.trace/collection.exp failures
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: palves at redhat dot com

I'm seeing these on current mainline (1913f16), against native-gdbserver.exp,
on Fedora 20:

 Running ../../../src/gdb/testsuite/gdb.trace/collection.exp ...
 FAIL: gdb.trace/collection.exp: collect register locals collectively: start
trace experiment
 FAIL: gdb.trace/collection.exp: collect register locals collectively: tfind
test frame
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local char
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local int
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local float
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local double
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local member char
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local member int
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local member float
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected local member double
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected locarray #0
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected locarray #1
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected locarray #2
 FAIL: gdb.trace/collection.exp: collect register locals collectively:
collected locarray #3
 FAIL: gdb.trace/collection.exp: collect register locals individually: define
actions
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local char
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local int
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local float
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local double
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local member char
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local member int
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local member float
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected local member double
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected locarray #0
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected locarray #1
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected locarray #2
 FAIL: gdb.trace/collection.exp: collect register locals individually:
collected locarray #3

gdb.log shows:

Breakpoint 2, begin () at ../../../src/gdb/testsuite/gdb.trace/collection.c:75
75    }
(gdb) PASS: gdb.trace/collection.exp: collect register locals collectively:
advance to begin
tstart
Expression pieces exceed word size
(gdb) FAIL: gdb.trace/collection.exp: collect register locals collectively:
start trace experiment
continue
Continuing.

Breakpoint 3, end () at ../../../src/gdb/testsuite/gdb.trace/collection.c:79
79    }
(gdb) PASS: gdb.trace/collection.exp: collect register locals collectively: run
trace experiment
tstop
Trace is not running.
(gdb) PASS: gdb.trace/collection.exp: collect register locals collectively:
stop trace experiment
tfind start
Target failed to find requested trace frame.
(gdb) FAIL: gdb.trace/collection.exp: collect register locals collectively:
tfind test frame

So the culprit is "Expression pieces exceed word size", the rest are cascading
failures.

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