Unwinders (like libc's backtrace()) can call their own locks (like the
libdl lock). We need to let the unwinder release the locks before
forking. Wrap a new lock around the unwinder for atfork protection.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo