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
I'm running into an issue where CVise fills up the temp directory on my Windows system completely and where I have to wipe it manually. It looks like CVise is not very good at immediately cleaning up the temporary directories it's creating, which leaves a lot of data behind. With some long running passes this sometimes means my disk fills up completely. The passes are long running, because I'm trying to reduce a C++ source file that is about 30MB in size.
At the moment, for example, I see a directory cvise-ClangBinarySearchPass-replace-function-def-with-decl-qw57m91m which is about 70GB in size, and contains more than 4000 subdirectories.
I happily help debug and fix the problem, but I'll need some pointers on where to start with that.
The text was updated successfully, but these errors were encountered:
I'm running into an issue where CVise fills up the temp directory on my Windows system completely and where I have to wipe it manually. It looks like CVise is not very good at immediately cleaning up the temporary directories it's creating, which leaves a lot of data behind. With some long running passes this sometimes means my disk fills up completely. The passes are long running, because I'm trying to reduce a C++ source file that is about 30MB in size.
At the moment, for example, I see a directory
cvise-ClangBinarySearchPass-replace-function-def-with-decl-qw57m91m
which is about 70GB in size, and contains more than 4000 subdirectories.I happily help debug and fix the problem, but I'll need some pointers on where to start with that.
The text was updated successfully, but these errors were encountered: