how to read coredump on RHEL

Hi All,

I just wondering how can we read core files (core.****). I have an appication, when it is trying to crash I got the coredump. since it is in binary format, I dont know how to read that. Thanks

Google for a gdb tutorial. It does require a fair amount of knowledge about how programs work, in general and on your operating system in particular.