我使用php-fpm运行了php应用程序,并在“ / var”位置启用了coredump文件。运行PHP应用程序时,它崩溃并每隔4到5分钟就会在特定位置生成一个转储文件。现在,我想使用gdb调试此转储文件。
#gdb /usr/sbin/php-fpm core-php-fpm.25317
GNU gdb (GDB) Red Hat Enterprise Linux 8.0.1-36.el7
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/php-fpm...
warning: the debug information found in "/usr/lib/debug//usr/sbin/php-fpm.debug" does not match "/usr/sbin/php-fpm" (CRC mismatch).
控件无法移至下一行,我该如何解决?