I’m trying to analyze core dump files for MySQL Workbench, but encountering errors due to missing symbols.
Can anyone advise where I can get the debug symbols needed for MySQL Workbench (Snap D application)?
gdb -e /snap/mysql-workbench-community/13/usr/bin/mysql-workbench-bin -c core-mysql-workbench--1008-1010-3939802-1717487405
GNU gdb (GDB) Red Hat Enterprise Linux 8.2-20.el8
Copyright (C) 2018 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".
BFD: warning: /var/lib/snapd/snap/mysql-workbench-community/13/usr/bin/mysql-workbench-bin: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0008002
warning: Can't open file (null) during file-backed mapping note processing
warning: Can't open file (null) during file-backed mapping note processing
... omitted for clarity ...
[New LWP 3939802]
[New LWP 3939815]
[New LWP 3939817]
[New LWP 3939816]
warning: .dynamic section for "/lib64/ld-linux-x86-64.so.2" is not at the expected address (wrong library or version mismatch?)
warning: Could not load shared library symbols for 53 libraries, e.g. /snap/mysql-workbench-community/13/gnome-platform/lib/x86_64-linux-gnu/bindtextdomain.so.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
Missing separate debuginfo for /snap/mysql-workbench-community/13/usr/lib/mysql-workbench/libsqlite3.so
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/47/cdeefc8311db1cafd69656263d206daf7fe345.debug
Missing separate debuginfo for /snap/mysql-workbench-community/13/usr/lib/mysql-workbench/libsqlide.so.8.0.36
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/ff/667b21b23ba87b9e077335689d28a8eae95683.debug
Missing separate debuginfo for /snap/mysql-workbench-community/13/usr/lib/mysql-workbench/libwbprivate.so.8.0.36
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/d9/980e835e7dcbff5e776630ff4411121447ee93.debug
Missing separate debuginfo for /snap/mysql-workbench-community/13/usr/lib/mysql-workbench/libwbpublic.so.8.0.36