public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* gdb 7.3.50-2 crash
@ 2011-10-16 11:01 Ken Brown
  2011-10-27 12:11 ` Ken Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Ken Brown @ 2011-10-16 11:01 UTC (permalink / raw)
  To: cygwin

gdb 7.3.50-2 crashes with a segfault if a file is loaded and the 
following two command lines are sent:

server interpreter mi "-file-list-exec-source-files"
server list

To reproduce, run `gdb t.exe' and then type in those two lines.  Here 
t.exe can be any executable, I think.  I tried several and got the crash 
every time.  Specifically, it happens with a standard "Hello, world!" 
program:

$ cat t.c
#include <stdio.h>
int main(void)
{
  printf("Hello World\n");
  return 0;
}

This crash explains the problem reported in

   http://cygwin.com/ml/cygwin/2011-09/msg00172.html

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-27 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-16 11:01 gdb 7.3.50-2 crash Ken Brown
2011-10-27 12:11 ` Ken Brown
2011-10-27 19:55   ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).