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