https://bugzilla.novell.com/show_bug.cgi?id=714151 https://bugzilla.novell.com/show_bug.cgi?id=714151#c6 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@suse.com AssignedTo|nfbrown@suse.com |puzel@suse.com --- Comment #6 from Neil Brown <nfbrown@suse.com> 2011-09-08 21:34:34 UTC --- Yes, definitely a bug in util-linux. In sysfs_init in particular (in lib/sysfs.c) If the 'open' fails we 'goto err' which runs 'sysfs_deinit()' on a 'cxt' which hasn't been fully initialised. The 'dir_fd' is still 0, so sysfs_deinit calls "close(0)" is confused things. Fix is o set dir_fd to -1 immediately after the memset in sysfs_init. I'll this over the Petr - util-linux maintainer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.