I am currrently working on "Creation of Postmortem data logger in Linux on Intel architecture". Its nothing but core utility creation. Can any body share the details about how the signal handlers for various signals(SIGSEGV ,SIGABRT,SIGFPE etc) which produce core dump upon crashing an application internally implemented in Linux kernel. I need to re-write these signal handlers with my own user specific needs and rebuild the kernel. It makes...