Update of bug #17288 (project gluster): Status: Fixed => In Progress _______________________________________________________ Follow-up Comment #3: the fix is not complete. argc calculation to fuse_main has to be calculated. the previous sizeof() will not work for calculating argc now since argv is not a fixed array, but dynamic. below is the line which will fail -- glusterfs-fops.c:glusterfs_mount() - return fuse_main ((sizeof (argv) / sizeof (char *)) - 1, argv, &glusterfs_fops); _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=17288> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/