https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256592
Edward Tomasz Napierala <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #2 from Edward Tomasz Napierala <[email protected]> --- Can you try something like this: # dtrace -n 'autofs_trigger_vn:entry { stack(); ustack(); }' And then run your test in another terminal and observe the output? It should make it evident what is triggering it. -- You are receiving this mail because: You are the assignee for the bug.
