GNU bug report logs - #12794
Bug in dd: it sends wrong messages to stderr

Previous Next

Package: coreutils;

Reported by: Ganton <kubry <at> terra.com>

Date: Sat, 3 Nov 2012 17:46:01 UTC

Severity: normal

Tags: notabug

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ganton <kubry <at> terra.com>
To: 12794 <at> debbugs.gnu.org
Subject: bug#12794: Bug in dd: it sends wrong messages to stderr
Date: Sat, 3 Nov 2012 16:28:49 +0100
Dear sirs:

I send you a bug report.

# DESCRIPTION

Bug in dd: it sends wrong messages to stderr.

For example, when I do backups, I see "errors" from dd... that really aren't. 

# WAY TO REPRODUCE THE BUG

A user can execute:
   partition=$(mount | awk '$2=="on" && $3=="/" {print $1}')
   sudo dd if="$partition" of=/tmp/copseg.dd count=1 bs=512 >/dev/null
and then he sees something like this in his screen:
  1+0 records in
  1+0 records out
  512 bytes (512 B) copied, 0,000129625 s, 3,9 MB/s

# EXPECTED RESULTS:

The user should see nothing, as there was no error and stdout was redirected 
to /dev/null.





This bug report was last modified 12 years and 250 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.