Bug 467706 - mount -l segfaults
Summary: mount -l segfaults
Keywords:
Status: CLOSED DUPLICATE of bug 466619
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux-ng
Version: 9
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-20 12:51 UTC by Ralf Corsepius
Modified: 2008-10-20 20:49 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-10-20 20:49:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ralf Corsepius 2008-10-20 12:51:17 UTC
Description of problem:

# mount -l
/dev/mapper/VolGroup00-LogVol00 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)

Version-Release number of selected component (if applicable):
util-linux-ng-2.13.1-8.3.fc9.x86_64

How reproducible:
Always.

Additional info:

# gdb /bin/mount core.3710 
GNU gdb Fedora (6.8-22.fc9)
...
Core was generated by `mount -l'.
Program terminated with signal 11, Segmentation fault.
[New process 3710]
#0  0x00000000009d99c2 in strcmp () from /lib64/libc-2.8.so
(gdb) where
#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  0x00007f32925f6398 in print_one (me=<value optimized out>) at mount.c:260
#4  0x00007f32925f9dde in main (argc=<value optimized out>, argv=<value optimized out>) at mount.c:280

Comment 1 Karel Zak 2008-10-20 20:49:44 UTC

*** This bug has been marked as a duplicate of bug 466619 ***


Note You need to log in before you can comment on or make changes to this bug.