If you have an older version of FreeBSD, you can still use GDB -k to read a core dump file.
如果您有早期版本的FreeBSD,那么仍然可以使用gdb- k来读取核心转储文件。
Using the operating system: Use the nondestructive gcore command or the destructive kill -6 or kill -11 commands to produce a core file. Then, extract a heap dump from the core file using jmap
使用操作系统:使用“无害”的gcore命令或破坏性的kill -6 或 kill -11命令来生成一个内核文件。
Using the operating system: Use the nondestructive gcore command or the destructive kill -6 or kill -11 commands to produce a core file. Then, extract a heap dump from the core file using jmap
使用操作系统:使用“无害”的gcore命令或破坏性的kill -6 或 kill -11命令来生成一个内核文件。
应用推荐