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



The following reply was made to PR kern/47974; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: Nicolas Joly <njoly%pasteur.fr@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, kern-bug-people%netbsd.org@localhost,
        gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, 
reinoud%NetBSD.org@localhost
Subject: Re: kern/47974: udf tests fail due to interaction with rump
Date: Sun, 30 Jun 2013 16:58:47 +0200

 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