Created attachment 320090 [details] strace mount -l output Description of problem: mount -l crashes with a Segmentation fault. Version-Release number of selected component (if applicable): util-linux-ng-2.13.1-8.3.fc9.x86_64 How reproducible: always Steps to Reproduce: 1. mount -l Actual results: # mount -l /dev/mapper/garibaldi-root on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) Segmentation fault (core dumped) Expected results: no crash Additional info: Core was generated by `mount -l'. Program terminated with signal 11, Segmentation fault. [New process 3773] #0 0x00000000009d99c2 in strcmp () from /lib64/libc-2.8.so (gdb) bt #0 0x00000000009d99c2 in strcmp () from /lib64/libc-2.8.so #1 0x00000000003323c2 in blkid_get_dev (cache=<value optimized out>, devname=<value optimized out>, flags=<value optimized out>) at devname.c:99 #2 0x0000000000335c3d in blkid_get_tag_value (cache=<value optimized out>, tagname=<value optimized out>, devname=<value optimized out>) at resolve.c:45 #3 0x00007f159d8ba398 in print_one (me=<value optimized out>) at mount.c:260 #4 0x00007f159d8bddde in main (argc=<value optimized out>, argv=<value optimized out>) at mount.c:280
Created attachment 320091 [details] /etc/mtab
Created attachment 320092 [details] /etc/blkid/blkid.tab
Eric, backport the below patch to F9, please. commit bb47c2a4aff6ec6b9be7f30cd04cf7c858a84de4 Author: Theodore Ts'o <tytso> Date: Sun Jul 13 19:10:10 2008 -0400 libblkid: Make sure we never reference a null dev->bid_type
Karel, thanks. I have a few other e2fsprogs open on F9 that are solved upstream, I'll bring 1.41.3 back now I think.
e2fsprogs-1.41.3-2.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/e2fsprogs-1.41.3-2.fc9
e2fsprogs-1.41.3-2.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update e2fsprogs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8884
i tried yum --enablerepo=updates-testing update e2fsprogs as root but yum says no package to be updated, but the version installed (with yum info) is 1.41.0 release 2.fc9
I see e2fsprogs-1.41.3-2.fc9.x86_64.rpm on, for example, the facebook mirror, so perhaps your mirror just isn't updated quite yet? -Eric
*** Bug 467706 has been marked as a duplicate of this bug. ***
The new e2fsprogs fixes this problem for me.
e2fsprogs-1.41.3-2.fc9.x86_64 seems to fix this issue for me. (In reply to comment #7) Try yum --enablerepo=updates-testing-newkey update e2fsprogs
*** Bug 468011 has been marked as a duplicate of this bug. ***
e2fsprogs-1.41.3-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.