Package: coreutils Version: 7.4-2 Severity: normal When I try to move a file from /tmp, the command segfaults:
step...@sdlaptop:~$ mv /tmp/foo bar Segmentation fault (core dumped) The file has been copied to the destination, but the source is still there. When I try it in gdb, I get the following output: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f7e312cc760 (LWP 15818)] 0x00007f7e30ab13d6 in attr_copy_fd () from /lib/libattr.so.1 (gdb) bt #0 0x00007f7e30ab13d6 in attr_copy_fd () from /lib/libattr.so.1 #1 0x0000000000409759 in ?? () #2 0x0000000000409bff in ?? () #3 0x0000000000402ccd in ?? () #4 0x0000000000403787 in ?? () #5 0x00007f7e3077c5c6 in __libc_start_main () from /lib/libc.so.6 #6 0x0000000000402bd9 in ?? () #7 0x00007ffffeacf878 in ?? () #8 0x000000000000001c in ?? () #9 0x0000000000000003 in ?? () #10 0x00007ffffead15f6 in ?? () #11 0x00007ffffead15fe in ?? () #12 0x00007ffffead1607 in ?? () #13 0x0000000000000000 in ?? () I hope this is useful. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (450, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30.4 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages coreutils depends on: ii libacl1 2.2.47-3 Access control list shared library ii libattr1 1:2.4.43-3 Extended attribute shared library ii libc6 2.9-23 GNU C Library: Shared libraries ii libselinux1 2.0.82-1 SELinux shared libraries coreutils recommends no packages. coreutils suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

