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

Core dump location

Dmitri
Beginner
600 Views
Hi,

I ran an application through the Inspector. The application threw an exception that was notcaught, but I can't find the core dump.

Where does the Inspector place the application core dumps?

Thanks,
Dmitri.
0 Kudos
1 Reply
Peter_W_Intel
Employee
600 Views

Hi,

This is not the Inspector XE related issue, I mean you can run application with/without Inspector XE when meet an unhandled exception, core file will be dumped - if you enabled "core dump". Please see:
http://software.intel.com/en-us/articles/how-do-you-generate-a-core-dump-file-to-help-diagnosing-software-crash/

Here I have to mention other thing - Inspector XE can break to an error in code and continue debugging with gdb.
For example:
[root@kentsfield-01 problem_report]# inspxe-cl -collect mi3 -knob appdebug=on-error -- ./test_memory.gcc
Used suppression file(s): []

Stopped at uninitialized read
- waiting for debugger to connect...

Regards, Peter

0 Kudos
Reply