Mar 16, 2014 at 8:49pm UTC
HI All,
I ran a c++ executable in my home directory and pressed ctrl-\ and it prompted the message core dumped and ended the program.
But I am unable to locate the location of the core file dumped.Its not present in my home directory where I ran this executable.
Please help...where I can locate the core file associate with this executable I just stopped?
Thanks in advance
Mar 16, 2014 at 8:59pm UTC
Try a google search. It would be more helpful than anything I can post.
Mar 17, 2014 at 6:18am UTC
What is a C++ executable?
The last time I checked, executables contained machine code.
Mar 17, 2014 at 1:44pm UTC
It should be in the current working directory. However, the default 'ulimit' of your shell might set the maximum core-file size to 0. Change that and crash again.
Mar 20, 2014 at 8:03am UTC
@keskiverto
.I wil try that...Thanks