The headless server occasionally occur cpu usage has been at 100%,we use gdb to debug and found that it is in the infinite loop.
The problem is the backtrace only show the address of code, How to make gdb show more about function name and other messages?
here is backtrace:
#0 0x0000000041ee7e30 in ?? ()
#1 0x0000000000000228 in ?? ()
#2 0x00000000ffffffff in ?? ()
#3 0x00000000a5443280 in ?? ()
#4 0x00007f9d78002ae0 in ?? ()
#5 0xb870586325443280 in ?? ()
#6 0x00007f9c576b2f50 in ?? ()
#7 0x000004d5ad27f480 in ?? ()
#8 0x00007f9c6fd1e000 in ?? ()
#9 0x00007f9c6153c000 in ?? ()
#10 0xb8705863000000f9 in ?? ()
#11 0x00007f9c6153c490 in ?? ()
#12 0x00000000405c5579 in ?? ()
#13 0x00007f9c85b45678 in ?? ()
#14 0x00007ffd2e3494a0 in ?? ()
#15 0x00007f9c60ac9de0 in ?? ()
#16 0x00007f9c576b2f50 in ?? ()
#17 0x00007f9d78016f50 in ?? ()
#18 0x00007f9c000000e3 in ?? ()
#19 0x00007f9c61538e70 in ?? ()
#20 0x00000000405c53d3 in ?? ()
#21 0x00007f9c576b2f50 in ?? ()
#22 0x00007f9c578471b8 in ?? ()
#23 0x00007f9d78002ae0 in ?? ()
#24 0x00007f9c61538e70 in ?? ()
#25 0xb870586325443280 in ?? ()
#26 0x00000000405c5334 in ?? ()
#27 0x00007f9c8d4187d0 in ?? ()
#28 0x00007f9c63cf8bd0 in ?? ()
#29 0x00007f9c578471b8 in ?? ()
#30 0x00000000405c66ca in ?? ()
#31 0x00007f9c61538f48 in ?? ()
#32 0x0000000000000211 in ?? ()
#33 0x0000000000000001 in ?? ()
#34 0x00000000405c64b5 in ?? ()
#35 0x00007f9c62f48900 in ?? ()
#36 0x0000000041cf34fe in ?? ()
#37 0x0000000003854090 in ?? ()
#38 0x0000000003853f70 in ?? ()
#39 0x0000000000000211 in ?? ()
#40 0x00007f9c576b2f50 in ?? ()
#41 0x0000000000000211 in ?? ()
#42 0x00000000405c643b in ?? ()
#43 0x00007f9c62f48900 in ?? ()
#44 0x0000000041ee6dc4 in ?? ()
#45 0x00007f9c8d4187d0 in ?? ()
#46 0x0000000000000000 in ?? ()