mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Add some instrumentation for debugging GC leaks
This commit is contained in:
parent
d37d012774
commit
6e5b02bee4
4 changed files with 59 additions and 0 deletions
|
@ -86,6 +86,8 @@ void processExpr(EvalState & state, const Strings & attrPaths,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
state.printCanaries();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue