From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 9 16:19:04 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDFA916A4CE for ; Thu, 9 Sep 2004 16:19:04 +0000 (GMT) Received: from it.muds.net (220-134-153-8.HINET-IP.hinet.net [220.134.153.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDDA43D4C for ; Thu, 9 Sep 2004 16:19:04 +0000 (GMT) (envelope-from uranus@it.muds.net) Received: from uranus (218-171-137-151.dynamic.hinet.net [218.171.137.151]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by it.muds.net (Postfix) with ESMTP id D1A8E41CA for ; Fri, 10 Sep 2004 00:18:57 +0800 (CST) Message-ID: <000501c49688$b55aec50$0201a8c0@uranus> From: "Tseng, Ling-hua" To: Date: Fri, 10 Sep 2004 00:18:51 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: "gdb console" of ddd is broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 16:19:04 -0000 > Il Mer, 2004-09-08 alle 11:20, Tseng, Ling-hua ha scritto: > > My OS: FreeBSD 5.2-current ~ FreeBSD 5.3-BETA3 > > Desktop: KDE 3.2.3 ~ KDE 3.3 > > > > The ddd sent out the null string automatically while I input any 2 > > characters in the gdb console (without input "enter"). > > Although I input 1 character and then input "enter", it also sent null > > string. > What version of ddd are you using? > Please, can you give me more information about the bug? > I've tried to reproduce it using the last version (3.3.9) but everything > seems to be okay. > > Sergio. My ddd version is 3.3.9 and I have the same problem since ddd 3.3.8). Here is a screen shot: http://it.muds.net/~uranus/temp/ddd.png. And I can reproduce it by the following steps: 1. I want to type "run" in the gdb console and just type it. 2. It "auto" showed the message: Undefined command: "". Try "help" while I inputting the first 2 chars "ru" without hitting the "enter" key. 3. I input 1 char "b" and hit "enter" key in the gdb console. 4. It also showed the message to me: Undefined command: "". Try "help".