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

VTune in Vista crashing applications

postaquestion
Beginner
315 Views

After installing VTune on my Vista PC, I experienced crash with some applications : Remote Desktop Connection and Solitaire, by example. Both are calling an interrupt procedure at initialization.

770E7DFE int 3

I can still run the application by skipping these interrupt function in a debugger, but it's very annoying to do it every time!

Sadly, uninstalling VTune did not solved the issue. Cananyone helpme with this?

0 Kudos
1 Reply
Andrey_Pavlenko
Beginner
315 Views

Hi,

I'd suggest you to check if your system has following env. vars set:

Cor_Enable_Profiling=1
COR_PROFILER={91663010-0D1E-4ABD-8F0C-0B4B84CCA809}
BISTRO_COLLECTORS_DO_CALLGRAPH=1

Ifany of them exists - remove them and reboot the system.

/Andy.

0 Kudos
Reply