You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should address a weird segmentation fault issue we have seen
during logging shutdown with older versions of the glog library.
I'm also disabling symlinks with SetLogSymlink(), to prevent the
duplicate "UNKNOWN.INFO" logfile. Doing so also helps with FreeBSD,
because there was an issue with std::filesystem::remove_all (used in our
unit test) which was fixed only recently, causing it to error out due to
the dangling symlinks: llvm/llvm-project#79540
Bug: b/352597329
Change-Id: Ie4faf2740e8eabc7f9dda9127f571084f1a510b3
0 commit comments