NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/47974: udf tests fail due to interaction with rump



On Sun, Jun 30, 2013 at 04:36:57PM +0200, Nicolas Joly wrote:
> Shouldn't ta_uargs be of type udf_args not ufs_args ?

That helps a bit, but the args also need initialization:

(gdb) 
349             if (args->version != 1) {
(gdb) 
350                     printf("mount_udf: unrecognized argument structure 
version\n");
(gdb) print *args
$3 = {version = 0, fspec = 0x7f7ff77a7050 "/dev/device0.udf", sessionnr = 0, 
  udfmflags = 0, gmtoff = 0, anon_uid = 0, anon_gid = 0, nobody_uid = 0, 
  nobody_gid = 0, sector_size = 0, reserved = '\000' <repeats 31 times>}


Martin


Home | Main Index | Thread Index | Old Index