Core dump location

Core dump location

Portrait de Dmitri

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.

2 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Peter Wang (Intel)

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

Connectez-vous pour laisser un commentaire.