Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

The application was unable to start correctly (0xc0000005)

Philip_A_1
Beginner
1,179 Views

I am currently evaluating Inspector XE 2013 for use in an upcoming project.  I am experiencing difficulties when attempting to run the sample code ‘tachyon_insp_xe’.  Using Visual Studio 2013 I follow the instructions within the tutorial documentation for analysing threading errors, but every time the test I get the following error. 

Find_and_fix_threading_errors.exe – Application Error

The application was unable to start correctly (0xc0000005). Click OK to close the application.

0 Kudos
2 Replies
Bernard
Valued Contributor I
1,179 Views

It looks like access violation error.Can you upload minidump file.Please do  not collect triage dump file.

0 Kudos
Peter_W_Intel
Employee
1,179 Views

I suppose that you may use command line to know if it was caused by application or Inspector XE.

1. If application works in command line, without using Inspector XE?

2. If application works with inspxe-cl: inspxe-cl -collect mi2|ti2 -- application

0 Kudos
Reply