- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the warning to many memory leaks in my app. But the memory leaks are to 99 % not in my app. The leaks are in system dlls like crypt32.dll cyrptsp.dll kernel.dll, ...
What can i do, that this dlls not analysed.
I tried to exclude the modules in the Project poperties page, but this did not help.
I add my XE Results file
Thanks for help
What can i do, that this dlls not analysed.
I tried to exclude the modules in the Project poperties page, but this did not help.
I add my XE Results file
Thanks for help
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting storchy
...
But the memory leaks are to 99 % not in my app. The leaks are in system dlls like crypt32.dll cyrptsp.dll kernel.dll,
...
But the memory leaks are to 99 % not in my app. The leaks are in system dlls like crypt32.dll cyrptsp.dll kernel.dll,
...
If you're referring to Microsoft's DLLs it ishard to believe that these DLLs have any Memory Leaks. Of
course, Microsoft OSs are not perfect but it is simply impossible that, for example, crypt32.dll has some
Memory Leaks related problem.
Could you provide a log-file? What is your OS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use "include" mode, for example:
inspxe-cl -collect mi1 -module-filter-mode=include -module-filter=foo.exe -- foo.exe
Regards, Peter
Not applicable
09-20-2012
07:43 PM
613 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page