reading core files using GDB

Have your ever seen core files getting created by process on Linux. if you have many process running and in case if you dont know which process has created the core file, you can use GDB.

$ gdb -c core_file . this gives you which process has created the dump file .

No comments: