This is the mail archive of the gdb@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]

long_long.exp FAIL problem


Hello,

long_long.exp ERROR when running GDB testsuite. It always show "Process no 
longer exists".
But, it is confused that this test pattern PASS sometimes and ERROR other 
times. 
The following is segment of testing sequence. 

p/f *(long long *)ll^M
$65 = 3.5127005640885037e-303^M
(gdb) PASS: gdb.base/long_long.exp: p/f *(long long *)ll
p/c *(long long *)ll^M
$66 = -17 'ERROR: Process no longer exists
UNRESOLVED: gdb.base/long_long.exp: p/c *(long long *)ll
ERROR: Couldn't send x/w w to GDB.
UNRESOLVED: gdb.base/long_long.exp: set examine size to w
ERROR: Couldn't send x/x w to GDB.
UNRESOLVED: gdb.base/long_long.exp: x/x w
ERROR: Couldn't send x/d w to GDB.

DejaGNU version is as follows.
Expect version is       5.43.0
Tcl version is          8.4
Framework version is    1.4.99


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]