[Bug 25147] New: remote lldb-XXXXXX.expr temporary files when we are done with them

Bug ID 25147
Summary remote lldb-XXXXXX.expr temporary files when we are done with them
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter labath@google.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified

lldb leaves a lldb-*.expr file behind (I think) after every expression
evaluation. These files should be removed when we are done with them. Leaving
those around makes a mess of the /tmp folder and has already stopped our
buildbot from functioning once due to lack of disk space when /tmp filled up.

labath@google.com changed bug 25147

What | Removed | Added |

Comment # 2 on bug 25147 from labath@google.com

Thanks for the explanation. I have now figured out what was going on. On linux,
the computation of the temp directory failed, which caused all of these files
to be placed in /tmp (and not deleted). I'll have something up for review
shortly.