dd segfault
Bug #64527 reported by
a.sappia
This bug report is a duplicate of:
Bug #42264: language pack po files drop cflag comment which causes segfaults in e. g. 'dd'.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
coreutils (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: coreutils
try
# dd if=/dev/zero of=/var/
720+0 records in
720+0 records out
Segmentation fault
#
as I tried this happens just on ubuntu coreutils version...
SegFault may brings security related issues.
To post a comment you must log in.
A couple of questions for you?
- What version of ubuntu are you using?
- 32 or 64 bit? or powerpc?
- Does it work if you just do the following in your home directory, as you?
$ dd if=/dev/zero of=blank.img bs=1k count=720
I was able to run the command without any problems on i386 and powerpc, as root and as a user.
$ dd if=/dev/zero of=/var/ tmp/blank. img bs=1k count=720
720+0 records in
720+0 records out
737280 bytes (737 kB) copied, 0.010394 seconds, 70.9 MB/s