Your message dated Sat, 26 Jan 2008 17:14:05 -0500
with message-id <[EMAIL PROTECTED]>
and subject line fileutils: infinite loop in dd
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: fileutils
Version: 4.1-7
Severity: normal

dd is looping over these system calls:

read(0, 0x8053000, 8192)                = -1 EIO (Input/output error)
write(2, "dd: ", 4)                     = 4
write(2, "reading `/dev/cdrom\'", 20)   = 20
write(2, ": Input/output error", 20)    = 20
write(2, "\n", 1)                       = 1
write(2, "entrati 69342+1 record\n", 23) = 23
write(2, "usciti 69342+1 record\n", 22) = 22
_llseek(0, 8192, 0xbffff794, SEEK_CUR)  = -1 EINVAL (Invalid argument)

The command line was:

dd if=/dev/cdrom of=cd.iso conv=noerror bs=8192

-- System Information
Debian Release: 3.0
Kernel Version: Linux wonderland 2.4.16 #6 Sun Dec 16 14:08:32 CET 2001 i686 
unknown

Versions of the packages fileutils depends on:
ii  libc6          2.2.4-7        GNU C Library: Shared libraries and Timezone


--- End Message ---
--- Begin Message --- Well, if it can't be reproduced it'll be hard to fix/debug. I have used dd successfully on media with bad sectors. It's possible that there was another bug (like a kernel bug) here, or that an older version of dd had issues. Bug can be reopened if it recurs.

Mike Stone


--- End Message ---

Reply via email to