Hide Forgot
Created attachment 506031 [details] Strace log Description of problem: # mount /tmp Segmentation fault Version-Release number of selected component (if applicable): util-linux-2.19.1-1.fc15.x86_64 How reproducible: Always Steps to Reproduce: Put this is /etc/fstab and try to mount: tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 The mode=1777 causes mount to segfault. Actual results: Segfault Expected results: Mount or at least fail gracefully. Additional info: # mount /boot # mount /tmp Segmentation fault # strace -o /boot/strace.log mount /tmp Segmentation fault Strace log attached
I cannot reproduce this problem. Please, try to call mount(8) from debugger, # debuginfo-install util-linux # gdb /bin/mount > run /tmp ... Segmentation fault > bt and add the backtrace to the bugzilla. It would be also nice to have debug output from libmount, it's simple: # LIBMOUNT_DEBUG=0xffff mount /tmp Thanks!
This seems like duplicate to #707035.