Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以添加核心文件的软件版本号,假设我们有 100 个软件版本,每个版本#defined在应用程序中都有一个指定的编号。
#defined
当核心发生时,如何将这个数字附加到核心文件中?所以我可以将它映射到我拥有的正确图像。
为我拥有的每个版本映射一个核心文件需要一些努力!
在 Linux 上(特别是),根据core(5) 和proc(5)手册页,您可以更改/proc/sys/kernel/core_pattern
/proc/sys/kernel/core_pattern
软件没有(必然)版本号。它至多是某些软件遵循的约定(但不是其他软件)。
也许你可以在你的二进制文件上使用符号链接。main或者,您可以在您char my_current_version[32]的 .
main
char my_current_version[32]