ocation of core file

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
Try a google search. It would be more helpful than anything I can post.
What is a C++ executable?

The last time I checked, executables contained machine code.
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.
@keskiverto.I wil try that...Thanks
Topic archived. No new replies allowed.