From owner-freebsd-current@FreeBSD.ORG Wed Aug 10 19:04:48 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 351D0106564A for ; Wed, 10 Aug 2011 19:04:48 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id EA1648FC16 for ; Wed, 10 Aug 2011 19:04:47 +0000 (UTC) Received: by qwc9 with SMTP id 9so940045qwc.13 for ; Wed, 10 Aug 2011 12:04:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=lhERUu0ifBOFrdFc/e+OBjhdyBF38vid0Sixt9G1ZgY=; b=qTFkMcXqSsqC1UPOiqZrbGlBIMNyyNI1mfOd16zF6Ld3+fWzFMf6kHcJYK7El4MNGA 5IVMZid9FDco8tJkqwPcmlHyC6ZdTAfeKTw/DWw09rcFZa++q1PuxXyMht4A7bXmxBah CJ1l1PYgMxIfMhmh8LCMUnifJdy/a1ityA+/k= MIME-Version: 1.0 Received: by 10.229.183.84 with SMTP id cf20mr6631619qcb.121.1313003087216; Wed, 10 Aug 2011 12:04:47 -0700 (PDT) Received: by 10.229.222.83 with HTTP; Wed, 10 Aug 2011 12:04:47 -0700 (PDT) Date: Wed, 10 Aug 2011 12:04:47 -0700 Message-ID: From: Navdeep Parhar To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: duplicate output when dumping from ddb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2011 19:04:48 -0000 "dump" or "call doadump" from within ddb display duplicate output. This is with a serial console. I have console="comconsole,vidconsole" in /boot/loader.conf and "-D -S115200" in /boot.config. db> dump Dumping 1883 out of 12255 MB:Dumping 1883 out of 12255 MB:..1%..1%..11%..11%..21%..21%..31%..31%..41%..41%..51%..51%..61%..61%..71%..71%..81%..81%..91%..91% Dump complete Dump complete db> Something seems to have changed in the last couple of months or so. Regards, Navdeep