Sample Header Ad - 728x90

How to install debug symbols for corosync package on CentOS?

1 vote
1 answer
848 views
I got a crash in corosync which I would like to view in gdb. However, currently the core dump shows me only this much info Debug logs for core.1385 (Generated on Jul 26 10:17 BST) [Thread debugging using libthread_db enabled] Core was generated by `corosync -f'. Program terminated with signal 6, Aborted. #0 0x00007f68b2783495 in raise () from /lib64/libc.so.6 #0 0x00007f68b2783495 in raise () from /lib64/libc.so.6 #1 0x00007f68b2784c75 in abort () from /lib64/libc.so.6 #2 0x00007f68b277c60e in __assert_fail_base () from /lib64/libc.so.6 #3 0x00007f68b277c6d0 in __assert_fail () from /lib64/libc.so.6 #4 0x00007f68b3530f2c in ?? () from /usr/lib64/libtotem_pg.so.4 #5 0x00007f68b3534eaf in ?? () from /usr/lib64/libtotem_pg.so.4 #6 0x00007f68b3535259 in ?? () from /usr/lib64/libtotem_pg.so.4 #7 0x00007f68b352f108 in rrp_deliver_fn () from /usr/lib64/libtotem_pg.so.4 #8 0x00007f68b352be2a in ?? () from /usr/lib64/libtotem_pg.so.4 #9 0x00007f68b3524482 in poll_run () from /usr/lib64/libtotem_pg.so.4 #10 0x00000000004079b6 in main () I guess I need to install the debug info packages for corosync and whatever is libtotem_pg.so.4. How to do this?
Asked by Serge Rogatch (167 rep)
Jul 26, 2018, 04:05 PM
Last activity: Jul 26, 2018, 04:59 PM