gdb 7.3.50-2 crash

2011-10-16 Thread Ken Brown
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 a

Re: gdb 7.3.50-2 crash

2011-10-27 Thread Ken Brown
On 10/16/2011 7:01 AM, Ken Brown wrote: 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 I don't know if it helps, but I've modified the STC from http://cygwin.com/ml/cygwin/

Re: gdb 7.3.50-2 crash

2011-10-27 Thread Christopher Faylor
On Thu, Oct 27, 2011 at 08:11:39AM -0400, Ken Brown wrote: >On 10/16/2011 7:01 AM, Ken Brown wrote: >> 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 > >I don't know