Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5074 Discussions

ISWSHEX.dll memory leak and kernal resource leak

bmchenry
New Contributor II
394 Views
compiling a control C++ program calling a Fortran XE program.
Just strarting evaluation of XE Inspector and came across ISWSHEX.sll being noted as having leaks, etc
that DLL (on an internet search) is related to ZoneAlarm security monitoring of program (i guess)
so i turned off ZoneAlarm, recompiled andreran the evaluation.
still coming up.
and idea? and how to eliminate or should i ignore?

thanks


0 Kudos
3 Replies
Peter_W_Intel
Employee
394 Views
I'm not sure if ISWSHEX.dll has "real" memory leaks. If you think that the reportwas wrong - please provide test case (program) for investigating.

Also you can ignore this information by doing - Open "Project Properties", click "Target" tab, add ISWSHEX.dll" into "Exclude modules:".

Regards, Peter
0 Kudos
bmchenry
New Contributor II
394 Views

Thanks Peter,
Just in getting started with Inspector XE and i was suprised that ISWSHEX was even attached to my program??
particulalry oncei turned off ZoneAlarm (their the culpritswith the ISWSHEX).
May 'pure' test it by rebooting w/o ZoneAlarm to see if that clears it. Otherwise not sure why Inspector XE is attaching that to my program (i might suspect during I/O but one option of the program has NO I/O (just number crunching memory swap)

brian

0 Kudos
Peter_W_Intel
Employee
394 Views
Inspector XE 2011 will monitor all loaded modules at runtime, including ISWSHEX>

The user can ignore all IO modules, kernel modules by adding them to "exclude modules"

Regards, Peter
0 Kudos
Reply