Skip to main content

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

Simeon Andreev wrote:
> 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?

I don't have any generic debugging advice, but my first suspicion is that it might be a binary parser. If this is a managed project that has this setting, try going to Project Properties > C/C++ Build > Settings > Binary Parsers and disabling everything. See if that makes the symptom go away. If so, that doesn't solve the problem, but you know where to look more closely.

(We disabled the ELF parser in our toolchain definition because it annoyed us for other reasons.)

 -Christian



Back to the top