X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,RP_MATCHES_RCVD,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Message-ID: <4E9AB98E.3020105@cornell.edu> Date: Sun, 16 Oct 2011 07:01:34 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: cygwin Subject: gdb 7.3.50-2 crash Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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