|
From: Tim S. <ti...@ka...> - 2006-09-08 00:50:20
|
Hi, My Linux kernel is configured to store all application cores in one directory. While testing, I often end up with several hundred cores. Separating them by application name is a total pain. I noticed that valgrind core files have a unique prefix: vg. [root@g4 runtime]# ls -l total 23536 -rw------- 1 root root 24059790 Sep 7 00:04 vgcore.4211 I really like that trick because it is easy to extract those cores from all the other cores. I would like to use the same trick for a subset of my applications. How do I give them a unique core file name? Many thanks. |