Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Debug CDT file resource leaks

Hi all,

we've noticed that our CDT-based projects sometimes leak file descriptors. I see .so files constantly reported as open by lsof. We noticed this when attempting to delete a CDT-based project, while that project was on a network mounted location (we are on Linux). This then fails, due to having the .so file descriptors open.

We observe this without having executed actual C/C++ code that would use the .so files.

Is there any tracing option that I can use, to find out which code opens/locks the .so files? Or is there an alternative to tracing? Are there known bugs?

Best regards and thanks,
Simeon

Back to the top