From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13145 invoked by alias); 15 Oct 2007 14:11:39 -0000 Received: (qmail 13098 invoked by uid 22791); 15 Oct 2007 14:11:20 -0000 X-Spam-Check-By: sourceware.org Received: from smtp30.poczta.onet.pl (HELO smtp30.poczta.onet.pl) (213.180.130.142) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Oct 2007 14:11:17 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:2752 "EHLO [10.0.0.62]" rhost-flags-OK-OK-OK-FAIL) by ps30.test.onet.pl with ESMTPA id S184560903AbXJOOLN43kqU (ORCPT ); Mon, 15 Oct 2007 16:11:13 +0200 Message-ID: <47137501.5030108@poczta.onet.pl> Date: Mon, 15 Oct 2007 14:11:00 -0000 From: Bogdan Slusarczyk User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: gdb@sourceware.org Subject: [gdb6.6/6.7] undefined/not implemented MI command causes gdb crash (windows/linux) Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00111.txt.bz2 Hi, I have annoying problem with gdb6.6/6.7. I run 'gdb -i mi', and type 'dummy' (is not defined) alternately with '-target-attach' (is not implemented). I get gdb crash each time (with others not defined/not implemented commands too). Can you reproduce this problem? Regards Bogdan PS. I tried gdb6.3 - it's ok.