From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14443 invoked by alias); 15 Oct 2007 14:13:46 -0000 Received: (qmail 14386 invoked by uid 22791); 15 Oct 2007 14:13:41 -0000 X-Spam-Check-By: sourceware.org Received: from smtp9.poczta.onet.pl (HELO smtp9.poczta.onet.pl) (213.180.130.49) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Oct 2007 14:13:37 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:2778 "EHLO [10.0.0.62]" rhost-flags-OK-OK-OK-FAIL) by ps9.test.onet.pl with ESMTPA id S184564932AbXJOONeovs4Y (ORCPT ); Mon, 15 Oct 2007 16:13:34 +0200 Message-ID: <4713758E.6040807@op.pl> Date: Mon, 15 Oct 2007 14:13: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 X-IsSubscribed: yes 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/msg00112.txt.bz2 Hi, I have annoying problem with gdb6.6/6.7. I run 'gdb -i mi', and type for example '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've tried gdb6.3 - it's ok.