https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029

--- Comment #34 from Don Lewis <truck...@freebsd.org> ---
I'm pretty sure that the "Cannot open `.'" error is not Ryzen-specific.  It's
coming from:

        if (node->tn_links < 1)
                return (ENOENT);

in tmpfs_open().

Basically the current directory is getting deleted out from under make.  I
think that UFS handles this more gracefully, but NFS and tmpfs don't.  This
doesn't show up with ryzen_stress_test because it starts each iteration with a
fresh tmpfs OBJDIR, whereas in my testing I reuse the same OBJDIR each time.

I think it is fixed by the build framework change in r321445.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to