This is the mail archive of the gdb-prs@sources.redhat.com 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]

Re: gdb/334: gdb 5.1.1, gcc HEAD, -gstabs+ fails on gdb.base/interrupt.exp


The following reply was made to PR gdb/334; it has been noted by GNATS.

From: Michael Elizabeth Chastain <mec@shout.net>
To: drow@mvista.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: gdb/334: gdb 5.1.1, gcc HEAD, -gstabs+ fails on gdb.base/interrupt.exp
Date: Mon, 4 Feb 2002 21:47:47 -0600

 The program fails the same way when executed by hand.
 
 gdb HEAD passes the test suite so I am not going to worry about this,
 especially if it is likely to be a test system artifact.
 
 Michael C
 
   (gdb) continue
   Continuing.
   talk to me baby
   a
   a
 
   Program received signal SIGINT, Interrupt.
   0x4012f544 in __libc_read () from /lib/i686/libc.so.6
   (gdb) p func1()
   $1 = 4
   (gdb) p func1()
   $2 = 4
   (gdb) continue
   Continuing.
   Unknown error 512


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