容器魔方一直报general protection fault错误
本帖最后由 Evine 于 2023-3-19 21:43 编辑容器魔方所在宿主机上的syslog一直在报错,错误如下:
Mar 19 21:06:50 kernel: traps: ps general protection fault ip:7f7139920b85 sp:7ffeee32e0f8 error:0 in ld-musl-x86_64.so.1
Mar 19 21:11:56 kernel: traps: ps general protection fault ip:7f4a923e1b85 sp:7ffc82e75c68 error:0 in ld-musl-x86_64.so.1
Mar 19 21:12:57 kernel: traps: ps general protection fault ip:7f45f18c5b85 sp:7ffe15243ce8 error:0 in ld-musl-x86_64.so.1
Mar 19 21:13:59 kernel: traps: ps general protection fault ip:7fb50c715b85 sp:7fff8043e878 error:0 in ld-musl-x86_64.so.1
Mar 19 21:16:01 kernel: traps: ps general protection fault ip:7f1212c33b85 sp:7fffb66e3318 error:0 in ld-musl-x86_64.so.1
Mar 19 21:17:02 kernel: traps: ps general protection fault ip:7fb01f0c7b85 sp:7ffc576ffca8 error:0 in ld-musl-x86_64.so.1
Mar 19 21:17:03 kernel: traps: ps general protection fault ip:7f0ee2cbeb85 sp:7ffe9a820de8 error:0 in ld-musl-x86_64.so.1
容器魔方会一直产生core文件(附件 ),使用gdb调试工具调试该core文件,信息如下:
GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git
Copyright (C) 2021 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-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://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".
warning: Can't open file /lib/ld-musl-x86_64.so.1 during file-backed mapping note processing
warning: Section `.reg-xstate/3123158' in core file too small.
Core was generated by `ps -Ao pid,ppid,args'.
Program terminated with signal SIGSEGV, Segmentation fault.
warning: Section `.reg-xstate/3123158' in core file too small.
#00x00007f0ee2cbeb85 in ?? ()
(gdb) where
#00x00007f0ee2cbeb85 in ?? ()
#10x00007f0ee2cbecc7 in ?? ()
#20x00007f0ee2d2ea80 in ?? ()
#30x0000000000000040 in ?? ()
#40x0000563438f35eea in ?? ()
#50x00007f0ee2d31c70 in ?? ()
#60x0000000000000120 in ?? ()
#70x00007f0ee2d31b50 in ?? ()
#80x00007f0ee2d2ea80 in ?? ()
#90x0000000000000040 in ?? ()
#10 0x0000563438f35eea in ?? ()
#11 0x00007f0ee2cbefce in ?? ()
#12 0x000000003a63c020 in ?? ()
#13 0x0000000000000120 in ?? ()
#14 0x0000563438f3f440 in ?? ()
#15 0x0000000000000040 in ?? ()
#16 0x0000563438f35eea in ?? ()
#17 0x0000000000000023 in ?? ()
#18 0x00007f0ee2d31b60 in ?? ()
#19 0x0000000000000003 in ?? ()
#20 0x0000563438f3f440 in ?? ()
#21 0x0000000000000040 in ?? ()
#22 0x0000563438f35eea in ?? ()
#23 0x0000563438f1429f in ?? ()
#24 0x0000000000000000 in ?? ()
错误显示网心云容器在运行“ps -Ao pid,ppid,args”时“Can't open file /lib/ld-musl-x86_64.so.1 during file-backed mapping note processing”。
页:
[1]