On 26 May 2014, at 16:25, Nicolas Joly <[email protected]> wrote: > > Hi, > > While testing some linux binary, i encountered a reproductible lock > error when the program issued the following mknod call on a tmpfs > mount : > > mknod("dummy", S_IFMT|0666, 0);
You try to create a bad sector on tmpfs -- see do_sys_mknodat() for details. More analysis when cvs.netbsd.org is back again. -- J. Hannken-Illjes - [email protected] - TU Braunschweig (Germany)
